up vote 1 down vote favorite
share [g+] share [fb]

I'm getting the following error every 10 seconds in Console Messages. No idea where it comes from.

com.apple.launchd.peruser.501[146]  (org.freedesktop.dbus-session[47150]) posix_spawn("/opt/local/bin/dbus-daemon", ...): No such file or directory
com.apple.launchd.peruser.501[146]  (org.freedesktop.dbus-session[47150]) Exited with exit code: 1
com.apple.launchd.peruser.501[146]  (org.freedesktop.dbus-session) Throttling respawn: Will start in 10 seconds

I don't even have /opt/ (I used MacPorts long ago and I don't remember having had anything else in /opt/ since then). Any idea where to look for in debugging this?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

It looks like launchd is trying to launch something which is no longer installed.

Check your /Library/LaunchAgents, /Library/LaunchDaemons, and ~/Library/LaunchAgents folders for a file name starting with "org.freedesktop.dbus". If you find one, delete it.

You can also use Lingon to configure launchd programs graphically.

link|improve this answer
Messages disappeared after reboot. Thanks! – ibz Jul 12 '10 at 14:29
1  
To stop it from running without rebooting you should run launchctl stop org.freedesktop.dbus-session in this case. – Chealion Jul 12 '10 at 18:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.