Slashdot Mirror


Novell's Chris Stone at the MySQL Users Conference

An anonymous reader writes "According to the MySQL User's Conference page, Chris Stone of Novell, the guy behind Open Source at Novell who was responsible for the purchase of SUSE and Ximian, will be speaking at the MySQL conference. Perhaps we finally get to see what Novell is planning to do with Linux?" (That conference is taking place in mid-April, in Orlando.)

40 of 143 comments (clear)

  1. Still waters by LittleLebowskiUrbanA · · Score: 5, Interesting

    run deep. Can't wait to what Novell does after they've gathered all of this knowledge and all of these developers to their helm.
    Maybe offer an Open Source replacement for Active Directory?

    1. Re:Still waters by Huk · · Score: 4, Informative

      That would be a replacement for NDS, not AD. NDS is the replacement for AD. Novell did it first. I don't particularly like it, but it works fairly well.

    2. Re:Still waters by Anonymous Coward · · Score: 4, Insightful


      Maybe offer an Open Source replacement for Active Directory?

      I wouldn't hold your breath. Novell is a proprietary company. Notice they didn't purchase Red Hat an open source company, who has adhered strictly to the open source philosophy e.g. not even including mp3 capability with XMMS. Novell purchased Suse, who still keeps Yast nice and proprietary. I see two proprietary companies taking what they can, but to some extent not wanting to share completely with the other children.

    3. Re:Still waters by cbreaker · · Score: 2, Insightful

      Why take things so litteraly? I think he means "an alternative to AD" since most people don't use Netware anymore.

      I think NDS is pretty good. As simple or complex as you need it to be. (AD on the other hand is complicated from the start.)

      --
      - It's not the Macs I hate. It's Digg users. -
    4. Re:Still waters by DShard · · Score: 4, Insightful

      NDS has been deprecated for years. E-Directory is the Novell directory now. E-directory uses a DB made by (I think) Brigham young uni for Genealogy research. You are right about MS was _way_ after novells entrance into the market. The real problem with AD is it is a horrible crossbread between a directory and their old domain system and that it isn't particularly standards conforment (surprise!)

    5. Re:Still waters by cbreaker · · Score: 4, Interesting

      "The real problem with AD is it is a horrible crossbread between a directory and their old domain system"

      Not only that, but the fact that AD is filled with nonsense.. much like the Windows Registry. Why couldn't they have made something that was more refined, slick, and easier to manage? They had every opportunity and they blew it big time.

      Oh well, that's Microsoft for ya.

      --
      - It's not the Macs I hate. It's Digg users. -
    6. Re:Still waters by Anonymous Coward · · Score: 3, Informative

      We all ready have a alternative to AD.

      It's called OpenLDAP.

      NDS, and MS's crappy copy if it (AD), are both LDAP servers with a database of users and objects that they running in the background.

      OpenLDAP is Linux's implementation of it and can be used with linux distros my modifing the PAM authentifiaction rules of you computer.

      Also by adding Unix services to MS's AD you can use AD to authenticate Linux users and services against. And newer versions of SAMBA can provide the AD functionality of a w2k server in most ways.

      Plus Linux can use the old-fasion NIS stuff that is traditionally used for Unix domains.

    7. Re:Still waters by bernywork · · Score: 4, Informative

      It uses Jet, the same database format as what is used in Exchange. If you want more information a couple of technet searches should see you good. Note the use of edbutil to fix up active directory databases, and eseutil to fix Exchange database issues. If you look up a few of the articles on the net they also say that Active Directory uses the Jet database system as well.

      There is another post above mine saying people can get access to passwords etc. Yes true to some degree, but the password isn't stored in plaintext, its stored encrypted. So you either have to have physical access to the box, a tape backup (and hope the tape data isn't encrypted) or you need admin access. If you have admin access already it doesn't matter as you can reset passwords, or otherwise you can at least using something like pwdump and get a copy of the password list anyway. You shouldn't have physical access to the box if you aren't an admin either. So really, it isn't that insecure.

      Really, this isn't any more insecure than anything else. The password variables I don't believe passwords can be queried via. LDAP either. It just returns the data as "binary value".

      --
      Curiosity was framed; ignorance killed the cat. -- Author unknown
    8. Re:Still waters by PygmySurfer · · Score: 2, Informative

      Actually, Novell has been providing directory services for Linux for years.

      This page lists the supported platforms, and the requirements for each platform.

    9. Re:Still waters by passthecrackpipe · · Score: 2, Insightful

      It is my experience that when people say "I want a directory for my infrstructure" (especially management), they really mean to say "i want a nice, easy, flexible and most of all pretty way of managing users for my systems. OpenLDAP, for all its nice features lacks in most cases the out of the box functionality (it is there, but you have to do a lot of work to make it happen for you) that most people would want. It lacks in most distros the default schemas all set up and ready to go for system authentication. It lacks the nice gui that will do this management in a comprehensive and consistent manner, with rule checking and semantics checking etc.Now, I'm not flaming OpenLDAP, as it is a robust and solid piece of directory work that is simply love to hate, however don't confuse the backend and engine with an "enterprise level solution".

      --
      People who think they know everything are a great annoyance to those of us who do.
    10. Re:Still waters by Jellybob · · Score: 2, Interesting

      This is going to be completely useless (I can't claim to have much experience with LDAP, having given up setting it up every now and then), but I did see a program that does just that - provide a pretty frontend for OpenLDAP directories, and I know Red Hat/FC1 have the option of selecting LDAP as an authentication method during setup.

    11. Re:Still waters by Erik+Hensema · · Score: 4, Informative

      I'd LOVE to see a Linux distribution based entirely on an OpenLDAP infrastructure. Most of the technoligy is already there, it just has to be pieced together in a nice ready-to-go package.

      Here's what we already have:

      • OpenLDAP server. Nice and solid, but too hard to administer.
      • PAM. My workstation had been running for months without a /etc/passwd file. No problem whatsoever. Simply use pam_ldap and nss_ldap and you're set
      • Samba. Intergrates nicely with LDAP. When running as a PDC, Samba will change your unix password when your change your windows pass, and you can have linux to change your windows pass when you change your unix pass. This gives nice and transparent intergration without the user ever knowing that his password is stored in no less than three different hashes.
      • LDAP admin frontend. This is where the trouble starts. Mosts frontends are generic and therefore complex. Most admins simply want to store user accounts into a LDAP database, including telephone numbers, home address, etc. No really good interface which makes this task an easy one yet exists, AFAIK. A lot of bad ones do, however.

      YaST however does already have a simply LDAP tool to create users. YaST also makes setting up a LDAP client a breeze. Combined with Novell's knowledge on directories this could lead to an interesting development.

      --

      This is your sig. There are thousands more, but this one is yours.

    12. Re:Still waters by ahillen · · Score: 5, Insightful

      Novell purchased Suse, who still keeps Yast nice and proprietary.

      1. YAST might be proprietary, but it comes with the source and you can share it as long as you don't charge for it (and you can modify it and share the modifications)... I just say that because many people seem to think that YAST is a traditional closed-source only-available-for-money-from-SuSE type of application.

      2. SuSE keeps a somewhat stricter control (which boils down to: only SuSE is allowed to SELL it, others can only distribute it free of charge) on their setup program for their distribution, since this is the part the are able to differentiate from the other distributions. Apart from that they contribute a lot to different open source projects (Linux kernel, Xfree,KDE...), so calling them a proprietary company is a bit... strange.

      3. I think the reason for Novell buying SuSE is more based on opportunities (what company is available to buy) and the technical merit of SuSE. I don't think an evil, proprietary company bought a like-minded other (which seems to be the spin you want to give it).

    13. Re:Still waters by passthecrackpipe · · Score: 2, Interesting

      Well, now that you reminded me ;-) SUSE do have some very cool directory/user management stuff against OpenLDAP - SuSE Linux Standard Server and SuSE Linux OpenExchange Server have a very nice management environment, that uses Samba, OpenLDAP, and all the other usual suspects and slap a pretty sane management frontend against it. it will do Windows Domains, so your windows users should be happy, and will also do Linux users. there are still some issues with using the same credentials against linux as well as windows, and some other minor details, but on the whole it works pretty well......

      --
      People who think they know everything are a great annoyance to those of us who do.
    14. Re:Still waters by Clover_Kicker · · Score: 4, Informative

      LDAP isn't a way to store the user database, it's a well defined way to query the user database.

  2. Interesting by SisyphusShrugged · · Score: 5, Interesting

    By making these moves they seem to be positioning themselves to be in a similar position to IBM, at least as someone at the forefront of Linux development and usage.

    This is an intelligent move as it allows them to move into an area (one of the few in the computing industry) not yet monopolised by Micro$oft!

  3. ZDNet Face-to-Face by LinuxXPHybrid · · Score: 4, Informative

    He appeared in ZDNet's Face-to-Face several months ago and he was talking about Novell's Linux strategy in the interview; here's the link http://zdnet.com.com/1200-1110-5083063.html (You need to scroll down one screen or so).

  4. Am I the only one who trusts Novell? by oldosadmin · · Score: 4, Interesting

    I don't know about you, but Novell is probably the only company I'd trust with this large a slice of the linux pie. They got royally screwed over by Microsoft (market share wise), and I'm sure more than one exec up there has thought about dethroning Gates.

    Plus, they bought one of the best implementations of Gnome and a great KDE implementation. I can see Novell bringing the linux desktop together in many ways.

    Anyone wanna bet we'll be seeing a Knome 4.0 release rather than a Gnome 4.0 and KDE 4.0?

    --
    Jay | http://oldos.org
    1. Re:Am I the only one who trusts Novell? by Anonymous Coward · · Score: 2, Interesting

      You trust them because they want to dethrone MS? That's pretty stupid if you ask me. There's a lot of companies out there that would love to dethrone Gates and Co. That doesn't mean that if/when that day comes businessmen worldwide will be running into the streets chanting open source. As bad as MS is, I'm convinced that Oracle would be far worse, and while IBM has a good name in the Open Source community now, I'm not convinced they'd handle that type of power again any better than they did the first time around. Novell wants what every business wants, money and influence. That doesn't make them evil but it does mean we need to keep a close eye on them.

    2. Re:Am I the only one who trusts Novell? by bsharitt · · Score: 2, Insightful

      Anyone wanna bet we'll be seeing a Knome 4.0 release rather than a Gnome 4.0 and KDE 4.0?


      I was hoping for GDE 4.0

    3. Re:Am I the only one who trusts Novell? by Erratio · · Score: 4, Interesting

      I don't see dethroning Gates as a motive which would inspire one to stick to the open source mentality. Collectively among the Linux, etc. community it's a good goal, but if that were a driving force behind a company then there would be definitely interest in maintaining an amount of power which conflicts with the communal aspect. The main motivation has to be something more along the lines of wanting the best software and realizing (or thinking) that open source is the way for that.

      Novell may be a good company for this because it seems as though they have a lot more to gain than their likely perceived losses, considering their current small foundation in these industries.

      --
      I don't try to be right, I just try to make people think
    4. Re:Am I the only one who trusts Novell? by JanneM · · Score: 2, Insightful

      Anyone wanna bet we'll be seeing a Knome 4.0 release rather than a Gnome 4.0 and KDE 4.0?

      Won't happen. Many of the basic differences between the projects aren't one of degrees, where you can find a middle ground. For toolkit, for example, you would need to choose between GTK and Qt - there is no average or middle ground there. Had either been significantly better than the other, it would have been easier, but, flame wars aside, both are mature, complete toolkits.

      And whichever way you choose, you loose most - if not all - of the people who enjoy working with the other toolkit, leaving the community just as split as before. In fact, you end up worse, due to buildup of hard feelings and bruised egos from the unifying attempt.

      No, the right way is through freedesktop.org - define standards that any desktop should adhere to and infrastructure technologies they should support, and let people go wild with their projects. Sort of like defining an open document format rather than standardizing on one, and only one, word processor.

      --
      Trust the Computer. The Computer is your friend.
    5. Re:Am I the only one who trusts Novell? by craXORjack · · Score: 2, Informative
      What's more it is very doubtful that they're nursing a grudge against MS

      This is true. Years ago they realized how self destructive it was to treat MS as an enemy when they were dependent on Windows for client development and in porting their server products to NT. When I was there for training some of the Novell employees I met were ex-Microsoft employees who were born in Utah. Maybe they just got tired of the rain in Seattle or wanted to go home and find a nice Mormon girl to marry. I don't know. But Novell as a corporation doesn't seem to hold any grudges against Gates and Co.

      --
      Liberals call everyone Nazis yet they are the closest thing to it.
  5. What they're gonna say ... by didjit · · Score: 2, Funny

    Perhaps we finally get to see what Novell is planning to do with Linux?

    The largest ever set of SCO licenses purchased at one time.

  6. its win win win by buddha42 · · Score: 5, Interesting

    Novel really has so much potential here and so much to offer I really can't wait for them to get moving.

    How about a cross platform groupwise based mail/groupware platform that can honestly compete with exchange?

    Or a active directory competitor based on NDS.

    Or a well respected certificate program.

    Best of all, a genuine compeitor to redhat, forcing some price and service competition.

    Between Novel, RedHat, and IBM the next few years are going to be amazing for linux. It would be nice if Sun would stop pussyfooting around, but they've got some issues to work out first.

  7. Embracing Open Source by Coryoth · · Score: 4, Informative

    This will be interesting to hear indeed. ALl the other interviews I've seen (with Novell and Ximian staff for instance) have implied that this really is the new direction for Novell - that is, that from top to bottom Novell has grasped that open source is a powerful way forward and is busy trying to absorb open source culture into their ranks. They went as far as suggesting that one of te reasons for the purchase of Ximian was integrate the Ximian staff into the company and thereby imbue the different divisions with an open source mindset.

    Of course all of that can quite easily be a lot of spin - some nice fluffy stories to keep the open source community on side. Then again, they prompty bought SuSE after that, so obviously they were still well interested in open source.

    The real promise of this is the concept of a big company really getting open source and moving to it in a powerful way. The credibility alone would be fantastic. Yes, IBM backs Linux, but not in the same way Novell potentially promises to. Right now IBM has Linux as a nice side project, whereas Novell is talking about swallowing open source to it's core.

    I look forward to seeing where Novell goes - it could be a very long way indeed.

    Jedidiah

    1. Re:Embracing Open Source by Coryoth · · Score: 2, Interesting

      Well, let's just hope they ARE interested in Open Source, instead of trying to write all these non-gpl applications that only work right on their distribution.

      That's still to be seen isn't it. It's all very well to talk the talk (which they've been doing a good job of so far), the reall question will be how well they follow through with it.

      My personal guess is that Novell will remain fairly proprietary - There's too much invested in ZenWorks and the like to just open source it all now (from a politcla, justify to your uneducated shareholders viewpoint) - But I do think they'll produce a fairly clean distribution, and at the least have fairly distribution agnostic proprietary parts.

      Only time will tell though.

  8. IDONOTAGREEWITHTHISPOST by cbreaker · · Score: 2, Insightful

    Show me the proof?

    How come everytime a company that's not "on top" goes and tries to expand their market, you get fools like this that say ignorant things like "this is a last ditch effort?"

    Bah. I consider Novell a good asset to have behind Linux, they still have a lot of capital and talent in the company. I hope they use it wisely.

    --
    - It's not the Macs I hate. It's Digg users. -
  9. What about Brainshare in March? by Admiral1973 · · Score: 5, Informative
    I think Chris Stone is more likely to reveal new strategies for Novell and Linux at the first keynote speech at Brainshare 2004. I'm sure he'll have similar things to say at the MySQL conference, but I hope that those of us who attend Brainshare get the scoop first. I'm looking forward to attending the conference again (I first went in 2002); Chris Stone was the featured speaker at the first keynote then, and he was entertaining and informative. Something about being a former drummer for Aerosmith seems to help him with crowds.

    --
    Lousy minor setbacks! This world sucks! -- Homer Simpson
  10. We are just being careful by bogie · · Score: 2, Interesting

    " I don't know about you, but Novell is probably the only company I'd trust with this large a slice of the linux pie. "

    Why on earth would you just trust Novell automatically? Novell's cash cow has always been its proprietary technology. They are a proprietary company that although by no mean about to die has already seen its heyday. The adoption of Linux by Novell was a long term strategic move based on the fact that Novell wasn't going anywhere with its traditional technologies, and needed to buy someone else's to compete in today's marketplace.

    I see no reason to be anything but cautiously optimistic. Anything beyond that is just foolish. Its going to take years not months before Novell can be regarded as a true ally to Linux and Open Source. Just because they are continuing down the path that Ximian and Suse were already on doesn't prove anything.

    If they really want to befriend the Open Source community they could start by opening up YAST and the Ximian connector. That would be a real token of faith. Again, acquiring an Open Source company or two and then just keeping the status quo doesn't mean much.

    "Plus, they bought one of the best implementations of Gnome and a great KDE implementation. I can see Novell bringing the linux desktop together in many ways."

    Perhaps. Or maybe they take Gnome and KDE and make the best proprietary Linux desktop ever made. Or maybe you'll see the semi-proprietary Suse with the even more proprietary NDS and Groupwise technologies get rolled into a really slick server? But how would that help Open Source?

    Honestly I haven't read anything that makes alarms go off in my head thinking Novell is trying to screw over "Linux". I also haven't read anything mind blowing with regards to Novell opening up anything that wasn't open before.

    If Novell just acts as a steward for Ximian and ensures it has funding so that they can continue to kick back to Gnome I'll be happy. If they make Suse even more proprietary its not the biggest loss. But really let's hope Novell opens some of its own code and sponsors some new OSS projects that will take Linux and OSS to the next level.

    --
    If you wanna get rich, you know that payback is a bitch
  11. Welcome to FOSS Novell! by rjamestaylor · · Score: 3, Interesting
    But if Chris Stone says anything about "Monetizing Linux" or Open Source, please stand up and walk out. That's what should have happened to Darl Gates, er, McBride when he said he was going to turn Caldera/SCOGrope into "bottled water" sellers.

    Novell is a Good Guy right now but Can'O'Pee and SCOGrope come from Novell...albeit an earlier incarnation with Noorda.

    Companies, especially publicly traded ones, have loyalties to stockholders and are subject to spot-on 180's in pursuit of increasing stockholder value.

    So, no offense, Novell and Chris, but I think you understand why we might be liking to keep things platonic right now.

    Keep it up, Novell. You're winning many new friends.

    --
    -- @rjamestaylor on Ello
  12. NDS/eDirectory on Linux by mrscott · · Score: 5, Informative

    Novell doesn't need to create an open source directory since there are already plenty of directories that work well wtih Linux - including Novell's own eDirectory which is the successor to NDS. eDirectory is now OS-agnostic and doesn't even need NetWare to run. It's one of the reasons that GroupWise (also soon to be available natively under Linux) runs so well in Windows-only environments.

    Now... if we're looking for a *free* directory from Novell under Linux, don't hold your breath. eDirectory is an excellent product (beats AD in almost all areas, in my opinion) for which Novell should be paid.

    However, do take a look at Novell's site. At one point, they were offering something like 250,000 free eDirectory seats - the OS didn't matter.

    1. Re:NDS/eDirectory on Linux by hendersj · · Score: 2, Insightful

      Actually, with the eDirectory Redistribution Kit, you can get 250,000 user licenses for free for any of the supported platforms. (This is the offer you were referring to, and yes, the RDK is still available)

      eDirectory is plumbing, and Novell understands that - the value of eDirectory comes by having:

      1. Wide adoption of it as the core of identity management solutions, and

      2. Services that effectively leverage eDirectory to provide the value.

      Selling eDirectory doesn't make a lot of sense, but providing the services to help (a) implement it effectively, (b) support it effectively, and (c) understand how to implement services that utilize the identity store effectively is where revenue can be generated.

      --
      Insanity is a gradual process; don't rush it.
  13. Revenue will be their biggest challenge by Twid · · Score: 5, Interesting

    For Novell, I think the biggest challenge is to keep revenue stable while customers transition from NetWare to Linux, without losing too many customers to Windows in the process.

    NetWare is still pretty expensive on the server. A 50-user copy is about $150 a seat on CDW retail ($7,500), about $50 a seat under a licensing agreement ($2,500).

    SuSE is $999 per server with no client licenses fees.

    Figuring NetWare to be about 50% of Novell's one billion in revenue, that means Novell would stand to lose more that 25% of their total revenue assuming everyone switched to SuSE. Novell might make this up with SuSE/Ximian desktop revenue, but I see large amounts of revenue from Linux on the desktop as being a long time in the making.

    The estimates for SuSE revenue for 2003 were for about $40 million in revenue. As near as I can tell Ximan never really made any money to speak of.

    So, if I haven't bored anyone to death yet, Novell NetWare is a $500 million revenue stream, SuSE is a $40 million revenue stream. Novell needs to very carefully transition from NetWare to SuSE if they want to keep revenue even. They can also grow by taking customers from Microsoft or Red Hat. But, it appears to me that Novell will have to shrink about 25% in size in order to remain profitable in the short term. Red Hat, with a more mature Linux strategy, only made $100 million in the last four quarters.

    None of this is a bad thing, and I wish Novell the best of luck. I used to work there, and I still have friends there. Just doing the math though it seems like they will need to get smaller before they get bigger again.

    --
    - "When you want something with all your heart, the entire universe conspires to give it to you" -Paulo Coelho
  14. IBM open sourced AFS by mdfst13 · · Score: 3, Interesting

    IBM open sourced AFS, so there is some precedent. Of course, AFS's reliance on root servers (to integrate the different AFS cells; what allows cmu.edu to cd into mit.edu or pitt.edu) make it a stronger commercial open source candidate (i.e. potential revenue is more from leasing root server access than selling client or normal server licenses anyway). Still, anything that centralizes file serving can lead to support contracts, etc. that can justify open source development.

    Open sourcing would also allow integration of open source tools like MySQL or ReiserFS.

  15. Transition to Linux? by CycoChuck · · Score: 2, Informative

    I'm hoping that Novell will make transition tools so that you can easily move user data from NetWare over to Linux. Although I do like the NetWare servers at work (our 3.5 server has gone 3 years without reboot) the user and server licenses are too expensive.

    --
    Windows is as solid as quicksand.
  16. SWAG: Maybe Novell wants to buy MySQL? by PB8 · · Score: 4, Interesting

    It's a very wild guess, but think about it. Novell already has the Ximian desktop and now SuSE. Next, try to get a key piece of the LAMP server , and what's more central to most current web content packages than MySQL?

    1. Re:SWAG: Maybe Novell wants to buy MySQL? by BiggerIsBetter · · Score: 2, Insightful

      Wouldn't SAP have something to say about that? I think they went into partnership with MySQL a while back.

      --
      Forget thrust, drag, lift and weight. Airplanes fly because of money.
  17. More information. by perlplex · · Score: 2, Informative

    If you're interested in the services Chris offers, visit his homepage: http://www.chrisstone.net/home.htm

  18. Novell & MySQL at UKUUG winter conference by James+Youngman · · Score: 2, Informative

    Matt Asay, Director of Novell's Linux Business Office, spoke at the recent UK Unix Users' Group Winter conference, as did David Axmark, one of the founders of MySQL AB.