Subject: Re: [vserver] I've upgarded one guest from Debian Lenny to Squeeze, I've many error when I restart the guest : "Cannot access the Hardware Clock via any known method" | "Deactivating swap...swapoff: Not superuser." | "ifdown: shutdown eth0: Permissio
From:Stéphane Klein <klein.stephane@gmail.com>
Date: Wed, 16 Feb 2011 23:49:27 +0100

 Wed, 16 Feb 2011 23:49:27 +0100
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