[gentoo-user] dbus running but who started it?

2009-04-14 Thread Michael P. Soulier
Hi, I'm looking at my system and I'm surprised to find dbus running, since I put -dbus -hal in my /etc/make.conf. msoul...@anton:~$ ps -ef | grep dbus | grep -v grep msoulier 9221 1 0 Apr12 ?00:00:00 /usr/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session msoulier 92

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Paul Hartman
On Tue, Apr 14, 2009 at 3:09 PM, Michael P. Soulier wrote: > Hi, > > I'm looking at my system and I'm surprised to find dbus running, since I put > -dbus -hal in my /etc/make.conf. unmerge and see which programs fail :)

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Michael P. Soulier
On 14/04/09 Paul Hartman said: > unmerge and see which programs fail :) That scares me. :) Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein pgpcl

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Paul Hartman
On Tue, Apr 14, 2009 at 3:44 PM, Michael P. Soulier wrote: > On 14/04/09 Paul Hartman said: > >> unmerge and see which programs fail :) > > That scares me. :) Do you use KDE? I think dbus is required.

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Jean-Baptiste Mestelan
2009/4/14 Michael P. Soulier : > I'm looking at my system and I'm surprised to find dbus running, since I put > -dbus -hal in my /etc/make.conf. Does `pstree` help ? Cheers.

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Joshua D Doll
Michael P. Soulier wrote: Hi, I'm looking at my system and I'm surprised to find dbus running, since I put -dbus -hal in my /etc/make.conf. msoul...@anton:~$ ps -ef | grep dbus | grep -v grep msoulier 9221 1 0 Apr12 ?00:00:00 /usr/bin/dbus-daemon --fork --print-pid 4 --print-addre

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Joachim Bartosik
On Tue, Apr 14, 2009 at 22:42, Paul Hartman wrote: > On Tue, Apr 14, 2009 at 3:09 PM, Michael P. Soulier > wrote: >> Hi, >> >> I'm looking at my system and I'm surprised to find dbus running, since I put >> -dbus -hal in my /etc/make.conf. Hmmm maybe ps -fax ? -- Joachim

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Joachim Bartosik
On Tue, Apr 14, 2009 at 22:54, Joachim Bartosik wrote: > On Tue, Apr 14, 2009 at 22:42, Paul Hartman > wrote: >> On Tue, Apr 14, 2009 at 3:09 PM, Michael P. Soulier >> wrote: >>> Hi, >>> >>> I'm looking at my system and I'm surprised to find dbus running, since I put >>> -dbus -hal in my /etc/ma

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Dale
Michael P. Soulier wrote: > Hi, > > I'm looking at my system and I'm surprised to find dbus running, since I put > -dbus -hal in my /etc/make.conf. > > msoul...@anton:~$ ps -ef | grep dbus | grep -v grep > msoulier 9221 1 0 Apr12 ?00:00:00 /usr/bin/dbus-daemon --fork > --print-pid 4

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Michael P. Soulier
On 14/04/09 Joshua D Doll said: > Since it appears you have equery installed you can do: > > equery depends sys-apps/dbus-glib > > That should list all the packages requiring dbus. msoul...@anton:~$ equery depends sys-apps/dbus-glib [ Searching for packages depending on sys-apps/dbus-glib... ] !!

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Michael P. Soulier
On 14/04/09 Paul Hartman said: > Do you use KDE? I think dbus is required. Nope. -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein pgpmYUKGE5Ajz.pgp De

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Michael P. Soulier
On 14/04/09 Joachim Bartosik said: > Or if you don't like it > > ps ax -o ppid,cmd|grep hal > > should give you pid of hals parent process. It's daemonized. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of

Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Alan McKinnon
On Tuesday 14 April 2009 23:50:22 Michael P. Soulier wrote: > On 14/04/09 Joshua D Doll said: > > Since it appears you have equery installed you can do: > > > > equery depends sys-apps/dbus-glib > > > > That should list all the packages requiring dbus. > > msoul...@anton:~$ equery depends sys-apps/

Re: [gentoo-user] dbus running but who started it?

2009-04-17 Thread Michael P. Soulier
On 14/04/09 Dale said: > Do you have any of the following running on your system? > > consolekit > cupsd > hald Nope. I'm going to try logging out, shutting dbus down and logging back in and see if something starts it. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger an

Re: [gentoo-user] dbus running but who started it?

2009-04-17 Thread Michael P. Soulier
On 14/04/09 Alan McKinnon said: > Do you have hal or dbus in world by mistake? Nope. > You have USE="-dbus -hal" in make.conf, but what about > /etc/portage/package.use/? No, not there. Perhaps it was dragged in early on when I built xfce. I'm not sure I had -dbus in there then. Still, an eme

Re: [gentoo-user] dbus running but who started it?

2009-04-17 Thread Dale
Michael P. Soulier wrote: > On 14/04/09 Dale said: > > >> Do you have any of the following running on your system? >> >> consolekit >> cupsd >> hald >> > > Nope. I'm going to try logging out, shutting dbus down and logging back in and > see if something starts it. > > Mike > Logging out

Re: [gentoo-user] dbus running but who started it?

2009-04-17 Thread Michael P. Soulier
On 17/04/09 Dale said: > Logging out and back in shouldn't start any services that I know of. Well, dbus was running as me, not root, so it wasn't started at boot. I suspect XFCE4 is starting it. > That is done during the boot up process. Maybe try posting the output > of these: > > /etc/init