You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When trying to start start nginx-proxy-manager docker/container on a QNAP TS-231P3 an infinite loop occurs - always with a couple of the error messages in the console:
/bin/sh: error while loading shared libraries: libc.so.6: ELF load command address/offset not page-aligned
Is your feature request related to a problem? Please describe.
When trying to start start nginx-proxy-manager docker/container on a QNAP TS-231P3 an infinite loop occurs - always with a couple of the error messages in the console:
In the meantime I figured out that this is related to QNAPs change of system page size from 4k to 32k to improve the performance. See also
nextcloud/docker#2078
teslamate-org/teslamate#3681
https://www.qnap.com/da-dk/how-to/faq/article/why-do-the-installed-third-party-containers-not-run-successfully-on-specific-32-bit-arm-devices
Describe the solution you'd like
Add support for armv7 with system page size of 32K or some how to build an image - sorry I am a docker newbie
Describe alternatives you've considered
Building my own docker imager out of the sources? But I have no idea...
The text was updated successfully, but these errors were encountered: