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

exec format error #3

Open
Holzhauer opened this issue Mar 9, 2022 · 3 comments
Open

exec format error #3

Holzhauer opened this issue Mar 9, 2022 · 3 comments

Comments

@Holzhauer
Copy link

Thanks for this project! When I run the RWSOL docker container on Rasbian with docker-compose up, I get
standard_init_linux.go:228: exec user process caused: exec format error
Any ideas?

docker-compose.yml:

version: "3"

services:
  frontend-rwsols:
    image: ex0nuss/remote-wake-sleep-on-lan-docker
    container_name: frontend-rwsols
    restart: unless-stopped
    network_mode: host
    environment:
      - APACHE2_PORT=8089
      - PASSPHRASE=INES@work
      - RWSOLS_COMPUTER_NAME="RDP-Rechner"
      - RWSOLS_COMPUTER_MAC="A0:66:10:B8:2F:B1"
      - RWSOLS_COMPUTER_IP="141.51.123.30"
@ex0nuss
Copy link
Owner

ex0nuss commented Mar 10, 2022

Hi, you're welcome! In the first iteration I only did an image for x86 (amd64), but unfortunately not ARM.

I started working on an ARM image, but I am currently busy with work...
I encountered an problem sending WOL packages from my RPI4 but didn't had time to look into it.

@Holzhauer
Copy link
Author

Hi, thanks for the reply. I was able to build the image on RPi4 on buster. For some reason the newer ubuntu images did not work (I tried latest and 20.04 and got "At least one invalid signature was encountered."), but 18.04 did. I just had to change the php version in paths in the Dockerfile. WoL worked with the new image on RPi4.

@koko004
Copy link

koko004 commented Mar 12, 2024

When I try to build the image (using Ubuntu 18.04 base image) I get this error
Can help me? I try build to armv7
image

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

3 participants