Slashdot Mirror


Solaris 10 to be Open Source

An anonymous reader writes "It looks as though Sun is going to open source their new Solaris 10 operating system. It seems to include eveything except some device drivers. They plan to model the Darwin and Fedora projects. Sounds very interesting."

63 of 432 comments (clear)

  1. Solaris Vs Linux? by Sanity · · Score: 5, Insightful

    Can anyone explain why someone might choose to use Solaris over Linux other than for legacy reasons?

    1. Re:Solaris Vs Linux? by Anonymous Coward · · Score: 5, Informative

      Major commercial programs like Oracle, DB2, WebSphere MQ are supported on Solaris/sparc, but not Linux/sparc.

      If you've got sparc hardware, x86 stuff is a downgrade path you don't want to follow.

    2. Re:Solaris Vs Linux? by sneezinglion · · Score: 4, Insightful

      Well let me see: 1. Familiarity. I have used solaris much much more often than linux in my work. 2. Maturity. Solaris is a very mature product with a long history and alot of tech support on the web. 3. It looks better on your resume if you say you know solaris, then it does if you say Linux....at least where I work it does. 4. Stability. Linux is stable yes, but stable like a wine glass, not stable like a plate.

    3. Re:Solaris Vs Linux? by Negatyfus · · Score: 4, Interesting

      Won't many of the features that make Solaris great be ported to Linux before you can say "Holy GPL, Batman!" Or did I misunderstand Sun trying to model the Darwin/Fedora way?

    4. Re:Solaris Vs Linux? by Anonymous Coward · · Score: 5, Informative

      Err, that's easy:

      It's faster (approx. 30% : Sun to challenge Linux to a benchmarking duel shortly with Solaris 10)
      It has N1 Grid Containers
      At $99 It's cheaper than any enterprise Linux distro.
      It scales better.
      *Even* More secure than Linux
      It's standard
      Solaris 10 runs RH Linux apps efficiently
      etc. etc. etc.

    5. Re:Solaris Vs Linux? by Allen+Zadr · · Score: 5, Insightful
      For most of the world... It's not one or the other, it's both. Solaris is a strong OS, despite losing some market share in the last 8 years. Open Source projects benefit from being listed on the solarisfreeware web site. As an admin I've always had a tendancy to use and support whatever project has the largest cross-platform capability.

      Well, how better to support a Solaris solution for your OSS project than to _run_ Solaris. More importantly, the issues in Solaris that have long dogged OSS projects (can only be compiled with gcc - must use OSS version of malloc, etc) can be found and fixed by debugging and recompiling now-open-sourced system libraries.

      --
      Kinetic stupidity has a new brand leader: Allen Zadr.
    6. Re:Solaris Vs Linux? by Short+Circuit · · Score: 3, Interesting

      The article doesn't specify a license.

      I suspect they're just going to let you see the code, but not necessarily copy IP from it.

    7. Re:Solaris Vs Linux? by cyngus · · Score: 3, Insightful

      Solaris has the best threading model and threading support that I've seen in what I'll call a mainstream operating system. The entire system was designed really well, why? Because these guys built it to make a profit. Not to take a shot at Linux, but dinner is a much better incentive to make something that runs well (and thus sells well) than [kernel] hacker pride. At the end of the day Linux is built on surplus time and energy. Solaris was built by people whose job and living depended on making good software. Not to mention that Sun employed (and employs) some really smart and creative people that have helped make Solaris an impressively scalable OS.

      If it has the applications I need, I'll pick Solaris over Linux in a hummingbird heartbeat. I was actually rather upset when I heard my old university moving the CS labs from Solaris to Linux.

    8. Re:Solaris Vs Linux? by Ch_Omega · · Score: 3, Interesting

      Because I (probably) signed up for something at a conferance sometime in the ninethies, Sun sent me a Solaris 7 package, which i tried out just for fun, and ended up using almost as much as my Linux and Windows boxes, because I just liked the feel and consistency of the whole thing.

    9. Re:Solaris Vs Linux? by dunstan · · Score: 5, Insightful

      There's more to implementing stuff in your kernel than just lifing a bit of source code from elsewhere.

      The way the Solaris kernel is so scaleable across over 100 processors is not some clever hack, it's taken years of refinement of the kernel. I'm not a kernel hacker, but you won't just be able to lift bits of Solaris kernel code and drop them into a Linux kernel.

      What I would expect to see fairly quickly is a "GNU/Solaris" distribution, where (as many of us have been doing for years) you get a Solaris kernel and basic libraries, and then put a GNU based set of tools on top of it. Couple this with the Niagara processors and you have an awesome edge appliance.

      --
      The last scintilla of doubt just rode out of town
    10. Re:Solaris Vs Linux? by d_force · · Score: 4, Insightful

      *Even* More secure than Linux

      *Whew*.. I'm glad you cleared that up. Because, for the life of me, I couldn't find any adequate metric that defines security using an agreed, quantitative metric within the Information Security industry.

      Oh wait, that's right, there is none.

      Shoo! Go back to marketing.

      -- dforce

      --
      SELECT * FROM USERS WHERE A_WINNER = "YUO";
    11. Re:Solaris Vs Linux? by secolactico · · Score: 5, Insightful

      What I would expect to see fairly quickly is a "GNU/Solaris" distribution, where (as many of us have been doing for years) you get a Solaris kernel and basic libraries, and then put a GNU based set of tools on top of it.

      Solaris is a sweet OS, but what I which the most is something like the FreeBSD port tree to be done for solaris. Sun already has niftly package tools, but a port collection would take care of dependencies and make updating easier.

      --
      No sig
    12. Re:Solaris Vs Linux? by secolactico · · Score: 4, Informative

      If I had to choose between a Solaris install, or a Linux install, on it's own, with a live IP address, I'd choose Linux every time

      A Solaris install on the Internet on its own would probably get rooted before the hour ran out. At least it would if you were to choose a full install.

      I use solaris on most of my servers, but before entering production, you have to patch the hell out of it (last time I checked, the Solaris 8 patch cluster was like 50MB), install ssh, if needed, and close a bunch of services that are activated by default *and* reactivated upon patch application.

      I usually play it safe and install ipfilter, just in case.

      --
      No sig
    13. Re:Solaris Vs Linux? by Anonymous Coward · · Score: 5, Interesting

      Let me explain Oracle's conversion to Linux.

      You are right that until recently the "reference platform" for large Oracle installations was Solaris, and Oracle would run efficiently and scalably across tens of processors.

      Then Oracle invented parallel databases. Their first attempt, Oracle Parallel Server in 8i was horrible, held together with string and bubble gum. Nobody used it.

      Then they came out with the next version, 9i RAC, which was quite a lot better. But any attempt to run a read/write database across a number of servers is always going to be limitted by the speed of the interconnects, so it is still far preferable to run 9i non-RAC on a large server than RAC across multiple machines. So enter Oracle's love affair with Linux.

      Oracle have taken to pitching 9i RAC solutions on Linux as being the "cheaper" alternative to running on a big Solaris box. The rational is simple: the customer either pays Oracle for 9i non-RAC and Sun for a big box, or they pay Oracle for 9i RAC and implement it on commodity x86 hardware running GNU/Linux - obviously they prefer the second solution because they get more money from a similar sized cake.

      The snag is that 9i RAC doesn't scale well, because of the previously mentioned interconnect latency issue. They will quote you impressive figures which are the result of:
      a) picking benchmark examples which are naturally going to scale well across boxes - where the data sets are already well partitioned
      b) comparing RAC on two nodes to a single node running RAC - the true comparison would be with a single node running 9i non-RAC (which is loads faster).

      So don't imagine that this is Oracle having been converted by any sort of technical merits - they are being driven simply by ways of maximising their revenue stream.

    14. Re:Solaris Vs Linux? by ncuster3 · · Score: 3, Informative

      parallel server was actually available in oracle 7, and possibly before. i know i was a dba for ops on 7.3 using the non-integrated dlm. it wasn't that bad for the large data warehouse we used it for.

    15. Re:Solaris Vs Linux? by greed · · Score: 5, Interesting
      If you've got sparc hardware, x86 stuff is a downgrade path you don't want to follow.

      Depends a lot on what you're doing. SPARC might be OK at high-throughput jobs, but IA32 and PowerPC just smash it to little bits for things that are less sequential.

      Also, Solaris' local filesystem (UFS) gets the pants beat off it by EXT3 (and, to a lesser extent, AIX JFS2). Even if you turn on journalling, which makes for a nice speed boost on Solaris 8 and up.

      In fact, for local file I/O, you're better with Solaris on IA32 than Solaris on SPARC.

      I'm not actually sure what SPARC hardware is good for these days. Every time I benchmark something, it loses. Granted, our best SPARC machine is an 8-way UltraSPARC-III 1.2 GHz. So maybe a faster SPARC chip might keep up with PowerPC and Intel a little better.

    16. Re:Solaris Vs Linux? by vrai · · Score: 4, Insightful
      There is no point running Solaris on x86 hardware - unless it's as a dev/test environment for Sparc production machines. If you're running a fully x86 shop then Linux/*BSD is the best choice - they were built with the architecture in mind and their lack of scalability isn't an issue on a 4 processor box.

      However, if you need an ultra-reliable, 128Gb, 32 processor server you buy a Sun and run Solaris on it. It's the only operating system that can fully take advantage of Sun's high-end hardware.

      Yes, you could run Solaris x86 exclusively in a PII/III shop. But you wouldn't gain anything from doing so.

    17. Re:Solaris Vs Linux? by joib · · Score: 4, Insightful


      The way the Solaris kernel is so scaleable across over 100 processors is not some clever hack, it's taken years of refinement of the kernel.


      Well, I'd guess that Linux with the various SGI patches that run on the SGI 512 CPU systems aren't "some clever hack" either, for that matter if that's what you're trying to imply. It's the result of years of work SGI put into making IRIX scale that has been ported to Linux.

    18. Re:Solaris Vs Linux? by thomasa · · Score: 3, Informative

      QUOTE
      If you've got sparc hardware, x86 stuff is a downgrade path you don't want to follow.
      UNQUOTE

      Unless you want to talk about cost. If your software only runs on Solaris and your customers are balking on buying because of the high cost of Sun servers, you certainly want to investigate porting to linux.

    19. Re:Solaris Vs Linux? by flaming-opus · · Score: 3, Insightful

      Absolutely. The general methods for creating a scalable OS have been known to the linux kernel folk for a long time. It's just a lot of work, and requires some difficult design choices. Multiprocessor scalability usually comes at the expense of single cpu performance.

    20. Re:Solaris Vs Linux? by jedidiah · · Score: 3, Insightful

      ANY application that scales to 100 cpus will be highly tuned to the environment. You don't code an app for 2 or 4 cpus and have it magically scale to 40 or 80.

      Now if you are talking about applications that depend on an underlying application server then things get even trickier. First, the appserver needs to be able to scale to the given number of cpus. THEN, the application needs to be written to scale to that level.

      Oracle didn't scale on Sun E10Ks period.

      It has problems scaling on 15K's as well.

      This is likely why Oracle is pushing clustering now. Solving n smaller problems is probably easier than solving one really monsterous one.

      An Oracle database can already run quite effectively on Linux across 120-240 cpus. Those cpus just won't all be in the same chassis.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    21. Re:Solaris Vs Linux? by tverbeek · · Score: 3, Insightful
      As far as I know solaris (not sun OS) came out in the early 90's because of the issues is BSD licencing. That is not what a call a long history, IE linux was released in 1991 so i would say that are on par

      In Linux in the early 90's were at all comparable to Solaris in the early 90's, you might actually have a point.

      --
      http://alternatives.rzero.com/
    22. Re:Solaris Vs Linux? by irix · · Score: 3, Informative

      http://www.blastwave.org

      Sun should be doing this themselves - the Solaris package format is inferior and automatic dependency resolution should be expected.

      --

      Do you even know anything about perl? -- AC Replying to Tom Christiansen post.
    23. Re:Solaris Vs Linux? by phaetonic · · Score: 3, Insightful

      While I will agree with you based on my personal experience with Solaris 2.5.1/2.7/2.8/2.9, I will say that you left out VxFS, which as far as I'm concerned beats the pants off of ext3.

    24. Re:Solaris Vs Linux? by DragonWyatt · · Score: 3, Interesting

      Sorry sir, but your post was a crock of crap. Had to be said.

      There's this thing called "fork and exec" which has been out for awhile, which very easily enables an application to scale to N CPUs. Apache for example, will nicely scale to lots of CPUs assuming the underlying OS efficiently does copy-on-write, thread/process management, etc. Solaris does.

      If you believe "Oracle didn't scale on Sun E10Ks period", check out the site called eBay. It's the only way they are able to handle the massive workload...

      Oracle is pushing clustering now for the reason a previous poster gave- Cheaper hardware means more $$ for licensing, with a static budget.

      Lastly your claim about Oracle scaling effectively across 120-240 Linux CPUs appals me. Are you claiming that RAC can be deployed to 30-60 quad-CPU boxes? 15-30 8-CPU boxes? You may be interested to know that 9i RAC degrades in performance beyond 3 nodes- a 3 node cluster performs better than a 4 node cluster. Oracle themselves tout RAC more as an "accessibility" technology that removes single points of failure, rather than a scalability approach. Heck, there are even companies that sell third-party tools to make RAC more scalable...

      In conclusion, I do not believe you have any clue with regards to the subjects you are addressing in your post.

      --
      Don't sweat the petty things. But do pet the sweaty things.
  2. Too little too late? by jarich · · Score: 3, Insightful

    Is this a desparate move of a company trying to regain relevance or a brilliant shrewd move?

    1. Re:Too little too late? by nbert · · Score: 4, Interesting

      at least for the x86 version it could solve one of the bigest problems: lack of device drivers. If they go OS in a proper manner many gpl drivers can be ported and they don't even have to pay developers to do this.

  3. Only good news, if it's really open by Chip+Salzenberg · · Score: 4, Interesting

    If it's truly an open source license, this is only good news--Linux and/or the BSDs will be able to use the best bits. If it's just a "shared source" head-fake like Microsoft has tried to pull with some of their stuff, well, then Sun will solidify their position as Grand Moff Tarkin to Microsoft's Vader.

    1. Re:Only good news, if it's really open by bonniot · · Score: 5, Interesting
      Given these quotes from the previous article, there are reasons to doubt how much open the license will be:

      Schwartz invoked the precedent set by Sun's popular Java programming language. [...] We need to now take the model with Java and bring it to Solaris.

      A problem that Schwartz wants to avoid is having Solaris splintered into different distributions like Linux, which he said creates application incompatibilities. Going the way of Linux-type licensing, he suggested, creates open source but not open standards.

    2. Re:Only good news, if it's really open by interiot · · Score: 3, Interesting

      Yup. Debian and GNU and others detail their problems with Java here. When I first read this article, I thought it might imply that Sun might be moving forward in opening up Java more, unfortunately the influences go in the other direction.

    3. Re:Only good news, if it's really open by Citizen+of+Earth · · Score: 3, Funny

      then Sun will solidify their position as Grand Moff Tarkin to Microsoft's Vader.

      "Evacuate? In our moment of triumph? I think you overestimate their chances."

      **KABOOM!**

  4. Open Source, AMD Processors...? by Nos. · · Score: 5, Interesting

    What does SUN do anymore? If they're open sourcing Solaris, obviously they're looking to get the community involved in developing it. They're also starting to ship some x86 servers (Opteron and Xeon), so are we eventually going to lose the Sparc processors as well? What does that leave Sun with? Java?

    1. Re:Open Source, AMD Processors...? by cmaxx · · Score: 4, Insightful

      They do everything they used to do.

      Just cos they're taking advantage of what people want now (Linux, Opteron, Open Source) doesn't mean they're not also working on stuff that's cool that we don't know that we want yet, or even stuff that's not cool but is still worthy.

      This is where Sun, IBM, SGI, even HP, do more for us than Dell and Microsoft. Though at least, and I hate myself for saying this, Microsoft are trying.

      Cleary being first or having the best idea ever are no guarantees of esteem or profit - often the opposite, so kudos to Sun for slugging it out and continuing to bet on innovation. Ditto to IBM and AMD.

      --
      ...an Englishman in London.
  5. Except device Drivers... by CaptRespect · · Score: 5, Funny

    "It seems to include eveything except some device drivers."

    So like linux it will work great if you could only find the drivers for your printer.

  6. Re:Model Fedora? by peragrin · · Score: 4, Insightful

    What is better is how can you Model Darwin and Fedora????

    Darwin is the just the Basic OS, you can't run any OS X apps on it without Apple's software.

    Fedora is pure Open Source, it just changes regularly, and has trademark restrictions on Red hat's images and such.

    How are these the same??

    --
    i thought once I was found, but it was only a dream.
  7. Can they do this? by AnuradhaRatnaweera · · Score: 5, Insightful

    Unlike Linux, Solaris is a derivative of UNIX. I am sure SCO will be keenly looking forward to the day when Solaris is open source. ;-)

    1. Re:Can they do this? by dankrabach · · Score: 5, Informative

      Exactly what I am wondering. Solaris is a descendent from the ATT/System V branch of the UNIX(tm) tree, not the BSD branch. They license the UNIX, not own the copyrights. Wouldn't they need permission from SCO (or Novell? ) and possibly a whole bunch of other people/corps/entities to really Open Source this stuff? Feels like heat, still looks dark.......

    2. Re:Can they do this? by obdulio · · Score: 3, Informative

      Sun bought an special license from SCO, that lets them do whatever they want.

      --
      PENAROL: Seras eterno como el tiempo y floreceras en cada primavera.
    3. Re:Can they do this? by JollyFinn · · Score: 4, Interesting

      Hey didn't sun gave SCO couple of million bucks for something earlier...

      So this is something sun probably asked as a part of the deal... And SCO migh have asked them to be quiet for this for certain period of time. And this announcement might have been planned a LONG time ago...

      --
      Emacs is good operating system, but it has one flaw: Its text editor could be better.
  8. Don't get tainted by SpaceLifeForm · · Score: 3, Insightful

    Remember, if you hack on Linux (or plan to), you best not review the code.

    --
    You are being MICROattacked, from various angles, in a SOFT manner.
    1. Re:Don't get tainted by jpvlsmv · · Score: 5, Insightful

      And if you ever plan to write the Great American Novel, make sure you never read any books, magazines, websites, or other written work.

      And if you ever plan to write music, never listen to any CDs or recorded music from any other musician.

      Because you'll get "tainted".

      --Joe

  9. Unix(tm) code? by martin · · Score: 5, Interesting

    I wonder how they'll handle the Unix(TM) code in there and all the various other contributed stuff from Samsung etc.

    I guess it's easier if they forget about CDE/X11 etc but it will be interesting to see what open source licence they use and how they handle 'other peoples' code in SOlaris 10.

    Of course they could have removed all the Sys V R5.4 code, but without doing this unsing clean room conditions SCO could have a wondrful time in court.

    Just wondering??????

  10. Re:Market Pressure Cooker by Kiryat+Malachi · · Score: 3, Insightful

    *coughLinuxATINVIDIAalltheotherproprietaryhardware drivesinLinuxcough*

    In other words, Linux is no better in this regard, get over it.

    --

    ---
    Mod me down, you fucking twits. Go ahead. I dare you.
    (I read with sigs off.)
  11. Why use Linux then? by Anonymous Coward · · Score: 4, Interesting

    If this is indeed true, I don't see any real need for linux anymore. If solaris is going to run all linux apps and it is going to have features like dtrace and a 128-bit file system and it runs on x86 AND it's free, I'm moving.

    1. Re:Why use Linux then? by Too+Much+Noise · · Score: 3, Interesting

      That will depend on your hardware. If Sun will control the license tight enough (Java-style, as they seem to imply) then ports to platforms not agreed by Sun will be forever-beta at best. Look at the bickering about Solaris on IA64; and in spite of their talks, I don't really see why they would regard Solaris on Power as more than a lab experiment (it's a competing hw platform after all, and Sun is selling hardware)

      Also, there will be the issue of 'controlled innovation', Sun's way or the highway. This has good parts and bad parts, as does anything, but it will not fit everybody's teacup - just as Linux does not right now.

    2. Re:Why use Linux then? by jimicus · · Score: 3, Interesting

      You ever used Solaris on x86?

      I found it far pickier over the hardware than Linux (it doesn't seem to like AMD based systems much) - frankly, Solaris IMO is best suited to the architecture for which it was intended.

  12. Open source != GPL by Anonymous Coward · · Score: 5, Insightful

    Open source is one thing, but I'm wondering how useful to us Sun's move really is if the code will not be put out under a GPL-like or BSD-like license

    ... lately I sense that "open-sourcing" is more an attempt of big companies to get some work done for free and get some PR at the same time, BUT with little real use to the community as GPL'ing the code would provide. Am I right?

  13. Re:Market Pressure Cooker by mr_z_beeblebrox · · Score: 3, Insightful

    When you make your source open then I'll be interested but until that, this is just a bone for the community to do work for Sun and not actually get a full fledge open source solution.

    They are, that's what the article is about. They are not opening source they do not own. Your comment could also be directed at Linus for not opening up the Cisco VPN drivers for example...THEY ARE NOT HIS to do so. Also, I am sure that your market analysis is based on a lot of research but just one flaw. How would having less revenue force them to get rid of established drivers which work well and are mature and instead hope that the community will make them fast? Seems that would ultimately cost more and be counterproductive.

  14. What does that mean? by jacoby · · Score: 3, Interesting

    I predict that the main thing of interest in Solaris to most people is the thread model. The main thing about Irix, IIRC, was the graphics capabilities and XFS, and SGI's opened XFS up and it's now ported over.

    On the other hand, isn't that part of why they call it Slowlaris?

  15. Uh huh by starseeker · · Score: 5, Insightful

    I'm waiting to see the license terms before I celebrate.

    --
    "I object to doing things that computers can do." -- Olin Shivers, lispers.org
  16. The license is the key and it may not be "Free" by Tracy+Reed · · Score: 4, Insightful

    Just because it's "open source" (as opposed to "Open Source") as in "you can read the source" doesn't mean it's Free. And that may be all they do: let you read the source. If they don't use the GPL or BSD or some other well known FOSS license I doubt this will really help them all that much. If they come up with their own license (which a company as big as Sun is wont to do) it will probably be quite complicated and your average hacker won't understand it.

  17. Vaporware wanring by linuxislandsucks · · Score: 5, Informative

    Last announcement about this was proven false by Sun's own CEO statments..

    This will be the saem way with this announcement..

    --
    Don't Tread on OpenSource
  18. So let's see here... by rincebrain · · Score: 3, Interesting

    1) Open Source 2) ???? 3) Profit! First Microsoft, now Sun. I never thought I'd see the day I had to compare Sun to Microsoft, in terms of gimmick...but it seems that I was wrong. I sincerely hope I'm wrong, incidentally. Unfortunately, most companies are too pigheaded to realize that, while open sourcing a project costs little and can reap great benefits, there's a difference between, let's say, a proprietary crap license that doesn't allow integration with other OSS, and a BSD or GPL variant. Microsoft's stance on the GPL, for any who were unaware: "The GPL's viral nature poses a threat to the intellectual property of any organization that derives its products from GPL source..." - Craig Mundie, "senior vice president of advanced strategies at Microsoft" Source

    --
    It's only an insult if it's not true.
  19. Not quite... by Allen+Zadr · · Score: 4, Interesting
    Darwin and Fedora have something else deeply in common. Both are Open Source projects that are heralded by their mother-companies for the OSS/News worthiness. As an additional benefit, contributed source and bug fixes to both projects do end up having a positive effect on the parent company's "real" products (OSX and RedHat Enterprise Linux).

    Just like Darwin, Sun will only open the parts that will ultimately benefit Sun. Just like Fedora, they hope to get a boost from loyal Solaris (RedHat desktop) users that have been using the "Solaris Free Binary License" (yes, I qualify here on both counts).

    I hope this helps.

    --
    Kinetic stupidity has a new brand leader: Allen Zadr.
  20. The $20,000 question by iqvoice · · Score: 3, Insightful

    So does this mean that Sun is going to give up trying to squeeze $20,000 from me just for upgrading my 10-proc Ultra Enterprise from Solaris 7 to Solaris 10?

    Reality Check available here. Heh!

    --
    Life is pain. Anyone who says otherwise is selling something.
  21. GNU/SunOS, not Solaris by DeadVulcan · · Score: 4, Interesting

    If we're going to get pedantic, then it should be "GNU/SunOS," not "Solaris." To put it into Linux terms, Solaris is the distribution that's built on the SunOS kernel, just as Mandrake (for instance) is a distro that's built on the Linux kernel.

    --
    Accountability on the heads of the powerful.
    Power in the hands of the accountable.
    1. Re:GNU/SunOS, not Solaris by drinkypoo · · Score: 4, Informative
      Solaris is SunOS plus OpenWindows or now, CDE or Gnome.

      Solaris 1.x is SunOS 4.x, which is BSD-based.
      Solaris 2.x is SunOS 5.x, which is System V-based.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  22. Impartial Interjection? by Allen+Zadr · · Score: 3, Interesting
    SunOS is still at the core of Solaris (which really refers to the Graphical extended SunOS). Either way, SunOS only goes back to ~1986. Still not that long.

    Sun has an excellent single place to search for all service calls on their equipment and OS, along with resolution information. So, it's a lot of information, yet more importantly, it's a single place for all of that information.

    Personally, I have both Solaris AND Linux on my resume - and have to go with Solaris as the more impressive during interviews (less market share - more "serious").

    I had a Solaris machine that ate itself running Solaris and Oracle. It turned out that one of the CPUs (StarFire E10000) was not torqued down properly. You should really have Sun take a look at your 450 - full tear down and rebuild if necessary. Otherwise, in my experience, Linux is slightly less stable, but I've been migrating to Linux because it's cheaper to run two Intel/Linux boxes (hot spare) than a single Solaris box with the same load capacity as one of the I/Linux boxes.

    That's to say - you've both got valid points.

    --
    Kinetic stupidity has a new brand leader: Allen Zadr.
  23. i hope SOME people just get stuff in there by discogravy · · Score: 3, Interesting
    Hopefully this means more porting user-end apps (desktop stuff) over to solaris. In my experience, it's a lot more stable than linux -- probably the only thing that compares is FreeBSD, and even that is a maybe. Combine that with a more desktop friendly software set, and it's not a bad combination. KDE, XFCE4, xmms, mplayer, etc. The Live Sun Java Desktop was just Not As Good As It Could Have Been. A desktop that functions as well as Knoppix but from Sun? That would be cool. (maybe not a moneymaker, but certainly cool).

    I would love to be able to practice more admin stuff on Solaris. With the exception of production servers -- which are not ideal "hey, i wonder what this does" testing conditions -- I don't have access to any Solaris boxes; I'd like to run it on a laptop but drivers are a fucking nightmare (yes, i know there are solaris sparc laptops like SPARCle but I don't have that kind of money to just toss around.)

    My job at a university entails working with Solaris and migrating everything that's ON solaris OFF it, over to linux or BSD or windows or "anything but solaris". Management has lost faith in SUN in general and solaris specifically, and they want it gone gone gone. This is good for me, because I get to practice doing Cool Shit with linux and FreeBSD (FreeBSD being the only distro I've tried that doesn't require setting up stupid sunlabel partitions and lots of tweaking to get right: slap the CD in, install it, tweak it a bit and then forget about it. Even my beloved Debian wasn't that easy on a sparc arch machine.) At the same time, I'd still like to get more familiar with the Solaris way of doing things, for sundry reasons (more impressive skillset, more theory and better understanding of the internal workings of the OS, etc.)

    I slapped the Sol10 beta on a single-proc netra that we found lying in a gutter begging for change, and it wasn't too bad. Of course, I haven't used it for more than 10 minutes, but that's the price you pay for having fun at work, I guess.

  24. I'll believe it when ... by HP-UX'er · · Score: 3, Insightful

    ... I have my hands on the install media, while reading the license it comes with. Sun says _many_ things. They rarely follow through, and when they do, it always falls short.

  25. Re:Stability by upsidedown_duck · · Score: 5, Insightful

    They run out of swap space, and they crash.

    What ancient mummified version of SunOS did you work with? Just recently, I had a program go wacko and suck up every bit of virtual memory it could. My Sun workstation slowed down, of course, but I eventually got to an xterm to kill the offending process. No crash.

    The book, Solaris Internals, details exactly what Solaris does when resources become scarce. It is designed to degrade gracefully by speeding up page scanning, for example, at certain thresholds of memory usage.

    I think the crashing you saw was due to a specific program that you depended on (not Solaris) that was very poorly written.

    --
    -- "Makes Little Debbie look like a pile of puke!" - Moe Szyslak
  26. Random thoughts about wineglass v plate stability by Mr_Dyqik · · Score: 4, Funny

    A wine glass has three distinguishable stable states (upright, upside down and on its side), and a plate only has two (upright and upside down).

    It takes a lot more effort to get an upside down plate the right way up, than it does to get a wine glass on its side the right way up.

    Does this mean it's much easier to get a titsup linux box up and working again than a titsup Solaris box?

  27. Re:Works the other way too... by kinzillah · · Score: 4, Insightful

    They may be late, but they are bringing the hot blond that everyone stares at. She might just have a few makeover tips for the unibrowed linux kernel. :)

    --
    Douglas P. Price