| Summary: | sys-apps/dbus-1.6.0: systemd unit dbus.socket is missing install section | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Dennis Schridde <dschridde+gentoobugs> |
| Component: | [OLD] Core system | Assignee: | Freedesktop bugs <freedesktop-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nikoli |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | proposed patch | ||
|
Description
Dennis Schridde
2012-06-09 12:37:31 UTC
Created attachment 314785 [details, diff]
proposed patch
Thanks for submitting your patch, assigning to dbus ebuild maintainers There is no need to enable dbus socket/service for systemd.
systemd will start dbus anyway
max_posedon@localhost ~ % systemctl status dbus.service -n 0
dbus.service - D-Bus System Message Bus
Loaded: loaded (/usr/lib64/systemd/system/dbus.service; static)
Active: active (running) since Sun, 01 Jul 2012 17:27:41 +0300; 5min ago
Main PID: 1725 (dbus-daemon)
CGroup: name=systemd:/system/dbus.service
├ 1725 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
├ 2084 /usr/sbin/modem-manager
├ 2340 /usr/libexec/udisks-daemon
└ 2343 udisks-daemon: not polling any devices
max_posedon@localhost ~ % systemctl status dbus.socket -n 0
dbus.socket - D-Bus System Message Bus Socket
Loaded: loaded (/usr/lib64/systemd/system/dbus.socket; static)
Active: active (running) since Sun, 01 Jul 2012 17:27:41 +0300; 5min ago
CGroup: name=systemd:/system/dbus.socket
max_posedon@localhost ~ % systemctl --version
systemd 185
gentoo
+PAM +LIBWRAP -AUDIT -SELINUX +IMA -SYSVINIT -LIBCRYPTSETUP
For me it did not happen automatically. I was using systemd-44 though. (In reply to comment #3) > There is no need to enable dbus socket/service for systemd. > systemd will start dbus anyway > max_posedon@localhost ~ % systemctl --version > systemd 185 (In reply to comment #4) > For me it did not happen automatically. I was using systemd-44 though. Closing this bug then if latest works as noted by Comment #3 |