I've just updated a couple of servers, latest 7.3, and systemd is flooding dmesg, journalctl with info level messages... or maybe debug level 1. Examples: [ 478.258571] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/httpd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=436 reply_cookie=0 error=n/a [ 478.258971] systemd[1]: Got notification message for unit systemd-logind.service [ 478.258980] systemd[1]: systemd-logind.service: Got notification message from PID 821 (WATCHDOG=1) [ 478.258985] systemd[1]: systemd-logind.service: got WATCHDOG=1 What *is* all that garbage, and is there some way to turn it down to WARN and ERR messages? mark
On Wed, Apr 5, 2017 at 3:18 PM, <m.roth at 5-cent.us> wrote:> I've just updated a couple of servers, latest 7.3, and systemd is flooding > dmesg, journalctl with info level messages... or maybe debug level 1. > > Examples: > [ 478.258571] systemd[1]: Sent message type=signal sender=n/a > destination=n/a object=/org/freedesktop/systemd1/unit/httpd_2eservice > interface=org.freedesktop.DBus.Properties member=PropertiesChanged > cookie=436 reply_cookie=0 error=n/a > > [ 478.258971] systemd[1]: Got notification message for unit > systemd-logind.service > [ 478.258980] systemd[1]: systemd-logind.service: Got notification > message from PID 821 (WATCHDOG=1) > [ 478.258985] systemd[1]: systemd-logind.service: got WATCHDOG=1 > > What *is* all that garbage, and is there some way to turn it down to WARN > and ERR messages? > > mark >if grep -q debug /proc/cmdline; then echo "Kernel and systemd debugging was enabled as part of an errant script during the yum update" echo "See https://bugs.centos.org/view.php?id=12425 and https://wiki.centos.org/HowTos/Grub2" fi ~ Brian Mathis @orev
Once upon a time, Brian Mathis <brian.mathis+centos at betteradmin.com> said:> if grep -q debug /proc/cmdline; then > echo "Kernel and systemd debugging was enabled as part of an errant > script during the yum update" > echo "See https://bugs.centos.org/view.php?id=12425 and > https://wiki.centos.org/HowTos/Grub2" > fiAssuming your GRUB entries are in the usual order (newest kernel first), you can do: grub2-set-default "$(grep '^menuentry' /boot/grub2/grub.cfg | grep -v debug | head -n 1 | cut -d\' -f2)" and then reboot. -- Chris Adams <linux at cmadams.net>
Seemingly Similar Threads
- CentOS 7, systemd,, and message floods
- Centos 7: .tons of messages logs (systemd-logind[663]: Got message type....)
- CentOS 7, systemd,, and message floods
- Samba crashes & floods logfiles: "smbd/notify_inotify.c:244(inotify_handler) - No data on inotify fd?!"
- UDP Floods (possibly from nmbd)