Ubuntu 6.10 is Out
cloudmaster writes "Apparently they were watching me to see when I downloaded the 6.10-rc release isos, as I did that last night, and the full release happened this morning. :)
Neat stuff, including Firefox 2.0, Gnome 2.16, myth 0.20, faster booting thanks to upstart (sort of a replacement for init, among others), etc.
The announcement and download pages are up. I've got *my* torrent running..."
gksudo "update-manager -c"
-- i am jack's amusing sig file
I say, here's fun! Official word from Mozilla on why Ubuntu shipped with Firefox branded Firefox, rather than Iceweasel.
Plaudits to the Ubuntu guys for getting this release out so quickly. Wonder if I should stick with 6.06 and its LTS or upgrade?
Why is there a Debian icon here? Yeah, I know, "ubuntu is based on debian", etc. But if the distro is THAT popular, you might wanna get an icon for Ubuntu too.
Wow, I bet all the girls are after you now, you hot stud.
I guess the cake sent to them by the Vista team got lost in delivery.
It doesn't take much to find out via the ubuntu wiki - https://wiki.ubuntu.com/ReplacementInit has lots of information on the whole implementation.
With regards to launchd, that page says;
and also from discussion further down the page;
Its not ready yet. I have summarized my experience here 2 days ago.
Initramfs has been updated several times a day and reports of usb drives double mounting, not mounting, and randomly unmounting are quite huge, many wifi cards no longer work, multiple midi files can crash xmms, firefox 2.0 randomly crashes, and other issues means its not ready yet in my book.
Also in my journal I mentioned gpart crashed during a resizing of my ntfs partition. That was quite scary but I did not lose anything. According to launchpad it has not been fixed yet so Windows users beware.
Ubuntu is my favorite and one of the most stable distro's out there. However I highly advise ubuntu users to wait a few weeks before upgrading to this version.
http://saveie6.com/
It still seems to be a serialised startup process, and the documentation does not make it clear how to specify startup dependencies ("IP before NTP", or "spamd before sendmail")
From the documentation, it looks like you can do exactly this, by specifying that spamd be started when and before sendmail is started. You can also have sendmail start whenever spamd has finished starting. It looks to give you the ability to inject dependencies in either direction. Example: If sendmail is already installed and configured to start at system boot, the spamd installer just needs to add "start on sendmail/start" to it's own startup script, and upstart will call it before calling sendmail's startup script. Or you can go the other direction, and have sendmail's script use "start on spamd/started" to run sendmail's startup script after spamd's startup script finishes running.
However, the most useful aspect seems to be the fact that it can process events at any time, not just startup/shutdown. Such as starting an iPod sync daemon only when an iPod is connected, and stopping it when the iPod is removed.