Actions
Bug #11921
closedAgent process detection is wrong in rudder agent check on AIX
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
This leads to restarting the agent every 5 minutes.
Updated by Alexis Mousset almost 7 years ago
- Status changed from New to In progress
Updated by Alexis Mousset almost 7 years ago
- Status changed from In progress to New
Count of total CFEngine processes does not work:
+ + ps -ef + grep /var/rudder/cfengine-community/bin/cf-execd + sed -e /grep/d + cat CF_EXECD_RUNNING= root 430332 209076 5 09:55:03 - 0:00 /var/rudder/cfengine-community/bin/cf-execd -F + + echo root 430332 209076 5 09:55:03 - 0:00 /var/rudder/cfengine-community/bin/cf-execd -F + sed -e /^$/d + wc -l NB_CF_EXECD_RUNNING= 1 + [ 1 -gt 1 ] + + ps -ef + cat + sed -ne \%/var/rudder/cfengine-community/bin/\(cf-execd\|cf-agent\)%p CF_PROCESS_RUNNING= + + echo + sed -e /^$/d + wc -l NB_CF_PROCESS_RUNNING= 0
Updated by Alexis Mousset almost 7 years ago
- Status changed from New to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-agent/pull/147
Updated by Rudder Quality Assistant almost 7 years ago
- Assignee changed from Benoît PECCATTE to Alexis Mousset
Updated by Alexis Mousset almost 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-agent|1d16c69b5b1b52ef976e3f647373e2bb022b2288.
Updated by Vincent MEMBRÉ almost 7 years ago
- Related to Bug #11920: Use rudder agent check in aix crontab added
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.10 and 4.2.4 which were released today.
- 4.1.10: Announce Changelog
- 4.2.4: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions