Re[2]: [syslog-ng]syslog-ng crash

Chriss syslog-ng@lists.balabit.hu
Wed, 19 Mar 2003 15:15:24 +0100


Servus syslog-ng,


AG> On Wednesday 19 March 2003 11:49, Chriss wrote:
>> Hi List,
>>
>> had anyone seen something like the listing below?

AG> No! But can you give us some more information:

AG> - core file or gdb output when loading the core file
There is no core. :(

AG> - syslog-ng config file
options { long_hostnames(off); sync(0); };
source src { unix-dgram("/dev/log"); internal(); file("/proc/kmsg" log_prefix("kernel: ")); udp(); tcp(); };
destination fry_all { file("/log/syslog/fry/all" owner("root") group("root") perm(0600)); };
destination fels_all { file("/log/syslog/fels/all" owner("root") group("root") perm(0600)); };
destination leela_all { file("/log/syslog/leela/all" owner("root") group("root") perm(0600)); };
destination leela_cron { file("/log/syslog/leela/cron" owner("root") group("root") perm(0600)); };
filter f_fry_all {host(fry); };
filter f_fels_all {host(fels); };
filter f_leela_all {host(leela) and not facility(cron); };
filter f_cron { facility(cron); };
log { source(src); filter(f_fry_all); destination(fry_all); };
log { source(src); filter(f_fels_all); destination(fels_all); };
log { source(src); filter(f_cron); destination(leela_cron); };
log { source(src); filter(f_leela_all); destination(leela_all); };

Fry is the "localhost", "leela" is a second syslog-ng box and "fels" is a
sol8 box with the syslog from Sun.

AG> - libol version

libol-0.3.9


Chriss                          mailto:syslog-ng@kordesee.de

----
Der Mensch steht im Mittelpunkt, und deshalb im Weg.