Thread: NFS Troubles!!
View Single Post
  #7   (View Single Post)  
Old 11th September 2008
disappearedng disappearedng is offline
Shell Scout
 
Join Date: May 2008
Posts: 128
Default

OK i have removed all the fancy options right now to simplify things:

now my /etc/exports looks like:
Code:
/usr/mount/350gb/                               192.168.1.71
with rc.conf
Code:
#NFS
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"
with /var/log/messages:
Code:
Sep 11 14:15:23  savecore: no dumps found
Sep 11 14:15:24  root: /etc/rc: WARNING: $dbus_enable is not set properly - see rc.conf(5).
Sep 11 14:15:25  avahi-daemon[832]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Sep 11 14:15:27  kernel: drm0: <Intel i945G> on vgapci0
Sep 11 14:15:27  kernel: info: [drm] AGP at 0xd0000000 256MB
Sep 11 14:15:27  kernel: info: [drm] Initialized i915 1.5.0 20060119
Sep 11 14:15:27  kernel: drm0: [ITHREAD]
Sep 11 14:16:08  console-kit-daemon[945]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed
Sep 11 14:16:08  console-kit-daemon[945]: GLib-CRITICAL: g_hash_table_destroy: assertion `hash_table != NULL' failed
Sep 11 14:17:07  mountd[686]: mount request denied from 192.168.1.71 for /usr/mount/350gb
Sep 11 14:17:28  mountd[686]: mount request denied from 192.168.1.71 for /usr/mount/350gb
Sep 11 14:18:56  su: BAD SU disappearedng to root on /dev/ttyp1
Sep 11 14:18:59  su: disappearedng to root on /dev/ttyp1
Sep 11 14:21:03  mountd[686]: mount request denied from 192.168.1.71 for /usr/mount/350gb
showmount -e shows
Code:
Exports list on localhost:
/usr/mount/350gb/                  192.168.1.71
But then on my client, I am getting:
Code:
sudo mount_nfs 192.168.1.66:/usr/mount/350gb/ /usr/imports/
[udp] 192.168.1.66:/usr/mount/350gb: Permission denied
????
Reply With Quote