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

Docker 10 Install Error qryn container is unhealthy #616

Closed
georghimself opened this issue Oct 5, 2023 · 6 comments
Closed

Docker 10 Install Error qryn container is unhealthy #616

georghimself opened this issue Oct 5, 2023 · 6 comments

Comments

@georghimself
Copy link

Cheers Guys,

i did a install on Debian 11 but at the end of the Installation
i did get this error message.

Any ideas where to look for problems from here?

root@homer:/home/homer/homer-docker/all-in-one# docker-compose up -d
mailhog is up-to-date
clickhouse-server is up-to-date
alertman is up-to-date
grafana is up-to-date

ERROR: for qryn Container "9a6480b8c0bb" is unhealthy.
ERROR: Encountered errors while bringing up the project.

@github-actions
Copy link

github-actions bot commented Oct 5, 2023

Please star this repository to motivate the developers and to get higher priority! ⭐

@lmangani
Copy link
Member

lmangani commented Oct 5, 2023

A good first step is to inspect the container logs to find out what the issue might be. It cannot be guessed by status.

@georghimself
Copy link
Author

ofc. sorrry.
this is the log for clickhouse. im running on proxmox cpu is set to host

Instruction check fail. The CPU does not support SSSE3 instruction set.
Instruction check fail. The CPU does not support SSSE3 instruction set.
Instruction check fail. The CPU does not support SSSE3 instruction set.
Instruction check fail. The CPU does not support SSSE3 instruction set.
/entrypoint.sh: create new user 'qryn' instead 'default'
Instruction check fail. The CPU does not support SSSE3 instruction set.

@georghimself
Copy link
Author

Its an AMD Opteron(tm) Processor 6128
cpuinfo says flags sse sse2 sse4a
if that helps

@lmangani
Copy link
Member

lmangani commented Oct 5, 2023

I guess the issue is with the ClickHouse container not being able to start.
Since we don't build that container, we can't help much but You can raise this with the ClickHouse team OR switch to a different clickhouse-server distribution (such as those from bitnami, altinity, etc) to replace the default image.

@lmangani
Copy link
Member

lmangani commented Oct 6, 2023

Based on the provided info this failure is caused by lack of SS3 instruction set required by ClickHouse (not qryn/homer)

Instruction check fail. The CPU does not support SSSE3 instruction set.

The solution is to find/use a ClickHouse build w/o SS3 dependencies, if that exists. Closing, but feel free to comment in this thread if you need pointers or suggestions.

@lmangani lmangani closed this as completed Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants