Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpcbind: needs to wait until /var/run is available #1090

Merged
merged 2 commits into from
Dec 24, 2016
Merged

rpcbind: needs to wait until /var/run is available #1090

merged 2 commits into from
Dec 24, 2016

Conversation

MilhouseVH
Copy link
Contributor

Slower systems fail as follows:

Dec 23 20:04:18 LibreELEC rpcbind[226]: rpcbind: /var/run/rpcbind.lock: No such file or directory

so wait until /var/run is created, not just /var.

@MilhouseVH
Copy link
Contributor Author

Added second cleanup commit removing redundant systemd unit files now that rpcbind 0.2.4 provides it's own systemd unit files.

commit 0cc39c519278b15ede3a5268415b70a2378a52c0
Author: Steve Dickson <steved@redhat.com>
Date:   Mon Nov 7 14:28:54 2016 -0500

    Provide systemd unit files for rpcbind
    
    To encourage uniformity across distributions, provide
    systemd unit files.
    
    If extra arguments are wanted for rpcbind, a drop-in should be used
    to set the Environment= or read and EnvironmentFile=
    
    Even though libtirpc and the kernel contact rpcbind via
    /var/run/rcpbind.sock, tell systemd to place the socket
    in /run/rpcbind.sock as systems using systemd always
    use /run, and often symlink /var/run to /run.
    
    rpcbind.service pulls in rpcbind.socket so that the listening sockets
    chosen there will always be used.
    
    Signed-off-by: NeilBrown <neilb@suse.com>
    Signed-off-by: Steve Dickson <steved@redhat.com>

@chewitt chewitt merged commit dc61a12 into LibreELEC:master Dec 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants