Hi, I'm seeing fetch hang under AMD64/RELENG_6 when fetching data from several different sites. An i386 machinem sitting next to it running current from a few weeks back is not showing this problem when fetching the same files. The failing machine is a Dell 2850 with an em0 device. We have a T-1 here, so transfer speeds are usually well over 100KBps. fetch is stuck in sbwait. Restarting fetch a few times will eventually allow the transfer to complete. Anyone else seen this? Any hints on how I might help debug the problem? Thanks, Justin
On Jul 5, 2006, at 1:42 PM, Justin T. Gibbs wrote:> I'm seeing fetch hang under AMD64/RELENG_6 when fetching data > from several different sites. An i386 machine sitting next to it > running current from a few weeks back is not showing this problem > when fetching the same files. [ ... ] > Any hints on how I might help debug the problem?Using tcpdump to look at the traffic would be a useful starting point. :-) -- -Chuck
Justin T. Gibbs wrote:> Hi, > > I'm seeing fetch hang under AMD64/RELENG_6 when fetching data > from several different sites. An i386 machinem sitting next to it > running current from a few weeks back is not showing this problem > when fetching the same files. The failing machine is a Dell 2850 > with an em0 device. We have a T-1 here, so transfer speeds are > usually well over 100KBps. fetch is stuck in sbwait. Restarting > fetch a few times will eventually allow the transfer to complete. > Anyone else seen this? Any hints on how I might help debug the > problem? >Are these fetches for ports installs, and if so are they from the gnu.org site(s)? I noticed a similar issue myself last night when doing some installs from ports, and they were all related to gnu.org FTP sites. Otherwise fetch was working just as expected. -Proto