Re: Logs keep stoping
[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]> |
Mário Gamito <[email protected]> wrote: > [root@mail new]# ps axww | grep readproctitle > 1693 ? S 0:00 readproctitle service errors: > ...og/qmail/qmail-popups: temporary failure?multilog: fatal: unable to lock > directory /var/log/qmail/qmail-popups: temporary failure?multilog: fatal: This suggests that there is an extra multilog process holding on to that directory. Look at all your running multilogs, supervises, and svscans and see if you can find the duplicates. There should be only one svscan, one supervise per /service/* + /service/*/log directory, and one multilog per /service/*/log. "pstree -p" may help. paul