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

Installing NetworkManager without qubes-core-agent-network-manager is possible but doesn’t work #9664

Open
DemiMarie opened this issue Dec 23, 2024 · 0 comments · May be fixed by QubesOS/qubes-core-agent-linux#542
Labels
affects-4.2 This issue affects Qubes OS 4.2. C: networking diagnosed Technical diagnosis has been performed (see issue comments). P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. pr submitted A pull request has been submitted for this issue. T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.

Comments

@DemiMarie
Copy link

How to file a helpful issue

Qubes OS release

R4.2

Brief summary

If I install NetworkManager via DNF but don’t install qubes-core-agent-network-manager, NetworkManager fails to start. Since this configuration is useless, qubes-core-agent should block it via something like:

Requires: (%{name}-network-manager if NetworkManager)

Steps to reproduce

Run dnf --setopt=install_weak_deps=False install NetworkManager in a Fedora 41 template.

Expected behavior

qubes-core-agent-network-manager is installed as a dependency.

Actual behavior

qubes-core-agent-network-manager is not installed, so NetworkManager is broken.

Patch is trivial.

@DemiMarie DemiMarie added T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists. P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. affects-4.2 This issue affects Qubes OS 4.2. labels Dec 23, 2024
DemiMarie added a commit to DemiMarie/qubes-core-agent-linux that referenced this issue Dec 23, 2024
The documentation says to install qubes-core-agent-network-manager, but
the system can just do it for the user by pulling it in via an RPM rich
dependency.

Fixes: QubesOS/qubes-issues#9664
DemiMarie added a commit to DemiMarie/qubes-core-agent-linux that referenced this issue Dec 23, 2024
The documentation says to install qubes-core-agent-network-manager, but
the system can just do it for the user by pulling it in via an RPM rich
dependency.

Fixes: QubesOS/qubes-issues#9664
@andrewdavidwong andrewdavidwong added C: networking diagnosed Technical diagnosis has been performed (see issue comments). pr submitted A pull request has been submitted for this issue. labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-4.2 This issue affects Qubes OS 4.2. C: networking diagnosed Technical diagnosis has been performed (see issue comments). P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. pr submitted A pull request has been submitted for this issue. T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.
Projects
None yet
2 participants