Server
- FOG Version: 1.4.2
- OS: CentOS 6 and 7
Client
- Service Version: latest
- OS: Windows 10
Description
Having an issue where I cant upload or download any images. I have narrowed down the issue to being that rpcbind service keeps crashing on the OS, doesnt matter if its CentOS 7 or 6. the issue is the same.
I have dug in the logs and cant find much or things i have found dont seem to fix the issue.
The service dies on the server with a very generic error:
CentOS 6 = rpcbind dead but pid file exists
CentOS 7 = ● rpcbind.service - RPC bind service
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; indirect; vendor preset: enabled)
Active: failed (Result: signal) since Mon 2017-06-05 14:27:50 CDT; 1h 5min ago
Process: 1138 ExecStart=/sbin/rpcbind -w $RPCBIND_ARGS (code=exited, status=0/SUCCESS)
Main PID: 1139 (code=killed, signal=ABRT)
Jun 05 14:15:23 fog. systemd[1]: Starting RPC bind service...
Jun 05 14:15:23 fog. systemd[1]: Started RPC bind service.
Jun 05 14:27:50 fog. systemd[1]: rpcbind.service: main process exited, code=killed, status=6/ABRT
Jun 05 14:27:50 fog. systemd[1]: Unit rpcbind.service entered failed state.
Jun 05 14:27:50 fog. systemd[1]: rpcbind.service failed.
I even went as far as to reformat the server and setup fog from scratch again, I have several servers out there and I think I have ruled the issue down to something from yum update that is breaking fog or something, I assume it something with nfs server or rpcbind.
These are the errors i see on the client, this is in a capture-upload mode, doesn’t matter if its upload or deploy, errors still the same.
This is what i see on the server:
root@fog ~]# service rpcbind restart
Stopping rpcbind: [FAILED]
Starting rpcbind: [ OK ]
[root@fog ~]# service rpcbind status
rpcbind (pid 8011) is running...
[root@fog ~]# service rpcbind status
rpcbind (pid 8011) is running...
After a little while and some trial and error on fog clients i get the errors listed above.
Here is a pic of the client side: picture