Actions
Bug #6743
closedBug #6737: Make all techniques compatible with systemd changes
generic_process_check_process in init-check still uses /etc/init.d
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In the initial promises, generic_process_check_process in init-check.cf still uses /etc/init.d
commands: root_server|process_exception_on_relay:: "/etc/init.d/${initscript}" args => "restart </dev/null >/dev/null 2>/dev/null", contain => in_shell_silent, # action => bg("0", "120"), classes => kept_if_else("process_restart_ok_${canoname}", "process_restart_ok_${canoname}", "process_restart_error_${canoname}"),
This is for example called for the apache service, and will fail with systemd.
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
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Matthieu CERDA
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/687
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|270ead50a61e333e5dab1941f890ba9556c30f88.
Updated by Nicolas CHARLES over 9 years ago
Applied in changeset rudder-techniques|a38910c54e47912488ac522bc019d69070f42a83.
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