Re: Error in readproctitle
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
"Awie" <[email protected]> wrote: > root 1104 0.0 0.0 1356 228 ? S 16:13 0:00 readproctitle service errors: ...already running!?Exiting!?Error: 1 c So there were multiple instances running at the same time. readproctitle doesn't rotate out old error messages, so this doesn't tell us whether the problem is still happening. > qscand 1134 0.0 4.7 15684 12260 ? S 16:13 0:00 /usr/local/sbin/clamd > root 5405 0.0 0.0 0 0 ? Z 16:23 0:00 [run <defunct>] This suggests the problem is still happening. What does your run script look like? Does clamd put itself in the background? paul