OpenSolaris 2008.11 Released!

OpenSolaris, Sun 7 Comments

So there we have it – another launch event and OpenSolaris 2008.11 goes officially out the door, blessed by holy goat pee. Another release out on time. Hooray for time based release schedules – they really are excellent, thanks GNOME!

There’s a couple of really big milestones for this release –

  • The pkg team have done wonders in this release. There are now a few new repositories – release, contrib, pending and dev, along with an encumbered repository (including VirtualBox and Flash for Firefox) and supported repositories on pkg.sun.com.
  • I talked about mirroring the ISO images (thank you for those who have already signed up), and now Stephen has posted instructions to allow others to mirror the package repositories themselves. There’s still a few hurdles here, but this is a significant step for users right around the world.
  • Erwann has written extensively about Time Slider, and has has a lovely screencast demo of it that I’d encourage everyone to look at. More importantly though, it’s one of the first projects to really include the benefits of using OpenSolaris into an easy to use interface (ZFS + GNOME – mmmm, tasty!). Nice work Erwann, Niall and Tim!
  • Really, really excited by the pkgfactory and source juicer projects – along with Jim’s excellent guidelines for how users can contribute packages, I hope to see the repositories above be full of the best of breed open source software that are being used regularly on other platforms. It’s embarrassing to think that Solaris was such a second citizen when it came to open source software previously, and I’m thrilled we’re making progress on this front.
  • Continual progress from the Install team – with the likes of distribution constructor and automated install really coming along nicely. The team put in some really hard work in keeping the memory footprint to 512MB in the LiveCD (and absolutely delighted to see Jürgen’s work in improving the performance of LZMA compressed LiveCDs).

6 months has really flown, and it’s really been great to see some awesome progress being made. We’ve taken a leaf out of the GNOME community once again, and put together a What’s new in 2008.11 guide, similar to their release notes. This is a very graphically oriented guide to just a small selection of new features that you can get your hands on with this release – looking forward to seeing blogs and screencasts of the features that you are excited with.

If you’re updating from a standard 2008.05 install, make sure to check out Markus’ excellent screencast – there are some tricky bits here due to a couple of bad bugs in 2008.05, but once you get to 2008.11 you’ll never look back!

Mirroring OpenSolaris ISO Images

OpenSolaris 2 Comments

One thing we’ve taken very seriously in OpenSolaris is the opportunity of getting our software everywhere. That’s why we started the free media shipping program, and made our install image 100% re-distributable. There’s nothing new here, and other communities get the credit for coming up with the idea first. But it makes so much sense in today’s world, reaching out to new communities that we would not have reached previously.

A number of people stepped forward to mirror the OpenSolaris 2008.05 ISO install image. Thank you, thank you! – If any of you ever get to NZ, I’d buy you a beer in an instant. Now we’d like to ask you to do this again with the upcoming OpenSolaris 2008.11 release, and the following rsync instructions –

  rsync -avz pkg.opensolaris.org::osol_release_isos .

The total disk requirements to mirror the ISO images is about 14GB at the moment, which includes 2008.05. We are restricted by 4 concurrent connections, but we can bump this up if there’s enough demand. If you do mirror, drop me a mail, so I can make sure to list you on www.opensolaris.com/get.

More details about mirroring the package repository itself coming soon. Thanks due to Stephen and his team for getting this set up.

OpenSolaris Repository Gets a Makeover…

OpenSolaris, Web 3 Comments

Dan mailed a heads up to pkg-discuss list today about the makeover that has now been delivered to pkg.opensolaris.org, introducing a couple of great changes.

From now on, users will be able to choose between 2 streams of change

  • A stable stream which contains a snapshot of packages that have been tried and tested for a particular release. This repository may get an occasional putback for some particularly horrid bugs that may occur – if you have a Sun Subscription you get more support
  • A developer stream which receives the latest and greatest packages as and when they are available. This comes at a cost though – potentially less testing, and therefore more risk.

Switching is easy – for the upcoming OpenSolaris 2008.11 release the default authority will be the stable stream, so you do nothing! To switch to the faster moving developer stream, you can quickly use the pkg(1) command line –

  $ pfexec pkg set-authority -O http://pkg.opensolaris.org/dev opensolaris.org

You'll also notice that the web interface has undergone some surgery too. Nice work Shawn, Brad and Brock (and others!).