From owner-freebsd-questions Tue Feb 23 6:32:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tvainet.tva.gov (tvainet.tva.gov [152.85.133.14]) by hub.freebsd.org (Postfix) with SMTP id 772BE1126C for ; Tue, 23 Feb 1999 06:32:49 -0800 (PST) (envelope-from tjswanso@gie.noh.tva.gov) Received: from topaz.cha.tva.gov by tvainet.tva.gov via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 23 Feb 1999 14:12:54 UT Received: from gie.noh.tva.gov (gie.noh.tva.gov [152.85.77.150]) by topaz.cha.tva.gov (8.8.6/8.7.3/8.7.5-topaz) with ESMTP id JAA29073; Tue, 23 Feb 1999 09:32:43 -0500 (EST) Received: from newh.tva.gov (newh [152.85.77.126]) by gie.noh.tva.gov (8.8.8+Sun/8.8.8) with ESMTP id JAA20677; Tue, 23 Feb 1999 09:32:03 -0500 (EST) Received: (from tjswanso@localhost) by newh.tva.gov (8.8.8+Sun/8.8.8) id JAA07757; Tue, 23 Feb 1999 09:32:01 -0500 (EST) Date: Tue, 23 Feb 1999 09:32:01 -0500 (EST) From: Toby Swanson N-1417 Message-Id: <199902231432.JAA07757@newh.tva.gov> To: questions@freebsd.org Subject: NFS problem Cc: toby@milkyway.org X-Sun-Charset: US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have 2 FBSD workstations that should have been configured the same. However, one has problems with NFS mounts, the other does not. Except for hardware and vn option enabled on pserver, kernels configuration files are the same. Problem child is pserver. bash# uname -a FreeBSD pserver 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Tue Jan 5 13:48:28 EST 1999 root@pserver1:/usr/src/sys/compile/PSERVER i386 bash# mount akin:/u7 /mnt bash# ls /mnt ls: mnt: Permission denied Running snoop on akin; # snoop -o snoop.out pserver aliskingsport Using device /dev/hme (promiscuous mode) 12 ^C # snoop -i snoop.out 1 0.00000 pserver -> aliskingsport PORTMAP C GETPORT prog=100003 (NFS) vers=3 proto=UDP 2 0.00085 aliskingsport -> pserver PORTMAP R GETPORT port=2049 3 0.03462 pserver -> aliskingsport PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP 4 0.00068 aliskingsport -> pserver PORTMAP R GETPORT port=32784 5 0.02400 pserver -> aliskingsport MOUNT3 C Mount /u7 6 0.00164 aliskingsport -> pserver MOUNT3 R Mount OK FH=0151 Auth=unix 7 0.03067 pserver -> aliskingsport NFS C GETATTR3 FH=0151 8 0.00037 aliskingsport -> pserver NFS R GETATTR3 OK 9 3.58131 pserver -> aliskingsport NFS C ACCESS3 FH=0151 (read) 10 0.00019 aliskingsport -> pserver RPC R (#9) XID=726953991 Can't authenticate (too weak) 11 0.02468 pserver -> aliskingsport NFS C ACCESS3 FH=0151 (read) 12 0.00015 aliskingsport -> pserver RPC R (#11) XID=726953992 Can't authenticate (too weak) Antares works as expected; root@antares# uname -a FreeBSD antares 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Wed Feb 10 13:27:30 EST 1999 root@antares:/usr/src/sys/compile/ANTARES i386 root@antares# mount akin:/u7 /mnt root@antares# ls /mnt ... listing follows as expected Running snoop on akin; # snoop -o snoop.out antares aliskingsport Using device /dev/hme (promiscuous mode) 18 ^C # snoop -i snoop.out 1 0.00000 antares -> aliskingsport PORTMAP C GETPORT prog=100003 (NFS) vers=3 proto=UDP 2 0.00089 aliskingsport -> antares PORTMAP R GETPORT port=2049 3 0.02363 antares -> aliskingsport PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP 4 0.00067 aliskingsport -> antares PORTMAP R GETPORT port=32784 5 0.02509 antares -> aliskingsport MOUNT3 C Mount /u7 6 0.00184 aliskingsport -> antares MOUNT3 R Mount OK FH=0151 Auth=unix 7 0.02693 antares -> aliskingsport NFS C GETATTR3 FH=0151 8 0.00030 aliskingsport -> antares NFS R GETATTR3 OK 9 16.72452 antares -> aliskingsport NFS C ACCESS3 FH=0151 (read) 10 0.00035 aliskingsport -> antares NFS R ACCESS3 OK (read) 11 0.02489 antares -> aliskingsport NFS C GETATTR3 FH=0151 12 0.00020 aliskingsport -> antares NFS R GETATTR3 OK 13 0.02511 antares -> aliskingsport NFS C FSINFO3 FH=0151 14 0.00021 aliskingsport -> antares NFS R FSINFO3 OK 15 0.02544 antares -> aliskingsport NFS C READDIR3 FH=0151 Cookie=0 for 8192 16 0.01818 aliskingsport -> antares NFS R READDIR3 OK 41+ entries (incomplete) 17 0.00007 aliskingsport -> antares UDP continuation ID=60788 18 0.00011 aliskingsport -> antares UDP continuation ID=60788 Any help is appreciated. Happy to provide any additional info. Toby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message