Jeremy Jackson
2011-Jan-26 14:56 UTC
[klibc] ipconfig fails when an interface is flapping?
I had an odd situation yesterday, klibc 1.5.17 ipconfig was trying DHCP on all 3 NICs in the server, but one has a bad switch that causes the link on eth2 to go up/down every 10 seconds. IPconfig would just time out. If I tell ipconfig to only try eth0, then DHCP address is configured, and the netboot proceeds 100%. I'll take a peek at the code but maybe someone here is familiar with the behaviour already? -- Jeremy Jackson Coplanar Networks (519)489-4903
Hey Jeremy, Can you confirm this behavior on the latest ? 1.5.21 ? 2011/1/26 Jeremy Jackson <jerj at coplanar.net>> I had an odd situation yesterday, klibc 1.5.17 ipconfig was trying DHCP on > all 3 NICs in the server, but one has a bad switch that causes the link on > eth2 to go up/down every 10 seconds. IPconfig would just time out. If I > tell ipconfig to only try eth0, then DHCP address is configured, and the > netboot proceeds 100%. > > I'll take a peek at the code but maybe someone here is familiar with the > behaviour already? > > -- > Jeremy Jackson > Coplanar Networks > (519)489-4903 > > _______________________________________________ > klibc mailing list > klibc at zytor.com > http://www.zytor.com/mailman/listinfo/klibc >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.zytor.com/pipermail/klibc/attachments/20110126/92323a07/attachment.html>
maximilian attems
2011-Jan-26 16:05 UTC
[klibc] ipconfig fails when an interface is flapping?
On Wed, Jan 26, 2011 at 09:56:37AM -0500, Jeremy Jackson wrote:> I had an odd situation yesterday, klibc 1.5.17 ipconfig was trying DHCP on > all 3 NICs in the server, but one has a bad switch that causes the link on > eth2 to go up/down every 10 seconds. IPconfig would just time out. If I > tell ipconfig to only try eth0, then DHCP address is configured, and the > netboot proceeds 100%.indeed 1.5.17 is a known bad ipconfig, is that an Ubuntu box? use klibc >= 1.5.20, newer klibc packages install just fine on older Ubuntu releases. -- maks
Jeremy Jackson
2011-Jan-26 22:38 UTC
[klibc] ipconfig fails when an interface is flapping?
> On Wed, Jan 26, 2011 at 09:56:37AM -0500, Jeremy Jackson wrote: >> I had an odd situation yesterday, klibc 1.5.17 ipconfig was trying DHCP >> on >> all 3 NICs in the server, but one has a bad switch that causes the link >> on >> eth2 to go up/down every 10 seconds. IPconfig would just time out. If >> I >> tell ipconfig to only try eth0, then DHCP address is configured, and the >> netboot proceeds 100%. > > indeed 1.5.17 is a known bad ipconfig, is that an Ubuntu box? > use klibc >= 1.5.20, newer klibc packages install just fine on older > Ubuntu releases.OK klibc-utils, libklibc from Maverick 1.5.20 works, thanks guys!> > -- > maks >-- Jeremy Jackson Coplanar Networks (519)489-4903