Actions
Bug #6735
closedBug #6737: Make all techniques compatible with systemd changes
cronConfiguration is not compatible with RHEL 7 and SLES 12
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In the latest version of the cronConfiguration technique (3.0):
redhat:: "cron_bin" string => "crond$"; ubuntu:: "cron_bin" string => "cron$"; !(redhat|ubuntu):: "cron_bin" string => "/usr/sbin/cron$";
The new cron_bin to use with systemd are:
- SLES12: /usr/sbin/cron -n
- RHEL7: /usr/sbin/crond -n
- Debian8 : /usr/sbin/cron -f
Updated by Alexis Mousset over 9 years ago
- Related to Bug #4155: Commands to check and restart cron daemon on Fedora are not correct added
Updated by Alexis Mousset over 9 years ago
- Related to Bug #6566: promises.cf's "bundle agent check_cron_daemon" is not systemd aware added
Updated by Alexis Mousset over 9 years ago
- Related to deleted (Bug #4155: Commands to check and restart cron daemon on Fedora are not correct)
Updated by Alexis Mousset over 9 years ago
- Related to deleted (Bug #6566: promises.cf's "bundle agent check_cron_daemon" is not systemd aware)
Updated by Alexis Mousset over 9 years ago
- Related to Bug #6736: The cron_bin in system's promises.st is not compatible with RHEL7 added
Updated by Alexis Mousset over 9 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset over 9 years ago
- Target version changed from 3.0.6 to 2.11.12
Updated by Alexis Mousset over 9 years ago
- Target version changed from 2.11.12 to 3.0.6
Updated by Alexis Mousset over 9 years ago
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/694
Updated by Alexis Mousset over 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Nicolas CHARLES
Updated by Alexis Mousset over 9 years ago
- Assignee changed from Nicolas CHARLES to Matthieu CERDA
Updated by Alexis Mousset over 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|6c170642e81842226f205ac24d3317411df37a95.
Updated by Matthieu CERDA over 9 years ago
Applied in changeset rudder-techniques|dd79689884d144a2a0c212ebc4a4f7e9fb0e71c7.
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.0.6 and 3.1.0~rc1 which were released on the 16th June 2015.
- Announcement 3.0 3.1
- Changelog 3.0 3.1
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions