View Full Version : Replace sysvinit with upstart (edgy)
mattme
October 26th, 2006, 11:58 AM
For those who don't know - Edgy includes upstart, a replacement for ye olde sysvinit, the boot sequence that takes your computer from the kernel unpack to Gnome.
(http://upstart.ubuntu.com/)
sysvinit and upstart can't coexist on your system. Upstart is installed by default in Edgy if you install from CD, but if you've upgraded online, you'll still be using sysvinit.
- to test run
dpgk-query -s sysvinit / upstart
To replace sysvinit with upstart
sudo apt-get install upstart startup-tasks system-services upstart-compat-sysv upstart-logd
(this will demand to remove sysvinit)
If you're doing anything particular exotic at book, I wouldn't recommend this - "if it ain't broke, don't fix it".
McLoud
October 28th, 2006, 02:22 PM
It seems the upgrade already install upstart:
mcloud@Sanctuary:~$ sudo apt-get install upstart startup-tasks system-services upstart-compat-sysv upstart-logd
Password:
Lendo Lista de Pacotes... Pronto
Construindo Árvore de Dependências
Reading state information... Pronto
upstart já é a versão mais nova.
startup-tasks já é a versão mais nova.
system-services já é a versão mais nova.
upstart-compat-sysv já é a versão mais nova.
upstart-logd já é a versão mais nova.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
keybuk
October 30th, 2006, 07:54 AM
sysvinit and upstart can't coexist on your system. Upstart is installed by default in Edgy if you install from CD, but if you've upgraded online, you'll still be using sysvinit.
This is not entirely true ... provided you follow the upgrade procedure in the release notes, and provided you haven't uninstalled ubuntu-minimal at any point, you will have upstart automatically installed as part of the upgrade.
stalefries
October 30th, 2006, 08:59 PM
So, we only need to do this if we've uninstalled ubuntu-minimal at some point?
codypumper
October 31st, 2006, 07:16 PM
It wasn't installed on mine via upgrade, and I don't have ubuntu-minimal
clickwir
November 1st, 2006, 09:40 PM
I just upgraded Kubuntu dapper to edgy the other day by modifying my /etc/apt/sources.lst file.
:~$ sudo apt-get -s install ubuntu-minimal
Reading package lists... Done
Building dependency tree
Reading state information... Done
ubuntu-minimal is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
:~$ sudo apt-get -s install upstart startup-tasks system-services upstart-compat-sysv upstart-logd
Reading package lists... Done
Building dependency tree
Reading state information... Done
upstart is already the newest version.
startup-tasks is already the newest version.
system-services is already the newest version.
upstart-compat-sysv is already the newest version.
upstart-logd is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Says I already have upstart. Don't know how else to tell... but looks like it.
hype
November 2nd, 2006, 04:27 AM
Boot/shut down time are so much faster now with upstart.
Provided its not a really "old" project, its going to rock more and more !.
Good job Keybuk! (nice to see a leet core-dev here :D)
Mr Fat Bat
November 19th, 2006, 11:14 PM
I did an upgrade from Dapper and it appears that i'm using upstart.
On another note, is there an upstart config guide somewhere? I'd like to know how it works!
nilou
December 7th, 2006, 04:41 AM
There is a README in /usr/share/doc/upstart/
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.