Slashdot Mirror


OpenSolaris 2008.11 – Year of the Laptop?

Ahmed Kamal writes "Is Linux getting too old for you? Are you interested to see what other systems such as OpenSolaris have to offer? OpenSolaris has some great features, such as ZFS and dtrace, which make it a great server OS — but how do you think it will fare on a laptop? Let's take an initial look at the most recent OpenSolaris 2008.11 pre-release on recentish laptop hardware."

16 of 223 comments (clear)

  1. Year of the sell out by KnowledgeEngine · · Score: 4, Insightful

    I am interested to see more stories that are not advertising or shout outs develop on laptops reading slashdot. Down with the "Check out my favorite thing" posts.

    1. Re:Year of the sell out by INT_QRK · · Score: 5, Insightful

      I tried it. I installed it on my spare laptop (IBM T-41, ~4 years old). Pros include excellent speed, and easy install. Cons, especially when compared with consumer grade Linux distributions like Ubuntu, include extremely sparse OSS application repository to draw from, and wireless support that I just never could get to work. Having been there and done that, with a tee-shirt, I kept it for a week and reloaded Linux. Not ready yet.

  2. Why? by drhank1980 · · Score: 4, Interesting

    I know it is cool to try out different OSes from time to time, but is there really any solid technical reason why anyone would choose solaris on a laptop over linux?

    1. Re:Why? by Skinkie · · Score: 4, Interesting

      Now the fun of ZFS is that next to RAID-Z* it also has some nice snapshot send and receive features. So you could plugin your laptop and upon leaving, leave a snapshot of your work at another ZFS system has has many drives. Now that seems quite cool :) Another reason could be just using the features of the filesystem such as quickly sharing an NFS export for a presentation. Or making a snapshot of your latest work. ZFS like for example GIT as versioning system bring very interesting 'offline/on-the-road' use-cases. The integration that ZFS has to offer with xVM/Zones just proves the point that virtualisation is also available if you want it to. So yes you can use KVM/VirtualBox/Xen/VMware on your laptop, but as far from integration with the base OS, OpenSolaris has nifty features. Personally I run Linux on all but one system. That one system runs my cluster storage on OpenSolaris.

      --
      Support Eachother, Copy Dutch Property!
    2. Re:Why? by jalefkowit · · Score: 4, Informative

      This should fix most of your problems. It got Hardy working great for me on an Eee 1000.

    3. Re:Why? by TheRaven64 · · Score: 4, Informative

      The Solaris kernel is very nice - good performance, good scalability, zones, ZFS, dtrace, an incredibly scalable TCP/IP stack, a stable driver ABI, and so on. It's fully supported by OSS (Sun paid 4Front to develop it) and I believe it now has a DRI implementation too. The userspace is a bit archaic - it's classic System V, which makes even a GNU userland look nice.

      Or, to turn your question around, what is the compelling reason for choosing Linux over OpenSolaris or, say, PC-BSD, on a laptop?

      --
      I am TheRaven on Soylent News
    4. Re:Why? by tehcyder · · Score: 4, Funny

      Sure! Running ZFS on a single drive sounds cool to the other people working at the help desk.

      Plus chicks really dig it.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  3. "Server" vs "Desktop" OS by Drinking+Bleach · · Score: 4, Interesting

    I've never quite gotten what people mean by classifying operating systems in these two categories. Okay, it runs GNOME, office programs, and Firefox, isn't that enough to make it a desktop operating system? Hey look, it can run apache, sendmail, and bind, it's a server operating system too!

    Seems to me it's just an operating system well-rounded for any task, and such vague categories don't really apply to it.

    1. Re:"Server" vs "Desktop" OS by zappepcs · · Score: 5, Insightful

      I would agree with you but for one point: The desktop arena is the general purpose 'swiss army knife' area, while server software has specific issues of speed, security, and robustness. Sure, they have overlap, but there are different generalized criteria for both.

      I like what Solaris is becomming, and there are definite advantages to running Solaris in certain environments on certain hardware, especially when speed and robustness are critical factors.

      Now I'm not talking about running DukeNukem, I'm talking about when an extra 100 transactions per second makes meaningful differences to your bottom line. This is when server OS software is a critical thing. Typically, desktop software OS is not what you want running a server with such critical issues under the microscope.

      Solaris has historically been an OS which can be trusted in the server environment. I look with hope that they will continue and build on such a reputation.

    2. Re:"Server" vs "Desktop" OS by eln · · Score: 4, Insightful

      The difference between a server OS and a desktop OS is not necessarily what they're capable of...most operating systems these days can serve as a halfway decent server or desktop system. The difference is really what each of them are optimized for.

      A distribution or release that's designated as a "desktop OS" will tend to include a lot more software for that purpose, such as multiple desktop environments, 3D video drivers, drivers for various sound cards, calendar apps, word processors, and the like. It may also have a kernel optimized for those components.

      A server OS, on the other hand, will likely be missing a lot of the eye candy, may not have any 3D or advanced sound drivers, and may be missing a bunch of the applications you would expect on a desktop machine. It may also come pre-installed with various server apps that would be of little use on a desktop machine, like a web or DNS server. Likewise, its kernel may be optimized for these server tasks.

      For example, if you're building a desktop system, you might want something that will automatically install several desktop managers, the full suite of KDE and Gnome apps, etc on it. If you're looking for a server OS, such things are just a waste of space, and the installer adding them to your machine automatically is not desirable.

    3. Re:"Server" vs "Desktop" OS by itzdandy · · Score: 4, Insightful

      I disagree. Desktop OS and Server OS do not overlap. I know that Linux can and is BOTH but it is not really. A server OS is an OS built on stability and security. A desktop OS is one built on user experience and usability. There is sometimes a fine line, and a server can have a Desktop, but it is typically a trimmed version of a Desktop with many services not running that would be on the "desktop" release.

      A desktop OS will have services and programs enabled that specifically disqualify it from being a server OS. Programs that listen on network ports, dont provide any kind of authentication to access devices or write to files, dont have a thorough firewall. A webserver should listen only on webserver specific ports and those necessary for remote admin. I can think of less than 10. (do a `netstat -a|grep LISTEN` and count the ports your desktop is listening on and then do the same on a server(http,ftp,ssh,rsync,and some specifics for server type like imaps or smb).

      The analog here is a brand new Lincoln truck. Sure it looks like a truck, but its very nature says that it cannot be a worktruck without losing its status as a luxury vehicle. You could dis-acknowledge its luxury status and MAKE it a work truck, but then it is no longer a luxury vehicle because there has been consideration to the nice paint job, the chrome, the soft leather seats, etc.

      So the point is:
      Ubuntu 8.04 server is a server OS. If you add everything to make it a desktop OS, it is now Ubuntu 8.04 Desktop.

    4. Re:"Server" vs "Desktop" OS by moosesocks · · Score: 5, Insightful

      A desktop OS will have services and programs enabled that specifically disqualify it from being a server OS. Programs that listen on network ports, dont provide any kind of authentication to access devices or write to files, dont have a thorough firewall. A webserver should listen only on webserver specific ports and those necessary for remote admin. I can think of less than 10. (do a `netstat -a|grep LISTEN` and count the ports your desktop is listening on and then do the same on a server(http,ftp,ssh,rsync,and some specifics for server type like imaps or smb).

      Huh? This sounds like a bad idea for both server and desktop alike.

      Firstly, it's pretty well-worn knowledge by now that it's a darn good idea to run a firewall in any context, unless you positively, absolutely trust your local network.

      Second, any extraneous services should either be disabled by default on a desktop machine, or be able to be disabled quite easily. As you mentioned, it's a trivial task to take a look at what ports are open, and is equally trivial to close those ports and/or kill the underlying processes if necessary.

      Microsoft learned this lesson with Windows 2000. By stripping down their "Server" OS, they (possibly inadvertently) produced what was arguably the desktop best operating ever made by the company. Sure, it didn't come bundled with much, although that was a large part of the beauty of it. Most of the "value-added" features that came with XP were crap, and rarely used by anybody. For its time, it was fast, stable, secure, and quite easy to use. The architectural differences between the 'Server' and 'Workstation' versions were virtually nonexistent.

      Unfortunately, they forgot whatever lessons they might have learned with Win2k, and came out with XP, which though a step up from 98/Me!, wasn't nearly as fast or secure as 2k, and eventually Vista, which predominantly added bloat, and none of the much touted architectural improvements that were supposed to have been in the pipeline.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
  4. Re:Count me by mritunjai · · Score: 5, Interesting

    Uh is it a new SCO meme ? Are you done with enough of FUD already ?

    Solaris (and previously SunOS) were Sun's implementation of UNIX. Right, just like Linux and FreeBSD. As such Sun owns the copyright to it. Sun got it UNIX 'certified'. Thats right, just like OSX, Tru64, HPUX and AIX. There is no UNIX. It is a trademark of the Open Group, and they certify various implementations of it. Ever heard of SUS ? SYS V ?

    Now onto SCO fiasco. Sun licensed some x86 drivers from SCO for Solaris 8 (yeah that old... Its like 10 years now). SCO's SCO UNIX was x86 based. Those drivers have long since disappeared! They dont even matter!

    Whats all this infighting among Open Source group ? What is that makes some fanbois do thing and spread FUD that is most anti-Open Source ?

    Guess some people just can never live happily with others!

    --
    - mritunjai
  5. Re:Self-helpdesking BSD by Shag · · Score: 4, Funny

    I hear there's a company that sells laptops with a BSD OS and decent support... named after some kind of fruit or something.

    --
    Village idiot in some extremely smart villages.
  6. Re:It's a trap by lokedhs · · Score: 4, Interesting
    I have also followed Groklaw basically since they started, and you are basically scaremongering for the purpose of getting attention.

    You know full well that no one is going to read through all of those documents unless they're getting paid for it. I'm pretty sure you didn't read them either, but base everything off of people's comments on the blog. Esp. given the fact that PJ never said that Solaris was illegally open sourced. In fact, I believe she said that Sun already had that right, regardless of whether or not SCO had the right to sign the contract with them.

  7. Firefox and Suspend makes not a year of the laptop by SkullOne · · Score: 4, Interesting

    So this guy tests the Install process, running Firefox and navigating to Youtube, to find out he has to manually install Flash.
    He then puts the laptop into suspend, with a successful resume.
    Then he declares OpenSolaris the year of the laptop.

    Am I missing something? Any additional unit testing? Benchmarks? Usability? Application availability?

    Nice Slashvertisement.

    Warning: I use OpenSolaris a lot as well, love it for the sake of some serious faults, but it does its job well. That job is NOT running on a laptop however. Good luck to the poor souls who try to use it as a daily driver.

    --

    Brent Jones