pschiffe / ipa-log-config

Tool for log forwarding configuration on IPA servers and clients
https://www.freeipa.org/page/Centralized_Logging
GNU General Public License v2.0
32 stars 14 forks source link

on the CentOS7.7 systemctl reload auditd doesnot work #16

Closed arm2arm closed 5 years ago

arm2arm commented 5 years ago

The command gives an error. ./ipa_log_config.py --revert Setting SSSD debug level to 1 Condrestarting SSSD Disabling audisp syslog plugin Reloading auditd Failed to reload auditd.service: Job type reload is not applicable for unit auditd.service. See system logs and 'systemctl status auditd.service' for details. Failed to execute external command: Failed to reload auditd to solve simply change the line: line 117 to if call(['/usr/sbin/service','auditd', 'reload']) != 0:

pschiffe commented 5 years ago

Thank you for the report.