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.
Written by
Glenn Fleishman
Recent TidBITS Talk Discussions
- iPhone Radio Interference (12 messages)
- Deciding how to configure a new MacBook Pro (17 messages)
- Reconstructing a mirrored RAID (1 message)
- The iPhone & Windows/Outlook (1 message)
Mac OS X 10.2.8 Update Withdrawn
Apple Computer has withdrawn its recent Mac OS X 10.2.8 Update, citing Ethernet problems on some Power Mac G4 desktop systems after installing the update. (Ironically, Ethernet problems were not among the several issues we had encountered with the update.) Apple hasn't said when it will re-issue the update or in what form; if you've been impacted by the Ethernet problem, a reported fix using the Terminal is currently posted on Apple's discussion boards; reverting to a previous AppleGMACEthernet.kext file also seems to seems to re-enable Etheret. Obviously, these solutions are not endorsed by Apple, and we at TidBITS have not confirmed them.
Fetch Softworks: Fetch 5.5 has WebView, the easy wayto view files in a browser and copy web addresses from Fetch.
Also Quick Look support, droplet shortcuts, and more.
Download your free trial version! <http://fetchsoftworks.com/>

