From owner-freebsd-questions Tue Jul 28 07:06:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14568 for freebsd-questions-outgoing; Tue, 28 Jul 1998 07:06:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sh1.ro.com (2275@sh1.ro.com [205.216.92.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14562 for ; Tue, 28 Jul 1998 07:06:22 -0700 (PDT) (envelope-from ericp@ro.com) Received: from localhost (ericp@localhost) by sh1.ro.com (8.8.7/8.8.5) with SMTP id JAA10842 for ; Tue, 28 Jul 1998 09:05:52 -0500 Date: Tue, 28 Jul 1998 09:05:51 -0500 (CDT) From: Eric Patterson To: freebsd-questions@FreeBSD.ORG Subject: NFS Server timing out Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a 2.2.6-RELEASE machine set up to be a NFS Server. I have several IRIX machines set up as NFS clients to this machine. I'm getting the following strange behavior: % mount scooby:/RAID/share /usr/share % df scooby:/RAID/share nfs /usr/share % mount scooby:/RAID/FLT /usr/FLT mount: scooby:/RAID/FLT server not responding: Timed out NFS version 3 mount failed, trying NFS version 2 mount: giving up on: /usr/FLT Now, what makes this strange is that the first one works, and the second one doesn't. However, if I wait, say, a minute or two, the second mount works! I can ping the NFS server all the while. The second mount looks like: % mount scooby:/RAID/FLT /usr/FLT % df scooby:/RAID/share nfs /usr/share scooby:/RAID/FLT nfs /usr/FLT What? Why is this? An obvious consequence of this problem is that permanently mounted file systems (i.e. in /etc/fstab) won't mount at boot time. Users complain when /usr/share is missing ;) Following is the /etc/exports entry on the FreeBSD NFS server: /RAID -alldirs -maproot=0 -network 192.168.1.0 -mask 255.255.255.0 Any ideas? Thanks, Eric Patterson ericp@ro.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message