Actions
Bug #3609
closedCron on RHEL/CentOS nodes was restarted at every execution of CFEngine
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Cron on RHEL nodes displays the following error:
- Rudder system policy: basic setup (common) - Common - CRON Daemon - None - The CRON daemon was not running and could not be restarted - Error
This is because it's looking for the wrong init script. The following error occurs on the RHEL node:
Proposed executable file "/etc/init.d/cron" doesn't exist /etc/init.d/cron restart promises to be executable but isn't I: Comment: Restarting crond
The reason is because RHEL has a different init script:
# ls -al /etc/init.d/cron* -rwxr-xr-x 1 root root 1926 Oct 20 2011 /etc/init.d/crond
Updated by Nicolas PERRON over 11 years ago
- Project changed from Rudder to 24
- Status changed from New to In progress
- Assignee set to Nicolas PERRON
- Priority changed from N/A to 1 (highest)
- Target version set to 2.3.13
Got it, it is a bug introduced #3438 with a wrong class.
Updated by Nicolas PERRON over 11 years ago
- % Done changed from 0 to 50
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/130
Pull Request URL added: https://github.com/Normation/rudder-techniques/pull/130
But it is probably not the only modification to do.
Updated by Nicolas PERRON over 11 years ago
Last Pull Request URL added: https://github.com/Normation/rudder-techniques/pull/131
Updated by Nicolas PERRON over 11 years ago
- Status changed from In progress to Pending release
- % Done changed from 50 to 100
Applied in changeset commit:6f13330b44dd5aa883b0b50b578216b1eb8eeff1.
Updated by Nicolas CHARLES over 11 years ago
Applied in changeset commit:0e2b2d90b16d30addbc01385f236c5ce5705c0b3.
Updated by Nicolas PERRON over 11 years ago
- Subject changed from ERROR: cron on RHEL(5) nodes to Cron on RHEL/CentOS nodes was restarted at every execution of CFEngine
Updated by Nicolas PERRON over 11 years ago
- Status changed from Pending release to Released
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 24 to Rudder
- Category set to Techniques
Actions