On 1/3/2009 9:38 AM, Nils Goroll wrote: > Hi, > > does anyone know about this issue already? > > Observed on snv_101b, was still working on snv_98. Here's a simple test case: > > # share something > root at haggis:~# share > - /tmp/a sec=sys,ro "" > > # set up a forwarded port > haggis:~$ ssh -L22049:127.0.0.1:2049 localhost > Password: > Last login: Sat Jan 3 14:59:42 2009 from haggis > Sun Microsystems Inc. SunOS 5.11 snv_101b November 2008 > > # trying to access with NFSv4 is fine: > root at haggis:~# mount -o ro nfs://127.0.0.1:22049/tmp/a /mnt > root at haggis:~# nfsstat -m > /mnt from nfs://127.0.0.1:22049/tmp/a > Flags: > vers=4,proto=tcp,sec=sys,hard,intr,link,symlink,acl,rsize=1048576,wsize=1048576,retrans=5,timeo=600 > Attr cache: acregmin=3,acregmax=60,acdirmin=30,acdirmax=60 > > # trying to access with NFSv3 give me a stale file handle (uh?) > root at haggis:~# mount -o ro,vers=3 nfs://127.0.0.1:22049/tmp/a /mnt > nfs mount: mount: /mnt: Stale NFS file handle >
This looks like this bug: http://bugs.opensolaris.org/view_bug.do?bug_id=6755735 -- Thanks, Helen