Actions
Bug #21858
closedCommand seq not found in crontab on AIX
Pull Request:
Severity:
UX impact:
I dislike using that feature
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Yes
Description
When we run this command: crontab -l | grep -i rudder
We have an error like :
sh: seq: not found * * * * /opt/rudder/bin/rudder agent check -q >> /var/log/rudder/agent-check/check.log 2>&1 # RUDDER CRON
We use seq to define que frequency of the run, but it doesn't exists on AIX OS
It is introduce by: https://issues.rudder.io/issues/16859
Updated by Nicolas CHARLES over 2 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES over 2 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/1792
Updated by Nicolas CHARLES over 2 years ago
- Status changed from Pending technical review to Pending release
Actions