Follow-up: It looks like the file descriptor for the streams is never initialized. The routine do_init_afstreams_source is never called. (gdb) break do_init_afstreams_source Breakpoint 1 at 0x1cbd8: file afstreams.c, line 126. (gdb) run -d -f /etc/syslog-ng.conf Starting program: /h0/cermak/src/syslog-ng-1.1.25/src/./syslog-ng -d -f /etc/syslog-ng.conf [New LWP 2 ] [New LWP 3 ] [New LWP 4 ] syslog-ng version 1.1.25 starting [New LWP 5 ] Program received signal SIGHUP, Hangup. 0xef637368 in poll () (gdb) cont Continuing. SIGHUP received, restarting syslog-ng new configuration initialized [New LWP 6 ] ^C Program received signal SIGINT, Interrupt. 0xef637368 in poll () (gdb) quit On Wed, 16 Jun 1999, Rob Cermak wrote:
More info.
SIGHUP logs internal messages now to the specified syslog :)
Jun 16 15:22:08 src@coquille syslog-ng[1703]: syslog-ng version 1.1.25 starting Jun 16 15:22:08 src@coquille syslog-ng[1703]: do_stream_read: getmsg() failed Error 0 Jun 16 15:22:23 src@coquille syslog-ng[1703]: SIGHUP received, restarting syslog-ng
This might be enough to test to see if I can get the 'internal' messages transported to a Linux box syslog.
Rob
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu http://lists.balabit.hu/mailman/listinfo/syslog-ng