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

radvd: ensure existence of [/var]/run/radvd/ directory on startup #517

Merged
merged 5 commits into from
Oct 17, 2020

Conversation

gsomlo
Copy link
Contributor

@gsomlo gsomlo commented Oct 9, 2020

radvd fails to start out of the box, with the following message in /var/log/radvd.log:

unable to open pid file, /run/radvd/radvd.pid: no such file or directory

This patch ensures the existence of /var/run/radvd prior to launching the daemon, so that it may successfully create its pid file and actually start running.

Tested with (and required on radvd version shipping with) Fedora 32.

@bharnden bharnden self-assigned this Oct 14, 2020
@bharnden
Copy link
Contributor

Thanks, I'll just want to validate it doesn't impact previous usage. With a quick look, seems like that should be fine though.

@bharnden bharnden changed the base branch from master to develop October 17, 2020 17:22
@bharnden bharnden merged commit c25cb3d into coreemu:develop Oct 17, 2020
@gsomlo gsomlo deleted the gls-frr-dir branch April 6, 2022 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants