DHCP server won't start at boot; starts fine afterwards

Tim Wunder (Lists) tim at thewunders.org
Sun Dec 27 06:33:59 PST 2009


On 12/27/2009 09:12 AM, Tim Wunder (Lists) wrote:
<snip>

> Still borken, only it's worse now. The interfaces don't start on boot.
> So now, instead of just starting dhcpd manually to have the network
> work, I have to start the network and dhcpd and restart squid and
> dansguardian.
> 

Looks like the network service was configured to be off for all run levels.
# chkconfig --list network
network         0:off   1:off   2:off   3:off   4:off   5:off   6:off

Should be fixed now:
# chkconfig --level 345  network on
# chkconfig --list network
network         0:off   1:off   2:off   3:on    4:on    5:on    6:off

Guess I'll keep F11 installed after all ;)

Tim
-- 
Fedora release 11 (Leonidas), Linux 2.6.30.9-102.fc11.x86_64

 09:30:02 up 17:21,  6 users,  load average: 0.99, 1.33, 1.08
"It's what you learn after you know it all that counts" John Wooden



More information about the Linux-users mailing list