From owner-freebsd-hackers Wed Apr 9 14:20:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA18901 for hackers-outgoing; Wed, 9 Apr 1997 14:20:46 -0700 (PDT) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA18891 for ; Wed, 9 Apr 1997 14:20:39 -0700 (PDT) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA28365; Wed, 9 Apr 1997 17:20:06 -0400 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Wed, 9 Apr 1997 17:20 EDT Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.8.3/8.7.3) with ESMTP id QAA01545 for ; Wed, 9 Apr 1997 16:56:20 -0400 (EDT) Received: (from rivers@localhost) by lakes.water.net (8.8.3/8.6.9) id RAA09652 for freebsd-hackers@freefall.cdrom.com; Wed, 9 Apr 1997 17:02:32 -0400 (EDT) Date: Wed, 9 Apr 1997 17:02:32 -0400 (EDT) From: Thomas David Rivers Message-Id: <199704092102.RAA09652@lakes.water.net> To: ponds!freefall.cdrom.com!freebsd-hackers Subject: More on 2.2.1 NFS problems.... Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Just more information on my problems reported earlier: 1) I can reproduce the hanging file system when mounting from HP/UX 9.05 or Sunos 4.1.3 2) It's not related to "ls" in any particular fashion; after the a process reading from an NFS mounted file system hangs other processes also hang when they attempt any read, or any access at all. 3) A ps -axl of the hung processes indicates they are waiting in "sbwait" 4) Interestingly enough; I installed this machine via NFS, so whatever mount_nfs options sysinstall used were reliable enough to load a binary and XFree86 distribution. 5) This is on an ep0 ethernet device (that could matter) - but other network traffic works (i.e. ping, ftp, telnet, etc...) 6) I dropped the read and write packet sizes to 1024 (-r1024 and -w1024 on the fstab lines) - that didn't help the problem. An example line from /etc/fstab is: jarryd.unx.sas.com:/local/disk3 /nfs/jarryd.unx.sas.com/local/disk3 nfs rw,-w1024,-r1024,-t60 0 0 7) Again, this is 2.2.1-RELEASE as of 4/8/97, downloaded from freefall. - Dave Rivers -