2011/2/16 Vincent Bernat <bernat@luffy.cx>:
>
> You can execute the following commands (which are from
> /usr/sbin/newvserver):
>
> REMOVE_LINKS="klogd hwclock.sh setserial urandom networking umountfs halt reboot mountvirtfs mountall.sh mountnfs.sh ifupdown"
>
> for link in $REMOVE_LINKS
> do
> update-rc.d -f $link remove
> update-rc.d -f $link stop 90 3 .
> done
>
I've do that and I've this messages :
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: error: unable to read /etc/init.d/klogd
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: hwclock.sh start runlevel arguments (none) do
not match LSB Default-Start values (S)
update-rc.d: warning: hwclock.sh stop runlevel arguments (3) do not
match LSB Default-Stop values (0 6)
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: error: unable to read /etc/init.d/setserial
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: urandom start runlevel arguments (none) do not
match LSB Default-Start values (S)
update-rc.d: warning: urandom stop runlevel arguments (3) do not match
LSB Default-Stop values (0 6)
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: networking start runlevel arguments (none) do
not match LSB Default-Start values (S)
update-rc.d: warning: networking stop runlevel arguments (3) do not
match LSB Default-Stop values (0 6)
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: umountfs stop runlevel arguments (3) do not
match LSB Default-Stop values (0 6)
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: halt stop runlevel arguments (3) do not match
LSB Default-Stop values (0)
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: reboot stop runlevel arguments (3) do not match
LSB Default-Stop values (6)
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: error: unable to read /etc/init.d/mountvirtfs
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: mountall.sh start runlevel arguments (none) do
not match LSB Default-Start values (S)
update-rc.d: warning: mountall.sh stop runlevel arguments (3) do not
match LSB Default-Stop values (none)
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: mountnfs.sh start runlevel arguments (none) do
not match LSB Default-Start values (S)
update-rc.d: warning: mountnfs.sh stop runlevel arguments (3) do not
match LSB Default-Stop values (none)
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: ifupdown start runlevel arguments (none) do not
match LSB Default-Start values (S)
update-rc.d: warning: ifupdown stop runlevel arguments (3) do not
match LSB Default-Stop values (0 6)
What is the problem ?
Regards,
Stephane
Received on Wed Feb 16 22:49:38 2011