Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477086 - net-misc/networkmanager: NetworkManager.service should enable NetworkManager.dispatcher.service
Summary: net-misc/networkmanager: NetworkManager.service should enable NetworkManager....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords:
: 496208 (view as bug list)
Depends on:
Blocks: 476760
  Show dependency tree
 
Reported: 2013-07-16 16:37 UTC by Harris Landgarten
Modified: 2013-12-27 21:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harris Landgarten 2013-07-16 16:37:39 UTC
using systemd systemctl enable NetworkManager.service tries to start dbus-org.freedesktop.nm-dispatcher.service but warns cannot find file.

This can be worked around with systemctl enable NetworkManager.dispatcher.service.

Enabling NetworkManager should do this in one step.

This is a bug reported on Fedora list and supposedly fixed in Fedora-19
Comment 1 Pacho Ramos gentoo-dev 2013-07-16 20:58:20 UTC
(In reply to Harris Landgarten from comment #0)
[...]
> This is a bug reported on Fedora list and supposedly fixed in Fedora-19

Can you post a link to that bug? We are using upstream unit files :/

Thanks!
Comment 2 Harris Landgarten 2013-07-18 02:32:57 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=974811

This is the link to the fedora bug on this issue
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2013-09-15 04:33:01 UTC
In networkmanager-0.9.8.4, "systemctl enable NetworkManager" will do what you want:

rook ~ # systemctl enable NetworkManager
ln -s '/usr/lib64/systemd/system/NetworkManager.service' '/etc/systemd/system/dbus-org.freedesktop.NetworkManager.service'
ln -s '/usr/lib64/systemd/system/NetworkManager.service' '/etc/systemd/system/multi-user.target.wants/NetworkManager.service'
ln -s '/usr/lib64/systemd/system/NetworkManager-dispatcher.service' '/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service'


+*networkmanager-0.9.8.4 (15 Sep 2013)
+
+  15 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
+  -networkmanager-0.9.8.2.ebuild, -networkmanager-0.9.8.2-r2.ebuild,
+  +networkmanager-0.9.8.4.ebuild, -files/10-openrc-status-r2,
+  +files/networkmanager-0.9.8.4-pre-sleep.patch:
+  Version bump, lots of bugs fixed. "systemctl enable NetworkManager" now
+  properly enables NetworkManager-dispatcher (bug #477086). Drop old.
Comment 4 Pacho Ramos gentoo-dev 2013-12-27 21:21:10 UTC
*** Bug 496208 has been marked as a duplicate of this bug. ***