On Thu, Feb 13, 2014 at 10:01:56PM +0300, David Naylor wrote:
> Hi,
>
> I recently installed FreeBSD 10.0-RELEASE on an headless Intense-PC. I am
> experiencing two network related issues with the computer.
>
> First issue
> -----------
> When compiling lang/ruby19 the network freezes. The build was done directly
> from the command line using ssh. After a while ssh reports "Write failed:
> Broken pipe". I attached the monitor and no messages were displayed on the
> output (and the machine was still running).
>
> The Intense-PC does not respond to pings at this point either. Of note, I was
> capable of transferring multiple GB of data and successfully compiled other
> ports but compiling lang/ruby19 messes up everything.
>
It's not normal to see pause frames with tcpdump. If my memory
serves me right, MAC control frames which include pause frames
should not be passed to host. Which network driver do you see
above pause frames? Some drivers like fxp(4) allow passing pause
frames to host but I think that's a bug in driver. I didn't change
that behavior of the driver just because it used to enable that
feature in the past.
I'm not sure what's happening there but receiving pause frames will
inhibit sending frames until the pause time expires such that you'll
not get any response from the host. Probably you have to know
which host is sending these lots of pause frames. Once you
identify the guilty host, you have to narrow down what condition
makes it send pause frames.
_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "
freebsd-stabl...@freebsd.org"