Package: klibc-utils Version: 1.5.20-1
I encounter problems during initramfs to install Debian Squeeze (with FAI) on HP Proliant BL460c G7. ipconfig unable to configure the address via DHCP. The last message is: IP-Config: eth0 hardware address d4:85:64:5e:c0:f8 mtu 1500 DHCP RARP On my DHCP server (dhcp3-server 3.1.1-6+lenny4) logs I see in loop dhcpd: DHCPDISCOVER from d4:85:64:5e:c0:f8 via eth1 dhcpd: DHCPOFFER on 10.150.15.172 to d4:85:64:5e:c0:f8 via eth1 dhcpd: DHCPDISCOVER from d4:85:64:5e:c0:f8 via eth1 dhcpd: DHCPOFFER on 10.150.15.172 to d4:85:64:5e:c0:f8 via eth1 dhcpd: DHCPDISCOVER from d4:85:64:5e:c0:f8 via eth1 dhcpd: DHCPOFFER on 10.150.15.172 to d4:85:64:5e:c0:f8 via eth1 I never saw the end of DHCP hand check: DHCPREQUEST for 10.150.15.172 DHCPACK on 10.150.15.172 I found a workaround. When I call ipconfig with '-n' before, it work: ipconfig -c dhcp -d eth0 -t 1 -n ipconfig -c dhcp -d eth0 -t 1

