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/d521769b-0cbf-4070-8a93-00657f7b659cn%40googlegroups.com.
