[GH-ISSUE #41] exec user process caused "exec format error" #35

Closed
opened 2026-03-02 07:11:13 +03:00 by kerem · 3 comments
Owner

Originally created by @pabclsn on GitHub (Nov 28, 2017).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/41

Raspbian Stretch

docker -v

capture d ecran 2017-11-28 a 10 33 43 capture d ecran 2017-11-28 a 10 32 55

docker run --name ipsec-vpn-server --restart=always -p 500:500/udp -p 4500:4500/udp -v /lib/modules:/lib/modules:ro -d --privileged hwdsl2/ipsec-vpn-server

capture d ecran 2017-11-28 a 10 34 10 capture d ecran 2017-11-28 a 10 34 34

Can you please help ?

Originally created by @pabclsn on GitHub (Nov 28, 2017). Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/41 Raspbian Stretch `docker -v` <img width="289" alt="capture d ecran 2017-11-28 a 10 33 43" src="https://user-images.githubusercontent.com/25625769/33312259-a0b80c10-d427-11e7-847d-c3162e4fe8f2.png"> <img width="254" alt="capture d ecran 2017-11-28 a 10 32 55" src="https://user-images.githubusercontent.com/25625769/33312227-8d7c37ac-d427-11e7-8d8f-cab62eb0a387.png"> `docker run --name ipsec-vpn-server --restart=always -p 500:500/udp -p 4500:4500/udp -v /lib/modules:/lib/modules:ro -d --privileged hwdsl2/ipsec-vpn-server` <img width="1114" alt="capture d ecran 2017-11-28 a 10 34 10" src="https://user-images.githubusercontent.com/25625769/33312288-b380ab36-d427-11e7-82c3-385b5917eea9.png"> <img width="541" alt="capture d ecran 2017-11-28 a 10 34 34" src="https://user-images.githubusercontent.com/25625769/33312305-bf55fede-d427-11e7-9517-d050ced35849.png"> Can you please help ?
kerem closed this issue 2026-03-02 07:11:13 +03:00
Author
Owner

@hwdsl2 commented on GitHub (Dec 6, 2017):

@pabclsn Hello! This docker image does not support Raspberry Pis (ARM architecture).

<!-- gh-comment-id:349589080 --> @hwdsl2 commented on GitHub (Dec 6, 2017): @pabclsn Hello! This docker image does not support Raspberry Pis (ARM architecture).
Author
Owner

@axeII commented on GitHub (Nov 22, 2018):

@pabclsn You need to build image by your self:

git clone git@github.com:hwdsl2/docker-ipsec-vpn-server.git
cd docker-ipsec-vpn-server
docker build -t hwdsl2/ipsec-vpn-server .

I had zero issues building my own image on arm64 cpu architecture.

@hwdsl2 maybe you could consider supporting arm officially 🙏

<!-- gh-comment-id:441118459 --> @axeII commented on GitHub (Nov 22, 2018): @pabclsn You need to build image by your self: ``` git clone git@github.com:hwdsl2/docker-ipsec-vpn-server.git cd docker-ipsec-vpn-server docker build -t hwdsl2/ipsec-vpn-server . ``` I had zero issues building my own image on arm64 cpu architecture. @hwdsl2 maybe you could consider supporting arm officially 🙏
Author
Owner

@e3ndr commented on GitHub (Sep 22, 2019):

you have to build for 32bit linux also

<!-- gh-comment-id:533912006 --> @e3ndr commented on GitHub (Sep 22, 2019): you have to build for 32bit linux also
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-ipsec-vpn-server#35
No description provided.