-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
armhf vs arm64 #3
Comments
Thank you! You are correct. This happens because I'm using the 32-bit version of Raspbian. Any ideas are welcome :) |
In the meantime I just updated the README file and added a note linking to this issue. |
Just for information in case somebody else stumbles upon this. On Ubuntu Server 20.04 you can just install it via apt. In my case it was already installed:
|
Hey, This is really cool - thanks for all the hard work 😄
Just thought I'd raise this, as it was a small issue I hit.
my hardware:
1 x raspberry pi 4 (8gb)
2 x raspberry pi 3b+ 's (1gb)
7 x raspberry pi compute module 3+'s (1gb)
All running ubuntu server 20.04 LTS 64-bit
On trying to install using your Ansible, i got this error across all nodes:
fatal: [node2]: FAILED! => {"changed": true, "cmd": ["dpkg", "-i", "libseccomp2_2.5.1-1_armhf.deb"], "delta": "0:00:00.237499", "end": "2021-06-18 14:07:28.893279", "msg": "non-zero return code", "rc": 1, "start": "2021-06-18 14:07:28.655780", "stderr": "dpkg: error processing archive libseccomp2_2.5.1-1_armhf.deb (--install):\n package architecture (armhf) does not match system (arm64)\nErrors were encountered while processing:\n libseccomp2_2.5.1-1_armhf.deb", "stderr_lines": ["dpkg: error processing archive libseccomp2_2.5.1-1_armhf.deb (--install):", " package architecture (armhf) does not match system (arm64)", "Errors were encountered while processing:", " libseccomp2_2.5.1-1_armhf.deb"], "stdout": "", "stdout_lines": []}
I just switched the URL to point to an arm64 binary instead and all was fine.
I was going to make the change and open a pull request, but i appreciate you may want to keep the current armhf deb in place for a number of reasons! If not, let me know and I'll get a pull request opened!
For anyone who may come across this issue in future, my fix was updating the ansible-playbook-libs.yaml file to the following:
Thanks again!
The text was updated successfully, but these errors were encountered: