After upgrading, I can no longer access my ns2 via nfs from my Raspberry pi.
I checked /etc/exports and everything looks fine.
Can someone confirm that nfs still works or how I can troubleshoot the matter further?
ps axf|grep usr/sbin|grep -E rpc\|port\|nfsd|grep -v grep
32059 ? S 0:00 \_ [nfsd]
902 ? Ss 0:00 /usr/sbin/portmap
32053 ? Ss 0:00 /usr/sbin/rpc.mountd
32055 ? Ss 0:00 /usr/sbin/rpc.statd
so read directly the output of the command19469 ? S 0:00 \_ [nfsd]
ps axf
ls -al /var/run/
Jocko wrote:So stop the NFS server and post the output of
- Code: Select all
ls -al /var/run/
lrwxrwxrwx 1 root root 18 2013-11-17 20:53 /var/run -> /rw_fs/tmp/var/run
root@fvdwsl-base:/ # ls -al /rw_fs/tmp/var/run
total 44
drwxrwxrwx 3 nobody nobody 4096 2013-11-19 19:17 .
drwxr-xr-x 8 root root 4096 2013-11-19 21:16 ..
-rw-r--r-- 1 root root 4 2013-11-19 19:17 dropbear.pid
-rw------- 1 nobody root 85 2013-11-19 21:16 .htpasswd
-rw-r--r-- 1 root root 4 2013-11-19 19:16 httpd.pid
drwxr-xr-x 2 nobody nobody 4096 2013-11-19 19:17 lock
-rw-r--r-- 1 root root 4 2013-11-19 21:16 noflushd.pid
-rw------- 1 root root 382 2013-11-19 19:17 portmap_mapping
-rw-r--r-- 1 root root 4 2013-11-19 19:17 rpc.statd.pid
-rw------- 1 root root 4 2013-11-19 19:17 sm-notify.pid
-rw-r--r-- 1 root root 384 2013-11-20 19:50 utmp
/usr/bin/killall -9 nfsd
/usr/bin/killall -9 rpc.statd
/usr/bin/killall -9 rpc.mountd
unlink /var/run/rpc.statd.pid (it should no longer exist and so you can get a warning)
unlinck /var/run/sm-notify.pid
Return to Lacie Network Space vs2 and max version
Users browsing this forum: No registered users and 6 guests