Re: [gentoo-user] problem with net.eth0

2006-09-16 Thread Jean-Marc Beaune
Hi,According to your restart output, net.eth0 sarts at boot runlevel, it should start at default runlevel. Check this with 'rc-update -s'If it really starts during boot runlevel, try the following : rc-update del net.eth0 rc-update add net.eth0 defaultThen restart the system.On 9/16/06, Daniel

Re: [gentoo-user] problem with net.eth0

2006-09-16 Thread Neil Bothwick
On Sat, 16 Sep 2006 03:14:16 +0300, Daniel Iliev wrote: The problem: /etc/init.d/net.eth0 restart * Caching service dependencies ... [ ok ] * Service net.eth0 stopping * WARNING: you are stopping a boot service. * Service net.eth0 stopped

Re: [gentoo-user] problem with net.eth0

2006-09-16 Thread Daniel Iliev
Jean-Marc Beaune wrote: Hi, According to your restart output, net.eth0 sarts at boot runlevel, it should start at default runlevel. Check this with 'rc-update -s' If it really starts during boot runlevel, try the following : rc-update del net.eth0 rc-update add net.eth0 default Then

Re: [gentoo-user] problem with net.eth0

2006-09-16 Thread Daniel Iliev
Neil Bothwick wrote: Do you have ifplugd or netplug installed? This is the message I get when bringing up my wired interface with no cable connected. If that's the case you have nothing to worry about, the interface will be activated when a link beat is detected on the cable. No, none of those

Re: [gentoo-user] problem with net.eth0

2006-09-16 Thread Daniel Iliev
Hans-Werner Hilse wrote: Hi, Can you set up the link manually? dmesg output when trying? $ ip link eth0 up $ ip addr add 10.0.0.1 eth0 $ ip addr add 10.0.0.11 eth0 -hwh Hans-Werner Hilse, thank you! The idea was enough - dmesg shows nothing, but /var/log/messages had lines like this:

Re: [gentoo-user] Problem with net.eth0

2006-08-29 Thread Jerry McBride
On Tuesday 29 August 2006 16:28, Goldwyn Rodrigues wrote: Hi, I updated the installed packages, which includes baselayout. However, restarting a the network, I get the error: hydrauser5 ~ # /etc/init.d/net.eth0 restart * Caching service dependencies ...