bin/102226: dhclient stops working,
100% cpu and logs at ~4000 lines/sec
Brooks Davis
brooks at one-eyed-alien.net
Fri Aug 18 14:00:40 UTC 2006
The following reply was made to PR bin/102226; it has been noted by GNATS.
From: Brooks Davis <brooks at one-eyed-alien.net>
To: Joost Bekkers <joost at jodocus.org>
Cc: FreeBSD-gnats-submit at freebsd.org
Subject: Re: bin/102226: dhclient stops working, 100% cpu and logs at ~4000 lines/sec
Date: Fri, 18 Aug 2006 08:56:44 -0500
> >How-To-Repeat:
>
> /sbin/dhclient <interface>
>
> and wait.
Since this happends to virtually no one else (your's sounds a lot more
repeatable than any cases I've heard previously), we'll need more
information to have any chance of reproducing this. Realistically it's
not going to be possible for me to do it since it's probably hardware
dependent (quite possible a NIC + switch/modem combination). What I'd
like you to do is is capture all dhcp traffic on the interface until
this happens so I can look at the packet stream and see what's coming in
and how we're mishandling it. I think the following should do it:
tcpdump -i <interface> -s 0 -w dhcp.pcap port 67
Once you've got that, compress it and put it somewhere I can download
it. Feel free to send the trace in private e-mail if you don't want the
information to be public.
-- Brooks
More information about the freebsd-bugs
mailing list