0
I use Ubuntu 12.04.1.
I put attention that networking script starting in runlevel 0:
user@comp:/etc/rc0.d$ chkconfig -l networking
networking 0:on 1:off 2:off 3:off 4:off 5:off 6:off
When I try to move it working to appropriate run levels I get error:
user@comp:/etc/rc0.d$ sudo update-rc.d networking defaults
update-rc.d: warning: networking start runlevel arguments (2 3 4 5) do not match LSB Default-Start values (none)
update-rc.d: warning: networking stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (0 6)
System start/stop links for /etc/init.d/networking already exist.
What should I do?
I am not getting your question, actually what to you want to do? – max – 2012-10-22T06:44:56.190
Yes, but I don't want to start it in runlevel 0. I try to start it on runlevels: 2 3 4 5, and I get error. – Rodnower – 2012-11-03T13:46:25.873