Description of problem: Each time I boot I get those errors from rpcbind: mai 12 18:51:42 localhost systemd-tmpfiles[364]: Failed to open 'rpcbind.conf': No such file or directory mai 12 18:51:42 localhost dracut-pre-udev[345]: rpcbind: /run/rpcbind/rpcbind.lock: No such file or directory mai 12 18:51:42 localhost rpc.statd[368]: Version 2.1.1 starting mai 12 18:51:42 localhost rpc.statd[368]: Initializing NSM state mai 12 18:51:42 localhost rpc.statd[368]: Running as root. chown /var/lib/nfs/statd to choose different user mai 12 18:51:42 localhost rpc.statd[368]: Failed to register (statd, 1, udp): svc_reg() err: RPC: Remote system error - Connection refused mai 12 18:51:42 localhost rpc.statd[368]: Failed to register (statd, 1, tcp): svc_reg() err: RPC: Remote system error - Connection refused mai 12 18:51:42 localhost rpc.statd[368]: Failed to register (statd, 1, udp6): svc_reg() err: RPC: Remote system error - Connection refused mai 12 18:51:42 localhost rpc.statd[368]: Failed to register (statd, 1, tcp6): svc_reg() err: RPC: Remote system error - Connection refused mai 12 18:51:42 localhost rpc.statd[368]: failed to create RPC listeners, exiting Version-Release number of selected component (if applicable): 0.2.4-6.fc26 How reproducible: Always Steps to Reproduce: 1. Boot
(In reply to Maël Lavault from comment #0) > Description of problem: > > Each time I boot I get those errors from rpcbind: > > mai 12 18:51:42 localhost systemd-tmpfiles[364]: Failed to open > 'rpcbind.conf': No such file or directory > mai 12 18:51:42 localhost dracut-pre-udev[345]: rpcbind: > /run/rpcbind/rpcbind.lock: No such file or directory Is systemd installed on the system?
Yes it is a fedora 26 workstation standard installation.
Same errors with 0.2.4-7.rc1.fc26
(In reply to Maël Lavault from comment #0) > Description of problem: > > Each time I boot I get those errors from rpcbind: > > mai 12 18:51:42 localhost systemd-tmpfiles[364]: Failed to open > 'rpcbind.conf': No such file or directory > This is the problem... there should be a rpcbind.conf in /usr/lib/tmpfiles.d and there is not. It should look like this: # cat rpcbind.conf #Type Path Mode UID GID Age Argument D /run/rpcbind 0700 rpc rpc - - Any idea why it's not being installed?
rpcbind-0.2.4-6.rc2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-94c0774edd
rpcbind-0.2.4-7.rc2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-204ada5777
I mistakenly modified this bz
I still have the same issue with the update. I do have a rpcbind.conf in /usr/lib/tmpfiles.d: -rw-r--r-- 1 root root 87 30 mai 18:14 rpcbind.conf And the file has: D /run/rpcbind 0700 rpc rpc - -
Does the command work? /usr/bin/systemd-tmpfiles --create rpcbind.conf as root?
Yes it does work. (I mean the command executed and I dont have any message or anything)
(In reply to Maël Lavault from comment #10) > Yes it does work. (I mean the command executed and I dont have any message > or anything) Is there a /run/rpcbind? If so does rpcbind start up correctly?
Yes: drwx------ 2 rpc rpc 40 8 juin 09:22 rpcbind srw-rw-rw- 1 root root 0 8 juin 09:22 rpcbind.sock -rw-r--r-- 1 root root 0 8 juin 09:22 rpc.statd.pid Rpcbind wasn't running, but if I run it manually it works: [mlavault@mael-laptop Development]$ systemctl status rpcbind ● rpcbind.service - RPC Bind Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; disabled; vendor preset: disabled) Active: active (running) since Thu 2017-06-08 16:32:39 CEST; 5s ago Docs: man:rpcbind(8) Main PID: 16969 (rpcbind) Tasks: 1 (limit: 4915) CGroup: /system.slice/rpcbind.service └─16969 /usr/bin/rpcbind -w -f juin 08 16:32:39 mael-laptop systemd[1]: Starting RPC Bind... juin 08 16:32:39 mael-laptop systemd[1]: Started RPC Bind.
So the process only fails during boot, correct? If so what are the errors (or reason) being logged to /var/log/messages?
Yeah only at boot: juin 12 10:20:18 localhost kernel: calling init_sunrpc+0x0/0x6e [sunrpc] @ 349 juin 12 10:20:18 localhost kernel: RPC: Registered named UNIX socket transport module. juin 12 10:20:18 localhost kernel: RPC: Registered udp transport module. juin 12 10:20:18 localhost kernel: RPC: Registered tcp transport module. juin 12 10:20:18 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. juin 12 10:20:18 localhost kernel: initcall init_sunrpc+0x0/0x6e [sunrpc] returned 0 after 142 usecs juin 12 10:20:18 localhost systemd-tmpfiles[356]: Failed to open 'rpcbind.conf': No such file or directory juin 12 10:20:18 localhost dracut-pre-udev[336]: rpcbind: /run/rpcbind/rpcbind.lock: No such file or directory juin 12 10:20:18 localhost rpc.statd[360]: Version 2.1.1 starting juin 12 10:20:18 localhost rpc.statd[360]: Initializing NSM state juin 12 10:20:18 localhost rpc.statd[360]: Running as root. chown /var/lib/nfs/statd to choose different user juin 12 10:20:18 localhost rpc.statd[360]: Failed to register (statd, 1, udp): svc_reg() err: RPC: Remote system error - Connection refused juin 12 10:20:18 localhost kernel: usb 1-5: new full-speed USB device number 3 using xhci_hcd juin 12 10:20:18 localhost rpc.statd[360]: Failed to register (statd, 1, tcp): svc_reg() err: RPC: Remote system error - Connection refused juin 12 10:20:18 localhost rpc.statd[360]: Failed to register (statd, 1, udp6): svc_reg() err: RPC: Remote system error - Connection refused juin 12 10:20:18 localhost rpc.statd[360]: Failed to register (statd, 1, tcp6): svc_reg() err: RPC: Remote system error - Connection refused juin 12 10:20:18 localhost rpc.statd[360]: failed to create RPC listeners, exiting
Is selinux enabled? I wondering if we are seeing bug 1460720
Nope selinux is disabled
rpcbind-0.2.4-8.rc2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-b0b0250df7
rpcbind-0.2.4-8.rc2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-2c9ca9589b
rpcbind-0.2.4-7.rc2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-504aeb74ba
rpcbind-0.2.4-8.rc2.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-b0b0250df7
rpcbind-0.2.4-8.rc2.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-2c9ca9589b
rpcbind-0.2.4-7.rc2.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-504aeb74ba
rpcbind-0.2.4-8.rc2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.
rpcbind-0.2.4-8.rc2.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.
rpcbind-0.2.4-7.rc2.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.