Mass Speculation Suggests Oracle May Kill OpenSolaris
CWmike writes to point out that Steven J. Vaughan-Nichols is one of many people questioning where Oracle may land once the acquisition of Sun is complete. One concern that I have heard many people express is that there may be a good chance of OpenSolaris getting the axe for not fitting in with the overall corporate vision. "People outside of IT seldom think of Oracle as a Linux company, but it is. Not only does Oracle encourage its customers to use its own house-brand clone of RHEL (Red Hat Enterprise Linux), Oracle Unbreakable Linux, Oracle has long used Linux internally both on its servers and on some of its desktops. So, what does a Linux company like Oracle wants to do with its newly purchased Sun's open-source operating system, OpenSolaris? The answer appears to be: 'Nothing.' Sun, Oracle and third-party sources are telling me that OpenSolaris developers are afraid that they'll be either moved over to working on Linux or let go once the Sun/Oracle merger is completed."
One thing Linux is lacking (and will possibly never have due to politics) is Dtrace, which is sad because a) Dtrace kicks ass, b) it's mature and works well and c) system tap is... well.. one day when a vendor ships it I guess we'll find out how well it works. This is one spot OpenSolaris and Solaris (and Mac OS X which now has Dtrace) really shine, you can extract useful telemetry and performance data from the system easily.
You sure you had 16 cpus?
The E4500 has 8 slots, 2 cpus per slot, but you need to use at least one of those slots for an IO board otherwise you have no scsi and no networking, so the practical limit is 14 cpus...
http://spamdecoy.net - free throwaway anonymous email - avoid spam!
I've long been immensely frustrated that you can't get kernel-space ZFS (sorry FUSE) compiled into a Linux kernel because of inane licensing issues*....
Well it is a good thing FreeBSD does not have a restrictive license like that. FreeBSD 8.0 will have ZFS with zpool 13, and here is how to use it.
http://wiki.freebsd.org/ZFSQuickStartGuide
Cheers!
The problem with that is that ZFS is not just a filesystem, it's a complete "IO stack". It's everything that does from the VFS to the device drivers. Sun didn't improve their old stack, they wrote a new brand system and they left the old system there.
Such thing would not be tollerated on the Linux main tree, it would be considered a very ugly design mistake. For them, the IO stack would need to work for ZFS and for FAT, and they would never buy the logic of "ZFS is special and needs special treatment to be better than the rest". If ZFS was released, Linus & co wouldn't accept it until ZFS is modified to fit the Linux IO stack, and/or they modify the Linux I/O layer to fit what ZFS needs.
you're probably right. As much as I wanted to find fault and prove you wrong, I can't and now I'm just bitter.
Actually Oracle also employs some high level kernel developers. A lot of the FS work that has been done lately has been done by people with Oracle email addresses.
Tru64 is dead, HP has announced that it will no longer be supported past 2012 and that the last maintenance release will come out next year. They even shelved the plans to grab the best parts and graft them into HPUX. IRIX is dead as of 2013. Openserver might as well be dead as no sane IT manager would touch it with a ten foot pole. Basically there is only Solaris, AIX, HPUX and OS X as true Unix and then the unix-alikes linux and BSD derivatives.
There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
I have used OpenSolaris to investigate problems for our customers thats using Solaris.
The value of having access to the code when things blowup is huge.
At the same time, I want to thank Sun for releasing source for the JDK.
From reading the comments made in the code, you can see that the coders has had
a good time working on Solaris. Some parts are actually really fun to read.
However, some parts are not that fun to read. Cause when you find a label named
"whycantjohnnyexec" you start to wounder why they never fixed the problem.
Blog response by Ben Rockwood - Quite a good read if you want some facts in your stories. http://cuddletech.com/blog/pivot/entry.php?id=1047