See spinning icons, nothing loads. The device has been offline for more than 31 days. Possible problem with it populating empty graphs? Attempted a reinstall issue is still there on multiple browsers.
Here is one FAQ to read that may have a solution for you.
You can also flush the PiHole log with pihole -f or from the web admin screen on the [settings - system] page. Disable query logging and flush logs, then re-enable query logging.
sed: can't read /etc/pihole/pihole-FTL.conf: No such file or directory
[i] Flushing /var/log/pihole.log ...error: destination /var/log/pihole.log.1.gz already exists, renaming to /var/log/pihole.log.1.gz-2018072601.backup
gzip: stdout: No space left on device
error: failed to compress log /var/log/pihole.log.1
error: destination /var/log/pihole-FTL.log.1.gz already exists, renaming to /var/log/pihole-FTL.log.1.gz-2018072601.backup
gzip: stdout: No space left on device
error: failed to compress log /var/log/pihole-FTL.log.1
error: destination /var/log/pihole.log.1.gz already exists, renaming to /var/log/pihole.log.1.gz-2018072601.backup
gzip: stdout: No space left on device
error: failed to compress log /var/log/pihole.log.1
error: destination /var/log/pihole-FTL.log.1.gz already exists, renaming to /var/log/pihole-FTL.log.1.gz-2018072601.backup
gzip: stdout: No space left on device
error: failed to compress log /var/log/pihole-FTL.log.1
[✓] Flushed /var/log/pihole.log
[✓] Deleted 0 queries from database
I have the same issue on Fedora 28 on VirtualBox. It works blocking ads but get spinning graph.
Has this issue being resolved ?.
[ralph@linux ~]$ pihole -f
[sudo] password for ralph:
sed: can't read /etc/pihole/pihole-FTL.conf: No such file or directory
[✓] Flushed /var/log/pihole.log
[✓] Deleted queries from database
After performing the flush command I rebooted the device and the graphs work again.
I know its not a piehole questions but expanding the logs dir how would one go about that. Or decreasing the logs that pihole keeps so I can logrotate?
The size of the ramlog filesystem is set in the file /etc/default/ramlog
If there is a line which reads TMPFS_RAMFS_SIZE=50m, you can change it to the size you require. If there is no such line, you can add one using the above format.
After rebooting you can check the size the same way you did above, with df -h
Ohw. Ps. since df isnt showing the ram2log log2ram mount anymore, you probably killed it and need to remove previouse change in the "/etc/default/ramlog" file to get it to work again.
My problem is resolved. Ralph_Osle please make your own thread you are confusing people ( deHakkelaar ) who are trying to help you when they compare my logs with your issue.
-Cleaned up log directory of all pihole logs so there was free space.
-After performing the flush command it still did not work, restarting FTL made no difference.
-I rebooted the device and the graphs work again.
Issues was low disk space for logrotate, and rebooting. Im sure retsarting all of piholes services would have been fine as well after the clean and flush.