Bug 229580 - sbin/audit creates zombie for auditd when issuing audit -n
Summary: sbin/audit creates zombie for auditd when issuing audit -n
Status: Closed DUPLICATE of bug 229381
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 11.1-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-07 10:16 UTC by Dries Michiels
Modified: 2018-07-10 21:51 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dries Michiels freebsd_committer freebsd_triage 2018-07-07 10:16:04 UTC
When my cron script forces the rotate of the audit trail file by audit -n.
A zombie process is created.

root@vados:~ # service auditd status
auditd is running as pid 15967.

root@vados:~ # audit -n
Trigger sent.

64 processes:  1 running, 62 sleeping, 1 zombie

root@vados:~ # service auditd stop
Trigger sent.

root@vados:~ # service auditd start
Starting auditd.

63 processes:  1 running, 62 sleeping

So it seems to keep running but creates one zombie after "audit -n".
Comment 1 Alan Somers freebsd_committer freebsd_triage 2018-07-10 21:51:45 UTC

*** This bug has been marked as a duplicate of bug 229381 ***