Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jul 2018 10:16:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229580] sbin/audit creates zombie for auditd when issuing audit -n
Message-ID:  <bug-229580-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229580

            Bug ID: 229580
           Summary: sbin/audit creates zombie for auditd when issuing
                    audit -n
           Product: Base System
           Version: 11.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: driesm.michiels@gmail.com

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".

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229580-227>