From owner-freebsd-bugs Tue Mar 24 13:10:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01559 for freebsd-bugs-outgoing; Tue, 24 Mar 1998 13:10:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01550; Tue, 24 Mar 1998 13:10:04 -0800 (PST) (envelope-from gnats) Date: Tue, 24 Mar 1998 13:10:04 -0800 (PST) Message-Id: <199803242110.NAA01550@hub.freebsd.org> To: freebsd-bugs Cc: From: Duncan Barclay Subject: Re: i386/5698: LPIP causes spurious reboots Reply-To: Duncan Barclay Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/5698; it has been noted by GNATS. From: Duncan Barclay To: freebsd-gnats-submit@freebsd.org, dag-erli@ifi.uio.no Cc: Subject: Re: i386/5698: LPIP causes spurious reboots Date: Tue, 24 Mar 1998 20:49:38 -0000 (GMT) Summary of my experiences using PLIP on FreeBSD 2.2.5, with one 5x86-133 with 20MB RAM and a 486/25 with 4MB Contura laptop. - sometimes when using a fast and slow machine (eg.P100 and 486/25) the fast machine crashes when you do big transfers. I think it is due to buffer overruns on the slow machine side and the fast machine doesnt deal with this well. The work around is to get the slow machine to be the initiator end of any xfer, i.e. slow machine is saying "give me next block" or "here's the next block". Be warned things like ftp and rcp have different initiator ends. - NFS works (bearing in mind the above, use the old reduce the block size hack, although I never tried it). However, due to the way an RPC is implemented in FreeBSD, portmap/mountd attaches itself to the first network interface (for things like getting a hostname etc.) which is often lp0 (depends on kernel config). This is a pain because the RPC code can't handle a point to point interface (like PLPI or PPP) and you don't get a running mountd. Workaround is to add a static route use # to enable rpc to work with a PLIP network (rpc binds to the first # network interface it finds an lp0 is found v. early) static_routes="loop_lp0" route_loop_lp0="192.168.201.32 127.0.0.1 1" --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@ragnet.demon.co.uk | the alcoholics, and the permanently stoned. ________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message