Re: multilog error logging dnscache - supervise don't run
[email protected] (Paul Jarc) Tue, 30 Sep 2008 17:15:36 -0400
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
soko.tica <[email protected]> wrote: > readproctitle service errors: ...rt supervise/run: file does not > exist\n./run[2]: log-crucial-data: not found\nsupervise: fatal: unable > to start supervise/run: file does not exist\ ... > # cat /service/log/run ... > # cat /service/run Your directory structure is not quite right. If your dnscache configuration is in /etc/dnscache, for example, then /service should be a directory containing a "dnscache" symlink pointing to /etc/dnscache. I suspect your ran "ln -s /etc/dnscache /service" before you created the /service directory. If that's true, then this will fix it: rm /service mkdir /service ln -s /etc/dnscache /service/ paul