We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
juju-db.mongod --version
Running under gdb, the failing instruction is ldaddal, that became available in armv8.1-a.
ldaddal
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.
The text was updated successfully, but these errors were encountered:
I'm also experiencing this issue on a Raspberry Pi. Did you find a workaround?
Sorry, something went wrong.
No branches or pull requests
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 inarmv8.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.
The text was updated successfully, but these errors were encountered: