Your source for indispensable Apple and Macintosh news, reviews, tips, and commentary since 1990.

 

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

Written by Glenn Fleishman

 

 

Recent TidBITS Talk Discussions
 
 

Do You Re-distribute TidBITS?

Do You Re-distribute TidBITS? Each week, a number of people receive TidBITS issues that are redistributed via private mailing lists or online forums, rather than via direct email subscriptions. Many of these services exist within companies, user groups, and other organizations where a single, central address for receiving TidBITS issues makes a lot of sense. This sort of thing is fine with us, but it can cause problems when mail errors are returned to us from addresses that aren't directly subscribed to TidBITS. In those cases, we have little choice but to ferret out and unsubscribe the address of the entire mailing list in order to make the mail errors stop, and that can inconvenience a lot of people. Unfortunately, as the TidBITS list grows, that's happening more and more often.

So, if you're in charge of a mailing list, online forum, or other service that redistributes TidBITS each week, please contact Geoff Duncan <geoff@tidbits.com> with the following information:

  • The email address of the redistribution service that's subscribed to TidBITS

  • The name and email address of the person to contact if there are problems with the redistribution service

  • The approximate number of people who use the service or receive messages from it

This information will be held in the strictest confidence (as is the entire TidBITS subscription list!); the idea is to let us gracefully handle any problems that might arise without interrupting anyone's access to TidBITS. Thanks! [GD]

Previous Article
Previous Article
Recommend This Article
-
Next Article
Top Articles in this Section
Bare Bones Software's BBEdit 9.0 -- A burly upgrade introducing new
capabilities like Projects, non-modal Find and Multi-File Search,
editing in browsers, text completion, Scratchpad, new Ruby module,
better JavaScript, ObjC, Obj-C++, YAML <http://www.barebones.com/>