bluechi icon indicating copy to clipboard operation
bluechi copied to clipboard

Bluechi daemon fails when run in a rootless container with --network=host

Open rhatdan opened this issue 9 months ago • 6 comments

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.

rhatdan avatar Sep 13 '23 15:09 rhatdan