Skip to content
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

Problems with ARM64 Support While Installing Fenrus on a Raspberry Pi #190

Open
pitus1 opened this issue Jul 13, 2023 · 1 comment
Open

Comments

@pitus1
Copy link

pitus1 commented Jul 13, 2023

Hello,

I recently tried to install Fenrus on my Raspberry Pi running on ARM64. According to the Docker Hub, the image 'revenz/fenrus:latest' should support ARM64. However, I experienced issues getting the image to work on my system.

Initially, I attempted to pull the Docker image using the command docker pull revenz/fenrus:latest but I received a message saying there is no matching manifest for linux/arm/v8 in the manifest list entries. After managing to successfully download the image anyway, I couldn't get the container to start. The output of docker logs Fenrus showed no error messages and docker ps showed the container status as perpetually restarting.

Then, I tried to pull and start the Fenrus image from another repository (brightopia/fenrus), which worked. However, I would find it helpful to know how I can get the original 'revenz/fenrus:latest' image to work on my Raspberry Pi, as it should support ARM64 according to the description.

Could you please provide advice or instructions on how to successfully install and run the 'revenz/fenrus:latest' Docker image on a Raspberry Pi with ARM64?

Thank you in advance for your help!

Best regards,
pitus1

@maaroen
Copy link
Contributor

maaroen commented Oct 20, 2023

I'm running the official image on a rasbperry pi 4B, and it works without issues, so I've got a few questions:

Which raspberry pi are you using?
What are you using to run the container?
What is the output of this command? (if using Docker): docker system info | grep -i Arch
Which operating system did you install? (and x64 or x86)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants