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=<nop,nop,sackOK,mss 1460>
        geny -> pave         TCP D=2049 S=1023 Syn Seq=159820072 Len=0 Win=24820 
Options=<nop,nop,sackOK,mss 1460>
        geny -> pave         TCP D=2049 S=1023 Syn Seq=159820072 Len=0 Win=24820 
Options=<nop,nop,sackOK,mss 1460>


Any idea to lockout situation ?

Thanks.

-- 
Nicolas


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to