Your message dated Mon, 30 Jun 2025 11:19:05 +0000
with message-id <[email protected]>
and subject line Bug#1065156: fixed in audit 1:4.0.5-1
has caused the Debian Bug report #1065156,
regarding reportbug: auditd fails to start with empty /var
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1065156: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065156
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: auditd
Version: 1:3.0.9-1
Severity: normal
Dear Maintainer,
when running with an initially empty /var partition, the auditd
currently fails to start as the log directory is not present.
The attached patch adds a tmpfiles dropin to let systemd create
the directory on boot. If the directory is already present,
this is a noop.
For details, please also see #945269
Best regards,
Felix Moessbauer
Siemens AG
-- System Information:
Debian Release: 12.5
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-0.deb12.4-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages auditd depends on:
ii gawk 1:5.2.1-2
ii init-system-helpers 1.65.2
ii libaudit1 1:3.0.9-1
ii libauparse0 1:3.0.9-1
ii libc6 2.36-9+deb12u4
ii libcap-ng0 0.8.3-1+b3
ii libgssapi-krb5-2 1.20.1-2+deb12u1
ii libkrb5-3 1.20.1-2+deb12u1
ii libwrap0 7.6.q-32
ii mawk 1.3.4.20200120-3.1
auditd recommends no packages.
Versions of packages auditd suggests:
pn audispd-plugins <none>
-- Configuration Files:
/etc/audit/audit-stop.rules [Errno 13] Permission denied:
'/etc/audit/audit-stop.rules'
/etc/audit/auditd.conf [Errno 13] Permission denied: '/etc/audit/auditd.conf'
/etc/audit/plugins.d/af_unix.conf [Errno 13] Permission denied:
'/etc/audit/plugins.d/af_unix.conf'
/etc/audit/plugins.d/syslog.conf [Errno 13] Permission denied:
'/etc/audit/plugins.d/syslog.conf'
/etc/audit/rules.d/audit.rules [Errno 13] Permission denied:
'/etc/audit/rules.d/audit.rules'
-- no debconf information
*** /tmp/auditd/0001-create-var-log-audit-with-tmpfiles.d-as-well.patch
>From 4ea8f395c270d0dcc5365b40f70ca5e8633c4261 Mon Sep 17 00:00:00 2001
From: Felix Moessbauer <[email protected]>
Date: Fri, 1 Mar 2024 10:43:14 +0100
Subject: [PATCH 1/1] create /var/log/audit with tmpfiles.d as well
When running with an initially empty /var partition, the auditd
currently fails to start as the log directory is not present. For that,
we use tmpfiles.d to let systemd create the directory on boot.
If the directory is already present, this is a noop.
For details, please also see #945269
Reported-by: Sai Sathujoda <[email protected]>
Signed-off-by: Felix Moessbauer <[email protected]>
---
debian/auditd.tmpfiles | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 debian/auditd.tmpfiles
diff --git a/debian/auditd.tmpfiles b/debian/auditd.tmpfiles
new file mode 100644
index 0000000..2f467a8
--- /dev/null
+++ b/debian/auditd.tmpfiles
@@ -0,0 +1,2 @@
+d /var/log/audit 0700 root adm -
+
--
2.39.2
--- End Message ---
--- Begin Message ---
Source: audit
Source-Version: 1:4.0.5-1
Done: Laurent Bigonville <[email protected]>
We believe that the bug you reported is fixed in the latest version of
audit, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laurent Bigonville <[email protected]> (supplier of updated audit package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 30 Jun 2025 12:54:05 +0200
Source: audit
Architecture: source
Version: 1:4.0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Laurent Bigonville <[email protected]>
Changed-By: Laurent Bigonville <[email protected]>
Closes: 1065156
Changes:
audit (1:4.0.5-1) unstable; urgency=medium
.
* New upstream release
- debian/patches/01-no-refusemanualstop.patch: Refreshed
- d/p/0003-syslog-Fix-duplicate-libauparse-and-missing-libaudit.patch:
Fix FTBFS in syslog plugin
* debian/watch: Update the URL to use the github tags, the former page is
not updated anymore
* Install debianized auditd tmpfiles snippet (Closes: #1065156)
* debian/auditd.install: Install auditd.cron.5 manpage
* debian/libaudit1.symbols: Add newly exported symbols
* debian/copyright: Update the FSF address to please lintian
* debian/control: Bump Standards-Version to 4.7.2 (no further changes)
* debian/rules: Enable riscv processor support
Checksums-Sha1:
2f102ad386b29cf8e0fd2f857990eebefd49d440 2405 audit_4.0.5-1.dsc
6b1c6d1dd7eb2b88f280b6db2a9274c473ccdab2 622404 audit_4.0.5.orig.tar.gz
68a26a83ccdc97ada8b5799759528aedde86d884 19844 audit_4.0.5-1.debian.tar.xz
da7a5b8578ebf939d2405790c32e02199fe2a39a 5526 audit_4.0.5-1_source.buildinfo
Checksums-Sha256:
8260314a8062c988eeffa35d322005f28150275ac8c4bd966b9b7e966992cd13 2405
audit_4.0.5-1.dsc
76159def49df28f50353976bed52801af6039a15bd691e3bb216cb2dcaa78d86 622404
audit_4.0.5.orig.tar.gz
259417850e09ba16dbacd1816e0078c861fde01cbf3e7591d8667caa406fb6a4 19844
audit_4.0.5-1.debian.tar.xz
d2790e849dec137fbeb5689e06d33b472566115758f5fa1ff1956afcbcfa4bd0 5526
audit_4.0.5-1_source.buildinfo
Files:
c438f13e60c8ec448042a5336c876efb 2405 libs optional audit_4.0.5-1.dsc
f2c059c2aa1fe2a14aaa7433ccc3f2c6 622404 libs optional audit_4.0.5.orig.tar.gz
99225fe56594a49241425ca91bd294dc 19844 libs optional
audit_4.0.5-1.debian.tar.xz
93c26b0f56e93822bd3011498a19c215 5526 libs optional
audit_4.0.5-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFFBAEBCgAvFiEEmRrdqQAhuF2x31DwH8WJHrqwQ9UFAmhibqwRHGJpZ29uQGRl
Ymlhbi5vcmcACgkQH8WJHrqwQ9UPzQf/Unc31mD0xqVt+kImJeFa7fHi57uJRNlC
Jp6wZlBuP9klfiKrt2O64dTVmPlcEfukYqEhjyA8glf7vcrCyCGGV3cOf1zTvmFo
kDiwMiQ2/SiVnVyMsiD/d/p3PQcfrsvwpAKlZ7MJj2bkANZC2GBA8Sb676H5xJlM
GqJIlgrt1jfOti2YNjmWkeC1yz1N4VjJNmHoVGm7K4LYo0TqmyaUJNyjVWTA1CjA
r2kjJBrvt2bALwnmuLtYdpWQJRMkF+E+RNyAN0mjQTaZRKz2P5OnYvN3ZroFS3Et
NE+ADcmIvk4KAcU0FtentrzXsHnLligG4I4GpcR1uvIW0J31usRUKA==
=pAEq
-----END PGP SIGNATURE-----
pgp65_XkDvaBM.pgp
Description: PGP signature
--- End Message ---