Actions
Bug #7335
closedcheck-rudder-agent silently fails if namespaces are not supported
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Running on a Debian squeeze, /opt/rudder/bin/check-rudder-agent fails with this output from 'bash -x':
+ check_and_fix_cfengine_processes ++ ps -h -o utsns --pid 30877 + ns= jclarke@hostname:~$ echo $? 1
This comes from the following line:
67 # Detect the correct ps tool to use 68 ns=$(ps -h -o utsns --pid $$ 2>/dev/null)
I found this in 3.1.3 but it goes as far back as the 2.11 branch.
This was apparently introduced in #7189 and seems to be related to #7245, #7243.
Updated by Jonathan CLARKE about 9 years ago
- Related to Bug #7189: issues with process management on physical hosting LXC containers added
Updated by Jonathan CLARKE about 9 years ago
- Related to Bug #7245: check-rudder agent ps error added
Updated by Jonathan CLARKE about 9 years ago
- Related to Bug #7243: Check-rudder-agent fails on an error while checking processes added
Updated by Benoît PECCATTE about 9 years ago
- Status changed from New to In progress
Updated by Benoît PECCATTE about 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-packages/pull/772
Updated by Benoît PECCATTE about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|b93a47f20a404fa5994c435fb109477289b4d223.
Updated by Jonathan CLARKE about 9 years ago
Applied in changeset rudder-packages|9bc2887fef9f4d208165840fbc24a9d748d71930.
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
Actions