RE: [syslog-ng]Program destination never executes
Checked that, it works fine from the command line. :( Chris -----Original Message----- From: Nate Campi [mailto:nate@campin.net] Sent: Thursday, August 07, 2003 3:33 PM To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng]Program destination never executes On Thu, Aug 07, 2003 at 02:10:26PM -0700, Chris Robertson wrote:
I hoping that someone can point out what I'm doing wrong here. I have the following configuration in my syslog-ng.conf file but the program referenced in d_mysql_prog is never executed (I've tried a simple version that just outputs to a file as well). Note the file gets all the messages properly and I've cut out the non-relevant sections of the config.
I don't see anything wrong here, I'd make sure the script isn't just dying as soon as it starts. -- Nate Windows is the answer, but only if the question was 'what is the intellectual equivalent of being a galley slave?' _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
On Thu, Aug 07, 2003 at 04:40:35PM -0700, Chris Robertson wrote:
Checked that, it works fine from the command line. :(
Bummer. Couple thoughts: 1) Could be a permissions thing, do you start syslog-ng as a certain user that can't run the script? 2) Try to capture any output (if it does run): http://www.campin.net/syslog-ng/faq.html#capture_output -- Nate "If you give someone a program, you will frustrate them for a day; if you teach them how to program, you will frustrate them for a lifetime."
participants (2)
-
Chris Robertson
-
Nate Campi