Hello. I just moved this over from the Uncategorized section…
Has anyone encountered this on their installation of Anthias on a Raspberry Pi5? I’ve tried multiple SD cards, multiple installation attempts. All with the same result on a Pi5
In the “Initialize / Upgrade Docker Containers” section, I receive the following error:
/home/admin/screenly/bin/upgrade_containers.sh: line 55: 36589 Segmentation fault sudo -E docker compose -f /hom e/${USER}/screenly/docker-compose.yml pull
Earlier in the installation phase, in the “Install Asible” section, I receive this error. Is it related?
Thank you for the help!
Al
@AlBoudreau, Anthias doesn’t support Pi 5 at the moment. If you’re after installing Anthias on a device with more computing power, you can either go for Pi 4 or x86.
@AlBoudreau,
Anthias is now compatible with Raspberry Pi 5 devices running 64-bit Raspberry Pi OS Lite (Bookworm).
Should you have issues, feel free to start a discussion here or in a new topic, create an issue, or open a pull request in GitHub.
I am still getting the same error posted by the OP. It seems CM5 is not fully supported yet ?
@tyronemc2, we haven’t tested Anthias on a CM5 yet. Since you have mentioned that you’re getting the same issue as OP, what I can do right now is to ask the following details
- OS installed — e.g. Raspberry Pi OS Lite (Bookworm, 64-bit)
- Console output of the following commands:
uname -m
getconf LONG_BIT
Thank you in advance.
Hi,
Sure no problem.
pi@cm5:~ $ uname -m
aarch64
pi@cm5:~ $ getconf LONG_BIT
64
pi@cm5:~ $ uname -r
6.6.51+rpt-rpi-2712
pi@cm5:~ $ cat /proc/version
Linux version 6.6.51+rpt-rpi-2712 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08)
Thanks.
As with the warning, it should be fine. It might be pulling the wrong set of images.
I’d also like to ask for the following:
- Output of
docker version
or sudo docker version
- Output of
cat /proc/device-tree/model && echo
pi@cm5:~ $ cat /proc/device-tree/model && echo
Raspberry Pi Compute Module 5 Rev 1.0
No Docker install prior to running the install script
$ bash <(curl -sL https://install-anthias.srly.io)
during install
pi@cm5:~ $ sudo docker version
Segmentation fault
@tyronemc2, thanks for providing more details!
The output of cat /proc/device-tree/model && echo
is just what I needed.
Currently, there are no checks for RPi CM devices.
I’ll let you know when a new patch is up.
@tyronemc2, I just deployed the fixes. You can now run the install script again. Please let me now whether you’re still having issue or not.
Installing Anthias via script from Raspberry Pi’s Bullseye on Raspberry Pi 4B.
However, I am now getting same errors in same location as OP at “Install Ansible.”
It seems the Anthias install is looking for a version of Ansible that does not exist yet.
2.17.7
Installing latest Ansible shows latest version as 2.15.13
@jspringer86, I’ll take a look at that when I get the chance tomorrow.
- Are you trying to do a fresh installation?
- Could you try installing it on a Raspberry Pi 4B running Bookworm (instead of Bullseye)?
- I would recommend installing the 64-bit version of Raspberry Pi OS.
I was having the same issue installing on Pi 4B running bullseye. Tried bookworm (64bit) instead and it was able to install the 2.17.7 version.
Full install went through without an issue.