Bug 1455181
Summary: | Version 0.2.4-6.rc1.fc25 fails to register ypbind | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thomas Clark <fedoraproject> |
Component: | rpcbind | Assignee: | Steve Dickson <steved> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 25 | CC: | rcvanvo, steved |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-06-01 17:19:40 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Thomas Clark
2017-05-24 12:23:16 UTC
Found these relevant log entries: May 23 20:54:26 amelia audit: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpcbind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' May 23 20:54:26 amelia ypbind-post-waitbind: rpcinfo: can't contact portmapper: RPC: Unable to receive; errno = Connection reset by peer May 23 20:54:26 amelia systemd: rpcbind.service: Main process exited, code=killed, status=6/ABRT ... May 23 20:55:12 amelia ypbind: Binding took 46 seconds May 23 20:55:12 amelia ypbind: NIS domain: clark, ypbind not registered with rpcbind. Not sure if related, but on a fresh install of Fedora 25 with rpcbind-0.2.4-6.rc1.fc25.x86_64, I am receiving the following when I attempt to start rpcbind: ➜ ~ systemctl status rpcbind.service ● rpcbind.service - RPC Bind Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; vendor preset: disabled) Active: failed (Result: start-limit-hit) since Sat 2017-05-27 14:04:28 EDT; 16s ago Docs: man:rpcbind(8) Process: 7351 ExecStart=/usr/bin/rpcbind $RPCBIND_OPTIONS -w -f (code=exited, status=1/FAILURE) Main PID: 7351 (code=exited, status=1/FAILURE) May 27 14:04:28 server.localhost systemd[1]: Starting RPC Bind... May 27 14:04:28 server.localhost rpcbind[7351]: sh: /usr/bin/systemd-tmpfiles: Permission denied May 27 14:04:28 server.localhost rpcbind[7351]: rpcbind: /run/rpcbind/rpcbind.lock: No such file or directory May 27 14:04:28 server.localhost systemd[1]: rpcbind.service: Main process exited, code=exited, status=1/FAILURE May 27 14:04:28 server.localhost systemd[1]: Failed to start RPC Bind. May 27 14:04:28 server.localhost systemd[1]: rpcbind.service: Unit entered failed state. May 27 14:04:28 server.localhost systemd[1]: rpcbind.service: Failed with result 'exit-code'. May 27 14:04:28 server.localhost systemd[1]: rpcbind.service: Start request repeated too quickly. May 27 14:04:28 server.localhost systemd[1]: Failed to start RPC Bind. May 27 14:04:28 server.localhost systemd[1]: rpcbind.service: Failed with result 'start-limit-hit'. Downgrading to rpcbind-0.2.3-11.rc1.fc25.x86_64 fixes the issue. *** This bug has been marked as a duplicate of bug 1450765 *** |