Project

General

Profile

Actions

Bug #11084

closed

Rudder agent breaks syslog-ng config on Debian Lenny

Added by Thomas Mignien over 6 years ago. Updated over 5 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.

Actions #1

Updated by Alexis Mousset over 6 years ago

  • 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
Actions #2

Updated by Benoît PECCATTE over 6 years ago

  • 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
Actions #3

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 3.1.22 to 3.1.23
Actions #4

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 3.1.23 to 3.1.24
Actions #5

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 3.1.24 to 3.1.25
  • Priority changed from 51 to 49
Actions #6

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 3.1.25 to 387
  • Priority changed from 49 to 48
Actions #7

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 387 to 4.1.10
Actions #8

Updated by Vincent MEMBRÉ about 6 years ago

  • Target version changed from 4.1.10 to 4.1.11
  • Priority changed from 48 to 46
Actions #9

Updated by Vincent MEMBRÉ almost 6 years ago

  • Target version changed from 4.1.11 to 4.1.12
  • Priority changed from 46 to 45
Actions #10

Updated by Vincent MEMBRÉ almost 6 years ago

  • Target version changed from 4.1.12 to 4.1.13
  • Priority changed from 45 to 44
Actions #11

Updated by Benoît PECCATTE almost 6 years ago

  • Target version changed from 4.1.13 to 411
Actions #12

Updated by Benoît PECCATTE almost 6 years ago

  • Target version changed from 411 to 4.1.13
Actions #13

Updated by Vincent MEMBRÉ over 5 years ago

  • Target version changed from 4.1.13 to 4.1.14
  • Priority changed from 44 to 43
Actions #14

Updated by Benoît PECCATTE over 5 years ago

  • Target version changed from 4.1.14 to 4.1.15
Actions #15

Updated by Vincent MEMBRÉ over 5 years ago

  • Target version changed from 4.1.15 to 4.1.16
Actions #16

Updated by Vincent MEMBRÉ over 5 years ago

  • Target version changed from 4.1.16 to 4.1.17
Actions #17

Updated by Alexis Mousset over 5 years ago

  • 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: Atom PDF