# augenrules
/usr/sbin/augenrules: No change
As for its journal this is the output:
# journalctl -x -u auditd.service | cat
-- Logs begin at Mon 2018-10-01 18:55:33 CDT, end at Tue 2018-10-02 15:41:22 CDT. --
Oct 01 18:55:37 heimdall.dcserver.local systemd[1]: Starting Security Auditing Service...
-- Subject: Unit auditd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit auditd.service has begun starting up.
Oct 01 18:55:37 heimdall.dcserver.local auditd[625]: Started dispatcher: /sbin/audispd pid: 627
Oct 01 18:55:37 heimdall.dcserver.local auditd[625]: Init complete, auditd 2.8.1 listening for events (startup state enable)
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: /sbin/augenrules: No change
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: No rules
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: enabled 1
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: failure 1
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: pid 625
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: rate_limit 0
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: backlog_limit 8192
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: lost 0
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: backlog 1
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: enabled 1
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: failure 1
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: pid 625
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: rate_limit 0
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: backlog_limit 8192
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: lost 0
Oct 01 18:55:37 heimdall.dcserver.local augenrules[674]: backlog 1
Oct 01 18:55:37 heimdall.dcserver.local systemd[1]: Started Security Auditing Service.
-- Subject: Unit auditd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit auditd.service has finished starting up.
--
-- The start-up result is done.
This are its related files:
# ls -lh /etc/audit/*
-rw-r-----. 1 root root 805 Aug 16 10:39 /etc/audit/auditd.conf
-rw-r-----. 1 root root 81 Sep 21 15:54 /etc/audit/audit.rules
-rw-r-----. 1 root root 127 Aug 16 10:39 /etc/audit/audit-stop.rules
/etc/audit/rules.d:
total 4.0K
-rw-------. 1 root root 163 Sep 21 15:48 audit.rules
Content of audit.rules
# cat /etc/audit/audit.rules
## This file is automatically generated from /etc/audit/rules.d
-D
-b 8192
-f 1
Content of rules.d/audit.rules
## First rule - delete all
-D
## Increase the buffers to survive stress events.
## Make this bigger for busy systems
-b 8192
## Set failure mode to syslog
-f 1
I’m still seen what audit rules are for, but it seems to me this log warning is harmless as you told me, just to be sure, @mrmarkuz could you please create a NS7.5 instance in your Proxmox, I’m using the ISO with this checksums
SHA1 cdb9e302d563d5abb500286946e88e33ec81058d
MD5 002228c20d0702b98568aff67319d5eb
After installation’s done, I get those logs by running:
# journalctl -x | egrep -i 'warning|error|fail|unable'