-
Notifications
You must be signed in to change notification settings - Fork 948
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
Startup errors with return code 132 #296
Comments
I just tried your command on a Ubuntu 20.04 and it works fine. When I google error 132, I see stuff about cpu instruction sets. Can you try this? sudo cat /proc/cpuinfo | grep avx Ref: Exit Code 132 on SO I suspect you have an older cpu model on this box? |
@ryanrussell is right. Also, |
Oooh, that's a nice catch. Apparently, this CPU lacks AVX instruction set. @romange Is it possible to keep on using a dockerized dragonfly in this case? |
I do not think you can use even non-dockerized version of dragonfly on a hardware it does not support. Why do you want to run dragonfly on embedded hardware? |
Fortunately, there is no specific or special reason to use dragonfly in this case, besides "I like the project and it's great" 😄 However, I'd recommend mentioning the required AVX support in order for dragonfly to work. Thanks for the help on cracking this case 😎 |
@Sulunia Pedro, if you like the project, it is possible to still use it with weaker cpus, |
Oh, that's great! I thought AVX support was a must have set in stone. Here's the cpuinfo spec: CPU info
|
Describe the bug
Using docker, I am unable to run dragonfly at all. Platform seemingly fits all requirements, which makes it quite mysterious... 🤔
To Reproduce
I'm currently trying to run it with
docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly --vmodule=main_service=2 --logbuflevel=-1
There is no output, besides a return code 132
Screenshots
Environment (please complete the following information):
Reproducible Code Snippet
Additional context
It's an embedded equipment, running a common x86 platform.
The text was updated successfully, but these errors were encountered: