Actions
Bug #16012
closedBug #14559: Invalid cron file put by packaging
error at run of rudder-agent once it's bootstrapped (and invalid cron) on Debian 9
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
E| compliant Common Security parameters The internal environment security is acceptable error: Template file '/var/rudder/cfengine-community/inputs/common/cron/rudder-agent-community-cron' could not be opened for reading error: Method 'setup_cronjob' failed in some repairs E| compliant Common CRON Daemon Cron daemon status was correct
the file indeed doesn't exists (but rudder-agent-nova-cron does exist)
and the cron file set by packaging is invalid
# cat /etc/cron.d/rudder-agent # Cron file for Rudder # # Will manually run cf-agent in case cf-execd is no longer running. cf-agent will fire up a new cf-execd. # # To temporarily avoid this behaviour, run 'rudder agent disable' {{#classes.slackware}} 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /opt/rudder/bin/rudder agent check -q >> /var/log/rudder/agent-check/check.log 2>&1 {{/classes.slackware}} {{^classes.slackware}} 0,5,10,15,20,25,30,35,40,45,50,55 * * * * root /opt/rudder/bin/rudder agent check -q >> /var/log/rudder/agent-check/check.log 2>&1 {{/classes.slackware}}
Updated by Nicolas CHARLES about 5 years ago
- Category changed from System techniques to Packaging
moving the ticket to packaging, as the code generating the inital promises looks ok
Updated by Nicolas CHARLES about 5 years ago
cron creation is
echo ""# Cron file for Rudder # # Will manually run cf-agent in case cf-execd is no longer running. cf-agent will fire up a new cf-execd. # # To temporarily avoid this behaviour, run 'rudder agent disable' 0,5,10,15,20,25,30,35,40,45,50,55 * * * * root /opt/rudder/bin/rudder agent check -q >> /var/log/rudder/agent-check/check.log 2>&1"" > initial-promises/node-server/common/cron/rudder-agent-community-cron # Cron file for Rudder
Updated by Nicolas CHARLES about 5 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES about 5 years ago
- Category deleted (
Packaging) - Target version deleted (
6.0.0~beta1) - Name check deleted (
To do)
work in progress
https://github.com/ncharles/rudder-techniques/commit/caced31e37b1c0dd804201597656440ca0977390
need to find how to have a multiline cron
Updated by Nicolas CHARLES about 5 years ago
- Target version set to 5.0.15
retargetting to 5.0, linked to #14559
Updated by Nicolas CHARLES about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Félix DALLIDET
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2125
Updated by Nicolas CHARLES about 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|e22dac179ee1863b3b72f1ac90a9cefa52d4b800.
Updated by Alexis Mousset about 5 years ago
- Name check changed from To do to Reviewed
Updated by Alexis Mousset almost 5 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.15 which was released today.
Actions