The "-m" option to du means that sizes are in *megabytes*. Your /var/log directory has 26 *gigabytes* in it.
On Tue, Oct 17, 2023 at 2:12 AM Ton vanN <[email protected]> wrote: > Vince, > The results of the suggested checks. > > *raspberrypi9*:~ $ sudo du -sm /var/log > 25977 /var/log > *raspberrypi9:~ $ *sudo du -sm /tmp > 1 /tmp > *raspberrypi9:~ $* sudo du -sm /home/pi > 53 /home/pi > *raspberrypi9:~ $* sudo du -sm /var/tmp > 1 /var/tmp > > IMHO contents of checked files are minimal .... > Wondering why /dev/root full, with this Raspberry only running WeeWX plus > 2 auxiliary Python-scripts (sized 2KB and 1KB), serving periodic upload of > weewx.sdb to a remote, backup server > > Guessing/speculation: > might expansion of the file system (via raspi-config) have had some > effects? > Op maandag 16 oktober 2023 om 20:58:56 UTC+2 schreef vince: > >> Your / partition is full. You have 29G Size and 29G Used and 0 >> Available. >> >> *raspberrypi9:~ $* df -h >> Bestandssysteem Grootte Gebruikt Besch Geb% Aangekoppeld op >> /dev/root 29G 29G 0 100% / >> devtmpfs 430M 0 430M 0% /dev >> tmpfs 462M 0 462M 0% /dev/shm >> tmpfs 462M 47M 415M 11% /run >> tmpfs 5,0M 4,0K 5,0M 1% /run/lock >> tmpfs 462M 0 462M 0% /sys/fs/cgroup >> /dev/mmcblk0p1 253M 49M 204M 20% /boot >> tmpfs 93M 0 93M 0% /run/user/1000 >> >> Check your /var/log partition to see what its size is: >> >> sudo du -sm /var/log >> >> If it is not many GB, check your /home/pi and /tmp and /var/tmp >> directories the same way. >> >> >> -- > 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/2311e7cb-34e4-40f2-a659-5463b414dffcn%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/2311e7cb-34e4-40f2-a659-5463b414dffcn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zEDDJ%2BPczj6Do6%3DuqBiK0X-ej8b80mLwZU_1Qgjzq0NJug%40mail.gmail.com.
