Your message dated Sat, 06 May 2017 19:19:50 +0000 with message-id <[email protected]> and subject line Bug#837893: fixed in systemd 232-23 has caused the Debian Bug report #837893, regarding rsyslog: numerous packages appear to be syslogging with facility=KERN 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.) -- 837893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837893 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: rsyslog Version: 8.24.0-1 Severity: normal The /var/log/kern.log file is ostensibly reserved for kernel messages, and per the default /etc/rsyslog.conf, only facility=KERN messages should be there: root@stretch:/var/log# fgrep -R kern.log /etc/rsyslog.conf /etc/rsyslog.d/ /etc/rsyslog.conf:kern.* -/var/log/kern.log root@stretch:/var/log# However, over half the messages in the file are from NetworkManager and gnome, with various other userspace programs including firefox-esr making occasional appearances: root@stretch:/var/log# awk '{print $5}' kern.log* | sed 's/\(\[[0-9]*\]\)\?:$//' | sort | uniq -c | sort -rn 22074 kernel 10577 gnome-settings- 10524 gnome-shell 4312 NetworkManager 98 gnome-session-binary 84 gnome-terminal- 82 at-spi2-registr 45 colord 40 goa-daemon 39 gnome-panel 37 gnome-screensav 35 multiload-ng-sy 18 gnome-flashback 15 tracker-miner-f 11 tracker-extract 8 evolution-sourc 3 gvfsd-network 3 gvfsd 2 plugin-containe 2 firefox-esr 2 evolution-alarm 1 tracker-store 1 nm-applet 1 multiload-apple 1 root@stretch:/var/log# Aside from the annoyance of no longer having a separate file for kernel messages only, it's also wasteful since all the messages also correctly appear in other files: root@stretch:/var/log# fgrep NetworkManager messages* | wc -l 4312 root@stretch:/var/log# I previously reported the same bug against Ubuntu 16.04 [1]. There, it was only NM and gnome-session; it's almost 2 dozen packages in stretch, so whatever it is, it's getting worse. It also defies belief that all these programs are suddenly switching to facility KERN. (NetworkManager, for its part, clearly documents that it uses facility DAEMON [2] [3].) So, it seems like something else is going on somewhere. [1] https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1613751 [2] https://wiki.gnome.org/Projects/NetworkManager/Debugging#Log_File_Locations [3] https://manpages.debian.org/testing/network-manager/NetworkManager.8.en.html -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages rsyslog depends on: ii init-system-helpers 1.47 ii libc6 2.24-9 ii libestr0 0.1.10-2 ii libfastjson4 0.99.4-1 ii liblogging-stdlog0 1.0.5-2+b2 ii liblognorm5 2.0.1-1.1+b1 ii libsystemd0 232-19 ii libuuid1 2.29.1-1 ii lsb-base 9.20161125 ii zlib1g 1:1.2.8.dfsg-5 Versions of packages rsyslog recommends: ii logrotate 3.11.0-0.1 Versions of packages rsyslog suggests: pn rsyslog-doc <none> pn rsyslog-gnutls <none> pn rsyslog-gssapi <none> pn rsyslog-mongodb <none> pn rsyslog-mysql | rsyslog-pgsql <none> pn rsyslog-relp <none> -- no debconf information
--- End Message ---
--- Begin Message ---Source: systemd Source-Version: 232-23 We believe that the bug you reported is fixed in the latest version of systemd, 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. Michael Biebl <[email protected]> (supplier of updated systemd 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: SHA256 Format: 1.8 Date: Sat, 29 Apr 2017 21:47:47 +0200 Source: systemd Binary: systemd systemd-sysv systemd-container systemd-journal-remote systemd-coredump libpam-systemd libnss-myhostname libnss-mymachines libnss-resolve libnss-systemd libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb Architecture: source Version: 232-23 Distribution: unstable Urgency: medium Maintainer: Debian systemd Maintainers <[email protected]> Changed-By: Michael Biebl <[email protected]> Description: libnss-myhostname - nss module providing fallback resolution for the current hostname libnss-mymachines - nss module to resolve hostnames for local container instances libnss-resolve - nss module to resolve names via systemd-resolved libnss-systemd - nss module providing dynamic user and group name resolution libpam-systemd - system and service manager - PAM module libsystemd-dev - systemd utility library - development files libsystemd0 - systemd utility library libudev-dev - libudev development files libudev1 - libudev shared library libudev1-udeb - libudev shared library (udeb) systemd - system and service manager systemd-container - systemd container/nspawn tools systemd-coredump - tools for storing and retrieving coredumps systemd-journal-remote - tools for sending and receiving remote journal logs systemd-sysv - system and service manager - SysV links udev - /dev/ and hotplug management daemon udev-udeb - /dev/ and hotplug management daemon (udeb) Closes: 837893 849316 858149 859152 861158 Changes: systemd (232-23) unstable; urgency=medium . [ Michael Biebl ] * journal: fix up syslog facility when forwarding native messages. Native journal messages (_TRANSPORT=journal) typically don't have a syslog facility attached to it. As a result when forwarding the messages to syslog they ended up with facility 0 (LOG_KERN). Apply syslog_fixup_facility() so we use LOG_USER instead. (Closes: #837893) * nspawn: Support ephemeral boots from images (Closes: #858149) * Exclude test binaries from dh_shlibdeps. The test binaries in libsystemd-dev require libsystemd-shared which is shipped in the systemd package. Those test binaries are primarily meant to be run via autopkgtest. As the libsystemd-dev package is not supposed to depend on systemd, exclude the tests from dh_shlibdeps and instead update the autopkgtest dependencies to pull in the systemd package. (Closes: #859152) . [ Felipe Sateler ] * Backport patch to make inability to get OS version nonfatal in machinectl. Otherwise machinectl list breaks when there are libvirt machines (Closes: #849316) . [ Sjoerd Simons ] * init-functions: Only call daemon-reload when planning to redirect. systemctl daemon-reload is a quite a heavy operation, it will re-parse all configuration and re-run all generators. This should only be done when strictly needed. (Closes: #861158) Checksums-Sha1: d6fd9138b8e4ef6769b2cec0f722c24da99ceadc 4769 systemd_232-23.dsc 6bce8df017362ad4f221b8102ddf29f1c370e32a 199700 systemd_232-23.debian.tar.xz a75ab38ece8973b76bf265f2e55ee1073daa7b84 9708 systemd_232-23_source.buildinfo Checksums-Sha256: 84137c0c68b69ca9f361b95c042c3ea0b16b245d7ed270edac34e2580880adef 4769 systemd_232-23.dsc 7b0e07300006bd97d4768ddc003e58135f4a0c59157e18127268dfd39c35b56d 199700 systemd_232-23.debian.tar.xz eadf3ef371e321b0fce7a83c16a6a566f63f83ecb460f9e76e0f539821668972 9708 systemd_232-23_source.buildinfo Files: 60e1444145facbe89ee08764018e25f4 4769 admin optional systemd_232-23.dsc cbdf5f5e8dc6eebfe345192a1da2f760 199700 admin optional systemd_232-23.debian.tar.xz 9ea0f9a589b4b4419443b71c6362bc34 9708 admin optional systemd_232-23_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAlkOGy0ACgkQauHfDWCP Itw/HA/9EL9E00fowvYxQ47b/VpbX9LqkFci2NrwR0PKRWNg+glDNGQnVSGP3bZw Pz6UG/gDQ1bmQcEhv+mfNVdiv/Hc6xOC1fVhkeNbbFeNPyTF3+B+I4sCj/EmoIsc 4vc4jhhJaH0QpO4cudJ6khxQ6TnRTt2Klx/lUs+H0jjv0qaj2Sblhj/flu0D9azF YtweTvI5+F2GFndAlQTpqhv3TAR/y5slpH1AzcJyO/sNCQ3mw79UY6qWxfhPCcIO b0mfAs2SnxgeJ+h422JZgdkrXjT9G100DZRLIqd4ccMbJTYcRbkLbECP+3Wto4LM TA4VyY55c+2Hlesn7qebKcalggfPvHpOaEm6EhnPKIJa5BOuJAgdWtE4zj8gZu1s YlXGVagew3hQjgAUi/eAeVgXVYPyvD1op06l6M/UKB9nwxg5eowCRa8ilaX296ka iyDB3Ta2pKjBZmfNjyGG2Dg3aci9cFgeMMTs8YUHJCsAPwLfFJuEqHThK3yVKcUR HqQD21q8KEQharxOmX4BGhfl+OhEH1tEws2km/Zre/9c3vHw3W6I+kXDpkR9cLt8 Q/M6eWndfr9QZ8Y3tzHqzFD6W2x6tG1PpLaemgVR7h2aY4LxFfI1FPrTcr21GovE DjgrrwZ63ZHfll9CehxiWmem41BJCRIUEcf42DtuomahxS0cxVM= =deOZ -----END PGP SIGNATURE-----
--- End Message ---

