Bugzilla – Bug 751778
audit package doesn't include auditd.service for systemd
Last modified: 2012-10-15 22:24:11 UTC
When audit is installed on the computer, the service can't be started using service audit start or /etc/init.d/audit or systemctl start auditd.service' due to missing auditd.service file for systemd: robert@viper:~> sudo /etc/init.d/auditd restart redirecting to systemctl Failed to issue method call: Unit auditd.service failed to load: No such file or directory. See system logs and 'systemctl status auditd.service' for details. robert@viper:~> sudo systemctl status auditd.service auditd.service Loaded: error (Reason: No such file or directory) Active: inactive (dead)
does running systemctl daemon-reload fixes the issue ? (I'm guessing systemd isn't notificed about the initscript being installed).
Actually like that it worked, but the weird part is the reboot didn't fix the issue, just the command: "systemctl daemon-reload" which I find it kind of strange. Shouldn't be there in the spec file for auditd this command, actually to be ran after auditd is install?
I guess we should update our rpm macros used related to initscripts to run this command when systemd is running.
Yep, that would be a good idea :)
found similar bug already in bugzilla *** This bug has been marked as a duplicate of bug 717162 ***
*** Bug 784668 has been marked as a duplicate of this bug. ***