Thoughtful, detailed coverage of the Mac, iPhone, and iPad, plus the best-selling Take Control ebooks.

 

 

Pick an apple! 
 
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

 

 

Related Articles

 

 

Return Eudora Pro 4.0 to the Old Look

Send Article to a Friend

Marc Bizer (and others) wrote to address Matt Neuburg's complaint in "The Postman Rings Again" in TidBITS 424. As with almost everything else in the consummately flexible Eudora, you can revert to the old look that featured letters instead of icons in the status column of mailboxes. To return to the previous look, enter this one-line AppleScript into the Script Editor and run it (it will ask you to find Eudora Pro). The script changes your Eudora Settings file; to reverse its action, rewrite the script to set setting 233 to "n" and run it again.

tell application "Eudora" to set setting 233 to "y"

 

Intego: VirusBarrier X6 provides comprehensive protection from
malware and network threats, to keep Mac users safe from the
dangers of the Internet. Fully compatible with Mac OS X Lion.
Download a free trial. <http://www.intego.com/vbtx>