PDA

View Full Version : Dock keeps restarting



Finwick
November 16th, 2008, 10:27 AM
Hello all,

I've been having this issue with my dock restarting and the only thing could find in app console is this error.

11/16/08 11:26:14 AM com.apple.launchd[117] (tv.boxee.helper[7685]) Exited with exit code: 1
11/16/08 11:27:04 AM com.apple.launchd[117] (tv.boxee.helper[7690]) posix_spawnp("/Applications/Boxee.app/Contents/Resources/Boxee/bin/boxeeservice", ...): No such file or directory 11/16/08 11:27:04 AM com.apple.launchd[117] (tv.boxee.helper) Throttling respawn: Will start in 10 seconds

I've removed boxee and still getting that error.

Thanks

marcel
November 17th, 2008, 03:07 AM
the uninstall left out the "boxee helper" and this is what causing those messages.
to remove the boxee helper service either:
- install boxee. go to "settings->system->apple remote" and uncheck "always running"
then if you wish you can uninstall it

OR
- open terminal and enter the following command:
launchctl unload ~/Library/LaunchAgents/tv.boxee.helper.plist

and then:

/bin/rm ~/Library/LaunchAgents/tv.boxee.helper.plist

that should also take care of the problem

Finwick
November 18th, 2008, 09:17 AM
Thanks, that took care of it..:)