Kyle Harding
Kyle Harding
Hey man, I've seen this happen during setup when the database is still initializing on first run. I would try to hit the public URL again and see if it...
Also Happy New Year :tada:
Wonder if resolving [this issue](https://github.com/klutchell/balena-pihole/pull/161) will just fill up my tmpfs and then what? Will the container restart or will the device hang?
@eiddor yup, you should have VPN access via the dashboard still? It looks like you do. Open a shell session into the pihole container and `rm -rf /var/log/pihole/*`
If the container isn't running, we can find that path on the host... ``` find /mnt/data/docker/overlay2 -name FTL.log -delete ```
I wonder if it's related to this commit? https://github.com/pi-hole/PADD/pull/235
@eiddor I can help recover this whenever you have time. Currently it looks like the balena engine (aka docker daemon) is not running, so possibly a partial file from when...
Also, if you don't have any customized settings, ad lists, devices, etc (or if you have a recent backup) we could just purge the data dir and reboot. ``` rm...
Generally a full data partition should not be able to impact the hostOS, that's why we keep the rootfs as read-only, but it's possible something else is going on here.
> 400 MB to 12.3 GB overnight @eiddor this is with the previous version of PADD? I haven't seen this issue since I reverted. Can you capture some of the...