Project

General

Profile

Bug #3107

Updated by Nicolas CHARLES over 11 years ago

On Rudder 2.4, 2.4.1~rc1, the nodes using syslog-ng have a bad configuration file which prevent them to start syslog-ng. 

 This wrong configuration seems to be an unexpanded variable: 

 <pre> 
 diff -Naurw /var/rudder/modified-files/_etc_syslog-ng.conf.cf-before-edit /etc/syslog-ng.conf 
 [...] 
 filter f_local_rudder{facility(local6) and program("rudder.*");};destination loghost[...] 
 +$(syslog_ng_conf) 
 log { source(src); filter(f_console); destination(console); }; 
 </pre>

Back