size of swapfile perhaps??
On Tuesday, 24 September 2019 06:35:11 UTC+3, Scott Grayban wrote: > > Well it's not INODES > > # /bin/df -i > Filesystem Inodes IUsed IFree IUse% Mounted on > /dev/root 1925760 277090 1648670 15% / > devtmpfs 110788 412 110376 1% /dev > tmpfs 111940 1 111939 1% /dev/shm > tmpfs 111940 580 111360 1% /run > tmpfs 111940 6 111934 1% /run/lock > tmpfs 111940 12 111928 1% /sys/fs/cgroup > weewx_html 111940 75 111865 1% /home/weewx/public_html > /dev/mmcblk0p6 0 0 0 - /boot > tmpfs 111940 11 111929 1% /run/user/0 > > > On Monday, September 23, 2019 at 8:29:42 PM UTC-7, Thomas Keffer wrote: >> >> Things other than a lack of file space can cause this error. Take a look >> at this StackOverflow thread: >> https://stackoverflow.com/questions/6998083/python-causing-ioerror-errno-28-no-space-left-on-device-results-32766-h >> >> -tk >> >> On Mon, Sep 23, 2019 at 8:09 PM Scott Grayban <[email protected]> wrote: >> >>> Getting this error and can't trace why it's happening as there is plenty >>> of space on the SD card. >>> >>> cheetahgenerator: Generate failed with exception '<type >>> 'exceptions.IOError'>' >>> cheetahgenerator: **** Ignoring template >>> /etc/weewx/skins/Highcharts_Belchertown/json/year.json.tmpl >>> cheetahgenerator: **** Reason: [Errno 28] No space left on device >>> **** Traceback (most recent call last): >>> **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 332, in >>> generate >>> **** fd.write(str(compiled_template)) >>> **** IOError: [Errno 28] No space left on device >>> >>> # /bin/df >>> Filesystem 1K-blocks Used Available Use% Mounted on >>> /dev/root 30196004 9176308 19462784 33% / >>> devtmpfs 443152 0 443152 0% /dev >>> tmpfs 447760 0 447760 0% /dev/shm >>> tmpfs 447760 45412 402348 11% /run >>> tmpfs 5120 4 5116 1% /run/lock >>> tmpfs 447760 0 447760 0% /sys/fs/cgroup >>> weewx_html 20480 12836 7644 63% /home/weewx/public_html >>> /dev/mmcblk0p6 70498 23008 47490 33% /boot >>> tmpfs 89552 0 89552 0% /run/user/0 >>> >>> -- >>> 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/751a4bd2-3dce-4393-a62d-6655d9b6dd50%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/weewx-user/751a4bd2-3dce-4393-a62d-6655d9b6dd50%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/3cf235de-3a61-4348-91d3-67a323c8e0fe%40googlegroups.com.
