Dbus problem

Mike Alexander mta at umich.edu
Fri Sep 3 15:19:32 PDT 2010


--On September 3, 2010 2:33:26 PM +0400 Jasper Frumau 
<jasperfrumau at gmail.com> wrote:

> jaspersmbp:~ jasper$ sudo launchctl list | grep dbus
> 48    -    org.freedesktop.dbus-system
> jaspersmbp:~ jasper$ sudo launchctl list | grep dbus-session
> jaspersmbp:~ jasper$
>
>
> I guess not. I wonder why and how to restart it. Any ideas?


  launchctl load -w 
/Library/LaunchAgents/org.freedesktop.dbus-session.plist

Do *not* use sudo on that command.  Doing so creates a session dbus for 
root, you want one for your ID.  Because of permissions you may need to 
do it once with sudo and then leave off both sudo and "-w".  If the 
Disabled property in the plist is False (or missing) the -w parameter 
is not relevant.

       Mike
 


More information about the macports-users mailing list