Actions
Bug #4156
closedCommand to restart rsyslog is not correct on Fedora
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The check_rsyslog_version does not restart the rsyslog daemon on Fedora.
You should change :
bundle agent check_rsyslog_version { vars: SuSE:: "syslog_restart_cmd" string => "/etc/init.d/syslog restart"; !SuSE:: "syslog_restart_cmd" string => "/etc/init.d/rsyslog restart";
Into :
bundle agent check_rsyslog_version { vars: SuSE:: "syslog_restart_cmd" string => "/etc/init.d/syslog restart"; Fedora:: "syslog_restart_cmd" string => "/bin/systemctl restart rsyslog"; !(SuSE|Fedora):: "syslog_restart_cmd" string => "/etc/init.d/rsyslog restart";
Best Regards,
Updated by Nicolas CHARLES over 11 years ago
- Category set to System techniques
- Assignee set to Nicolas CHARLES
- Priority changed from N/A to 2
- Target version set to 2.4.12
Updated by Nicolas CHARLES over 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Nicolas CHARLES to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/241
Updated by Nicolas CHARLES over 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Updated by Vincent MEMBRÉ over 11 years ago
- Subject changed from check_rsyslog_version on Fedora to command to restart rsyslog is not correct on Fedora
Updated by Vincent MEMBRÉ over 11 years ago
- Subject changed from command to restart rsyslog is not correct on Fedora to Command to restart rsyslog is not correct on Fedora
Updated by Jonathan CLARKE over 11 years ago
- Status changed from Released to Discussion
- Assignee changed from Jonathan CLARKE to Matthieu CERDA
- Target version changed from 2.6.10 to 2.6.11
Updated by Matthieu CERDA over 11 years ago
- Status changed from Discussion to In progress
- % Done changed from 100 to 80
- Pull Request deleted (
https://github.com/Normation/rudder-techniques/pull/241)
Updated by Matthieu CERDA over 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
- % Done changed from 80 to 100
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/278
Updated by Matthieu CERDA over 11 years ago
- Status changed from Pending technical review to Pending release
Actions