-
Notifications
You must be signed in to change notification settings - Fork 40
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
Bluechi daemon fails when run in a rootless container with --network=host #564
Comments
The default logging sink should be |
The issue is with the Bluechi controller default port. By default, the controller port is 842. When running as rootless with In addition, please note that there is an typo in the 00-default.conf file in the image in which If we do intend to run such a configuration (that is rootless on the host network), maybe we should rethink the default port. |
SGTM and good find. |
Make sense @ygalblum explanation. If bluechi is not changing the default port, we must document this in bluechi docs session adding @engelmi in the loop. |
Nice catch! @ygalblum |
I don't know. Maybe we can also ask should we allow running this container rootless with |
Describe the bug
Please enter a clear and concise description of what the bug is.
To Reproduce
Please provide the steps to reproduce the issue.
$ podman run --device /dev/fuse --replace --cap-add=all --network=host --name autosd --security-opt label=disable -d quay.io/centos-sig-automotive/autosd:latest
$ podman exec -ti autosd systemctl status bluchi
If I remove
--network=host
bluechi works, so I believe is is attempting to do something that is not allowed by default unless you setup a different network. Issue is I could not find where bluechi printed an error message telling me why it fails.Expected behavior
Please describe what you would expect to happen.
Expected Bluchi to work with --network=host.
The text was updated successfully, but these errors were encountered: