[Drbl-user] drblpush crash
Brought to you by:
steven_shiau
|
From: Galloway, J. D <ja...@la...> - 2016-05-25 18:47:11
|
My system crashed in the middle of a "drblpush -c drblpush.conf" execution, in the starting/stopping services part. Upon reboot several services, rpcbind, nfs, yp won't start and give cryptic problems thus I think some part of the FS (I think) got corrupted. Some recounting of the errors I'm encountering as as follows. /var/log/messages on a fresh boot: May 25 11:30:11 tebow yum[7059]: Updated: rpcbind-0.2.0-12.el6.x86_64 May 25 11:39:46 tebow rpc.statd[4297]: Version 1.2.3 starting May 25 11:39:46 tebow rpc.statd[4297]: Initializing NSM state May 25 11:39:46 tebow rpc.statd[4297]: Failed to register (statd, 1, udp): svc_reg() err: RPC: Remote system error - Connection refused May 25 11:39:46 tebow rpc.statd[4297]: Failed to register (statd, 1, tcp): svc_reg() err: RPC: Remote system error - Connection refused May 25 11:39:46 tebow rpc.statd[4297]: Failed to register (statd, 1, udp6): svc_reg() err: RPC: Remote system error - Connection refused May 25 11:39:46 tebow rpc.statd[4297]: Failed to register (statd, 1, tcp6): svc_reg() err: RPC: Remote system error - Connection refused May 25 11:39:46 tebow rpc.statd[4297]: failed to create RPC listeners, exiting May 25 11:40:33 tebow ypbind: NIS service failed to register to rpcbind. May 25 11:40:34 tebow rpc.ypxfrd[4645]: unable to register (YPXFRD_FREEBSD_PROG, YPXFRD_FREEBSD_VERS, udp). May 25 11:41:13 tebow rpc.yppasswdd[14594]: unable to register yppaswdd udp service. RPC/NFS issues: [root@tebow drbl]# service rpcbind status rpcbind is stopped [root@tebow drbl]# service rpcbind start [root@tebow drbl]# service rpcbind status rpcbind is stopped [root@tebow drbl]# service rpcbind restart Stopping rpcbind: [FAILED] [root@tebow drbl]# rpcinfo -p localhost rpcinfo: can't contact portmapper: RPC: Remote system error - Connection refused [root@tebow ~]# rpcinfo -p rpcinfo: can't contact portmapper: RPC: Remote system error - No such file or directory [root@tebow drbl]# rpcinfo -u tebow nfs 2 rpcinfo: RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused) program 100003 version 2 is not available [root@tebow drbl]# service nfs status rpc.svcgssd is stopped rpc.mountd is stopped nfsd is stopped rpc.rquotad is stopped [root@tebow ~]# service nfs restart Shutting down NFS daemon: [FAILED] Shutting down NFS mountd: [FAILED] Shutting down NFS quotas: [FAILED] Shutting down NFS services: [ OK ] [root@tebow ~]# service nfslock status rpc.statd dead but pid file exists I've uninstalled and then installed nfs-utils and rpcbind but the issues persists, hence why I think it's a corruption somewhere in the filesystem. Any direction is greatly appreciated. --Jack |