osa: Failed to restart auditd.service: Operation refused, unit auditd.service may be requested by dependency only.
Bug #1662622 reported by
Christian Berendt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-ansible |
In Progress
|
Undecided
|
David Rabel |
Bug Description
On CentOS 7 the restart auditd handler fails with the following error:
Failed to restart auditd.service: Operation refused, unit auditd.service may be requested by dependency only.
A manual restart of this service with systemctl restart auditd is also not possible on CentOS. It looks like the only way to restart the service is to use service auditd restart (https:/
Changed in openstack-ansible: | |
status: | New → Confirmed |
status: | Confirmed → In Progress |
Changed in openstack-ansible: | |
assignee: | David Rabel (rabel-b1) → nobody |
Changed in openstack-ansible: | |
assignee: | nobody → David Rabel (rabel-b1) |
To post a comment you must log in.
Maybe it will be sufficient to tell auditd to reload it's configuration instead of restarting it, since the handler seems to be triggered when auditd.conf is changed.