Problems with NFS with last few weeks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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'.

--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux