View previous topic :: View next topic |
Author |
Message |
tarpman Veteran
Joined: 04 Nov 2004 Posts: 1083 Location: Victoria, BC, Canada
|
Posted: Wed May 07, 2008 8:17 pm Post subject: [solved] dhcpcd-4.0.0_beta1 repeatedly requests an IP |
|
|
Code: | [ebuild R ] net-misc/dhcpcd-4.0.0_beta1 USE="-compat -zeroconf" 0 kB |
/etc/conf.d/net: | modules_wlan0="wpa_supplicant"
config_eth0="dhcp"
config_wlan0="dhcp" |
When I start a network interface, dhcpcd requests an IP, gets it, and then immediately drops it and requests again:
/var/log/messages: | May 6 18:24:02 traceur dhcpcd[26882]: eth0: broadcasting for a lease
May 6 18:24:02 traceur dhcpcd[26882]: eth0: offered 192.168.1.20 from 192.168.1.1
May 6 18:24:02 traceur dhcpcd[26882]: eth0: checking 192.168.1.20 is available on attached networks
May 6 18:24:03 traceur dhcpcd[26882]: eth0: leased 192.168.1.20 for infinity
May 6 18:24:03 traceur dhcpcd[26882]: eth0: renewing lease of 192.168.1.20
May 6 18:24:03 traceur dhcpcd[26882]: eth0: lost lease, attemping to rebind
May 6 18:24:03 traceur dhcpcd[26882]: eth0: lost lease
May 6 18:24:03 traceur dhcpcd[26882]: eth0: broadcasting for a lease
May 6 18:24:03 traceur dhcpcd[26882]: eth0: offered 192.168.1.20 from 192.168.1.1
May 6 18:24:03 traceur dhcpcd[26882]: eth0: checking 192.168.1.20 is available on attached networks
May 6 18:24:03 traceur dhcpcd[26882]: eth0: leased 192.168.1.20 for infinity
May 6 18:24:03 traceur dhcpcd[26882]: eth0: renewing lease of 192.168.1.20
May 6 18:24:03 traceur dhcpcd[26882]: eth0: lost lease, attemping to rebind
May 6 18:24:03 traceur dhcpcd[26882]: eth0: lost lease |
and so on, as far as I can tell for ever. I experienced the same behaviour on two machines. Everything works correctly with dhcpcd-3.2.3; I haven't ever had to use the vram USE flag, the -I '' option, or anything like that.
Is this a configuration issue, or a bug in dhcpcd? _________________ Saving the world, one kilobyte at a time.
Last edited by tarpman on Fri May 09, 2008 2:17 am; edited 1 time in total |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
tarpman Veteran
Joined: 04 Nov 2004 Posts: 1083 Location: Victoria, BC, Canada
|
Posted: Fri May 09, 2008 12:51 am Post subject: |
|
|
Yep, that patch works nicely. Thanks a lot _________________ Saving the world, one kilobyte at a time. |
|
Back to top |
|
|
|