upstart breaks inittab
Bug #66615 reported by
John Nilsson
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
daemontools-installer (Debian) |
Fix Released
|
Unknown
|
|||
daemontools-installer (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
In a recent edgy upgrade sysvinit was replaced with upstart. I guess upstart doesn't parse /etc/inittab as this line
SV:123456:
seems to have no effect.
replacing with a file in /etc/event.d
--- /etc/event.d/svscan ---
start on runlevel-1
start on runlevel-2
start on runlevel-3
start on runlevel-4
start on runlevel-5
start on runlevel-6
stop on shutdown
respawn /usr/bin/svscanboot
--- EOF ---
seems to work though.
Changed in daemontools-installer: | |
status: | Unknown → New |
Changed in daemontools-installer: | |
status: | New → Fix Released |
To post a comment you must log in.
We have a limited migration script for /etc/inittab, which can migrate those modifications that we expect people to make.
The problem is that the inittab file format is so free-form that it's not really possible to do anything other than a guided migration -- which violates our update policy.