Problems with NFS with last few weeks

Robert McBroom mcforum at bellsouth.net
Sat Mar 12 13:03:32 UTC 2016


After many years of working with no problems NFS IS GIVING ME FITS. 
Booting gets hung in a start job for rpcbind for fifteen to twenty 
minutes before releasing the system to start.

systemctl status rpcbind.service
● rpcbind.service - RPC bind service
    Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; indirect; 
vendor preset: disabled)
    Active: failed (Result: start-limit) since Thu 2016-03-10 09:04:06 
EST; 1 day 22h ago

Mar 10 09:04:06 system.attlocal.net rpcbind[731]: /sbin/rpcbind: 
/lib/libtirpc.so.1: no version information available (required by 
/sbin/rpcbind)
Mar 10 09:04:06 system.attlocal.net rpcbind[731]: /sbin/rpcbind: 
relocation error: /sbin/rpcbind: symbol svc_pollfd, version 
TIRPC_0.3....ference
Mar 10 09:04:06 system.attlocal.net rpcbind[733]: /sbin/rpcbind: 
/lib/libtirpc.so.1: no version information available (required by 
/sbin/rpcbind)
Mar 10 09:04:06 system.attlocal.net rpcbind[733]: /sbin/rpcbind: 
/lib/libtirpc.so.1: no version information available (required by 
/sbin/rpcbind)
Mar 10 09:04:06 system.attlocal.net rpcbind[733]: /sbin/rpcbind: 
/lib/libtirpc.so.1: no version information available (required by 
/sbin/rpcbind)
Mar 10 09:04:06 system.attlocal.net rpcbind[733]: /sbin/rpcbind: 
relocation error: /sbin/rpcbind: symbol svc_pollfd, version 
TIRPC_0.3....ference
Mar 10 09:04:06 system.attlocal.net rpcbind[735]: /sbin/rpcbind: 
/lib/libtirpc.so.1: no version information available (required by 
/sbin/rpcbind)
Mar 10 09:04:06 system.attlocal.net rpcbind[735]: /sbin/rpcbind: 
/lib/libtirpc.so.1: no version information available (required by 
/sbin/rpcbind)
Mar 10 09:04:06 system.attlocal.net rpcbind[735]: /sbin/rpcbind: 
/lib/libtirpc.so.1: no version information available (required by 
/sbin/rpcbind)
Mar 10 09:04:06 system.attlocal.net rpcbind[735]: /sbin/rpcbind: 
relocation error: /sbin/rpcbind: symbol svc_pollfd, version 
TIRPC_0.3....ference

Would expect /lib64 insted of /lib

 From /lib
   lrwxrwxrwx.   1 root root       18 Jul  4  2011 libtirpc.so.1 -> 
libtirpc.so.1.0.10
   -rwxr-xr-x.   1 root root   158848 Dec  2  2010 libtirpc.so.1.0.10

 From /lib64
   lrwxrwxrwx.   1 root root       17 Nov 16 12:16 libtirpc.so.1 -> 
libtirpc.so.1.1.0
   -rwxr-xr-x.   1 root root   193568 Nov 16 12:16 libtirpc.so.1.1.0


systemctl status rpc-statd.service
● rpc-statd.service - NFS status monitor for NFSv2/3 locking.
    Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static; 
vendor preset: disabled)
    Active: failed (Result: exit-code) since Sat 2016-03-12 07:28:50 
EST; 10min ago
   Process: 7363 ExecStart=/usr/sbin/rpc.statd --no-notify $STATDARGS 
(code=exited, status=1/FAILURE)

Mar 12 07:28:50 system.attlocal.net rpc.statd[7366]: Version 1.3.3 starting
Mar 12 07:28:50 system.attlocal.net rpc.statd[7366]: Flags: TI-RPC
Mar 12 07:28:50 system.attlocal.net rpc.statd[7366]: Failed to register 
(statd, 1, udp): svc_reg() err: RPC: Remote system error - Conn...refused
Mar 12 07:28:50 system.attlocal.net rpc.statd[7366]: Failed to register 
(statd, 1, tcp): svc_reg() err: RPC: Remote system error - Conn...refused
Mar 12 07:28:50 system.attlocal.net rpc.statd[7366]: Failed to register 
(statd, 1, udp6): svc_reg() err: RPC: Remote system error - Con...refused
Mar 12 07:28:50 system.attlocal.net rpc.statd[7366]: Failed to register 
(statd, 1, tcp6): svc_reg() err: RPC: Remote system error - Con...refused
Mar 12 07:28:50 system.attlocal.net systemd[1]: rpc-statd.service: 
Control process exited, code=exited status=1
Mar 12 07:28:50 system.attlocal.net systemd[1]: Failed to start NFS 
status monitor for NFSv2/3 locking..
Mar 12 07:28:50 system.attlocal.net systemd[1]: rpc-statd.service: Unit 
entered failed state.
Mar 12 07:28:50 system.attlocal.net systemd[1]: rpc-statd.service: 
Failed with result 'exit-code'.

cat /etc/exports
/ntfsd3 192.168.1.0/255.255.255.0(rw,no_subtree_check)
/ntfsd2 192.168.1.0/255.255.255.0(rw,no_subtree_check)
/ntfsd4 192.168.1.0/255.255.255.0(rw,no_subtree_check)
/cdrom  192.168.1.0/255.255.255.0(rw,no_subtree_check)

/bin/systemctl status  nfs.service
● nfs-server.service - NFS server and services
    Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; 
vendor preset: disabled)
    Active: failed (Result: exit-code) since Thu 2016-03-10 09:20:28 
EST; 1 day 22h ago
  Main PID: 744 (code=exited, status=1/FAILURE)

Mar 10 09:04:07 system.attlocal.net systemd[1]: Starting NFS server and 
services...
Mar 10 09:20:28 system.attlocal.net rpc.nfsd[744]: rpc.nfsd: writing fd 
to kernel failed: errno 110 (Connection timed out)
Mar 10 09:20:28 system.attlocal.net rpc.nfsd[744]: rpc.nfsd: unable to 
set any sockets for nfsd
Mar 10 09:20:28 system.attlocal.net systemd[1]: nfs-server.service: Main 
process exited, code=exited, status=1/FAILURE
Mar 10 09:20:28 system.attlocal.net systemd[1]: Failed to start NFS 
server and services.
Mar 10 09:20:28 system.attlocal.net systemd[1]: nfs-server.service: Unit 
entered failed state.
Mar 10 09:20:28 system.attlocal.net systemd[1]: nfs-server.service: 
Failed with result 'exit-code'.



More information about the users mailing list