https://bugzilla.novell.com/show_bug.cgi?id=675385 https://bugzilla.novell.com/show_bug.cgi?id=675385#c2 Gerben Jansen <gerben@sgi.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gerben@sgi.com --- Comment #2 from Gerben Jansen <gerben@sgi.com> 2011-03-23 09:01:23 UTC --- (In reply to comment #1)
Actually, 'df' works fine for NFS, but just includes that error message:
df Filesystem 1K-blocks Used Available Use% Mounted on rootfs 20896948 7561856 13335092 37% / devtmpfs 240436 96 240340 1% /dev tmpfs 247740 4 247736 1% /dev/shm /dev/sda2 20896948 7561856 13335092 37% / df: `/var/lib/nfs/rpc_pipefs': Permission denied pifs1.local.net:/var/pifs/pi01 2904872616 12938112 2891934504 1% /var/pifs
Same here, also 64-bit Linux. It is caused by the permission on /var/lib/nfs. It is set to: # ls -ld /var/lib/nfs/ drwx------ 6 statd nogroup 4096 Mar 21 16:21 /var/lib/nfs/ Changing it to 0755 makes the message go away. # chmod 0755 /var/lib/nfs # ls -ld /var/lib/nfs/ drwxr-xr-x 6 statd nogroup 4096 Mar 21 16:21 /var/lib/nfs/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.