update-rc.d: warning: vicidial start runlevel arguments (3 4 5) do not match LSB Default-Start values (2 3 4 5)
*********************************
Error :
*********************************
update-rc.d: warning: vicidial start runlevel arguments (3 4 5) do not match LSB Default-Start values (2 3 4 5)
update-rc.d: warning: vicidial stop runlevel arguments (0 1 2 6) do not match LSB Default-Start values (0 1 6)
*********************************
Solution
*********************************
- check the current run level by running below command
runlevel
- if it outputs as runlevel 2 , then follow the below steps
*********************************
Changing the runlevel
*********************************
- Change the runlevel to 3 or 5
vi /etc/init/rc-sysinit.conf
- edit the below line
env DEFAULT_RUNLEVLE=3
save and exit
reboot
Also see: