Hi, after running the full update with Anthias script, I got errors about insufficient space, I tried different commands to clean up the old anthias installation but the procedure always gives an error about insufficient space, I tried to use these commands to clean up the sd memory card:
sudo apt autoremove --purge
sudo apt clean
sudo rm -rf /tmp/*
sudo rm -rf /var/tmp/*
When i launch command : sudo df -h i get this :
pi@Anthias-Squero:~ $ sudo df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 14G 13G 1.2G 92% /
devtmpfs 266M 0 266M 0% /dev
tmpfs 396M 0 396M 0% /dev/shm
tmpfs 159M 1.5M 157M 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
/dev/mmcblk0p1 255M 31M 225M 13% /boot
tmpfs 80M 0 80M 0% /run/user/1000
overlay 14G 13G 1.2G 92% /var/lib/docker/overlay2/7709710b0e902859804b933f22c95ff9273ab5ff7bf2559912d950420b3b8612/merged
overlay 14G 13G 1.2G 92% /var/lib/docker/overlay2/b3417a80dea20f40a49f3785d260bec398bf09109615ae5431d2b0af0e311e27/merged
overlay 14G 13G 1.2G 92% /var/lib/docker/overlay2/ad7f05c5b7834d6fb8d8637189b21107d4b4215297f165b064b7e9cbd59f6dfe/merged
overlay 14G 13G 1.2G 92% /var/lib/docker/overlay2/131470c4a3aa61c4a15b6f7160f74d3b420467a71bd8fafe65d65d65b98e1fe8/merged
overlay 14G 13G 1.2G 92% /var/lib/docker/overlay2/9ec0f26245457bacb70a860daa0a7aedfbc84a4d514296aefdb7426fce34670e/merged
overlay 14G 13G 1.2G 92% /var/lib/docker/overlay2/3facb4a0bb3830e8db6526ab89ebb92d170f2fad027622b890871616a079a54d/merged
I tried already to use “Advanced Options” → “Expand Filesystem” in Raspi Config to extend partition
How do I get more space without reinstalling Raspberry Pi O/S Lite 64bit?
Perhaps i found a solution about space inside this post : Can change all settings but basic authentification - #10 by nicomiguelino
The script ran fine all the way to the end with no more out of space errors. I’ll reboot and test it thoroughly.
Anthias installed without crashing this time but after rebooting the screen remains black even though ssh and web ui works fine. Same problem occurred for which I opened this POST

@nicomiguelino
In this particular TV (one of the 40 digital TVs), to avoid too many factors coming into play, I did not update the TV bios or the Raspberry PI o/s lite 64 version, only Anthias. So I deduce that it depends exclusively on Anthias at this point. Suggestions? I’ll try to copy the new log to you. Let me know if I launched it from the correct user and folder. Thanks.
root@Anthias-Squero:/home/pi/screenly# docker compose logs -ft anthias-viewer
anthias-viewer-1 | 2025-06-27T08:47:25.052316557Z ./bin/start_viewer.sh: line 39: /sys/fs/cgroup/memory/memory.swappiness: No such file or directory
anthias-viewer-1 | 2025-06-27T08:47:44.079283246Z Loading browser…
anthias-viewer-1 | 2025-06-27T08:52:40.387526396Z ./bin/start_viewer.sh: line 39: /sys/fs/cgroup/memory/memory.swappiness: No such file or directory
anthias-viewer-1 | 2025-06-27T08:53:13.815369138Z Loading browser…
anthias-viewer-1 | 2025-06-27T09:22:00.712218636Z ./bin/start_viewer.sh: line 39: /sys/fs/cgroup/memory/memory.swappiness: No such file or directory
anthias-viewer-1 | 2025-06-27T09:22:35.013232905Z Loading browser…
anthias-viewer-1 | 2025-06-27T10:02:25.223966187Z ./bin/start_viewer.sh: line 39: /sys/fs/cgroup/memory/memory.swappiness: No such file or directory
anthias-viewer-1 | 2025-06-27T10:02:58.588486277Z Loading browser…
@caimano, looking at the logs, the browser is not starting.
Could you run the following commands from your terminal?
cd ~/screenly
docker compose exec anthias-viewer bash
sudo -E -u viewer dbus-run-session ScreenlyWebview
After running the ScreenlyWebview
command, the screen should go black until you do Ctrl-C
. Let me know if you run into some issues. If so, please share the console output that you get.
Hi, i share the ssh console output.
Tv display is black
@caimano, looking at the logs, it seems like the connected display is not being recognized.
What would you get if you run the following inside the anthias-viewer
container?
ls -l /dev/fb*
ls -l /dev/dri
It would also be helpful if you check the value of QT_QPA_PLATFORM inside anthias-viewer
:
echo $QT_QPA_PLATFORM