Hide Forgot
Sep 21 19:45:22 localhost rpcbind: Cannot open '/var/lib/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory) Sep 21 19:45:22 localhost rpcbind: Cannot open '/var/lib/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory)
So restarts and yum updates work rpcbind has to be started with -w flag which causes all the current port and service state to be written to a file. So when that file does not exist during start up, it should be logged.