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

 

 

Related Articles

 

 

Worm Variants Wriggle Onto the Scene

Dr Solomon's Software, the current publisher of the Virex anti-virus utility, announced two Virex updates in quick succession last week to find and remove two newly discovered variants of the AutoStart 9805 worm, originally reported in "Autostart Worm Breaks Mac Malware Silence" in TidBITS 428. Dr Solomon's says the variants use different filenames from those used by the original AutoStart 9805 worm, making them harder to find, and replacing previous versions of the worm, if found. AutoStart 9805-B doesn't restart the computer, as do the others, and AutoStart 9805-C doesn't directly damage files. Also, the B variant targets different kinds of data files than the original for its damaging sweeps.

Previous Article
Previous Article
Recommend This Article
-
Next Article
Related Articles
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/>