Vince, Since more than 10 years retired from professional day-to-day Linux applications, indeed some of my knowledge of Linux has faded, if not vaporated .....
As requested, ran the suggested CLI with results shown below *raspberrypi9:~ $ *ls -al /var/log totaal 25394612 drwxr-xr-x 7 root root 4096 okt 19 00:00 . drwxr-xr-x 11 root root 4096 okt 14 11:52 .. -rwxrwxr-x 1 root root 0 jul 24 00:00 alternatives.log drwxr-xr-x 2 root root 4096 jul 24 00:00 apt -rwxrwxr-x 1 root adm 283792 okt 19 14:06 auth.log -rwxrwxr-x 1 root adm 89212455 okt 19 00:00 auth.log.1 -rwxrwxr-x 1 root root 170555 okt 14 11:52 boot.log -rwxrwxr-x 1 root root 0 sep 26 2019 bootstrap.log -rw-rw---- 1 root utmp 0 okt 1 00:00 btmp drwxr-xr-x 2 root root 4096 okt 19 00:00 cups -rwxrwxr-x 1 root adm 113695224 okt 19 14:06 daemon.log -rwxrwxr-x 1 root adm 23122752257 okt 19 00:00 daemon.log.1 -rw-r----- 1 root adm 2756977 okt 19 14:05 debug -rw-r----- 1 root adm 1048983611 okt 18 23:55 debug.1 -rwxrwxr-x 1 root root 0 jul 24 00:00 dpkg.log -rw-r--r-- 1 root root 2784 feb 12 2023 faillog -rwxrwxr-x 1 root root 2847 dec 4 2022 fontconfig.log drwxr-xr-x 3 root root 4096 dec 4 2022 hp -rwxrwxr-x 1 root adm 818 okt 19 13:00 kern.log -rwxrwxr-x 1 root adm 13796027 okt 18 20:31 kern.log.1 -rw-rw-r-- 1 root utmp 292292 okt 19 14:04 lastlog drwx--x--x 2 root root 4096 okt 14 11:52 lightdm -rw-r----- 1 root adm 265264 okt 19 14:05 messages -rw-r----- 1 root adm 119656811 okt 19 00:00 messages.1 drwx------ 2 root root 4096 sep 26 2019 private -rw-r----- 1 root adm 116739711 okt 19 14:06 syslog -rw-r----- 1 root adm 196420717 okt 19 00:00 syslog.1 -rw-r----- 1 root adm 228016 okt 18 00:00 syslog.2.gz -rwxrwxr-x 1 root adm 3022087 okt 19 14:05 user.log -rwxrwxr-x 1 root adm 1175652544 okt 18 23:55 user.log.1 -rwxrwxr-x 1 root adm 0 feb 16 2019 vsftpd.log -rwxrwxr-x 1 root adm 304 jul 25 17:34 vsftpd.log.2 -rwxrwxr-x 1 root adm 304 jul 5 17:06 vsftpd.log.3 -rwxrwxr-x 1 root adm 304 jun 20 13:59 vsftpd.log.4 -rw-rw-r-- 1 root utmp 162048 okt 19 14:04 wtmp -rw-r--r-- 1 root root 8703 okt 14 11:52 Xorg.0.log -rw-r--r-- 1 root root 8775 feb 17 2019 Xorg.0.log.old Op woensdag 18 oktober 2023 om 23:49:32 UTC+2 schreef [email protected]: > This might be a bit more comprehensive: > > sudo find / -xdev -size +1000000 -ls > > This will report any "large" files. If I'm reading the manpage correctly, > the number is the count of 512 byte > blocks by default, so you can fiddle with the number and/or tack on a > scale character. See "man find" and see > the options for the -size test. > > The sudo prevents permissions warnings. > > Chris > On Wednesday, October 18, 2023 at 11:47:04 AM UTC-6 vince wrote: > >> I know we have a language issue here, but I think you might need a little >> Linux training too. >> >> We have already established that your /var/log directory is filling up. >> That is very unusual. You need to determine what is causing the big logs. >> >> Please run the following and provide the output: >> ls -al /var/log >> >> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/a438179c-7102-46c7-90fe-ad09850118d7n%40googlegroups.com.
