Your source for indispensable Apple and Macintosh news and reviews, plus the best-selling Take Control ebooks.

 

Syslogd Overwhelming Your Computer?

If your Leopard (Mac OS X 10.5) system is unexpectedly sluggish, logging might be the culprit. Run Activity Monitor (Applications/Utilities/ folder), and click the CPU column twice to get it to show most to least activity. If syslogd is at the top of the list, there's a fix. Syslogd tracks informational messages produced by software and writes them to the asl.db, a file in your Unix /var/log/ directory. It's a known problem that syslogd can run amok. There's a fix: deleting the asl.db file.

Launch Terminal (from the same Utilities folder), and enter these commands exactly as written, entering your administrative password when prompted:

sudo launchctl stop com.apple.syslogd

sudo rm /var/log/asl.db

sudo launchctl start com.apple.syslogd

Your system should settle down to normal. For more information, follow the link.

Visit Discussion of syslogd problem at Smarticus

 

 

Recent TidBITS Talk Discussions
 
 

Article 1 of 3 in series

ReadMe Files? Read This!

Lately I've spent a lot of time sorting through shareware and freeware utilities for a number of projects, trying to find basic facts for each utility, such as what the utility does, who wrote it (first and last name), how I should pay if I like it, and how I can reach the author by emailShow full article

Article 2 of 3 in series

ReadMe Files? Read This Follow-up!

TidBITS readers sent in a number of helpful or amusing comments in response to my "ReadMe Files? Read This!" article last week in TidBITS-279Show full article

Article 3 of 3 in series

To Read or not to Read

Almost exactly a year ago in TidBITS-279, I wrote an article about ReadMe files, those hopefully informative documents that come with most software. In that article, I pleaded with ReadMe file writers to consider their readers, and not to neglect certain information that users (and reviewers) might be seekingShow full article

Show the full text of all articles