sipcapture / homer

HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring
https://sipcapture.org
GNU Affero General Public License v3.0
1.58k stars 239 forks source link

Docker 10 Install Error qryn container is unhealthy #616

Closed georghimself closed 9 months ago

georghimself commented 9 months ago

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[bot] commented 9 months ago

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

lmangani commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

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

lmangani commented 9 months ago

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 commented 9 months ago

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.