Howdy,
I’ve installed the NFS 1.3.2 for the Drobo5n on my Drobo (http://www.droboports.com/app-repository/nfs/) by copying nfs.tgz to DroboApps and running
[code]$ sudo /bin/sh /usr/bin/DroboApps.sh install
Installing /mnt/DroboFS/Shares/DroboApps/nfs.tgz.
Running post-install script.
Starting nfs.
$ ps | grep nfs
209 root 0 SW< [nfsiod]
4215 root 2728 S /mnt/DroboFS/Shares/DroboApps/nfs/sbin/rpc.mountd -F
[/code]
However I’m unable to mount the default share:
[code]$ sudo mount -t nfs 10.0.1.7:/mnt/DroboFS/Shares/Public /data/Public
mount.nfs: Connection timed out
$ showmount -e 10.0.1.7
clnt_create: RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused)
[/code]
Then I take a look at the ports open on the Drobo5N and I don’t see any of the usual NFS ports
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:548 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:5000 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:5001 0.0.0.0:* LISTEN
tcp 0 0 10.0.1.7:139 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:4242 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:4243 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:4700 0.0.0.0:* LISTEN
tcp 0 0 10.0.1.7:445 0.0.0.0:* LISTEN
tcp 0 0 fe80::21a:62ff:fe04:3e7d:139 :::* LISTEN
tcp 0 0 :::22 :::* LISTEN
tcp 0 0 fe80::21a:62ff:fe04:3e7d:445 :::* LISTEN
udp 0 0 10.0.1.255:137 0.0.0.0:*
udp 0 0 10.0.1.7:137 0.0.0.0:*
udp 0 0 0.0.0.0:137 0.0.0.0:*
udp 0 0 10.0.1.255:138 0.0.0.0:*
udp 0 0 10.0.1.7:138 0.0.0.0:*
udp 0 0 0.0.0.0:138 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 0.0.0.0:51806 0.0.0.0:*
udp 0 0 10.0.1.7:43657 104.232.3.3:123 ESTABLISHED
udp 0 0 0.0.0.0:5002 0.0.0.0:*
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 2 [ ACC ] STREAM LISTENING 287 //var/nmbd/unexpected
unix 2 [ ACC ] STREAM LISTENING 2519 //var/run/avahi-daemon/socket
unix 3 [ ] STREAM CONNECTED 1628
unix 3 [ ] STREAM CONNECTED 1627
unix 2 [ ] STREAM CONNECTED 2654
unix 2 [ ] STREAM CONNECTED 2641
unix 3 [ ] STREAM CONNECTED 2536
unix 3 [ ] STREAM CONNECTED 2535
Looking at the log file appears to reveal a problem “failed to access local netconfig database: Netconfig database not found”
[code]$ cat /tmp/DroboApps/nfs/log.txt
2015-03-03 11-53-25: /mnt/DroboFS/Shares/DroboApps/nfs/service.sh start
- _service_start
- _is_running
- _is_nfsd_running
- /usr/bin/pgrep nfsd
- return 1
- set +x
- /bin/chmod 4511 /mnt/DroboFS/Shares/DroboApps/nfs/sbin/mount.nfs
- chown -R nobody /mnt/DroboFS/Shares/DroboApps/nfs/var/lib/nfs/sm /mnt/DroboFS/Shares/DroboApps/nfs/var/lib/nfs/sm.bak /mnt/DroboFS/Shares/DroboApps/nfs/var/lib/nfs/state
- lsmod
- grep ^nfsd
- [[ -z nfsd 86839 0 - Live 0x7f000000 ]]
- grep ^nfsd /proc/mounts
- [[ -z ]]
- /bin/mount -t nfsd nfsd /proc/fs/nfsd
- _kill_pid /mnt/DroboFS/Shares/DroboApps/nfs/sbin/sm-notify /tmp/DroboApps/nfs/sm-notify.pid
- _is_pid_running /mnt/DroboFS/Shares/DroboApps/nfs/sbin/sm-notify /tmp/DroboApps/nfs/sm-notify.pid
- /sbin/start-stop-daemon -K -s 0 -x /mnt/DroboFS/Shares/DroboApps/nfs/sbin/sm-notify -p /tmp/DroboApps/nfs/sm-notify.pid -q
- _is_pid_running /mnt/DroboFS/Shares/DroboApps/nfs/bin/rpcbind /tmp/DroboApps/nfs/rpcbind.pid
- /sbin/start-stop-daemon -K -s 0 -x /mnt/DroboFS/Shares/DroboApps/nfs/bin/rpcbind -p /tmp/DroboApps/nfs/rpcbind.pid -q
- echo 4212
- /mnt/DroboFS/Shares/DroboApps/nfs/bin/rpcbind+ -d
sleep 1 - _is_pid_running /mnt/DroboFS/Shares/DroboApps/nfs/sbin/rpc.mountd /tmp/DroboApps/nfs/pid.txt
- /sbin/start-stop-daemon -K -s 0 -x /mnt/DroboFS/Shares/DroboApps/nfs/sbin/rpc.mountd -p /tmp/DroboApps/nfs/pid.txt -q
- echo 4215
-
- /mnt/DroboFS/Shares/DroboApps/nfs/sbin/rpc.mountdsleep -F 1
rpc.mountd: Failed to access local netconfig database: Netconfig database not found
rpc.mountd: Failed to access local netconfig database: Netconfig database not found
rpc.mountd: Failed to access local netconfig database: Netconfig database not found
rpc.mountd: mountd: No V2 or V3 listeners created!
rpc.mountd: Version 1.3.2 starting
-
_is_pid_running /mnt/DroboFS/Shares/DroboApps/nfs/sbin/rpc.statd /tmp/DroboApps/nfs/rpc.statd.pid
-
/sbin/start-stop-daemon -K -s 0 -x /mnt/DroboFS/Shares/DroboApps/nfs/sbin/rpc.statd -p /tmp/DroboApps/nfs/rpc.statd.pid -q
-
echo 4218
-
- /mnt/DroboFS/Shares/DroboApps/nfs/sbin/rpc.statdsleep -F 1
-
_is_nfsd_running
-
/usr/bin/pgrep nfsd
-
/mnt/DroboFS/Shares/DroboApps/nfs/sbin/rpc.nfsd -d 3
rpc.nfsd: Checking netconfig for visible protocols.
rpc.nfsd: version 4 requires the TCP protocol
[/code][hr]
Are there any dependencies that need to be installed for NFSv3 on the 5N?