Date: Fri, 28 Mar 1997 21:58:39 GMT From: Tony Kimball <Anthony.Kimball@East.Sun.COM> To: current@freebsd.org Subject: Anyone familiar with iijppp NFS failures? Message-ID: <199703282158.VAA00548@compound.east.sun.com>
next in thread | raw e-mail | index | archive | help
Has anyone seen this? iijppp fails during NFS traffic:
wrote 1500, got -1
wrote 672, got -1
...
Obviously in ip.c:
/*
* Pass it to tunnel device
*/
nw = write(tun_out, tunbuff, nb);
if (nw != nb)
fprintf(stderr, "wrote %d, got %d\r\n", nb, nw);
Before looking deeper, I thought I'd ask if there were any known
reasons for this sort of thing to happen.
//alk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703282158.VAA00548>
