Troubles with start up defenition of networking service in Ubuntu
Posted
by
Rodnower
on Super User
See other posts from Super User
or by Rodnower
Published on 2012-10-21T16:33:19Z
Indexed on
2012/10/21
17:05 UTC
Read the original article
Hit count: 1306
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?
© Super User or respective owner