juju / juju-db-snap

GNU Affero General Public License v3.0
0 stars 7 forks source link

Juju-db 4.4/stable snap fails with Illegal Instruction on armv8-a (Raspberry Pi 4) #40

Open ghislainbourgeois opened 4 months ago

ghislainbourgeois commented 4 months ago

The snap for version 4.4/stable fails with an illegal instruction signal on raspberry pi 4 when running the command juju-db.mongod --version.

Running under gdb, the failing instruction is ldaddal, that became available in armv8.1-a.

I have tested the older 4.0/stable version and it does not seem to suffer from the same problem.

The failing snap version is selected by juju 3.4.2 when bootstrapping, preventing the use of my Pi4 MicroCloud with Juju.

samuelallan72 commented 2 months ago

I'm also experiencing this issue on a Raspberry Pi. Did you find a workaround?