[Bug 505916] Re: UDHCPC not fetching lease from Windows DHCP server

Alkis Georgopoulos alkisg at gmail.com
Wed Apr 14 14:22:48 UTC 2010


I've filed LP #563056 which I suppose would be a better solution to this
problem.

-- 
UDHCPC not fetching lease from Windows DHCP server
https://bugs.launchpad.net/bugs/505916
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to ltsp in ubuntu.

Status in “ltsp” package in Ubuntu: Fix Released

Bug description:
Only the first terminal to boot is assigned a lease. Other terminals are unable to.

By changing the following line in /scripts/init-premount/udhcp in the initrd file:

if udhcpc -n -c '' -s /tmp/dhcp-script.sh -i $i $clientid_param $hostname_param $ip_param > /dev/null; then

to 

if udhcpc -n  -s /tmp/dhcp-script.sh -i $i $clientid_param $hostname_param $ip_param > /dev/null; then

The DHCPD client does not try to assign multiple blank client ID's to the Windows DHCP server and all terminals can then boot.






More information about the edubuntu-devel mailing list