In my environment(sid), rcconf seems fine on both ntp and mysql.

debdesk:~# rcconf -l | grep ntp
ntp on
debdesk:~# rcconf --off ntp
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: ntp start runlevel arguments (none) do not match
LSB Default-Start values (2 3 4 5)
update-rc.d: warning: ntp stop runlevel arguments (0 1 2 3 4 5 6) do not
match LSB Default-Stop values (0 1 6)
debdesk:~# rcconf -l | grep ntp
ntp off
# rcconf --on ntp
# rcconf -l | grep ntp
ntp on

# rcconf -l | grep mysql
mysql on
# rcconf --on mysql     
# rcconf -l | grep mysql
mysql on
# rcconf --off mysql
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: mysql start runlevel arguments (none) do not match
LSB Default-Start values (2 3 4 5)
update-rc.d: warning: mysql stop runlevel arguments (0 1 2 3 4 5 6) do
not match LSB Default-Stop values (0 1 6)
# rcconf -l | grep mysql
mysql off
# rcconf --on mysql     
# rcconf -l | grep mysql
mysql on

If you've tried switching ntp and mysql with older rcconf(<= 2.2),
please re-install ntp and mysql. update-rc.d disable/enable may also fix
the problem.




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to