Can not make it run on QNAP Nas with Intel Celeron CPU #1982
Unanswered
clemens-holleis
asked this question in
Q&A
Replies: 1 comment
-
|
Thanks for the feedback, it is recommended to compile manually, adjust the parameters, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I try to run RustFS on my QNAP NAS using Docker Compose via Portainer interface.
The container spins up and crashes due to some incopatible CPU
I ran
docker inspect rustfs --format='{{.State.ExitCode}}'and got 132.Exit code 132 indicates that the Docker container was terminated by the SIGILL (Illegal Instruction) signal. This means the container's main process attempted to execute an instruction that the CPU does not support.
To check the CPU type I ran
cat /proc/cpuinfo | grep "model name" | uniqreturningmodel name : Intel(R) Celeron(R) CPU N3160 @ 1.60GHz
I already tried to build RustFS with a custom Dockerfile on the NAS. This took forever and did not solve the issue.
Does anyone have an idea for this?
Thanks, and regards,
Clemens
Beta Was this translation helpful? Give feedback.
All reactions