-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Does not run on Raspberry Pi 4 #9
Comments
Someone else has been getting this error, but it's not related to pandoc because we removed that dependency. I'll look into it :) |
Wow quick response! :) Congrats on v1.0 :) |
@conrad82 Can you post your full |
@Jafner , the log is not very exciting I'm afraid:
Tested with FLASK_DEBUG=1 also, just in case. No difference. |
I tried building it myself (I forked archivy-docker repo to https://github.com/conrad82/archivy-docker ) First it fails at step 3
I simplified the install command to After some more tweaking, I got it to start with the following changes to the code! : Now the logs look like this:
I don't get the web page up through my reverse proxy though,... I'll have to take a look another time.. |
Raspberry Pi has |
And also, I took a look at https://github.com/archivy/archivy-docker/compare/main...conrad82:main?diff=unified. At one end, the base image should be |
Ping - It's been a couple months since this issue was last discussed. Any chance it can get some attention? |
Thanks for the reminder. I'm gonna do some testing and dev this weekend. I'll keep this thread up to date on my efforts. |
@callingshotgun Have you tried building a copy from the dockerfile in the archivy-docker repository? Let me know if this works for you. If it does, we can probably add an arm64 build to the workflow. |
Thanks @Jafner ! Alas, did not work. Attached log. Command I tried was Was that the right version number to use? It seemed to go south trying to add Brotli to the image.
|
I want to fix this. Could someone with a raspberry pi join the discord server and ping me so we can troubleshoot it? I'm not sure why but it seems gcc has problems installing on an arm device - either way doing multi-architecture images would be good. |
We can probably do something like what's outlined here: https://www.docker.com/blog/multi-arch-images/ |
I am unable to run archivy through docker-compose on Raspberry Pi 4.
It runs fine if I install it directly on the RPi using
pip3 install archivy
I am running ubuntu server 20.10 (64-bit).
Since it runs outside docker, I suspect it is related to the Dockerfile, but I am not able to see the cause.
I get the following error in the docker logs:
archivy_1 | standard_init_linux.go:211: exec user process caused "exec format error"
Elasticsearch is running fine.
Snippet of my docker-compose.yml file below
(I also run other containers not shown. The container is exposed through a Caddy reverse proxy):
Reading a bit in your repository, I see an issues note that it does not work on arm due to pandoc is missing. I am able to install pandoc on ubuntu server on the raspberry pi using apt. Is this issue related to base image being alpine? Not sure if it is related to the error though..
The text was updated successfully, but these errors were encountered: