Warnings during udev installation
During the installations of udev, there are some warnings shown due to the default runlevels do not match wit the default start/stop, as below.
update-initramfs: deferring update (trigger activated)
update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not match udev Default-Start values (S)
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match udev Default-Stop values (none)
update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not match udev-finish Default-Start values (S)
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match udev-finish Default-Stop values (none)
Removing obsolete conffile /etc/init.d/udev-mtab ...
-
Good.
It isn't supposed to start and stop at the default runlevels. udev is supposed to only start at S and never stop. That's what the initscripts explicitly supply, so that is what should explicitly happen.
Why you are seeing a warning about it is beyond me. It is kind of like that famous "No error occurred" dialog.
This is not my problem: https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/1334596 Upstream, dude. "Ah, this is because our update-rc.d still interprets 'defaults' as '2345'/'016' instead of reading the LSB header."
-
Status changed to closed