Project

General

Profile

Actions

Bug #11084

closed

Rudder agent breaks syslog-ng config on Debian Lenny

Bug #11084: Rudder agent breaks syslog-ng config on Debian Lenny

Added by Thomas Mignien over 8 years ago. Updated about 7 years ago.

Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
System integration
Target version:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

For posterity :

On Debian Lenny,

After agent modification of the syslog-ng file, syslog-ng can't restart.

syslog-ng is not running, because the config file is broken : Starting system logging: syslog-ngError in configuration, unresolved source reference; source='s_src'

Here is the faulty config line :

filter f_local_rudder{facility(local6) and program("rudder.*|cf-agent.*");};destination rudder_loghost {udp("192.168.20.20" port (514));};log 
             {source(s_src);filter(f_local_rudder);destination(rudder_loghost);flags(final);};

Changing the s_src to s_all does not work because the rudder agent repairs it on the next run. The solution in this case was to duplicate the s_all source declaration to a s_src bloc.

Updated by Alexis Mousset over 8 years ago Actions #1

  • Category set to System integration
  • Target version set to 3.1.22
  • User visibility set to Operational - other Techniques | Technique editor | Rudder settings
  • Priority changed from 0 to 32

Updated by Benoît PECCATTE over 8 years ago Actions #2

  • Severity changed from Minor - inconvenience | misleading | easy workaround to Major - prevents use of part of Rudder | no simple workaround
  • Priority changed from 32 to 51

Updated by Vincent MEMBRÉ over 8 years ago Actions #3

  • Target version changed from 3.1.22 to 3.1.23

Updated by Vincent MEMBRÉ over 8 years ago Actions #4

  • Target version changed from 3.1.23 to 3.1.24

Updated by Vincent MEMBRÉ about 8 years ago Actions #5

  • Target version changed from 3.1.24 to 3.1.25
  • Priority changed from 51 to 49

Updated by Vincent MEMBRÉ about 8 years ago Actions #6

  • Target version changed from 3.1.25 to 387
  • Priority changed from 49 to 48

Updated by Vincent MEMBRÉ almost 8 years ago Actions #7

  • Target version changed from 387 to 4.1.10

Updated by Vincent MEMBRÉ almost 8 years ago Actions #8

  • Target version changed from 4.1.10 to 4.1.11
  • Priority changed from 48 to 46

Updated by Vincent MEMBRÉ over 7 years ago Actions #9

  • Target version changed from 4.1.11 to 4.1.12
  • Priority changed from 46 to 45

Updated by Vincent MEMBRÉ over 7 years ago Actions #10

  • Target version changed from 4.1.12 to 4.1.13
  • Priority changed from 45 to 44

Updated by Benoît PECCATTE over 7 years ago Actions #11

  • Target version changed from 4.1.13 to 411

Updated by Benoît PECCATTE over 7 years ago Actions #12

  • Target version changed from 411 to 4.1.13

Updated by Vincent MEMBRÉ over 7 years ago Actions #13

  • Target version changed from 4.1.13 to 4.1.14
  • Priority changed from 44 to 43

Updated by Benoît PECCATTE over 7 years ago Actions #14

  • Target version changed from 4.1.14 to 4.1.15

Updated by Vincent MEMBRÉ about 7 years ago Actions #15

  • Target version changed from 4.1.15 to 4.1.16

Updated by Vincent MEMBRÉ about 7 years ago Actions #16

  • Target version changed from 4.1.16 to 4.1.17

Updated by Alexis Mousset about 7 years ago Actions #17

  • Status changed from New to Rejected
  • Priority changed from 43 to 0

Syslog usgae should be remove in next major version, and Debian Lenny is not supported anymore, so we are very unlikely to fix this! Closing.

Actions

Also available in: PDF Atom