Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-03-31 Thread Antonio Coralles
Dave Nebinger wrote: > > Sometimes [about 1 in 3 times] my internet connection does not work > > directly after booting. After restarting the net.eth0 script all is > > fine. As this behavour is rather new to me, and this is a bit annyoing > > [particullary for people without root access] i would

RE: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-03-31 Thread Dave Nebinger
> # during boot ## > Mar 31 15:31:31 [kernel] NET: Registered protocol family 10 > Mar 31 15:31:31 [net.agent] add event not handled > # guess this line is the problem # > Mar 31 15:32:07 [dhcpcd] timed out waiting for a valid DHCP server > response_ > # guess this line is the p

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-03-31 Thread Antonio Coralles
>> Is it possible to tell dhcpd to wait longer for a response, or eaven >> retry automatically in periodic time intervals if not succesfull ? > > Yep. Check the man pages and it should tell you what options to put > in your > config file. Well, i looked at the man page and found that the timeout

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-01 Thread Nick Rout
On Thu, 2005-03-31 at 21:38 +0200, Antonio Coralles wrote: > Dave Nebinger wrote: > Is it possible to tell dhcpd to wait longer for a response, or eaven > retry automatically in periodic time intervals if not succesfull ? man dhcpcd cat /etc/conf.d/net you will find out how to change the timeout

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-01 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > > On Mar 31, 2005, at 8:01 pm, Antonio Coralles wrote: > > > > Maybe this is also helpfull: > > Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5, > > glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6 i686) > > Which version of baselayout are you using, please? I can't

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > Antonio Coralles wrote: >> gentoo-user@gentoo.org wrote: >> >> >>>Sometimes [about 1 in 3 times] my internet connection does not work >>>directly after booting. After restarting the net.eth0 script all is >>>fine. As this behavour is

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > gentoo-user@gentoo.org wrote: > >> Antonio Coralles wrote: >>> gentoo-user@gentoo.org > wrote: >>> >>> Sometimes [about 1 in 3 times] my internet connection does not

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-03 Thread Bastian Balthazar Bux
Antonio Coralles wrote: gentoo-user@gentoo.org wrote: gentoo-user@gentoo.org wrote: Antonio Coralles wrote: gentoo-user@gentoo.org wrote: Sometimes [about 1 in 3 times] my internet connection does not

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > Antonio Coralles wrote: >> gentoo-user@gentoo.org wrote: >> >> >>>gentoo-user@gentoo.org > wrote: >>> >>> Antonio Coralles wrote: >gentoo-user@gentoo.org

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-04 Thread Bastian Balthazar Bux
Antonio Coralles wrote: gentoo-user@gentoo.org wrote: Antonio Coralles wrote: gentoo-user@gentoo.org wrote: gentoo-user@gentoo.org wrote: Antonio Coralles wrote: gentoo-user@gentoo.org

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-04 Thread Antonio Coralles
To switch from dhcpcd to pump i did: #emerge pump; #rc-update del net.eth0 default; #echo "pump" >> /etc/conf.d/local.start antonio >>> >>>sorry for the late answer, >>>local.start should be not needed. Only put the following line: >>> >>>config_eth0=( "dhcp" ) >>> >>

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-04 Thread Bastian Balthazar Bux
Antonio Coralles wrote: [snip] I'm using 1.9.4-r6 which is the latest version in x86; Is there a way to start pump without local.start and without switching to ~x86 for baselayout ? config_eth0=( "dhcp" ) should be enough, additionally you can specify options for pump with: pump_eth0="..." this i

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-04 Thread Antonio Coralles
gentoo-user@gentoo.org wrote: > Antonio Coralles wrote: > [snip] >> >> I'm using 1.9.4-r6 which is the latest version in x86; Is there a way to >> start pump without local.start and without switching to ~x86 for >> baselayout ? >> > > config_eth0=( "dhcp" ) > > should be enough, additionally you c

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-04 Thread Bastian Balthazar Bux
Antonio Coralles wrote: gentoo-user@gentoo.org wrote: Antonio Coralles wrote: [snip] I'm using 1.9.4-r6 which is the latest version in x86; Is there a way to start pump without local.start and without switching to ~x86 for baselayout ? config_eth0=( "dhcp" ) should be enough, additionally you can