-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
use /etc/NetworkManager/conf.d snippet instead of /etc/NetworkManager/NetworkManager.conf to avoid dpkg interactive conflict resolution dialog questions #1176
Comments
Not recently, some time ago (Fedora 18? earlier?) adding plugins from Best Regards, |
How do I test if the |
|
On Tue, Sep 08, 2015 at 05:53:01AM -0700, Patrick Schleizer wrote:
It should be generated (and used) if you enable network-manager service Best Regards, |
For testing purposes, I have
Toggling
vs
does influence whether the keyfile pluing gets load as per log or not. |
A suggestion on how the implementation can be improved and this ticket can be fixed.
Alternatively there could also be just one auto generated file that contains it all, that is not managed by the package manager. What do you think? |
Two files approach seems better. I wonder would happen if BTW it whould be Best Regards, |
… already existing /etc/NetworkManager/NetworkManager.conf by qubes-core-agent-linux. workaround for Qubes issue: 'use /etc/NetworkManager/conf.d snippet instead of /etc/NetworkManager/NetworkManager.conf to avoid dpkg interactive conflict resolution dialog questions' QubesOS/qubes-issues#1176
Since we generate proper NM configuration for eth0 in VMs ('qubes-uplink-eth0' |
Unfortunately it doesn't work. It looks like unmanaged devices list setting is ignored in |
Apparently unmanaged devices are loaded only from main NetworkManager.conf. Exactly the same line pasted (not typed!) to main NetworkManager.conf works, but in /etc/NetworkManager/conf.d/30-qubes.conf it doesn't. BTW There was a typo in option name ("unmanaged_devices" instead of "unmanaged-devices", but it wasn't the cause). This reverts commit 6c48313. QubesOS/qubes-issues#1176
Writing to
/etc/NetworkManager/NetworkManager.conf
directly is problematic:Related code,
qubes-core-agent-linux/debian/qubes-core-agent.postinst
:Did you already try if dropping a snippet into
/etc/NetworkManager/conf.d
would do?The text was updated successfully, but these errors were encountered: