Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: dbus running but who started it?
Date: Sat, 18 Apr 2009 00:55:52
Message-Id: 58965d8a0904171755r6d6f0831nde7807eabd2b4d2@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: dbus running but who started it? by "Michael P. Soulier"
1 On Fri, Apr 17, 2009 at 7:50 PM, Michael P. Soulier
2 <msoulier@×××××××××××××.ca> wrote:
3 > On 14/04/09 ABCD said:
4 >
5 >> What is the output of `/etc/init.d/dbus needsme` and `/etc/init.d/dbus
6 >> usesme`, and are any of the listed services started?
7 >
8 > Cool, I didn't know that one.
9 >
10 > Nothing listed though.
11 >
12 > Mike
13
14 To see which package(s) pulled in dbus in your setup you can use
15 depclean, like on mine I get this:
16
17 $ sudo emerge --depclean dbus -pv
18
19 Calculating dependencies ... done!
20 sys-apps/dbus-1.2.3-r1 pulled in by:
21 app-misc/strigi-0.6.4
22 dev-libs/dbus-glib-0.80
23 dev-python/dbus-python-0.83.0-r1
24 dev-util/monodevelop-2.0
25 dev-util/subversion-1.6.1
26 gnome-base/gconf-2.24.0
27 gnome-base/gnome-keyring-2.22.3-r1
28 gnome-base/libbonobo-2.24.1
29 kde-base/kdebase-kioslaves-4.2.2
30 kde-base/kdelibs-4.2.2-r1
31 media-libs/libgphoto2-2.4.4
32 media-video/vlc-0.9.9a
33 net-dns/avahi-0.6.24-r2
34 net-ftp/filezilla-3.2.3.1
35 net-im/pidgin-2.5.5
36 net-misc/networkmanager-0.7.0
37 net-print/cups-1.3.10
38 net-wireless/wpa_supplicant-0.6.9
39 sys-apps/hwinfo-14.19
40 x11-libs/qt-dbus-4.5.0
41 x11-misc/google-gadgets-0.10.5
42 xfce-base/xfce4-session-4.6.0
43
44 so all of those packages explicitly depend on dbus and very likely
45 will want it to be running :)

Replies

Subject Author
Re: [gentoo-user] Re: dbus running but who started it? "Michael P. Soulier" <msoulier@×××××××××××××.ca>