Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Sun Microsystems GNU is Not Unix Software Linux

Sun Mulling GPL for Solaris 374

comforteagle writes "According to this article in InfoWorld, Sun Microsystems is considering open sourcing Solaris by changing licenses to the GPL. What kind of impact would this have on those of you considering opting out of Unix for Linux? Red Hat and others have openly targeted Solaris users to switch." By the end of the article, the change seems rather unlikely to happen, but it's still interesting to see what changes this could bring about.
This discussion has been archived. No new comments can be posted.

Sun Mulling GPL for Solaris

Comments Filter:
  • Why? (Score:3, Interesting)

    by bcmm ( 768152 ) on Saturday May 01, 2004 @09:10AM (#9027038)
    Is this because enough people want open-source that they can no longer compete without it?
    • Re:Why? (Score:3, Funny)

      by Anonymous Coward
      More like "they can't even give it away"
    • Re:Why? (Score:2, Interesting)

      by newhoggy ( 672061 )
      Probably to make us look so that Sun can have the opportunity to preach about the virtues of "open standards" over "open source".
    • Re:Why? (Score:5, Interesting)

      by jc42 ( 318812 ) on Saturday May 01, 2004 @10:33AM (#9027401) Homepage Journal
      An explanation that I've found very effective over the years:

      Way back in the 1980's, I worked on a number of projects that had teams building their software on a number of different kinds of small computer systems. The teams using Sun workstations often got a bit of flak for using a system with a fairly high price/performance ratio. But the Sun-based teams invariably had the last laugh.

      What happened was that debugging would frequently lead into parts of "the system", i.e., system libraries and/or the kernel. When we asked the vendor for details of the low-level software, the answer would reduce to "We can't tell you; it's proprietary". The proprietary, closed-source parts of the systems were brick walls that blocked progress.

      With Sun (SunOS or Solaris), if we couldn't get an immediate answer from Sun, we would just ask on one of the Sun newsgroups. Usually an answer would come back within hours, most often from an engineer within Sun. Very often, they would include a chunk of the source code as an explanation.

      The result was that the teams developing on Suns would get answers to their technical questions, and would have a functioning product long before any of the other teams. There's a real advantage to having a working, marketable product, even if it's more expensive than a competitor that doesn't work yet.

      Over the years, this Sun advantage has evaporated. It has slowly become more difficult to get accurate details on the inner working of Solaris and other Sun libraries and tools. They have gone the protective, proprietary route. And their market is slowly being eaten by linux, for exactly the same reasons as above.

      It's possible that what is happening inside Sun is that the people who understand this are starting to be heard again. If they can make the innards of their system as open as it was 20 years ago, they stand a good chance of recovering their business.

      Alternatively, if the protectionist factions inside Sun prevail, they could also start up a linux-based line. This would be a bit of an expense, but no more so than their switch from SunOS to Solaris (i.e., from BSD to Sys/V) 15 or so years ago. If they did this, a Sun linux would probably wipe out Solaris over a few years, for the same reasons of faster development times on an open system.

      The cheapest would be to open-source Solaris. This would get them back into the good graces of software developers, and would restore their earlier status as a system on which you can bring a debugged, reliable product to market very quickly.

      And it would probably be better for all of us, since it would avoid the growing threat of a linux "monoculture". The unix part of the industry has always been better off because it isn't a monoculture, and thus isn't susceptible to the virus/worm-type attacks of the "market leader".

      But there are those elephants hiding in the middle of the room: patent and copyright. Can Sun legally open-source all of Solaris? If they try it, can they withstand the legal might of an SCO with behind-the-scene Microsoft support? Stay tuned ...

      • Re:Why? (Score:3, Interesting)

        by Waldmeister ( 14499 )
        Thanks for that great article, I've just two additions:

        Linux "monoculture"

        I don't think, that there is a big thread for Linux to become a monoculture or proriety. (This would be the thread, Jonathan Schwartz was bashed here a few days ago, right?). There are several different distributions, and I doubt that Redhat will become too dominant. The bigger corporations like IBM or HP will be aware, that there are different flavors.

        Can Sun legally open-source all of Solaris?

        I think they can, they've bought
        • Re:Why? (Score:5, Interesting)

          by jc42 ( 318812 ) on Saturday May 01, 2004 @12:05PM (#9027732) Homepage Journal
          I don't think, that there is a big thread for Linux to become a monoculture or proriety. (This would be the thread, Jonathan Schwartz was bashed here a few days ago, right?).

          Yeah, you're probably right. The linux landscape is the metaphoric "herd of cats".

          But still, we should be aware of the potential problem, and we should discuss it. It's similar to how we shouldn't be too smug about the linux (and *BSD) security question. In both cases, we're muuch better off if we constantly harp on such problems, and point fingers at potential problems.

          In the case of the monoculture, there is indeed a real potential for problems in the business arena. The business world has always favored a monoculture, as a way to simplify decision making (which can be costly in both money and careers). In the corporate linux market, RedHat has a strong lead, and there's a serious possibility that they could end up ruling the linux business world.

          RedHat deserves a lot of credit and support for what they've done. But "winning" and vanquishing their competition could make them a target for the virus/worm plague that has infected the Windows user community. Granted, writing such software for linux is much more difficult than with Windows, but it's not impossible that a single distro would have an exploitable hole. Then we could see half the banking system or half the credit industry going offline simultaneously.

          So we should be preaching to the business folks about the dangers of putting all their corporate eggs in the RedHat basket. We should teach them that part of the reason for all the Windows problems is the monoculture. They should intentionally use different distros, configure them differently, run different DBs, etc. They should look for ways to tailor their systems to their environment, so that they aren't too similar to other computers.

          And we should be on the lookout for other such developments. We want a herd of cats, not a flock of sheep, to help prevent the single points of failure that results from widespread use of a single distro. If we make serious sales to the non-tech world, we should fight the widespread desire to have a single "one size fits all" computer that everyone is pressured to buy.

          • Re:Why? (Score:4, Insightful)

            by JPriest ( 547211 ) on Saturday May 01, 2004 @01:41PM (#9028350) Homepage
            They should intentionally use different distros, configure them differently, run different DBs, etc.

            And hire different admins and DBA for all of the different systems? As well as some good project teams when they need one DB to tie in seamlessly with another DB?

            Our systems are different enough as we use different technologies over the years, I can't even imagine the nightmare if we went out of our way to use different software and configs for all the boxes, not to mention having to seperately test all patches in a _massive_ lab environment.

        • Re:Why? (Score:5, Informative)

          by calidoscope ( 312571 ) on Saturday May 01, 2004 @01:41PM (#9028353)
          Can Sun legally open-source all of Solaris?

          I think they can, they've bought very extensive rights about SVR4 from AT&T years ago. And they got based for paying SCO some money some time ago. So I expect they have all the rights to open source Solaris, at least the SVR4 parts.

          I beg to disagree - Solaris cotains a lot of code from entities other than AT&T/USL/SCO (even though they have unlimited rights to use the code, i.e. no royalties due to SCO - they don't have the rights to distribute the code to others). One example would be the PostScript code in xsun.

      • Re:Why? (Score:5, Insightful)

        by Mr. Piddle ( 567882 ) on Saturday May 01, 2004 @12:43PM (#9027925)

        I definitely agree that Sun probably has people on both sides of the issue internally. For example, they provided the source code for Solaris 8 and the Java libraries but not Solaris 9. Also, the Solaris 8 source had some curious omissions, which are probably the parts that have licensing issues (OpenGL, SCO-cruft, etc.).

        So, what would be very likely, based on prior behavior, would be for Sun to possibly release _most_ of Solaris under GPL minus the parts their lawyers are still unsure of. This would still be a big win for developers, who can benefit from debugging at nearly all levels. I've already benefited from having the Java source, GPL or no, and fully understand what those developers in the 1980's must have felt like.
  • Just wondering. (Score:4, Interesting)

    by MrMr ( 219533 ) on Saturday May 01, 2004 @09:11AM (#9027042)
    Would this inculde Re-GPLing the part they licensed from SCO?
  • switching (Score:5, Interesting)

    by Knights who say 'INT ( 708612 ) on Saturday May 01, 2004 @09:12AM (#9027043) Journal
    I just posted this on an OpenBSD story, but it fits quite well here. I only use Linux because it's the easiest way to get myself a KDE desktop.

    Really, if *BSD or a Free Solaris or anything else come up with live cd's or start-me-up installers, I might as well try them to test for performance and stability. Since KDE runs in any Unix-like system, "switching" is not quite a problem for me.

    I just want the best desktop environment available today and that's KDE. What it's running on top of, I don't care.
    • Re:switching (OT) (Score:3, Informative)

      by CdBee ( 742846 )
      You may be aware of this already, but try FreeSBIE [freesbie.org]

      It's a FreeBSD Unix LiveCD with a desktop environment (XFCE I think). It doesn't work properly on my nForce2 PC (no network and consequently no internet) but it certainly works.
    • Re:switching (Score:4, Informative)

      by DrLZRDMN ( 728996 ) on Saturday May 01, 2004 @09:34AM (#9027152)
      There is an unofficial KDE for Windows project IIRC...
      though i suppose it probobly isn't that easy to do
      so you know if you realy don't care what its running on...
    • Re:switching (Score:3, Interesting)

      by vorpal22 ( 114901 )
      I just want the best desktop environment available today and that's KDE.

      Absolute nonsense. I've played around with KDE extensively over the years, from the early version 1.0 branch to the present, and I have to say that in terms of usability, it's gotten appallingly worse as time has progressed. I mean, whoever organized the KDE control panel should be ashamed of themselves! It's a convoluted mess of far too many options that makes it damn near impossible to get done whatever you want to get done unless y
      • Re:switching (Score:3, Informative)

        by MrHanky ( 141717 )
        Upon my last few installs of KDE, after hearing that god-awful sound scheme, I scampered off to the control panel to turn it off. This sort of task should theoretically be easy, right? It wasn't.

        It is. Now stop trolling. (Sound & Multimedia --> System Notifications. Done).
      • Re:switching (Score:4, Insightful)

        by Minna Kirai ( 624281 ) on Saturday May 01, 2004 @10:15AM (#9027321)
        It's a convoluted mess of far too many options that makes it damn near impossible to get done whatever you want to get done unless you know exactly how to do it.

        The WindowsXP panel is even worse in that regard. (However, both the KDE and Gnome control panels share a weakness that isn't their fault: they don't control the underlying OS, filesystem, or even X server, so they can't let the user adjust those things with any assurance)

        Now Mac OS X... there's a desktop environment I can worship for its elegance and functionality.

        OS X has taken major steps backwards, favoring eye-candy over functionality. Many of those problems are extensively documented in HCT and Mac-head journals... the most blatant problem, of course, is the travesty called "The Dock".
        • Re:switching (Score:3, Informative)

          by ljaguar ( 245365 )
          OS X's dock has roots in NeXTStep. NeXT made significant advances and utilized many cool stuff such as Objective-C and a very nice user interface. Also, the new file selector is NeXT based as well.

          The UI has been lauded much and many many open source software copies it. Consider WindowMaker for one. It copies NeXT interface including dock and the file selector. Being an avid WindowMaker fan, Mac OS X user interface feels right at home.

          It sounds like you are being ignorant of roots and geneology of things.
        • I like the Dock (Score:3, Interesting)

          by repetty ( 260322 )
          I feel it's necessary to offset you bigoted statements with regard to the Mac OS X doc only because someone who's not familiar with the Mac OS X environment might accidentally believe you.

          So, for the record, the OS X Dock is just fine. It's handy, flexible, functional, and unobstrusive as you want it to be since it's also configurable. I've been using Macs since 1987, BTW, so it's not like I'm a newbie with them

          I suspect you are pundit. Is "Minna Karai" a pseudonym for "John Dvorak"?

          --Richard
      • Re:switching (Score:4, Insightful)

        by Knights who say 'INT ( 708612 ) on Saturday May 01, 2004 @11:00AM (#9027489) Journal
        Curious. After I've set up my workstation, I've never even had to mess with the control panel again.

        Sure, the default setup is bad. The Panel (not the control panel, the taskbar-cum-start-menu thing) is a mess, Keramik is a classic exercise in bad taste, and I don't particularly like those icons.

        I moved the Panel to the top, got rid of the taskbar - replacing it with the wonderful KTicker, who keeps me up with Slashdot news when I can't waste the time, and watches for my keywords in other RDF sources - changed the buttons to submenus with the tools I need, and added a quickbrowser.

        The quickbrowser is a bliss. This should have been the default interface for browsing files since the beginning. I have my work files organized by directories (that can be created on the fly when saving'em), and gretl [sourceforge.net] my way into academic fame. For text editing, I use LyX.

        Did I mention I love the PIM tools? My screen's always chock full of KNote yellow-stickers, TeaCooker helps me not to burn food, and Korganizer helps me not to forget deadlines.

        I mean, except for LyX and gretl, these tools are all standard in a KDE install. You can imagine what the optionals are. I'm just dropping out of an underpaid internship where I had to do some work with Windows, and it was just a pain after experiencing KDE.

        Sad but true - Linux excels precisely in UI, though it loses in performance and hardware support and other things they've boasted.
  • education (Score:5, Interesting)

    by ezelkow1 ( 693205 ) on Saturday May 01, 2004 @09:12AM (#9027045)
    Im not sure how this would affect the business world, but here at least it would most likely spread more understanding of *nix. Most of the apps we use here in classes, various Programming/Asic/Chip design programs, are only run on solaris boxes. If solaris were available for free, i have a feeling many students would install it on their system, just to more easily use these apps if for nothing else.
  • by mst76 ( 629405 ) on Saturday May 01, 2004 @09:13AM (#9027050)
    I though there was a lot of System V code in Solaris. How can SUN ever GPL that?
    • My guess is that they'd rewrite the parts they don't own - kind of like what happened with BSD.
    • by krygny ( 473134 ) on Saturday May 01, 2004 @09:27AM (#9027124)
      They probably wouldn't or couldn't GPL everything, but it might be more than enough to keep existing Solaris customers from migrating to Linux, maybe keep upgrading to Sun hardware, and maintain revenue streams that would eventually dry up anyway. Not to mention creating a new OS development community for which a tremendous knowledge and talent base already exists.

      It could be an absolutely brilliant strategic move.
      • by Johnny Mnemonic ( 176043 ) <mdinsmore@NoSPaM.gmail.com> on Saturday May 01, 2004 @09:43AM (#9027196) Homepage Journal

        It could be an absolutely brilliant strategic move.

        Could be. It could also be the end of the line for them, as other Linux developers take all the interesting bits from Solaris and port them to the Linux kernel--then you get all the stability etc of Solaris, but with Linux. Then Sun has not much left to offer but nice support plans.

        Come to think, GPL of Solaris would allow Sun to build their own Linux and include the good bits of Solaris in it; maybe that's their plan.
        • by zerocool^ ( 112121 ) on Saturday May 01, 2004 @11:57AM (#9027703) Homepage Journal
          Then Sun has not much left to offer but nice support plans.

          And really, really nice 64bit hardware. But, you're right, that's going to have major competition [amd.com] in the years going forward.

          I like sun. I think there will still be a niche market for them for quite some time (they're not dying, blah blah). But, I do think they need to innovate something. If they open solaris, it's going to keep a lot of people on solaris that might have switched and just been willing to deal with mediocre hardware, but it will also probably mean that a lot of stability could find its way into linux. So, yeah, you're right. This + something new and cool could be a good business move.

          ~Will
        • ...Linux developers take all the interesting bits from Solaris and port them to the Linux kernel--then you get all the stability etc of Solaris, but with Linux

          Linux developers have pretty much always had this opportunity. The Solaris kernel architecture is well-documented in a publicly-available book, and the kernel source code has been made available before. Actually, the only parts of Solaris inaccessible to Linux developers are the parts they could never use anyway due to patents or licening issues.
        • by Skjellifetti ( 561341 ) on Saturday May 01, 2004 @01:21PM (#9028199) Journal
          Come to think, GPL of Solaris would allow Sun to build their own Linux and include the good bits of Solaris in it; maybe that's their plan.

          Come to think, GPL of Solaris would allow Sun to build their own Solaris and include the good bits of Linux in it; maybe that's their plan.
    • by SEE ( 7681 ) on Saturday May 01, 2004 @10:44AM (#9027435) Homepage
      Part 1: Whether SCO or Novell has the copyrights to SysV, SCO has licensing rights broad enough to release it under the GPL themselves.

      Part 2: A while back, Sun bought a broad license to Unix from SCO. Exactly how broad nobody knows, but SCO at one point publically said that it immunizes Sun from the sort of lawsuit they launched against IBM. Since that involved IBM GPLing what SCO claims is System V code . . .

      Again, the exact terms of Sun's license are not known, so this is speculation. But it is intriguing, isn't it?
  • never happen (Score:5, Insightful)

    by Anonymous Coward on Saturday May 01, 2004 @09:13AM (#9027054)
    No way. They wont gpl java, but they'll gpl solaris? Highly doubt it.
    • by CdBee ( 742846 ) on Saturday May 01, 2004 @09:24AM (#9027110)
      I doubt there's much money to be made in selling Operating Systems. As I understand it, Microsoft's bottom line is largely generated by their consumer and professional software, not their OS. Redhat's profits come from support contracts.

      I can't see Solaris OS being majorly profitable for Sun either - they sell hardware too and if an open-source Solaris led to more end-user interest in their hardware it's easy to see it leading to an increase in revenue for Sun.

      Even if it didn't, more Unix code in the wild would mean better performance for all OSS operating systems, once the predictable legal/licensing issues had been sorted out, (preferably by the assassination of Mr D.McBride and all his staff).

      I can't see a GPL'd Solaris being harmful to Sun. They probably couldn't re-licence enough of the code to make competing distributions appear anyway.

      • I can't see Solaris OS being majorly profitable for Sun either - they sell hardware too and if an open-source Solaris led to more end-user interest in their hardware it's easy to see it leading to an increase in revenue for Sun.

        Essentially, Apple's strategy. And not really surprising, since Sun essentially does what Apple does--sell proprietary hardware with a tailored OS.

        Question is: has that strategy paid off for Apple? And Sun has more to lose: they have a strong position in the server room, that Apple never had, so Sun would be trying Apple's consumer level strategy out but with their own Enterprise products--results may vary.
      • by IWannaBeAnAC ( 653701 ) on Saturday May 01, 2004 @10:23AM (#9027353)
        No, Windows and Office are the two (the only two) divisions that make money. Their financial breakdown is reported in lots of places, for example [monkeyx.com] :

        For the period ended September 30th, the two cash cows of Client (i.e. Windows) and Information Worker (Office) produced operating income of $2.48 billion on revenue of $2.89 billion, and $1.88 billion on $2.38 billion respectively.

        MSN lost $97 million on $531 million, CE/Mobility was out $33 million on $17 million revenues (always a good trick, this kind of stuff), and the home of Xbox, Home Entertainment, dropped $177 million on revenues of $505 million. Business Solutions, which includes Navision and Great Plains, and is a sector Microsoft hopes will contribute great things in the future, lost $68 million on $107 million.

      • According to
        http://zdnet.com.com/2100-1104-966219.html
        Wi ndows bring in 61% of the profit for Microsoft.

  • by oldosadmin ( 759103 ) on Saturday May 01, 2004 @09:14AM (#9027061) Homepage
    If this isn't a load of hot air, this is a milestone in OSS software. A major unix vendor open sourcing their code would do several things.

    1) It would lend more credence against the SCO argument. "It's my unix and I'll GPL if I want to..."


    The bad thing is that I'm gonna be looking at /. tomorrow for the retraction. Either that, or it's Sun's CEO tempting us again, to jerk it away at the last minute.
  • Great (Score:3, Interesting)

    by Spit ( 23158 ) on Saturday May 01, 2004 @09:14AM (#9027063)
    Solaris kernel is an awesome piece of software. I build Sun systems with a full GNU toolset, would be nice to have a full free systems this good.
  • Solaris For All! (Score:3, Interesting)

    by LuserOnFire ( 175383 ) * <antilyrical@spamco p . n et> on Saturday May 01, 2004 @09:15AM (#9027064)
    I think it would perk up a lot of ears if this happened.

    Like RedHat, though, a lot of it would come down to support. If Sun offered an inexpensive support package to compliment it, then that would get more people downloading it.
  • Very Good (Score:3, Interesting)

    by ThisNukes4u ( 752508 ) <tcoppi@@@gmail...com> on Saturday May 01, 2004 @09:15AM (#9027067) Homepage
    This would be good news for everyone. There would be a previously closed OS open to audit and use by everyone. It would be especially be good for the academic community who couldn't previously afford to teach classes on Solaris. It would also give developers a chance to port features form Solaris to Linux or BSD, so that everyone could benefit from the hard work Sun has done on Solaris.
    • It would also give developers a chance to port features form Solaris to Linux or BSD, so that everyone could benefit from the hard work Sun has done on Solaris

      What about the other way around? I see this sort of statement and mentality way too much. You sound like a parasite.

  • by Piquan ( 49943 ) on Saturday May 01, 2004 @09:16AM (#9027069)
    Okay, last time: 5 is May. I think you meant this to be on 4/1.
  • by kfg ( 145172 ) on Saturday May 01, 2004 @09:16AM (#9027071)
    Getting sued by SCO?

    KFG
  • by JessLeah ( 625838 ) * on Saturday May 01, 2004 @09:17AM (#9027075)
    With that out of the way: This would be a powerful argument against the whole "lol but ur open sores software is only made by teh hobyists and not by teh proffesional programrz at big corpz" line of BS regularly spouted off by corp types and their toadies, the MCSEs and MIS/management types.
  • by ajs ( 35943 ) <{ajs} {at} {ajs.com}> on Saturday May 01, 2004 @09:19AM (#9027083) Homepage Journal
    1. Sun would have to replace all of the UNIX code. They can't put that under the GPL, period (unless SCO and Novell agree it's ok ;-)

    2. Solaris includes many products that Sun has incorporated over the years. Most of them would likely have to be replaced, since I doubt the contracts involved allow Sun to just GPL the whole mess.

    3. They would just be asking to have SCO add them to the list of companies targetted for a "tainting" suit, though honestly Sun may not care.

    In the end, I think it would make far more sense for Sun to open source their SMP code by working with IBM on modifications to Linux. Sun+IBM could probably get Linux deployed on both of their very-high-end boxes in short order.

    The SMP stuff is, as far as I know, most of what's left that Solaris does better than Linux, so what's the point in open sourcing the whole OS anyway?
    • "1. Sun would have to replace all of the UNIX code. They can't put that under the GPL, period (unless SCO and Novell agree it's ok ;-)"

      Novell being a big Linux vendor now (SuSE), they have some motivation to allow Solaris to be opensourced, after all Linux would immediately benefit.
    • by SEE ( 7681 ) on Saturday May 01, 2004 @10:38AM (#9027420) Homepage
      1. Sun would have to replace all of the UNIX code. They can't put that under the GPL

      Or can they?

      Conveniently enough, SCO's licensing rights are broad enough it can release UNIX under the GPL without Novell permission (and they did for V7), and Sun bought a very broad license to UNIX from SCO a few years back.

      While exact terms have not been disclosed publically, from SCO statements about Sun's license in the IBM case, it would seem at least possible SCO has already sold Sun a set of rights so broad Sun could GPL all the UNIX in Solaris.

      Again, not certain, merely possible.
  • Solaris user (Score:5, Interesting)

    by Anonymous Coward on Saturday May 01, 2004 @09:20AM (#9027088)
    I'm a Solaris user. OK, I'm a Red Hat Linux user too. But all of my important stuff happens on Solaris. It's just part of my reality at work.

    I wouldn't mind if Solaris opened up. It wouldn't be a huge deal for me - I'd still pay Sun for "premium" support, and I'd still only use official Sun versions of things. Heck, I need someone big to blame if and when things go really wrong. I pay Sun to be that target.

    I use Sun/Solaris because (1) I have the budget to, (2) it works, (3) I only have one vendor to deal with, and (4) there's no compelling reason to change right now.

    If Sun can get something out of opening Solaris - great! If open source developers can improve the world by the opening of Solaris - great! But at least in terms of my current position, it won't have direct impact on me.

  • by _|()|\| ( 159991 ) on Saturday May 01, 2004 @09:25AM (#9027114)
    [CIOs] don't want more source code ... if you write to the Red Hat distribution, you can't go and run on Debian ... open source does not mean open standards

    With friends like these ...

    • by Craig Ringer ( 302899 ) on Saturday May 01, 2004 @09:43AM (#9027197) Homepage Journal
      He's quite right there, though.

      (a) Businesses don't want more source code. Well, to be strictly accurate they don't want to have to manage, worry about, maintain, etc more source code than they have to. I think that given the choice, most intelligent CIOs would definitely say "sure, we'd love the source and rights to use it" - but would probably prefer not to have to actually do much with it, and face the burden of maintaining changes etc.

      OSS alleviates this to some extent by permitting changes to be submitted back upstream, but this only works if you have the resources to engineer you changes "properly" and not break anything else (even stuff you don't use or care about).

      (b) If you write for RH9 or RHEL3, your app will not run on a stable release of Debian. Not if it's a GUI app that uses any GNOME/KDE libs, needs a recent QT, etc. It can be made to run by either packaging it with a lot of extra libs (see Ximian's RH8 builds of Evolution for an example of this approach), spending a lot more time to make it handle varying versions of libraries, or forcing the user to update their distro or libraries themselves. None of these are attractive.

      I see this as a real issue, but not a distro one. It's actually more about _versions_ - the rapid change of OSS, including APIs etc for major libraries and toolkits, is the root of the issue. OTOH, the same thing keeps "ugly" decisions from hanging around, and permits much more rapid advancement.

      I'd like to see a cleaner way of running multiple versions of things in parallel (within the package management systems), as a work-around for this issue.

      (c) Also quite correct. Many open source apps do not follow established standards, and often the file formats, protocols, etc are defined largely or entirely by the source code of the app. While these protocols/formats are definitely open, they're not open standards and there's usually not much chance that other apps will work with them.

      It's true that you do have more chance of enchancing other apps to work with the formats/protocols, time and money permitting, or enhancing the OSS apps to work with the protocls/formats of your choice. It's also true to say that many apps don't support standard protocols or formats because there is no standard in that application domain, or it's crap. These things do not change the truth of his statement.
  • Well duh. (Score:4, Insightful)

    by Anonymous Coward on Saturday May 01, 2004 @09:29AM (#9027133)
    I think it's obvious what would happen if Solaris were released under the GPL.

    They would be able to dip in to all of the device drivers that Linux has today. That would happen first.

    What would happen second is the standard cross-polination; anything that's substantially better in either one (think scheduler, VM etc) would be copied from the better one to the worse, improving it. How much Linux might take we won't know until we've seen the code. But I'm certain that Sun would benefit the most from access to those device drivers.
  • by jsse ( 254124 ) on Saturday May 01, 2004 @09:34AM (#9027150) Homepage Journal
    I do think this move is benefitial to all.

    Please don't flame me for bad-mouthing Linux, I'm a diehard Linux admin myself but I still think Linux has much to catch up in enterprise computing.

    We've a Linux cluster which has a critical bug in mounting the share disk which has filesystem. Sometime when one node down the mount point is not released to another node which is supposed to take up the process, thus result in critical failure.

    This is all kernel problem(or limitation), and we don't have problem with non-fs type disk(raw disk). Therefore we must use raw disk where possible in cluster, but we don't have choice when some apps require a filesystem(e.g. like infracture database in Oracle's forsaken Real Application Cluster (RAC). Good name huh)

    The engineer who diagnosis this problem told me they've no such problem with similar setup with solaris so they THOUGHT it's okay in Linux. Ahem, there goes millions dollars for paying their great product(*cough* Oracle RAC *cough*).

    I expect more of such problems could be solved when those companies specialized in enterprise bringing back good stuffs to Linux, and GPL.
    • by smallpaul ( 65919 ) <paul@@@prescod...net> on Saturday May 01, 2004 @11:52AM (#9027685)
      I read your highly moderated post twice and still don't understand it. Linux has a bug that Solaris does not. Already we're on shaky ground extrapolating from that to "Linux is more buggy than Solaris." But let's suspend disbelief and make that extrapolation. What does this have to do with GPLing Solaris? Are you saying that if Sun changed the license on Solaris to GPL it would somehow magically become more buggy?

      You say: I expect more of such problems could be solved when those companies specialized in enterprise bringing back good stuffs to Linux, and GPL. Isn't that exactly what Sun would do if they GPLed Solaris? Bring good enterprise stuff to the open source space?

      • by jsse ( 254124 ) on Saturday May 01, 2004 @12:57PM (#9028023) Homepage Journal
        Are you saying that if Sun changed the license on Solaris to GPL it would somehow magically become more buggy?

        No. I don't think so, and that's not what I say or imply.

        The bug I metioned, more specifically, associates with the failure in release the control of mounted fs when the node took control of infrastructure database of Oracle 9i RAC. The bug exists in Linux's version but not in Solaris version. It doesn't make Solaris superior than Linux, otherwise we wouldn't choose to deploy Linux Cluster. (This is also in response to the retarded Anonymous Coward who replied to your post)

        This is hardly the Linux kernel maintainers' problems. They just can't address all unforeseen problems - they're simply human. It must the be those apps developers who build things on Linux fixing their own problem, by making patches to the problem they encountered and submit back to the community such that they could be free of trouble in the future release. That's how community would work with those enterprise players.

        That's what I say. I know it's not your intention to put words into my mouth. Thanks for giving me chance to repond to your post with an open question. :)
  • and another Solaris license scheme from Sun.
    Stay tuned for next weeks license.
  • by Anonymous Coward on Saturday May 01, 2004 @09:38AM (#9027175)
    There will be one phone call:

    (ring ring)
    scott: "hello?"
    bill: "what the fuck are you doing?!"
    Scott (sweating, scared): "well I, err, I just, thought. ..."
    bill (slow calm and menacing): "yes?..."
    scott (smiles): "I'm going to fire the fucking idiot who aired this dumb idea in public."
    bill: "have a nice day."
    scott: "yea, thanks bill. Thanks."

    (ring ring)
    scott: "have someone in marketing killed and his hands delivered to Bill Gates"
    lackey thug: "It's done."

  • NeWS (Score:5, Interesting)

    by argent ( 18001 ) <peter@slashdot . ... t a r o nga.com> on Saturday May 01, 2004 @09:43AM (#9027193) Homepage Journal
    I think Sun would do better digging up some of their older code. NeWS, in particular... now that Apple has shown that you can be successful with a non-X UNIX GUI based on Postscript, Sun's own networked Postscript display system is ripe for a comeback. Remote desktop performance for a NeWS-based environment using current processors would be a killer, and they could incorporate Java as well as Postscript applets in the GUI.
    • Remote desktop performance tends to be bound by network latency and local video hardware performance more than processor performance in my experience. I have P133s with 32MB of RAM that happily run KDE3.2 remotely in 1280x960 - they have GeForce4 MX/PCI video cards, and a lightly loaded switched 100baseTX link to a server on a gigabit uplink.

      If they can improve X's issues with round-trips and latency, then I'll be all ears.
      • With NeWS (and Display Postscript), the widgets are drawn using PostScript commands. When you click on a button in X, it sends a message to the app, which then draws the widget and sends it to the X server. When you click on a button in a PostScript display environment, the button redraw is handled by the interpreted script, and a single event is sent to the application triggering an event. Interface latency is a lot lower, since the interface drawing is all handled by the terminal.
    • Re:NeWS (Score:4, Informative)

      by buysse ( 5473 ) on Saturday May 01, 2004 @10:00AM (#9027260) Homepage
      NeWS is unfortunately encumbered by Adobe licenses, and therefore will not [ever?] be a candidate for any form of source release. Adobe is not friendly to such ideas.
  • Comment removed based on user account deletion
  • by ebbomega ( 410207 ) on Saturday May 01, 2004 @09:54AM (#9027228) Journal
    Now RMS can go on crusades to let the world know it's not Solaris, it's GNU/Solaris.
    • by TeknoHog ( 164938 )
      GNU/Solaris

      That would mean a Solaris kernel with GNU userland tools. But the tools are not going to change into GNU software merely by being GPLed, moreover the kernel of Solaris is called SunOS.

      • by drinkypoo ( 153816 ) <drink@hyperlogos.org> on Saturday May 01, 2004 @10:16AM (#9027323) Homepage Journal

        Specifically, Solaris is the bundle of SunOS and the X Window System. In the olden days that meant SunOS+OpenWindows (SunOS4, or Solaris 1.x) and now that means SunOS+CDE or SunOS+GNOME depending on the vintage of SunOS5-based Solaris.

        We really don't need the majority Solaris' userland tools. All we want is some stuff in the kernel, and occasional user-space tool which is required for changing options and/or utilizing that kernel functionality.

        With the amount of FSF-copyrighted GNU+GPL tools the average person puts on a Solaris system to make it enjoyable to use, it might as well be called GNU/Solaris already.

  • What if it opens them up to legal attack by the likes of SCO? "See those .h files? That's us!!"

    Hopefully, SCO will get its butt kicked sooner than later.
  • by NZheretic ( 23872 ) on Saturday May 01, 2004 @10:00AM (#9027259) Homepage Journal
    Now that Sun, like most of the IT industry, is moving towards commodity based hardware ( like AMD's opteron ), then Sun is going to need drivers to interoperate with x86 hardware and common peripherals.

    In comparison to Linux, the range and quality of hardware drivers available to Solaris is pitiful.

    If Sun manages to get out from under the SCO claims on the old AT&T code base and does manage to GPL the Solaris kernel then Sun would be free to port any and all GPL'ed drivers and Linux kernel code to Solaris.

    The other alternative would be to add a WINE like MS-OS compatable driver emulation layer, to load XP compatable hardware drivers. In comparison to Microsoft XP, performance would suck. There is no reason why Sun, just like WINE could not have the layer running in user space instead of the kernel, which means that Sun could still use a GPL'ed Solaris kernel and not break the terms of the Linux GPL.

  • by Ossifer ( 703813 ) on Saturday May 01, 2004 @10:04AM (#9027277)
    As others have mentioned, Sun can't GPL code they licensed. (Remember the first open source mozilla code?)

    Thus we'd be given a nearly useless, incomplete operating system. If the Sun-owned Solaris code is truly GPL'ed, the Linux folks would pick all the good bits out of this carcass and discard the rest.

    Thus nobody would use OSS Solaris, but Linux might be improved here and there. So, I highly doubt Sun will truly GPL their code.

    (Apologies to Linus Torvalds for comparing him to a vulture.)
    • And then Sun could run Linux and throw away the Solaris kernel, since Linux would then do all the things that Solaris does and more. (It already does plenty of things that Solaris doesn't do.) Not having to maintain the solaris kernel would be a big win for Sun. They're a hardware company, right? They'd end up selling their other ancillary software to run on top of Linux instead of Solaris, port their excellent (for generating SPARC family bytecode anyway) compiler to Linux, et cetera.

      There is no compelli

  • by defile ( 1059 ) on Saturday May 01, 2004 @10:06AM (#9027282) Homepage Journal

    You don't just sprinkle "open source pixie dust" onto a project and see instant revitalization. GPL'ing Solaris is worth little if Sun still thinks like a proprietary software company.

    Open source is about the long-term. Open source projects take years to become truly useful, but when they reach maturity they are more useful than any proprietary software offering because open source fosters a development culture that focuses solely on technical achievement. Contrary business motivations like lock-in and forced obsolescence are anathama, and no doubt Solaris is full of it.

    This is the same reason I think MacOS X isn't worth using, there's source code but the development mentality is entirely different from Linux's, and all of the things that make using Linux convenient are not the high priority, MacOS X very much feels like a proprietary UNIX with some familar utilities added. Maybe some day it'll be more usable.

    Maybe after 5 years of GPL Solaris it'll become usable. Unfortunately, GPL Solaris is in greater danger of forking because Sun would try to impose its direction on it instead of simply serving as a guide.

  • by Anonymous Coward on Saturday May 01, 2004 @10:17AM (#9027324)
    It would still be wonderfull for open source.

    Think about it:
    Solaris itself is based on BSD software.

    The cost of supporting both linux and solaris would be much diminished. Interlopy between desktop (linux) and server (solaris) would be very clean and tight.

    Does Sun make a living on selling software? Does it make a living on selling hardware?

    NO! It makes a living selling complete systems, business solutions, and then providing support for them.

    What does the clients care if Solaris is GPL'd or not? The only place you'd get Sun's support and hardware is from SUN! Why the hell would you want to run your infrustructer with Solaris on 400 dollar walmart machines?

    Sun is losing out customers now, but doing something like this will enable them to retain those they already have and then open themselves up to more possiblities, more chances for long term survival instead of ending up a legacy support mechanism ala SCO.

    Plus solaris is so complex anyways, only Sun would be in a position to support and improve on it for several years, while you have all the development base that has evolved around Linux and BSD to help out with bugs and evolutionary improvements. Like Linus to Linux Sun will always have the final word on what direction Solaris is going.

    However all signs point to no, that Sun still doesn't get "open source" and "free software" stuff. So far they think people want a Linux OS with a bunch of closed source liscencing restrictions tacked on the top of it.

    They don't realise that one of the major benifits of free/open software is avioding crap like that and that's what it makes it appealing to lots of people.

    (not all, I realise that some people don't give a damn about freedom as long as they get their paycheck, but there still are people who realy care and understand that unbridled closed source liscencing can be like a ulcer that won't heal to a large infrustructure. Causing pain and extra costs and restricting the potential of a orginization.)
  • by starseeker ( 141897 ) on Saturday May 01, 2004 @10:21AM (#9027347) Homepage
    Remember, they aren't pulling in huge $$$$ for licenses for their OS, the way Microsoft is. Sun sells hardware. They have been known to give away their OS at zero/low cost in the past - it's their hardware that makes them the money.

    Linux is good, it is very good. But it is not as good as Solaris in a lot of situations - Solaris has been in high end trenches and mission critical situations for a lot longer than Linux. An open sourcing of Solaris under GPL means several things:

    a) Linux can benefit from Solaris
    b) Solaris can benefit from Linux
    c) Extensive code review of Solaris by the world probably won't hurt efforts to further improve security.

    TREMENDOUS positive PR for Sun from an often ambilivant open source community, and a rush to make sure all important open source software runs flawlessly on Solaris (harder to test now since fewer people use it)

    Problems to be delt with:

    a) Making sure they have the legal rights to open source everything (of course)
    b) Export restrictions? Not sure how this plays out for Solaris - since Linux is out there already I can't imagine the use of restricting Solaris (which is probably also out there, just not legally) but the government is known for a lack of common sense in such cases.
    c) Fear of management that giving up ultimate control of all versions of Solaris will somehow be harmful.

    Issue a) was one of the major problems when considering opensourcing BeOS - don't know how Solaris stands on such an issue.

    But I think on the whole it's silly for Sun to try and compete with Linux head to head with a commercial OS - what's the point? Sun sells hardware and complete solutions, and generally does very well. If they can say "well, Solaris is GPL just like Linux, incorporates features X,Y, and Z that users generally cite as reasons they want Linux, and is proven and stable to boot" they get to just support Solaris again, and not have to worry about figuring out Linux. If that makes Solaris more widespread, what harm does that do Sun? It's not like Microsoft is going to pick up Solaris and incorporate it. Infighting among Unix like systems I think is fairly pointless in this day and age. Linux has made high priced commercial Unix licenses non-viable. So for companies like Sun, who sell hardware and solutions anyway, why not go with the flow on this one?
  • by NitsujTPU ( 19263 ) on Saturday May 01, 2004 @11:05AM (#9027509)
    Remember Netscape?

    This could very well be Sun Microsystems assuring that their product line lives after they do.

    They scrapped the Sparc V processor, and let Microsoft start marketting the MSVM again.
  • by ValourX ( 677178 ) on Saturday May 01, 2004 @12:43PM (#9027916) Homepage

    A while back I had a phone interview with the product manager of Solaris. I asked him if Solaris would ever be Free Software (or at least open-source) someday. He said that you can get the Solaris source if you need it, but it can never be under the GPL or similar Free Software licenses because they use so much code from other companies that contain trade secrets and otehr things that Sun hasn't the right to "give away." He specifically listed Kodak as one example because Solaris 9 includes code that Kodak wrote and licensed to Sun -- it had something to do with color matching or something like that.

    I guess they could GPL Solaris minus the third-party proprietary code, whatever it may be, but then you're not getting the real Solaris anymore.

    Novell ran into this problem when they bought the rights to the UNIX SVR4 source. There was some talk at the time of making it GPL, but there were so many agreements with vendors like Intel and Sun that prohibited opening up the code that it was impossible to accomplish.

    Sun should have opened up Solaris years ago, if it were possible. Then people could have manipulated the source according to their needs and Sun would have sold more hardware as a result. Solaris adds value to Sun hardware -- that's its sole purpose -- and Sun missed the chance to really capitalize on that.

    -Jem

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...