19 Oct
2007
19 Oct
'07
2:05 p.m.
Have redirected syslog to ttyS0. The logging to ttyS0 stops when I login to ttyS0 (as a terminal). Have to restart syslog to start the logging again. From my /etc/syslog-ng/syslog-ng.conf: filter f_mxone { facility(local4, local5, local6, auth) and match(“Alarm”); } destination mx_com1 {file(“/dev/ttyS0”); }; log { source(src); filter(f_mxone); destination(mx_com1); };
From /etc/inittab :
S0:2345:respawn:/sbin/agetty -L 9600 ttyS0 vt102 I use Suse Linux (SLES 10) and syslog-ng 1.6.8 Can anyone help? Kjell