Actions
Bug #4907
closedThe Techniques should use user crontabs on AIX instead of cron.d
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
System techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We currently use /etc/cron.d to store Rudder's cron entries, but AIX (5.3) only allows the use of /var/spool/cron/crontabs/<user> entries.
Since we have no history of old entries in this file, we should use the "old" way we used before, and insert_lines("0,5,10,15,20,25,30,35,40,45,50,55 * * * * /opt/rudder/bin/check-rudder-agent") in it :)
Updated by Matthieu CERDA over 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Matthieu CERDA to Nicolas CHARLES
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/386
Updated by Matthieu CERDA over 10 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset policy-templates:commit:93747665f6a14fff4db9d40b1e79b2b33f352c92.
Updated by Nicolas CHARLES over 10 years ago
Applied in changeset policy-templates:commit:ba5fa4fa1049cb16297b24d7de8e54a480118a72.
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.1, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-June/000087.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog27
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions