------- Comment From [email protected] 2020-10-14 14:30 EDT------- Anything that we can help on this?
Right now we have another system presenting the same problem: root@ilzlnx3:~# tail /var/log/syslog root@ilzlnx3:~# logger "Test Error" root@ilzlnx3:~# tail /var/log/syslog System general details: root@ilzlnx3:~# uname -a Linux ilzlnx3.tuc.stglabs.ibm.com 5.4.0-48-generic #52-Ubuntu SMP Thu Sep 10 10:59:04 UTC 2020 s390x s390x s390x GNU/Linux root@ilzlnx3:~# rsyslogd -v rsyslogd 8.2001.0 (aka 2020.01) compiled with: PLATFORM: s390x-ibm-linux-gnu PLATFORM (lsb_release -d): FEATURE_REGEXP: Yes GSSAPI Kerberos 5 support: Yes FEATURE_DEBUG (debug build, slow code): No 32bit Atomic operations supported: Yes 64bit Atomic operations supported: Yes memory allocator: system default Runtime Instrumentation (slow code): No uuid support: Yes systemd support: Yes Config file: /etc/rsyslog.conf PID file: /run/rsyslogd.pid Number of Bits in RainerScript integers: 64 See https://www.rsyslog.com for more information. root@ilzlnx3:~# systemctl status syslog ? rsyslog.service - System Logging Service Loaded: loaded (/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2020-09-22 10:51:04 MST; 3 weeks 1 days ago TriggeredBy: ? syslog.socket Docs: man:rsyslogd(8) https://www.rsyslog.com/doc/ Main PID: 6530 (rsyslogd) Tasks: 5 (limit: 38383) Memory: 66.0M CGroup: /system.slice/rsyslog.service ??6530 /usr/sbin/rsyslogd -n -iNONE Sep 22 10:51:03 ilzlnx3.tuc.stglabs.ibm.com systemd[1]: Starting System Logging Service... Sep 22 10:51:04 ilzlnx3.tuc.stglabs.ibm.com rsyslogd[6530]: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd. [v8.2001.0] Sep 22 10:51:04 ilzlnx3.tuc.stglabs.ibm.com rsyslogd[6530]: rsyslogd's groupid changed to 110 Sep 22 10:51:04 ilzlnx3.tuc.stglabs.ibm.com systemd[1]: Started System Logging Service. Sep 22 10:51:04 ilzlnx3.tuc.stglabs.ibm.com rsyslogd[6530]: rsyslogd's userid changed to 104 Sep 22 10:51:04 ilzlnx3.tuc.stglabs.ibm.com rsyslogd[6530]: [origin software="rsyslogd" swVersion="8.2001.0" x-pid="6530" x-info="https://www.rsyslog.com"] start Sep 23 00:00:04 ilzlnx3.tuc.stglabs.ibm.com rsyslogd[6530]: [origin software="rsyslogd" swVersion="8.2001.0" x-pid="6530" x-info="https://www.rsyslog.com"] rsyslogd was HUPed Sep 30 04:48:57 ilzlnx3.tuc.stglabs.ibm.com rsyslogd[6530]: [origin software="rsyslogd" swVersion="8.2001.0" x-pid="6530" x-info="https://www.rsyslog.com"] rsyslogd was HUPed Sep 30 04:48:57 ilzlnx3.tuc.stglabs.ibm.com rsyslogd[6530]: main Q:Reg: high activity - starting 1 additional worker thread(s), currently 1 active worker threads. [v8.2001.0 try https://www.rsyslog.com/e/2439 ] Oct 01 00:00:18 ilzlnx3.tuc.stglabs.ibm.com rsyslogd[6530]: [origin software="rsyslogd" swVersion="8.2001.0" x-pid="6530" x-info="https://www.rsyslog.com"] rsyslogd was HUPed root@ilzlnx3:~# rsyslogd -N1 rsyslogd: version 8.2001.0, config validation run (level 1), master config /etc/rsyslog.conf rsyslogd: End of config validation run. Bye. root@ilzlnx3:~# apt-cache policy rsyslog | grep Installed Installed: 8.2001.0-1ubuntu1.1 root@ilzlnx3:~# apt-cache policy logrotate | grep Installed Installed: 3.14.0-4ubuntu3 root@ilzlnx3:~# cat /etc/os-release NAME="Ubuntu" VERSION="20.04.1 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.1 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896575 Title: [UBUNTU 20.04] syslog daemon stop running unexpectedly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-z-systems/+bug/1896575/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
