Hello Folks, I have enabled more debug logs & realized following 2 logs are continuously being dump. *Is it some known bug for systemd-journald for following version? I am using Angstrom distribution of debian OS?*
root@arria10:~# uname -a Linux arria10 4.9.78-ltsi #1 SMP Thu Dec 13 12:01:27 PST 2018 armv7l GNU/Linux root@arria10:~# systemctl --version systemd 239 +PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid LOG: ------ root@arria10:~# *[ 2002.668599] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B* *[ 2002.679080] systemd-journald[743]: Failed to open system journal: Invalid argument* [ 2002.686750] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2002.697135] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2002.705876] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2002.716317] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2002.723999] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2002.734703] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2002.742845] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2062.663137] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2062.673722] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2062.681505] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2062.691980] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2062.700808] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2062.711412] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2062.719171] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2062.729639] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2062.737827] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2062.748330] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2112.662005] systemd-journald[743]: Sent WATCHDOG=1 notification. [ 2112.669418] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2112.679851] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2112.687503] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2112.697859] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2112.706642] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2112.717098] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2112.724776] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2112.735142] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2112.743220] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2122.664190] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2122.674654] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2122.682278] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2122.692638] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2122.701584] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2122.712049] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2122.719695] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2122.730205] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2122.738354] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2122.748794] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2128.913734] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2128.924461] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2128.932107] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B [ 2128.942493] systemd-journald[743]: Failed to open system journal: Invalid argument [ 2128.951361] systemd-journald[743]: Journal effective settings seal=yes compress=yes compress_threshold_bytes= Current settings: ============== root@arria10:~# cat /etc/systemd/journald.conf # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # # See journald.conf(5) for details [Journal] Storage=persistent Compress=yes #Seal=yes #SplitMode=login #SyncIntervalSec=5m #RateLimitInterval=30s #RateLimitBurst=1000 SystemMaxUse=16M #SystemKeepFree= #SystemMaxFileSize= #RuntimeMaxUse= #RuntimeKeepFree= #RuntimeMaxFileSize= #MaxRetentionSec= #MaxFileSec=1month #ForwardToSyslog=yes #ForwardToKMsg=no #ForwardToConsole=no #TTYPath=/dev/console MaxLevelStore=debug MaxLevelSyslog=debug MaxLevelKMsg=debug MaxLevelConsole=debug root@arria10:~# cat /etc/systemd/system.conf # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # # Entries in this file show the compile time defaults. # You can change settings by editing this file. # Defaults can be restored by simply deleting this file. # # See systemd-system.conf(5) for details. [Manager] LogLevel=debug #LogTarget=journal-or-kmsg LogColor=yes LogLocation=/var/log/ DumpCore=yes #ShowStatus=yes #CrashChangeVT=no #CrashShell=no CrashReboot=yes #CtrlAltDelBurstAction=reboot-force #CPUAffinity=1 2 #JoinControllers=cpu,cpuacct net_cls,net_prio #RuntimeWatchdogSec=0 #ShutdownWatchdogSec=10min #CapabilityBoundingSet= #NoNewPrivileges=no #SystemCallArchitectures= #TimerSlackNSec= #DefaultTimerAccuracySec=1min #DefaultStandardOutput=journal #DefaultStandardError=inherit #DefaultTimeoutStartSec=90s #DefaultTimeoutStopSec=90s #DefaultRestartSec=100ms #DefaultStartLimitIntervalSec=10s #DefaultStartLimitBurst=5 #DefaultEnvironment= #DefaultCPUAccounting=no #DefaultIOAccounting=no #DefaultIPAccounting=no #DefaultBlockIOAccounting=no #DefaultMemoryAccounting=yes #DefaultTasksAccounting=yes #DefaultTasksMax=15% #DefaultLimitCPU= #DefaultLimitFSIZE= #DefaultLimitDATA= #DefaultLimitSTACK= #DefaultLimitCORE= #DefaultLimitRSS= #DefaultLimitNOFILE= #DefaultLimitAS= #DefaultLimitNPROC= #DefaultLimitMEMLOCK= #DefaultLimitLOCKS= #DefaultLimitSIGPENDING= #DefaultLimitMSGQUEUE= #DefaultLimitNICE= #DefaultLimitRTPRIO= #DefaultLimitRTTIME= #IPAddressAllow= #IPAddressDeny= Regards, Kay On Fri, Apr 19, 2019 at 11:41 AM Kay One <kayone...@gmail.com> wrote: > Its LE Machine. Sorry for the late reply. > I couldn't see strace on my box. Need to see if I can package the same > after building it in Angstrom linux what I am using on my board. > > > > On Fri, Apr 5, 2019 at 3:52 PM Lennart Poettering <lenn...@poettering.net> > wrote: > >> On Do, 04.04.19 09:41, Kay One (kayone...@gmail.com) wrote: >> >> > Hello Folks, >> > >> > I am consistently receiving following error on my ARM Core Box and >> couldn't >> > figure out what's going on my linux. Verified all the possible solutions >> > available on all forums but no luck till date. >> > Can you please help me out with this? >> > >> > Error Log: >> > ======== >> > [ 7.976791] systemd-journald[873]: Failed to open system journal: >> > Invalid argument >> >> If you strace journald when this happens, do you see any particular >> syscall fail with EINVAL or so? >> >> Is this a BE machine? >> >> Lennart >> >> -- >> Lennart Poettering, Berlin >> >
_______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel