syslogd - technical brief
Page 1 of 1 • Share •
syslogd - technical brief
Hey there,
some of us had the problem, that a process called syslogd is eating up all processor time. This makes Redline stuttering and lagging - no wonder when no cpu time is left.
You can see whether syslogd is hogging your cpu by opening "activity monitor" under "utilities" in the apps and sort the list of *all processes* by %.
If syslogd is at more than 10 percent, something is wrong, if it is at more than 95 percent, please read on.
IMPORTANT
I must refuse all responsability for your actions with your computer. the commands below influence the way your system is completing tasks, please use it at your own risk.
Syslog is logging events to your computer-log-files. nothing that special.
it writes events to log-files. the spec, given by apple, has some max-values per log-file used. they are at 5MB for /var/log/asl.db. if this file is much too large, just delete it and kill (or force kill) the syslogd in the activity monitor.
when it is behaving nice now, we are done.
if not... well, there is not a solution but a way to make the symptoms go away. Please do that only if you are experienced and now how to fix some things on your computer by yourself:
Deactivating syslogd: open the terminal, login as superuser (su /superuser/) and then "sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.syslogd.plist". Kill the process once in activity monitor and syslogd wont start again. You may restart now if you feel better.
Be sure to turn it back on issuing "sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.syslogd.plist" later on in order to have logs on what was going on on your computer.
In case this still doesn't help (which can't be but has been) issue a "sudo chmod 0 /usr/sbin/syslogd" and kill the process once in activity monitor. to revert it back, issue a "sudo chmod 555 /usr/sbin/syslogd" and you are back to where we started.
That's it, hope this helpes one or the other of you...
alphonse
some of us had the problem, that a process called syslogd is eating up all processor time. This makes Redline stuttering and lagging - no wonder when no cpu time is left.
You can see whether syslogd is hogging your cpu by opening "activity monitor" under "utilities" in the apps and sort the list of *all processes* by %.
If syslogd is at more than 10 percent, something is wrong, if it is at more than 95 percent, please read on.
IMPORTANT
I must refuse all responsability for your actions with your computer. the commands below influence the way your system is completing tasks, please use it at your own risk.
Syslog is logging events to your computer-log-files. nothing that special.
it writes events to log-files. the spec, given by apple, has some max-values per log-file used. they are at 5MB for /var/log/asl.db. if this file is much too large, just delete it and kill (or force kill) the syslogd in the activity monitor.
when it is behaving nice now, we are done.
if not... well, there is not a solution but a way to make the symptoms go away. Please do that only if you are experienced and now how to fix some things on your computer by yourself:
Deactivating syslogd: open the terminal, login as superuser (su /superuser/) and then "sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.syslogd.plist". Kill the process once in activity monitor and syslogd wont start again. You may restart now if you feel better.
Be sure to turn it back on issuing "sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.syslogd.plist" later on in order to have logs on what was going on on your computer.
In case this still doesn't help (which can't be but has been) issue a "sudo chmod 0 /usr/sbin/syslogd" and kill the process once in activity monitor. to revert it back, issue a "sudo chmod 555 /usr/sbin/syslogd" and you are back to where we started.
That's it, hope this helpes one or the other of you...
alphonse
_________________
i always wonder...
...what would macgyver do....?

alphonse- Veteran

- Number of posts: 282
Age: 38
Location: Berne, Switzerland
Interests: Hobbies:tennis in summer, curling in winter, and fooling around all the time...
Humor: from black to white (no racism in here)
Favorite Car: Seat Léon Cupra
Favorite Track: Monaco GP
Registration date: 2008-08-28
Re: syslogd - technical brief
thanks for the post for the "stutters" alf
/me looks at slow and hugs his 10.4.11
/me looks at slow and hugs his 10.4.11

leoantix- Administrator

- Number of posts: 573
Age: 31
Location: the rotten apple, nyc
Interests: construction, racing, women, quake
Humor: is purely optional
Favorite Car: sauber c9, radical sr4 & sr8
Favorite Track: lime rock, pembrey, monza
Registration date: 2008-08-28

Re: syslogd - technical brief
leoantix wrote:/me looks at slow and hugs his 10.4.11
/me updates quickly to 10.5.5.

Speeddemon- Veteran

- Number of posts: 121
Location: Stuck between a parallel universe and a MOMO.
Interests: Redline, umm, let's see now, there's got to be another interest I have...
Favorite Car: Lola T300
Favorite Track: Safari Rally
Registration date: 2008-08-31
A word from Giles
I was asked by Giles to chronicle the syslogd events that were happening to myself and others. Here is the email he sent back...
On 22 Oct 2008, at 20:55, JWB wrote:
You asked me to write to you about the 'syslogd' problem. I don't know if you have been following it so here is a little background...
Thanks for sending me that. Redline writes a lot of lines to the system log so it appears to be triggering the dread-syslogd-bug that has affected a lot of other Mac users.
I'll see if I can't cut down RL's usage of the system log in future.
In the meantime, doing this clears up the problem until the next time the DSB is triggered:
sudo launchctl stop com.apple.syslogd
sudo rm /var/log/asl.db
sudo launchctl start com.apple.syslogd
Yours,
-- Giles.
On 22 Oct 2008, at 20:55, JWB wrote:
You asked me to write to you about the 'syslogd' problem. I don't know if you have been following it so here is a little background...
Thanks for sending me that. Redline writes a lot of lines to the system log so it appears to be triggering the dread-syslogd-bug that has affected a lot of other Mac users.
I'll see if I can't cut down RL's usage of the system log in future.
In the meantime, doing this clears up the problem until the next time the DSB is triggered:
sudo launchctl stop com.apple.syslogd
sudo rm /var/log/asl.db
sudo launchctl start com.apple.syslogd
Yours,
-- Giles.

JW Barto- Addict

- Number of posts: 54
Age: 38
Location: Massachusetts
Favorite Car: Cheetah
Favorite Track: Spa
Registration date: 2008-08-29
Re: syslogd - technical brief
It may not help with syslogd but it might help you cope:

Toad- Veteran

- Number of posts: 137
Age: 49
Location: Left Coast United States of Amnesia
Interests: Norton motorbikes, Argentine Tango
Humor: I child proofed my house; but they still get in.
Favorite Car: BMW e90, ZO6.R
Favorite Track: Donington
Registration date: 2008-08-28
See the problem?
Toad wrote:It may not help with syslogd but it might help you cope:
"Ctrl-P. why won't it print?!"
"Hello, I've got a Macintosh computer..."
Apple-P. Oh Eddie...

djpimley- Veteran

- Number of posts: 396
Registration date: 2008-08-28
Permissions of this forum:
You cannot reply to topics in this forum






