Slashdot Mirror


Sun Says OpenSolaris Will Challenge Linux

E5Rebel writes "Sun Microsystems has ambitious plans for the commercial and open source versions of its Solaris operating system. The company hopes to achieve for Solaris the kind of widespread uptake already enjoyed by Java. This means challenging Linux. 'There's an enormous momentum building behind Solaris,' according to Ian Murdock, chief operating platforms officer at Sun, who was chief technology officer of the Linux Foundation and creator of the Debian Linux distribution. Isn't it all a bit late?"

21 of 405 comments (clear)

  1. OpenSolaris by smittyoneeach · · Score: 5, Funny

    OpenSolaris
    Won't a new one tear us,
    Unless they first
    Have Ballmer chair us,
    Great documentation--
    Now that could scare us.
    Burma Shave

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    1. Re:OpenSolaris by jlarocco · · Score: 5, Informative

      I recently had to try to read the spagetty which is the OpenSolaris TCP implementation and frankly it felt exactly like this "--". Great documentation--; for very line, through the entire monolythic single multimegabyte .c file.

      What? I'm not exactly sure what you mean, but it seems pretty good code to me. It's big, and there are some gotos, but it's all well explained. It definitely doesn't seem as bad as you make out.

    2. Re:OpenSolaris by arivanov · · Score: 4, Interesting
      I would love to see a newbie doing all that guesswork just to recover a fucked MBR.

      As someone who has had to recover Solaris software raid out of f*** state on multiple occasions I can ensure you that it did not use to be any better. In fact it was worse. Booting, repopulating devices, devices missing, having your MBT f**** up. Yep. Been there seen that. An all of the great three - linux, bsd and solaris. All of them suck equally bad so I will not recommend a newbie doing any software raid in the first place. Disclaimer - I have not tried opensolaris for this though

      I lost, completely lost, 320GB of data due to the piece of shit Truecrypt for Linux, supposedly "stable". If you have 320GB of data, if you are brave enough to play with LVM and software RAID and you also smack TrueCrypt on it. Well... You are expected to have enough clue to have backups... If you do not...

      The great about solaris is that it WORKS. Right there and then: it just works. May I suggest that you run a couple of hundred of servers with it in an Internet facing environment first. I have suffered from it and I have seen the lot. F*** up filesystems, MBR cockups, software raid bloopers, applications managing to make the kernel through the Sparc equivalent of GPF from the depth of the scheduler (something linux has not done for a very long time), the lot. Granted it has been a while, and most of it was not under OpenSolaris which has supposedly been "improved". Though as people say, once you get burned you stay away from it.

      the scheduler, while this isn't an issue on Solaris. Now do not get me started here either. Since the day of 2.5 every Solaris release has been released with a scheduler that has been heralded as the best and above the rest. In every f*** release the marketing droids has screamed that Solaris is right, everyone else is wrong everyone's else scheduler sucks and Solaris is the best. After that they accepted "everyone else" scheduler concepts in the next release. Sorry mate, people here have not forgotten the abomination of lightweight threads. People have not forgotten the screams of Solaris marketing droids about the greatness of the N:M model. There are also people who have had to program the actual scheduler internal priority tables and retune it for job loads different from default. All of this just to find out that the next release completely fucks it up to move to different semantics from the ground up. Rinse, repeat...

      Do you like it or not scheduler is always a flamewar because every scheduler sucks. Just it sucks differently for different people so there will always be one to flame away (especially after failing a testcase miserably).

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
  2. What is the platform? by BadAnalogyGuy · · Score: 4, Insightful

    What's the point of an operating system when you've got Java running on top of whatever is there? The OS is just a bootloader for the Java VM.

    Sun's interest in pushing two separate platforms is baffling.

    1. Re:What is the platform? by setagllib · · Score: 5, Insightful

      Sun has a lot more than just Java software, and has a lot to gain from having firster-than-first class support for Java in the operating system (e.g. kernel-level code caching, pushing code into kernel space, etc). Linux can technically have it all now too, with Java being GPLv2'd. But really, Sun has packages like StarOffice, which needs a lot more than just a JVM.

      I encourage more competition for Linux. A free market is built on competition. Now that Microsoft is becoming a competitor rather than an oppressive regime, it'll be naturally selected out and increasingly powerful Unix systems will dominate the market. A Linux monopoly is not a good thing either, and whether BSDs or Solaris share the market, we all stand to benefit.

      It'd be even better if we had some license consolidation, but hey, that's a pipe dream. I'd rather have license-incompatible code than no code at all because people refuse to use GPLvX.

      --
      Sam ty sig.
    2. Re:What is the platform? by Anonymous Coward · · Score: 5, Insightful

      The concept of competition does not apply to free software because competition implies a winner and a loser. In OSS, there is no winner, nor is there a loser. OSS projects progress by the input and enthusiasm of the users. There is no reason that a single "monopoly" project would necessarily lead to lower innovation. Since the project itself is not in any competition to lure users away from a competitor, there is no incentive either way to innovate except for the "itch" to keep making the project better.

      A monopoly-style OSS project would lead to more innovation, in fact, because with more users wanting more features, the project will have both a larger pool of ideas to choose from as well as a larger pool of developers to implement and grow the project. Growth encourages growth, at least as far as OSS is concerned.

      Competition, OTOH, draws finite resources away from the developer pool. While ideas may be freely shared, developer time cannot be, so a project that gets X number of hours of work will have monopolized that time for that project. Sometimes this work can be easily shared among other projects, but most of the time it cannot be shared without significant porting and adaptation. Competition fragments the development effort of all OSS projects.

      The only competition that truly exists in OSS is the competition of ideas. The actual implementation of code is where this is fought. If idea A has more support than idea B, it will be idea A that gets implemented. In this way, in democratic fashion, the best ideas (alternatively, the most popular ideas) get turned into reality. When the small group of idea B supporters break away from the main project to proceed with implementing their idea, only time will be able to tell whether idea A or idea B was the right way to go. But it is an unnecessary competition and draws resources away from the improvement of the platform.

      Competition against Microsoft or Sun is not the reason Linux improves over time. Rather, it is because users who want to use Linux implement the features that they want so that the platform grows to fit them. As it grows to fit them, it also grows to fit everyone. The additive nature of OSS sees to it that the best ideas stick around and the lousy ones get tossed away. That's not to say that Linux isn't stuck in the Unix rut, because it is. It's that if there were no Linux, there would be something else.

    3. Re:What is the platform? by Starker_Kull · · Score: 5, Insightful

      I encourage more competition for Linux. A free market is built on competition. Now that Microsoft is becoming a competitor rather than an oppressive regime, it'll be naturally selected out and increasingly powerful Unix systems will dominate the market. A Linux monopoly is not a good thing either, and whether BSDs or Solaris share the market, we all stand to benefit.

      Your faith in Microsoft being 'naturally selected out' is.... amusing. Considering, after years of barely adequate products, they still have 90% plus marketshare of desktops, and last I checked, they were still oppressing various standards bodies, hardware manufacturers, small software houses, etc., I think the corpse is still walking around, talking FUD, and otherwise making a nuisance of itself. The Linux Monopoly you fear is... a bit far-fetched just yet, IMHO. When I start seeing KDE desktops in some of the small offices I walk into, then I'll believe it.

      Of course, this move by Sun is to try and make that happen; many non-computer people like 'simplicity', in the sense of getting everything from one computer vendor with minimum fuss on their part, assuming that things will work together more smoothly then. So, Sun offers a machine running OpenSolaris, with StarOffice preinstalled, as well as a really fast JVM. Worth a shot...

    4. Re:What is the platform? by setagllib · · Score: 4, Interesting

      Allow me to clarify. The JVM currently has a lot of clever optimizations like lock coarsening. It's proving it's pretty smart. Now, imagine if the JVM could detect a certain procedure is doing a LOT of user-kernel switches, and therefore can be moved to kernel space. When it needs to communicate memory back to userspace, it can be moved back in, ideally, only one switch. This is a pretty simple optimization which has a lot of room for improving performance. Some processes like servlet containers and their servlets could, in theory, be moved entirely into kernel land, without having to program any kernel code at all. I wonder if this is planned for any JVM?

      --
      Sam ty sig.
    5. Re:What is the platform? by setagllib · · Score: 4, Interesting

      You've missed an important reality of FOSS development, which is that most projects have a core team (or, often, a Benevolent Dictator) which decides everything. No matter how much the users might want, that core team still decides what gets implemented and widely deployed. Look at Python vs Ruby - they're competing in a very similar space, and both growing in different directions, with uses for both of them. They simply cannot become one project without losing their individual advantages. But they can co-exist rather nicely, and cross-pollinate ideas that are compatible with both.

      Linux has Linus as the benevolent dictator. Linux is freakin' awesome, but other projects do things differently, and can often justify them one way or another. If these projects are allowed to bring those ideas into reality, and demonstrate their value, Linux could copy the ideas.

      Look at BSD's kqueue, spawned in FreeBSD. It's really good. Around the time it was spawned, Linux still had poll, and then later epoll, but epoll isn't that great. Now Linux is getting new event notification systems, of varying sanity, because kqueue has shown it can be done much better, even if the Linux guys don't quite agree with it in its entirety.

      For all we know, Linux might end up re-architecturing to have natural SSI like DragonFly plans to have. DragonFly can be a great proof of concept. And if, a few years from now, the market situation is such that implementing drivers, software support, etc. is easy, the developer resources can focus on making a competitive, usable product instead of playing catchup with basic hardware support. We'll see an explosion of useful, interoperable operating systems, that would have otherwise died just trying to be runnable at all. *Especially* with virtualization platforms reducing the amount of code necessary to get a live kernel, and improving debuggability, deployment flexibility, etc. The mere anticipation floors me.

      --
      Sam ty sig.
    6. Re:What is the platform? by setagllib · · Score: 4, Insightful

      Why do you think Microsoft is scrambling for OOXML standardization? Because the document format lockin is a huge, huge part of Microsoft's monopoly strategy. If they're forced to be an equal player in the office suite space, making Office largely replaceable, then Windows is largely replaceable too. When Linux + KDE + Firefox + OpenOffice.org can replace a Windows + Office + IE setup with lower costs, minimal training and solid vendor support (Canonical, Red Hat, ...), how much incentive is there to run Windows any more?

      Gradually the government switches, corporations switch, and finally users switch. The numbers indicate it's happening anyway, and the format war is just going to nail the coffin on Microsoft's monopoly. They never even had a monopoly on servers, gaming technology, etc. so the office is their last stand, and in a matter of days it will be confirmed that they have lost that too.

      And of course, as the demand for Linux installations grows, and more vendors sell pre-packaged Linux, then hardware contracts will also require useful drivers or even documentation, and the hardware situation will be largely solved too. Sit back and relax, freedom has won and the liberation continues as planned.

      --
      Sam ty sig.
    7. Re:What is the platform? by trifish · · Score: 5, Insightful

      In OSS, there is no winner, nor is there a loser.

      If 90% of people used a particular open-source program, I'd dare to call that program a winner. And if nobody used a particular open-source program, I'd dare to call that program a loser. The rest is idealistic crap.

  3. Solaris by Borongo · · Score: 4, Insightful

    The kind of Solaris penetration sun really wants is at the corporate
    level. There are a lot of Sun Servers out there so they'd like to increase
    that further in companies who want cheaper hardware than the sparcs.
    From a TCO point of view, add Solaris X86 to your existing Sparcs isn't
    that big of a deal and Sun has made pretty good progress in making Solaris
    10 much more on equal footing with Sparc based Solaris so now you only
    need admins who are expert at one OS, you've got easier compatibility
    with your software etc. Then from there I see a push to companies who
    don't use Sparc hardware.

  4. "Isn't it all a bit late?" by Anonymous Coward · · Score: 5, Funny

    I don't think so, but then again, I'm still holding out for an Amiga comeback.

  5. It's rarely ever too late by inflex · · Score: 5, Interesting

    Consider MS with IE and then Mozilla with Firefox.

    MS Word vs WordPerfect 5.1

    What about Linux, itself was probably considered "too late" or such at the time "Everything's been invented/done".

    What about when Redhat was top dog - who'd have thought that Ubuntu would come along and change a lot of things.

    The point is, it's [almost] never too late, just sometimes you have a harder job ahead of you.

    1. Re:It's rarely ever too late by javilon · · Score: 4, Interesting

      yes, and there is something that solaris has that linux doesnt. ZFS.

      If zfs is not ported to linux due to license problems, Ill install solaris on my home file/backup server.

      --


      When his defense asked, "Which computer has Jon Johansen trespassed upon?" the answer was: "His own."
  6. Sure it is fscking late ! by udippel · · Score: 5, Interesting

    (Just missed the FP, but still)
    this chance was missed a few times. The last one was when Nexenta was treated like a mother-in-law.
    If SUN wanted acceptance instead of l33t, GPL(v3) would have been the order of the day.
    As long as they dangle about with CDDL, they might as well pass away. Don't get me wrong, CDDL ('cuddle') is quite a good FOSS licence. But it has its problems with a coexistence side-by-side to GPL. And GNU is, love it or hate it, thousands of great applications; and moreover a licence accepted by the majority of FOSS developers.

    I hope(d) Ian would have the power to apt-ing Solaris, but he doesn't seem to. And when you read the OpenSolaris lists, you find as much ego-tripping as on OpenBSD or Mac. They rather sink with pkgadd.
    And I cry for them, yes, because SunOS is the greatest kernel around, with limited hardware support. Back to licencing and square one.

  7. Re:I remember when they opened the source by E-Lad · · Score: 4, Insightful

    So what you're saying that you expected it to happen overnight?

    I recall people saying similar things, only about Linux, back in the 90s. "Linux is the next big thing", Pundits and advocates trumpeted "Corporations will move to Linux as their preferred server/service platform", and so on. That pretty much did happen, but it took the better part of a decade to realize it. It took the one thing that a not even the most talented coders can't create during an all-night coding binge: Time.

    OpenSolaris is a hair over 2 years old now. If you think about it, most decently sized shops change out comodity infrastructure every 3-4 years, a time frame pimarily goverened by hardware warranties. If an organization says "Let's try another OS the next time around... lets try Solaris" then the proper time to do that would be consumate with normal upgrade cycles. In other words, no one can reasonably expect one thing (Solaris in this case) to massively gain meaningful, measurable share instantly. It takes time. Just like it did with Linux.

  8. Re:This is basic Business 101 stuff.. by Ajehals · · Score: 4, Interesting

    If OpenSolaris sees adoption on low end machines, it would provide an incentive to enterprise level customers to go the whole hog and buy Sun hardware to run it on. What could be better from a corporate point of view than having a single vendor to go to for all your support and other issues, not to mention that my experience of Sun support is pretty damn good.

  9. Sounds good to me.. by target562 · · Score: 4, Interesting

    ...After years of migrating most of our datacenter operations from Solaris & IRIX environment to Linux, we have pretty much migrated everything back to Solaris. Reasons? Cost - Solaris licenses are free. Support is good, and also relatively inexpensive. Cheaper than RedHat Enterprise. Stability - We're talking interface stability, backwards compatability, etc. Storage - Linux's storage subsystems are still a joke. A hodgepodge of filesystems, and don't even get started on enterprise storage technologies such as fibre channel & multipathing, where the linux solution requires a spool of duct tape, a pack of chewing gum, and some string. Compatibility - Solarisx86 has had no problems running on any enterprise-grade server hardware (Dell, IBM, Sun). Many complain about Solaris not having the "driver base" of Linux -- but the question is, would you really want to run that hardware in your enterprise?

  10. No big deal. Can easyly be done. by Qbertino · · Score: 5, Interesting

    1.) Ditch the inhouse CLI tools - they suck and will never catch up with GNU. Maintaining them is pointless. Use the full spectrum of GNU CLI tools.
    2.) Use a pimped zshell as shell with a prime quality default setup and some good-looking, neat tutorials to get the Bash crowd in line for it.
    3.) De-suckify the entire grafical desktop stack, unifing GTK and QT with the same, one and only default theme that looks good.
    4.) Use APT as distribution system.
    5.) GPL Solaris and remove the distinction between Solaris and OpenSolaris.
    6.) Build a marketing army to push Solaris as "Mac OS X" for all non-Apple computers and 'the better open Unix variant / the better Linux' at the same time.

    There's only one big problem in all this: Sun. They are a technology driven company. Gigs like Apple or Canonical (Ubuntu) are vision driven and have a single boss who's considered king. They have a vision and they convey it to any opinion leader in the industry they care about.
    Suns staff wouldn't know a well designed desktop or a constently marketed brand if you showed it in their face. Just look at the video presentations from JavaOne. Anyone delivering such a presentation at Apples MacWorld would lose his job the next day. Sun is putting out CEO computable marketing babble and if at all they will only come through half way.

    Mind you, Solaris overtaking Linux is possible. Theoretically. Solaris has the prime advantage of not having an image torn to tiny bits and pieces by a thousand distributions - if Sun would do all the things mentioned above they could seriously capitalize on this distinction to Linux. But as I mentioned allready, they lack the vision and conceptual consitency to really pull through with it. That's my experience anyway.

    --
    We suffer more in our imagination than in reality. - Seneca
  11. Less talk, more action by ballmerfud · · Score: 4, Informative

    It's been two years and still there is no self-hosting OpenSolaris distribution. Again, there is no self-hosting OpenSolaris distribution. Again, there is yet to be ANY self-hosting OpenSolaris distribution. Not Nexenta, not Belenix, not Schillix, and sorry but Solaris Express is not open nor freely redistributable.

    Source or no source, if that damn thing can't even be made to be self-hosting, and the resulting product freely-redistributable, then it can't even be compared with Linux, much less overtake it. Enough with the smoke and mirrors already

    I fell for this hype two years ago when all the rage about Solaris 10 came out. Here's the deal: ZFS - great. DTrace - amazing. The Solaris kernel - truly exceptional. The userland, installer, package system, and general feel of the OS - horrendously bad ... so awful that it sent all of us who tried it screaming back to Linux and BSD. And they are still going to stick with that awful package system -- even after Nexenta has done all the work to get Apt working, even after hiring Ian Murdock. And that's the amazing thing: Nexenta is a shining example of a budding community that has filled in almost every glaring gap that Solaris was lacking and rather than gobble it up, Sun has basically patted it on the head like a good little wannabe and marched right on by drunk in its typical, massive, NIH syndrome.

    Not a chance. Keep the press releases coming, hire all the Linux people you want, but at the end of the day, I have at least two choices for a self-hosting, community-driven operating system with package systems, installers, and userlands that work now, not in years to come.

    And Sun, please stop with the "we're gonna beat Linux" crap. Haven't you learned by now that that doesn't help you. The whole "us verses them" mentality has no place in the community, and just makes you look like an ass. Linux earned its place. Earn yours, with action, not press releases.

    --
    http://uncyclopedia.org/wiki/User:Steve_Ballmer