-
Notifications
You must be signed in to change notification settings - Fork 88
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
bug: blueos-core mangles host network settings on startup #3185
Comments
Hi, If I understood it, I believe the same kind of conflict would happen on a gnome or kde system: there is a manager running that manages the network, so to use nmcli, that manager needs to be disabled. If that solves your issue, we probably can came up with a way for disabling (parts or entirely) the service. If there are missing features, we can also add them to the service. @Williangalvani what do you think? |
I bet it would! The difference here is that NetworkManager is the documented tool for setting up networking on Bookworm on Raspberry Pi.
I'm not sure if you're talking about cable-guy, wifi-manager, beacon, or something else. Here are the problems I think I can see:
I think I'll probably have to use |
I think (2) and (3) might be partially caused by having |
Bug description
When starting blueos-core container, it makes a bunch of destructive changes to the host network settings.
Steps to reproduce
NetworkManager
as the network manager. I believe a stock 64-bit Raspberry Pi Bookworm release will do.docker container stop ...
sudo nmcli d up enxb827eb81b20a
(your interface name will be different). Note this saves the network settings in a persistent file in/etc/NetworkManager/system-connections/
.sudo nmcli monitor
to view network changes. Keep this running for the next step.blueos
docker container and observe something like the below. Note too that the file created in/etc/NetworkManager/system-connections/
has been deleted!Primary pain point(s)
No response
Additional context
No response
Prerequisites
The text was updated successfully, but these errors were encountered: