[Bug 192745] internet test and online update fail (infinite lease time)
https://bugzilla.novell.com/show_bug.cgi?id=192745 mzugec@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mzugec@novell.com |zoz@novell.com Status|ASSIGNED |NEW ------- Comment #10 from mzugec@novell.com 2006-12-05 05:33 MST ------- Christian, as you can see in /var/log/messages, server side send IP for infinite lease time I reproduced it this way: - on server side set default-lease-time and max-lease-time to "-1" - it means infinite - on client side : - configure net device to be dhcp client - check if /etc/sysconfig/network/dhcp DHCLIENT_LEASE_TIME="" default value ( "" ) means infinite - start ifup-dhcp eth-id-MY_MAC_ADDRESS eth0 - return code is 0 - ok - start ifstatus-dhcp eth-id-MY_MAC_ADDRESS eth0 - return code is 7 - R_NOT_RUNNING When client gets configuration for infinite time, dhcpcd just configure network and is no longer running In client side there is really big number in /var/lib/dhcpcd/dhcpcd-eth0.info LEASETIME=4294967295 My opinion is - dhcp is no running but in this case shouldn't be running, so return value is wrong. I didn't find (but I'm not experienced with that) how to check whether network was configured statically or by dhcp with infinite lease time. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com