You are not logged in.

#1 2010-12-28 23:33:56

Daniel_F
Member
From: Brazil
Registered: 2010-12-28
Posts: 69

Default syslog-ng.conf error ?

I noticed that my uucp.log and cron.log files were identical.

Aparently it is caused by this:

 filter f_uucp { facility(cron); }; 

in /etc/syslog-ng.conf

Is this how it is supposed to be ?   If so, why ?

Offline

#2 2010-12-29 16:11:15

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Default syslog-ng.conf error ?

This does indeed seem suspicious. I'd say post a bug report.

Offline

#3 2010-12-30 22:16:10

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: Default syslog-ng.conf error ?

Yes, it's a bug, good catch. The facility should be uucp;

filter f_uucp { facility(uucp); };

Also, there are duplicate lines in syslog-ng.conf:

filter f_news { facility(news); };
filter f_user { facility(user); };
filter f_uucp { facility(cron); };
filter f_news { facility(news); };

Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#4 2010-12-30 23:32:57

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,396
Website

Re: Default syslog-ng.conf error ?

Please file a bug report

Offline

Board footer

Powered by FluxBB