[Bug 505916] Re: UDHCPC not fetching lease from Windows DHCP server
Stéphane Graber
stgraber at stgraber.org
Wed Jul 6 09:56:27 UTC 2011
** Changed in: ltsp (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ltsp in Ubuntu.
https://bugs.launchpad.net/bugs/505916
Title:
UDHCPC not fetching lease from Windows DHCP server
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/505916/+subscriptions
More information about the foundations-bugs
mailing list