I've got a problem with /etc/init.d/net.eth0 which seems like it should be relatively easy, but I don't see where things could be going wrong (my configuration very simple). After a world update I now find that /etc/init.d/net.eth0 no longer connects to my router (dhcp setup). However, if I just call dhcpcd eth0 then I get connected straight away.
Excerpt from /etc/conf.d/net
Code:
modules_eth0=( "dhcpcd" )
modules=( "ifconfig" )
config_eth0=( "dhcp" )
Instead of assigning an ip address like usual, now I just get Backgrounding...
Code:
/etc/init.d/net.eth0 restart
* Caching service dependencies ... [ ok ]
* Stopping eth0
* Bringing down eth0
* Stopping dhcpcd on eth0 ... [ ok ]
* Shutting down eth0 ... [ ok ]
* Starting eth0
* Starting netplug on eth0 ... [ ok ]
* Backgrounding ...
I definitly use dhcpcd and ifconfig, so don't worry about those. Any suggestions?