I’m loosing my mind over this issue, as nothing seems to help resolving it. My logs are just growing, system constantly writing to disk (luckily I’m not using SD card, as it would have been burnt for sure)…
Does anyone have any info, is it even dealt with on a developer level? Or where can I report it?
There is an issue opened on GitHub (Supervised installer), but there are so many different informations and (obviously) also different variations of the same issue in the same topic, that I completely lost the track, what’s the issue, what’s the solution and if it’s even posted in the correct repo…
Thx for the tip, I changed the setting, will see how it works. But I’m afraid this will only limit the log file size and it’s not really a solution to the actual problem.
Besides, my log files are just growing (and system writes to the disk all the time) regardless if I open the Host logs or not - it’s not induced by viewing Host log, it just does it all the time…
Don’t forget to restart journald after changes apply.
When you opens a Hosts logs in HA u will get spam to journald logs from microhttpd with “Setting TCP_NODELAY option to ON state failed” and etc.
The logs growing it is the nature of logs, but if you consider it’s explicit you should dive deeper to find the reason.
I’ve was pressed to migrate from micro SD card to another solution after I’ve lost mine SD card and should reinstall all system again.
after updating i had like 9 warning messages but thanks to this thread and hassio’s own web ressources i was able to resolve all of them but one: Unsupported system - Operating System – which will probably stay on a raspbian buster bullseye supervised installation.
anyway thank you very much to everyone involved here <3
If this bothers you upgrading Buster to Bullseye, at least if your initial installation is based on this guide should be painless when using these instructions.
thanks for the reply. now that you mentioned it i realized that i mixed up the two; in fact i am already running Bullseye. upgraded via apt full-upgrade (not the links you posted unfortunately)
If you have an earlier version installed upgrade OS-Agent to the latest available version. About how to do that check again the last section of my above mentioned Debian upgrade guide.
Restart the host after you have upgraded OS-Agent.
while fixing the other error messages i reinstalled OS agent already and even the supervised installation script again. system settings seem to confirm this
While Raspian is based on Debian, it is not Debian but a Debian derivative. Thus there is no way to eliminate that “Unsupported System”-message. Either you will have to live with it or change the underlying OS to Debian 11 (but not a derivative)
If you have an issue with the size of journal files, I use this script from time to time to fix them:
#!/bin/bash
# To see current disk usage
journalctl --disk-usage
# The safest way to remove unessesary entries is via the journalctl:
journalctl --vacuum-size=128M
# After that you can verify if everything is still intact:
journalctl --verify
BTW, if you have set the size in the journal configuration, maybe it is not necessary, but for those who haven’t, usually, journal files keep growing and occupying the file system.
I have the bug on the host log file, if you watch it from HA, but I almost never use that feature: I resolved forcing a reinstall of the packages involved and a lots of reboots
Hope this helps.
M.
My log file says it’s only 4 Gb’s, but today I tried doing a home assistant backup and in the matter of about 6 hours the backup failed and my disk usage literally jumped 200 GB’s.
Struggling to understand what is happening. I have the same warnings.