Pages

Tuesday 22 February 2011

manually cleaning pesky launchd errors in OSX

if you are noticing lots of com.apple.launchd errors in your console here’s a quick way to find the offending plists from troublesome apps or previously removed software that left files in your launchAgent folders which launchd monitors
run this command from the terminal:
sudo ls -l {,~}/Library/Launch*
this will produce a list of plists from both your user library folder as well as system library folder and all plists in LaunchAgent and LaunchDaemon folders

No comments:

Post a Comment