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

Add support for armv7 with system page size of 32K #3768

Open
struhs opened this issue May 20, 2024 · 1 comment
Open

Add support for armv7 with system page size of 32K #3768

struhs opened this issue May 20, 2024 · 1 comment

Comments

@struhs
Copy link

struhs commented May 20, 2024

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

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...

Copy link

Issue is now considered stale. If you want to keep it open, please comment 👍

@github-actions github-actions bot added the stale label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant