On Saturday 17 January 2009, Fernando Antunes wrote: > Hi. > I looking for a way to see/monitor messages sent to the tty when a running > X programs. > I tryed xconsole, but it only works with /dev/console. Does anybody knows > such a program ?
I think you need to comment out /dev/tty12 and enter something like:
destination xconsole { pipe("/dev/xconsole"); };
destination console_all { file("/dev/console"); };
in your /etc/syslog-ng/syslog-ng.conf.
--
Regards,
Mick
signature.asc
Description: This is a digitally signed message part.

