Actions
Bug #15080
closedService technique reports a warning after stopping a service
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
First impressions of Rudder
Effort required:
Priority:
77
Name check:
Fix check:
Regression:
Description
Hi all,
in the "Services technique" is the option to stop and disable a service, the service is stopped and deactivated as expected.
But the report then issues a "warning", which should not be the case.
Best regards,
Alex
OS: SLES12SP4
Rudder agent: 5.0.11
Rudder server: 5.0.11
# systemctl is-active nscd.service active # systemctl is-enabled nscd.service enabled # # rudder agent run -q [...] warning services None nscd Check if service nscd is disabled at boot could not be repaired E| repaired Services technique Services status nscd The service status "stopped" for nscd was repaired E| repaired Services technique Services boot status nscd The service boot status "disabled" for nscd was repaired [...] # rudder agent run -q [...] warning services None nscd Check if the service nscd is started could not be repaired [...] # # systemctl is-active nscd.service inactive # systemctl is-enabled nscd.service disabled #
Files
Actions