From owner-freebsd-questions Wed Oct 16 9:29:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B11537B401 for ; Wed, 16 Oct 2002 09:29:18 -0700 (PDT) Received: from imag.imag.fr (imag.imag.fr [129.88.30.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADFB43E75 for ; Wed, 16 Oct 2002 09:29:16 -0700 (PDT) (envelope-from Nicolas.Kowalski@imag.fr) Received: from pave.imag.fr (pave.imag.fr [129.88.43.12]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id g9GGTFq13309 for ; Wed, 16 Oct 2002 18:29:15 +0200 (MEST) Received: from astazou ([129.88.43.102] helo=astazou.imag.fr.imag.fr ident=kowalski) by pave.imag.fr with esmtp (Exim 4.10) id 181r2p-0002MX-00 for freebsd-questions@FreeBSD.org; Wed, 16 Oct 2002 18:29:15 +0200 To: freebsd-questions@FreeBSD.org Subject: NFS Problem with SunOS client X-Face: #v^9{p"~.e3TDs~r\ Date: Wed, 16 Oct 2002 18:29:14 +0200 Message-ID: Lines: 54 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.4 (Common Lisp, i386-debian-linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. I am facing some strangeness from SunOS/sparc clients, mounting users home directories on a FreeBSD 4.6 server. The client is unable to mount the remote directory. On the server "pave", a tcpdump with the host "geny" gives : ... 18:19:30.110221 geny.0 > pave.imag.fr.nfs: 0 null (DF) 18:19:30.110403 geny.0 > pave.imag.fr.nfs: 0 null (DF) 18:19:33.480054 geny.0 > pave.imag.fr.nfs: 0 null (DF) 18:19:40.230062 geny.0 > pave.imag.fr.nfs: 0 null (DF) 18:19:53.730234 arp who-has pave.imag.fr (Broadcast) tell geny 18:19:53.730252 arp reply pave.imag.fr is-at pave 18:19:53.730750 geny.0 > pave.imag.fr.nfs: 0 null (DF) 18:20:20.730172 geny.0 > pave.imag.fr.nfs: 0 null (DF) ... The SunOS client hangs, waiting for the FreeBSD server : Oct 16 18:18:28 geny nfs: [ID 664466 kern.notice] NFS fsinfo failed for server pave: error 5 (RPC: Timed out) Oct 16 18:18:28 geny automountd[202]: [ID 834250 daemon.error] Mount of pave:/export/home/user on /home/user: Connection timed out Oct 16 18:19:28 geny nfs: [ID 664466 kern.notice] NFS fsinfo failed for server pave: error 5 (RPC: Timed out) Oct 16 18:19:28 geny automountd[202]: [ID 834250 daemon.error] Mount of pave:/export/home/user on /home/user: Connection timed out Oct 16 18:20:30 geny nfs: [ID 664466 kern.notice] NFS fsinfo failed for server pave: error 5 (RPC: Timed out) Oct 16 18:20:30 geny automountd[202]: [ID 834250 daemon.error] Mount of pave:/export/home/user on /home/user: Connection timed out Running snoop on the client gives : geny -> pave PORTMAP C GETPORT prog=100003 (NFS) vers=3 proto=UDP pave -> geny PORTMAP R GETPORT port=2049 geny -> pave NFS C NULL3 pave -> geny NFS R NULL3 geny -> pave PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP pave -> geny PORTMAP R GETPORT port=1010 geny -> pave MOUNT3 C Null pave -> geny MOUNT3 R Null geny -> pave MOUNT3 C Mount /export/home/user pave -> geny MOUNT3 R Mount OK FH=F757 Auth=unix geny -> pave PORTMAP C GETPORT prog=100003 (NFS) vers=3 proto=TCP pave -> geny PORTMAP R GETPORT port=2049 geny -> pave TCP D=2049 S=1023 Syn Seq=159820072 Len=0 Win=24820 Options= geny -> pave TCP D=2049 S=1023 Syn Seq=159820072 Len=0 Win=24820 Options= geny -> pave TCP D=2049 S=1023 Syn Seq=159820072 Len=0 Win=24820 Options= Any idea to lockout situation ? Thanks. -- Nicolas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message