epicgames-freebies-claimer: Docker container crash on Debian
Expected Behavior
I am using the command stated in the guide
Actual Behavior
It’s supposed to give me a log output claiming the games, instead it crashes.
root@orangepipc:/media/server/epicgames-freebies-claimer# docker run --rm --volume "$(pwd)/device_auths.json:/app/device_auths.json" ghcr.io/jackblk/epicgames-freebies-claimer:latest
standard_init_linux.go:207: exec user process caused "exec format error"
Steps to Reproduce the Problem
- Run the command inside the folder where your device_auths.json file is
- Wait for the docker image to download
- Get this error:
standard_init_linux.go:207: exec user process caused "exec format error"
Specifications
epicgames-freebies-claimerVersion: latest from docker, hard to know the version- Platform / OS: Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster
- Node Version: the one in the container
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 20 (11 by maintainers)
sounds like a node or alpine issues with armv7. Can you try running the armv6 image
ghcr.io/jackblk/epicgames-freebies-claimer:1.5.3@sha256:4e703f6767da0032531c2f316a325945f314199b673f3ceec7e3d95201590a59@jackblk
Sorry for the late response,
I have just tried the alpine 3.12 based image and it works perfectly fine.
I tried upgrading libseccomp and try the alpine 3.13 image and it works perfect too, but only upgrading with the method described here because the apt repo hasn’t been updated yet as seen below:
I am using
libseccomp2_2.5.1-1_armhf.deband it works perfect with Alpine 3.13 !!! The command from the wiki.Thank you very much for all the help, if I can help you in any way let me know!
The Orange Pi PC
I will try reinstalling docker later today (I have some sensitive containers running currently)
@SergioSV96 You can check other archs here, tab “OS / Arch”: https://github.com/jackblk/epicgames-freebies-claimer/pkgs/container/epicgames-freebies-claimer
But I think you can only use ARM-based images. What’s the model of your OrangePi?
Edit: try
arm64docker pull ghcr.io/jackblk/epicgames-freebies-claimer:1.5.3@sha256:a8ff0520cba125b5da537093933bb80f0114ff6d3b624a983916f5bbb9c7cd01Can you try to reinstall docker?
Please uninstall the old version with
sudo apt-get remove docker docker-engine docker.io containerd runcfirst and install the rapsberian version https://docs.docker.com/engine/install/debian/#install-using-the-convenience-scriptYes sorry I forgot to copy the full command:
I am trying to upgrade but it says I’m on latest version, I may need to look for something else
@SergioSV96 can you copy full log of
docker version, there are other info I need to know. BTW your docker version is released in 2019, not too old but can you upgrade?I’m emulating on my side, let me check if the image is usable for ARM or not.
I downloaded the latest image, but on another notice, --pull always command won’t work either so I did it manually