mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #446] "exec format error" on arm64/armv7 (Raspberry Pi 3B+) #376
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#376
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lacamera on GitHub (Jun 3, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/446
I keep getting
db_1 | standard_init_linux.go:211: exec user process caused "exec format error"followed by
app_1 | [6/3/2020] [7:21:29 PM] [Global ] › ✖ error getaddrinfo ENOTFOUND db(obviously, since db just crashed) which then leads to Bad Gateway errors when trying to login into the WebUI.
Target architecture: armv7l, armv7 as well as aarch64/arm64.
Tested on: Raspbian Lite, Ubuntu 20.04 Server 64bit and HypriotOS/armv7 (all of them were clean installs)
This is my first time running Nginx Proxy Manager on my RPI3 but I've been using on my x86_64 server just fine.
I'm not quite sure wether docker or s6 isn't detecting my archtitecture properly and thus pulling the wrong images. I seem, however, unable to specify the target arch myself (i.e.
would be helpful (but again - I can't seem to do that..)
I suppose this is a bug since the guide indicates that no special setup needs to be done for ARM devices
Edit: Spelling.
@lacamera commented on GitHub (Jun 4, 2020):
This isn't really a fix itself, but as a workaround for anyone else encountering this issue:
Replace
image: jc21/mariadb-aria:10.4(same for 10.4.12 and latest tags)with
image: yobasystems/alpine-mariadb:latestand it should work.
Please either update the guide or fix the jc21/mariadb-aria image.
@chaptergy commented on GitHub (May 12, 2021):
Closing as a duplicate of https://github.com/jc21/nginx-proxy-manager/issues/212