Hiya - still having post upgrade problems - I had an NFS server 
running on a host - worked fine prior to the upgrade but now I get 
weird errors... ps. note names have been changed to protect the 
innocent! :)

this is what the /etc/exports on my server looks like:

[[EMAIL PROTECTED] /root]# cat /etc/exports
/usr 192.168.2.2 (rw)
/usr/local/src/updates 192.168.2.2 (ro,no_root_squash)
/mnt/cdrom 192.168.2.2 (ro,no_root_squash)



when I try to set up exports:

[[EMAIL PROTECTED] /root]# exportfs -ar
192.168.2.2:/usr: Invalid argument
192.168.2.2:/: Invalid argument



but exportfs reports the mounts are being exported:

[[EMAIL PROTECTED] /root]# exportfs -v
/usr/local/src/updates
                 192.168.2.2 (ro,async,wdelay,no_root_squash)
/mnt/cdrom      192.168.2.2 (ro,async,wdelay,no_root_squash)
/usr            192.168.2.2 (rw,async,wdelay,root_squash)
/               192.168.2.2 (rw,async,wdelay,root_squash)



on the client I have this entry in /etc/fstab:

[[EMAIL PROTECTED] /root]# cat /etc/fstab
192.168.2.1:/usr  /serverusr  nfs  exec,dev,suid,ro,noauto,bg,soft 1 1



and when I try to mount the /usr directory on the client I get:

[[EMAIL PROTECTED] /root]# mount /serverusr/
mount: 192.168.2.1:/usr failed, reason given by server: Permission denied



and I get this in the log files on the server:

Sep 11 11:37:55 192.168.2.1 rpc.mountd: authenticated mount request 
from 192.168.2.2:673 for /usr (/usr)
Sep 11 11:37:55 192.168.2.1 rpc.mountd: getfh failed: Operation not permitted



but I can mount /mnt/cdrom on the client just fine...

uhm... I'm confused because this setup worked fine for me prior to 
6.2 upgrade. I can't be 100% this is the exact config I was using as 
I have gone through all sorts of permutations of /etc/fstab and 
/etc/exports trying to work out what the problem is... it's weird 
that certain exports work ok and others don't.

any help, wisdom or light that you may be able to shed on this 
problem would be most appreciated.

TIA - dan.
-- 

        Nitro - 3D Visualisation, Graphics & Animation
                Ph (+61 2) 9810 5177 - Fx (+61 2) 9810 0199
                        http://www.nitro.com.au/



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to