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

 

 

The New Face of FaceSpan

Send Article to a Friend

The New Face of FaceSpan -- After a long hiatus, FaceSpan has returned in a new version completely rewritten for Mac OS X. FaceSpan 4.0 is an application construction kit with AppleScript as the programming language: you "draw" your interface, you write AppleScript code in scripts attached to the interface items, you compile, and presto, you've got a stand-alone application. Like Apple's AppleScript Studio, FaceSpan is written in Cocoa, it builds Cocoa applications, it can call Cocoa (Objective-C) methods, and it uses the AppleScriptKit dictionary.

<http://www.facespan.com/facespan/pagespeed/url/ features4.0/>
<http://www.apple.com/applescript/studio/>

Of course, AppleScript Studio has the advantage of being free (see "AppleScript's Studly Studio" in TidBITS-610). But FaceSpan is small (less than 8 MB), self-contained, and easy to use - so easy that I wrote my first application without even reading the manual. (Okay, so all it did was add two numbers together, but that's a start.) One reason for its simplicity is that the interface is remarkably intuitive; another is that a script can be attached to an individual control, and stands in an inheritance relationship with the container of that control - for example, a button in a window has a script that can "see" the window's script, similar to HyperCard. Optionally, FaceSpan also integrates with Late Night Software's Script Debugger 3.0.8 for much better debugging than Apple provides. FaceSpan comes in two versions: the full version is $200; the "lite" version is $90, and limits any compiled applications to running on a computer where FaceSpan is installed. Owners of previous versions can upgrade for $100. [MAN]

<http://db.tidbits.com/article/06667>
<http://www.latenightsw.com/sd3.0/ updateDownload.html>

 

READERS LIKE YOU! Support TidBITS by becoming a member today!
Check out the perks at <http://tidbits.com/member_benefits.html>
Special thanks to Harry Tripe, Herman Nijenhuis, Chris Lindsley, and
David Dorvitt for their generous support!