Slashdot Mirror


OpenIndiana Hipster 2015.10: Keeping an Open-Source Solaris Going

An anonymous reader writes: It's been five years since Oracle killed off OpenSolaris while the community of developers are letting it live on with the new OpenIndiana "Hipster" 15.10 release. OpenIndiana 15.10 improves its Python-based text installer as it looks to drop its GUI installer, switches out the Oracle JDK/JRE for OpenJDK, and updates its vast package set. However, there are still a number of outdated packages on the system like Firefox 24 and X.Org Server 1.14 while the default office suite is a broken OpenOffice build, due to various obstacles in maintaining open-source software support for Solaris while being challenged by limited contributors. Download links are available via the OpenIndiana.org release notes. There's also a page for getting involved if wishing to improve the state of open-source Solaris.

2 of 149 comments (clear)

  1. Re:Vitality is defined by users, not developers. by msobkow · · Score: 5, Interesting

    ^^^ This.

    Many FOSS projects are all about the fun of programming them, not about having a user base. Such projects get put "out there" in the hopes that someone might someday find them useful, but it doesn't really matter to the people working on them whether they ever have a substantial user base, as long as it continues to be fun to program and work on the project.

    If user base was what counted to me, I'd have abandoned MSS Code Factory years ago. To this day I've never had more than 100 or so downloads in a week, and usually more like 10-20. But it's fun. It keeps me entertained. And that is what really "matters" to me; not it's popularity.

    "Popularity breeds contempt."

    --
    I do not fail; I succeed at finding out what does not work.
  2. Re:What target platform? by tbuskey · · Score: 5, Interesting

    x86_64 and no SPARC.

    Believe it or not, Linux is not the end all & be all OS. There are things that other OSes do differently from Linux that might have application for real use cases.

    vxWorks is a commercial real time OS uses on the mars rovers. NASA had a reason to choose it.
    Contiki is another embedded OS that does things Linux cannot.
    OpenBSD does security and code review. Some of it has trickled to other OSes. (W^X)
    OSX runs a Mach microkernel with a BSD derived OS.
    Minix is still around too.
    VMware and Android both use a Linux derived kernel but do not look like Linux.
    Even Windows has its place.

    I currently work with OpenStack which (mostly) means Linux. I've been using Linux since '92. But I was a Solaris admin until recently and even installed Solaris 11 a few times. There are some things Solaris does better than Linux.

    I've found Solaris to be more stable and better at handling loads. I had apps that ran fine on Solaris that crashed Linux on the port.
    Dtrace is an awesome tool to see what is really going on with your app. Systemtap might get there.
    Zones are secure, reliable containers. It's nice to finally see them get used in Linux. It will be good if they get the security up to the level of Zones.
    ZFS, well it's already on FreeBSD and I've been using it for years with ZFS on Linux. I'd like to see btrfs at the same reliability. I wish *every* CLI had as good a UI as ZFS does. I'd love a GUI that was as good!
    Solaris switched to SMF from SystemV type startup a long time ago. I liked it better than upstart. Systemd has been a bit smoother than SMF was at first.

    Would I use Solaris for a desktop? NO! unless I had no choice. I bet most users stopped using RHEL/CentOS in favor of Ubuntu or something else a long time ago.