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
Actions