[debian-edu-commits] [Git][debian-edu/debian-edu-config][personal/gber/nullmailer-logging] 2 commits: Add missing dependency on iptables

Mike Gabriel (@sunweaver) gitlab at salsa.debian.org
Sat Sep 9 10:37:21 BST 2023



Mike Gabriel pushed to branch personal/gber/nullmailer-logging at Debian Edu / debian-edu-config


Commits:
23b937e7 by Guido Berhoerster at 2023-09-08T09:05:43+02:00
Add missing dependency on iptables

This is required by debian-edu-update-netblock (Closes: #1051446).

- - - - -
3d108a04 by Guido Berhoerster at 2023-09-09T09:37:18+00:00
Discard excessive nullmailer logging

Filter out log messages coming from a client running nullmailer since it is
very verbose and can easily fill up the filesystem under /var/log
(Closes: #1003728).

- - - - -


4 changed files:

- Makefile
- cf3/cf.syslog
- debian/control
- + share/debian-edu-config/rsyslog-filters


Changes:

=====================================
Makefile
=====================================
@@ -362,6 +362,7 @@ install: install-testsuite
 	set -e ; for f in \
 		share/debian-edu-config/avahi.smb.service \
 		share/debian-edu-config/rsyslog-collector \
+		share/debian-edu-config/rsyslog-filters \
 		share/debian-edu-config/smb.conf.edu-site \
 		share/debian-edu-config/firefox-networked-prefs.js \
 		share/debian-edu-config/squid.conf \


=====================================
cf3/cf.syslog
=====================================
@@ -20,6 +20,10 @@ files:
     "/etc/rsyslog.d/debian-edu-collector.conf"
       link_from => ln_s("/usr/share/debian-edu-config/rsyslog-collector"),
       move_obstructions => "true";
+
+    "/etc/rsyslog.d/debian-edu-filters.conf"
+      link_from => ln_s("/usr/share/debian-edu-config/rsyslog-filters"),
+      move_obstructions => "true";
 }
 
 bundle agent editline_syslog


=====================================
debian/control
=====================================
@@ -29,6 +29,7 @@ Depends: ${misc:Depends},
          education-tasks,
          fping,
          gnutls-bin,
+         iptables,
          isenkram-cli,
          ldap-utils,
          libconfig-inifiles-perl,


=====================================
share/debian-edu-config/rsyslog-filters
=====================================
@@ -0,0 +1,2 @@
+# discard excessive nullmailer logging (#1003728)
+:programname, isequal, "nullmailer-send" stop



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/compare/3f2195d2e36782f3b342dd393fe3096918ffdd4d...3d108a04ecb118b76609b15aeeda3be4838bf9d9

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/compare/3f2195d2e36782f3b342dd393fe3096918ffdd4d...3d108a04ecb118b76609b15aeeda3be4838bf9d9
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20230909/1550e6d5/attachment-0001.htm>


More information about the debian-edu-commits mailing list