[ExtractStream] NFS issues

Geoffrey D. Bennett g at n...
Sun, 24 Jun 2001 15:13:59 +0930 (CST)


> Thanks for your help. I checked /var/log/messages, and this is what I can
> find, multiple times (corresponding to my attempts to write) and I think it
> is directly related, but I can't make anything of the error codes:
> 
> Jun 23 08:43:43 suse71 rpc.mountd: authenticated mount request from
> 192.168.0.110:743 for /tmp/tivo (/tmp/tivo) 
> Jun 23 08:43:57 suse71 rpc.mountd: authenticated mount request from
> 192.168.0.110:745 for /tmp/tivo (/tmp/tivo) 
> Jun 23 08:44:06 suse71 kernel: fh_verify: tmp/tivo permission failure,
> acc=3, error=13

What are the permissions on /tmp/tivo set to? (ie. show the output
from ls -lad /tmp/tivo) -- since you're almost certainly accessing
this directory as root, it is likely that the NFS server's root_squash
option is preventing you from writing to the directory (run 'man
exports' and look for 'root_squash' to find out more).

To fix this, in /etc/exports, change your options from:

/tmp/tivo tivohostname(rw)

to:

/tmp/tivo tivohostname(rw,no_root_squash)

Restart nfsd, and then try remounting that directory.

-- 
Geoffrey D. Bennett, RHCE, RHCX geoffrey@n...
Senior Systems Engineer http://www.netcraft.com.au/geoffrey/
NetCraft Australia Pty Ltd http://www.netcraft.com.au/linux/