Actions
Bug #5836
closedTechnique SSHConfiguration v4.0 fails on AIX - and stops agent execution
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
On AIX, the technique SSHConfiguration fails with the following message
Fatal CFEngine error: in built-in FnCall returnszero-arg: Scalar value is out of range
stoping completely the agent.
Indeed, the command called in the returnszero is not valid
"rudder_openssh_inactive_on_boot_aix" not => returnszero("lssrc -a|grep -q sshd", "useshell");
we should always use full path to binaries, otherwise CFEngine does complain
Updated by Benoît PECCATTE almost 10 years ago
- Status changed from New to Pending technical review
- Assignee changed from Matthieu CERDA to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/572
Updated by Benoît PECCATTE almost 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:155090bff5ef769358772caf7672f3abab84f8a6.
Updated by Nicolas CHARLES almost 10 years ago
Applied in changeset commit:6574776f7ddce37b16a3dd7c0793b6186768102a.
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.8 and 2.11.5, which were released today (16/12/14)
- Announcement 2.10 2.11
- Changelog 2.10 2.11
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 24 to Rudder
- Category changed from Techniques to Techniques
Actions