Project

General

Profile

Actions

Bug #3993

closed

Technique 'Service Management': Having more processes than authorized return success

Added by Nicolas PERRON over 10 years ago. Updated almost 6 years ago.

Status:
Rejected
Priority:
3
Category:
Techniques
Target version:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Getting started - demo | first install | level 1 Techniques
Effort required:
Priority:
68
Name check:
Fix check:
Regression:

Description

Thanks to Cédric Cabessa, a bug has speen discovered into the Technique 'Process Management' concerning the number of processes watched. Indeed, when the number of processes authorized is excedeed, no particular action is made by the agent and a success report is returned.

An example is with the process 'sleep': http://img69.imageshack.us/img69/8558/gpsj.png

Actions #1

Updated by Nicolas PERRON over 10 years ago

If the minimum is 2 and maximum is 3, the result will be:

For a correct number of processes:

$ ps axf | grep sleep
24952 pts/0    S+     0:00              \_ grep sleep
24187 ?        S      0:00 /bin/sleep 3600
24209 ?        S      0:00 /bin/sleep 3600
24782 ?        S      0:00 /bin/sleep 3600

$ sudo /var/rudder/cfengine-community/bin/cf-agent -KIb process_management
 >> Using command line specified bundlesequence
 !! process_count and restart_class should not be used in the same promise as this makes no sense
Promise (version not specified) belongs to bundle 'check_process' in file '/var/rudder/cfengine-community/inputs/processManagement/1.1/processManagement.cf' near line 51
Comment: Enforcing process parameters
R: @@ProcessManagement@@log_info@@88853dba-63e4-45fe-8f1f-17cbd3801bd0@@4c12ea25-7637-44a2-b899-2c7229979e88@@2@@Process@@sleep@@2013-10-04 14:12:19+02:00##root@#sleep: the process instance count is out of the permitted range
R: @@ProcessManagement@@result_success@@88853dba-63e4-45fe-8f1f-17cbd3801bd0@@4c12ea25-7637-44a2-b899-2c7229979e88@@2@@Process@@sleep@@2013-10-04 14:12:19+02:00##root@#sleep: the process was in range (3-2)
 !! process_count and restart_class should not be used in the same promise as this makes no sense
Promise (version not specified) belongs to bundle 'check_process' in file '/var/rudder/cfengine-community/inputs/processManagement/1.1/processManagement.cf' near line 51
Comment: Enforcing process parameters
 !! process_count and restart_class should not be used in the same promise as this makes no sense
Promise (version not specified) belongs to bundle 'check_process' in file '/var/rudder/cfengine-community/inputs/processManagement/1.1/processManagement.cf' near line 51
Comment: Enforcing process parameters
 !! Method invoked repairs

For a number of processes over the range definied:

$ ps axf | grep sleep
25032 pts/0    S+     0:00              \_ grep sleep
24187 ?        S      0:00 /bin/sleep 3600
24209 ?        S      0:00 /bin/sleep 3600
24782 ?        S      0:00 /bin/sleep 3600
24803 ?        S      0:00 /bin/sleep 3600
24824 ?        S      0:00 /bin/sleep 3600

$ sudo /var/rudder/cfengine-community/bin/cf-agent -KIb process_management
 !! Duplicate selection of value for variable "execRun" in scope g
 !! Rule from /var/rudder/cfengine-community/inputs/processManagement/1.1/processManagement.cf at/before line 0
 >> Using command line specified bundlesequence
 !! process_count and restart_class should not be used in the same promise as this makes no sense
Promise (version not specified) belongs to bundle 'check_process' in file '/var/rudder/cfengine-community/inputs/processManagement/1.1/processManagement.cf' near line 51
Comment: Enforcing process parameters
R: @@ProcessManagement@@log_info@@88853dba-63e4-45fe-8f1f-17cbd3801bd0@@4c12ea25-7637-44a2-b899-2c7229979e88@@2@@Process@@sleep@@2013-10-04 14:12:32+02:00##root@#sleep: the process instance count is out of the permitted range
R: @@ProcessManagement@@result_success@@88853dba-63e4-45fe-8f1f-17cbd3801bd0@@4c12ea25-7637-44a2-b899-2c7229979e88@@2@@Process@@sleep@@2013-10-04 14:12:32+02:00##root@#sleep: the process was in range (3-2)
 !! process_count and restart_class should not be used in the same promise as this makes no sense
Promise (version not specified) belongs to bundle 'check_process' in file '/var/rudder/cfengine-community/inputs/processManagement/1.1/processManagement.cf' near line 51
Comment: Enforcing process parameters
 !! process_count and restart_class should not be used in the same promise as this makes no sense
Promise (version not specified) belongs to bundle 'check_process' in file '/var/rudder/cfengine-community/inputs/processManagement/1.1/processManagement.cf' near line 51
Comment: Enforcing process parameters
 !! Method invoked repairs

Then, a log_info will be displayed but no action will be applied.

Actions #2

Updated by Nicolas PERRON over 10 years ago

  • Target version changed from 2.4.10 to 2.4.11
Actions #3

Updated by Nicolas PERRON over 10 years ago

  • Target version changed from 2.4.11 to 2.4.12
Actions #4

Updated by Nicolas PERRON over 10 years ago

  • Priority changed from N/A to 3
  • Target version changed from 2.4.12 to 2.4.13
Actions #5

Updated by Vincent MEMBRÉ about 10 years ago

  • Target version changed from 2.4.13 to 2.6.11

Since version 2.4 is not maintained anymore, retargeting to branch 2.6

Actions #6

Updated by Vincent MEMBRÉ about 10 years ago

  • Target version changed from 2.6.11 to 2.6.12
Actions #7

Updated by Vincent MEMBRÉ about 10 years ago

  • Target version changed from 2.6.12 to 2.6.13
Actions #8

Updated by Vincent MEMBRÉ almost 10 years ago

  • Target version changed from 2.6.13 to 2.6.14
Actions #9

Updated by Jonathan CLARKE almost 10 years ago

  • Target version changed from 2.6.14 to 2.6.16
Actions #10

Updated by Jonathan CLARKE almost 10 years ago

  • Target version changed from 2.6.16 to 2.6.17
Actions #11

Updated by Nicolas PERRON over 9 years ago

  • Target version changed from 2.6.17 to 2.6.18
Actions #12

Updated by Matthieu CERDA over 9 years ago

  • Target version changed from 2.6.18 to 2.6.19
Actions #13

Updated by Vincent MEMBRÉ over 9 years ago

  • Target version changed from 2.6.19 to 2.6.20
Actions #14

Updated by François ARMAND about 9 years ago

  • Assignee set to Benoît PECCATTE
  • Target version changed from 2.6.20 to 2.10.10

Benoit, could you try to reproduce that one. It seems rather bad.

Actions #15

Updated by Vincent MEMBRÉ about 9 years ago

  • Target version changed from 2.10.10 to 2.10.11
Actions #16

Updated by Benoît PECCATTE about 9 years ago

  • Category set to Techniques
Actions #17

Updated by Vincent MEMBRÉ about 9 years ago

  • Target version changed from 2.10.11 to 2.10.12
Actions #18

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 24 to Rudder
  • Category changed from Techniques to Techniques
Actions #19

Updated by Vincent MEMBRÉ about 9 years ago

  • Target version changed from 2.10.12 to 2.10.13
Actions #20

Updated by Vincent MEMBRÉ about 9 years ago

  • Target version changed from 2.10.13 to 2.10.14
Actions #21

Updated by Vincent MEMBRÉ almost 9 years ago

  • Target version changed from 2.10.14 to 2.10.15
Actions #22

Updated by Vincent MEMBRÉ almost 9 years ago

  • Target version changed from 2.10.15 to 2.10.16
Actions #23

Updated by Vincent MEMBRÉ over 8 years ago

  • Target version changed from 2.10.16 to 2.10.17
Actions #24

Updated by Vincent MEMBRÉ over 8 years ago

  • Target version changed from 2.10.17 to 2.10.18
Actions #25

Updated by Vincent MEMBRÉ over 8 years ago

  • Target version changed from 2.10.18 to 2.10.19
Actions #26

Updated by Vincent MEMBRÉ over 8 years ago

  • Target version changed from 2.10.19 to 2.10.20
Actions #27

Updated by Vincent MEMBRÉ over 8 years ago

  • Target version changed from 2.10.20 to 2.11.18
Actions #28

Updated by Vincent MEMBRÉ about 8 years ago

  • Target version changed from 2.11.18 to 2.11.19
Actions #29

Updated by Vincent MEMBRÉ about 8 years ago

  • Target version changed from 2.11.19 to 2.11.20
Actions #30

Updated by Vincent MEMBRÉ about 8 years ago

  • Target version changed from 2.11.20 to 2.11.21
Actions #31

Updated by Vincent MEMBRÉ almost 8 years ago

  • Target version changed from 2.11.21 to 2.11.22
Actions #32

Updated by Vincent MEMBRÉ almost 8 years ago

  • Target version changed from 2.11.22 to 2.11.23
Actions #33

Updated by Vincent MEMBRÉ over 7 years ago

  • Target version changed from 2.11.23 to 2.11.24
Actions #34

Updated by Vincent MEMBRÉ over 7 years ago

  • Target version changed from 2.11.24 to 308
Actions #35

Updated by Vincent MEMBRÉ over 7 years ago

  • Target version changed from 308 to 3.1.14
Actions #36

Updated by Vincent MEMBRÉ over 7 years ago

  • Target version changed from 3.1.14 to 3.1.15
Actions #37

Updated by Vincent MEMBRÉ over 7 years ago

  • Target version changed from 3.1.15 to 3.1.16
Actions #38

Updated by Vincent MEMBRÉ over 7 years ago

  • Target version changed from 3.1.16 to 3.1.17
Actions #39

Updated by Vincent MEMBRÉ over 7 years ago

  • Target version changed from 3.1.17 to 3.1.18
Actions #40

Updated by Vincent MEMBRÉ about 7 years ago

  • Target version changed from 3.1.18 to 3.1.19
Actions #41

Updated by François ARMAND about 7 years ago

  • Severity set to Critical - prevents main use of Rudder | no workaround | data loss | security
  • User visibility set to Getting started - demo | first install | level 1 Techniques
  • Priority set to 0

This need to be tested to know if it is still present with the new "service" technique. If so, it is critical because it can lead to DOS quite easely.

Actions #42

Updated by Vincent MEMBRÉ about 7 years ago

  • Target version changed from 3.1.19 to 3.1.20
Actions #43

Updated by Jonathan CLARKE almost 7 years ago

  • Assignee deleted (Benoît PECCATTE)
Actions #44

Updated by Vincent MEMBRÉ almost 7 years ago

  • Target version changed from 3.1.20 to 3.1.21
Actions #45

Updated by François ARMAND almost 7 years ago

  • Subject changed from Technique 'Process Management': Having more processes than authorized return success to Technique 'Service Management': Having more processes than authorized return success
  • Severity changed from Critical - prevents main use of Rudder | no workaround | data loss | security to Major - prevents use of part of Rudder | no simple workaround
  • Priority changed from 0 to 48

We should ensure that "service management" has also the bug (it should)

Actions #46

Updated by Vincent MEMBRÉ almost 7 years ago

  • Target version changed from 3.1.21 to 3.1.22
Actions #47

Updated by Benoît PECCATTE almost 7 years ago

  • Priority changed from 48 to 49
Actions #48

Updated by Benoît PECCATTE almost 7 years ago

  • Priority changed from 49 to 63
Actions #49

Updated by Alexis Mousset over 6 years ago

This happens because we have both a restart class an process count in the same promise:

process_count and restart_class should not be used in the same promise as this makes no sense

The process count check is skipped in this case.

Actions #50

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 3.1.22 to 3.1.23
Actions #51

Updated by François ARMAND over 6 years ago

  • Assignee set to Alexis Mousset
Actions #52

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 3.1.23 to 3.1.24
  • Priority changed from 63 to 64
Actions #53

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 3.1.24 to 3.1.25
Actions #54

Updated by Benoît PECCATTE over 6 years ago

  • Priority changed from 64 to 65
Actions #55

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 3.1.25 to 387
Actions #56

Updated by Vincent MEMBRÉ over 6 years ago

  • Target version changed from 387 to 4.1.10
Actions #57

Updated by Vincent MEMBRÉ about 6 years ago

  • Target version changed from 4.1.10 to 4.1.11
  • Priority changed from 65 to 66
Actions #58

Updated by Vincent MEMBRÉ about 6 years ago

  • Target version changed from 4.1.11 to 4.1.12
  • Priority changed from 66 to 67
Actions #59

Updated by Vincent MEMBRÉ almost 6 years ago

  • Target version changed from 4.1.12 to 4.1.13
  • Priority changed from 67 to 68
Actions #60

Updated by Benoît PECCATTE almost 6 years ago

  • Assignee changed from Alexis Mousset to Nicolas CHARLES
Actions #61

Updated by Nicolas CHARLES almost 6 years ago

Testing with 2 to 3 sleep process, with 5 running
The message is

E| error         ServicesManagement        Advanced options          sleep              The process range for service sleep was not correct, but was repaired

so it does not return success, but the end of the message is confusing

Actions #62

Updated by Nicolas CHARLES almost 6 years ago

  • Status changed from New to Rejected

Actually technique Process Management doesn't exist any more !

Actions

Also available in: Atom PDF