Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: One fix for a runaway syslogd process' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: One fix for a runaway syslogd process
Authored by: ugokanain on Wed, Nov 14 2007 at 12:41AM PST
Killing it might not be enough, for it can reappear causing the same problem again. The best solution is to stop the system log entirely, try:

sudo launchctl unload /System/Library/LaunchDaemons/com.apple.syslogd.plist

Sometimes if you stop the culprit process and kill syslogd, it might not misbehave again. Though I haven't found this very consistent.

However, from what I have seen the problem with the system logger appears to be related to applications that do many file calls to different open files (azureus, nntp, time machine).

[ Reply to This | # ]