RE: [syslog-ng] Syslog-ng with stunnel
I have considered this. The only problem with this would be that I can manually execute the script and everything starts up properly. It only seems to barf when executed from rc on boot. --Stephen -----Original Message----- From: syslog-ng-bounces@lists.balabit.hu [mailto:syslog-ng-bounces@lists.balabit.hu] On Behalf Of Nate Campi Sent: Thursday, June 09, 2005 9:14 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] Syslog-ng with stunnel On Wed, Jun 08, 2005 at 02:42:57PM -0400, Stephen Tanner wrote:
I have configured syslog-ng to work with stunnel, and have them starting from the same startup script on an HP-UX server. The logs are being written to a loghost on a Linux box. Everything works fine, including my startup script, except for one minor issue. When the machine is booted, I get broken pipe errors in the log stating that syslog-ng cannot contact the loghost. Stunnel is up and running at this point but syslog-ng seems unable to connect. The only way to resolve this is to restart stunnel and syslog-ng. I have this startup script running from rc2. I've been trying to avoid moving it to a later time, as I do not wish to lose any logs of services. Does anyone have any idea of what could be causing this, or any suggestions on where in rc I should place the startup script to avoid this issue?
You've probably already tried this, but try making the script sleep for a few seconds after stunnel is started but before syslog-ng is started. That might be all you need. -- Nate Your mantra for today is: Don't let data from the network near a shell. Bad things happen. -- Randall Schwartz _______________________________________________ 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
syslog-ng-bounces@lists.balabit.hu schrieb am 09.06.2005 15:32:38:
I have considered this. The only problem with this would be that I can manually execute the script and everything starts up properly. It only seems to barf when executed from rc on boot.
--Stephen
Did you check that the environment is exactly the same? Yours hjb
participants (2)
-
Hermann-Josef Beckers
-
Stephen Tanner