standard_init_linux.go:185: exec user process caused "exec format error"onPi3
782 views
Skip to first unread message
Shifters
unread,
Dec 19, 2017, 12:12:22 PM12/19/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Evennia
Hi all,
I can run evennia on a raspberry pi no problem but when i try and run the docker container for evennia on the raspberry pi i get the following error
standard_init_linux.go:185: exec user process caused "exec format error" with Docker version 17.09.0-ce, build afdb6d4 and the lastest version of raspbian stretch
I have run other containers successfully with the Pi3 and just wanted to give evennia a whirl with a container.
It seemed to pull and extract correctly - will the official docker container run on a Pi3 or does it have specific x86 code in it that will not run on the Pi3?
regards
Shifters
Griatch Art
unread,
Dec 19, 2017, 12:18:22 PM12/19/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Evennia
Hi,
The twisted package dependency has a compiled C binary which I guess could cause a problem if you run on a very different architecture. I guess the Pi uses an ARM processor which is pretty different. So you might want to try to build your own docker image, reinstalling twisted in it (from the PI) to see if that helps. . Griatch
Nicholas Matlaga
unread,
Dec 19, 2017, 12:19:15 PM12/19/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Evennia
If you directly make your own image based on the Dockerfile from the repo, does this happen? Or are you using the Docker Hub image?