Homarr container not working on 32k page size system.

Good day! I have a QNAP NAS TS-431P3 on which i want to run Homarr. Sadly the Homarr container does not start at all on this system. I'm not even getting any logs to help me troubleshoot. I suspect it is because QNAP made their ARM 32 bit system use 32k page size instead of 4k (see link below). Anyone has more info on how I could make it work? https://www.qnap.com/en/how-to/faq/article/why-do-the-installed-third-party-containers-not-run-successfully-on-specific-32-bit-arm-devices Thank you for the help!
1 Reply
Manicraft1001
Manicraft100111mo ago
Hi, thanks for the post. Sadly, I am unable to provide support with third party devices. This issue is most likely not related to Homarr in a direct way. We build our Docker images to be compatible with linux/amd64, linux/arm/v7 and linux/arm64. arm/v7 should be the one, that most arm devices use: https://github.com/ajnart/homarr/pkgs/container/homarr At least some debug information would be required to help you. Have you tried to start from the command line manually? Remove -d for debugging purposes when you use the CLI.
GitHub
Build software better, together
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 330 million projects.