sipcapture / homer-docker

HOMER 10 Docker
GNU Affero General Public License v3.0
13 stars 10 forks source link

call flow not data #2

Closed manchelsi closed 10 months ago

manchelsi commented 10 months ago
Снимок экрана 2023-09-12 в 07 47 16

and systemd log:

root@homer:/usr/src/homer-docker/all-in-one# journalctl -f
Sep 12 04:49:17 homer systemd[1]: run-docker-runtime\x2drunc-moby-755007914bf62162540c5c0f2d4d4026e98b62ea12a9d9c08032f2a4cae8991c-runc.MDkHH5.mount: Deactivated successfully.
Sep 12 04:49:18 homer systemd[1]: run-docker-runtime\x2drunc-moby-755007914bf62162540c5c0f2d4d4026e98b62ea12a9d9c08032f2a4cae8991c-runc.dtqJ54.mount: Deactivated successfully.
Sep 12 04:49:19 homer systemd[1]: run-docker-runtime\x2drunc-moby-755007914bf62162540c5c0f2d4d4026e98b62ea12a9d9c08032f2a4cae8991c-runc.wLWYZw.mount: Deactivated successfully.
Sep 12 04:49:20 homer systemd[1]: run-docker-runtime\x2drunc-moby-755007914bf62162540c5c0f2d4d4026e98b62ea12a9d9c08032f2a4cae8991c-runc.TCNH3X.mount: Deactivated successfully.

container id 75500791:

root@homer:/usr/src/homer-docker/all-in-one# docker ps | grep 75500791
755007914bf6   clickhouse/clickhouse-server:22.8-alpine   "/entrypoint.sh"         10 minutes ago   Up 10 minutes (healthy)   0.0.0.0:8123->8123/tcp, :::8123->8123/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp, 9009/tcp                                                                  clickhouse-server
lmangani commented 10 months ago

@manchelsi You did not include any details or valuable information, we can't guess problems from screenshots. Your tables seemsempty.

manchelsi commented 10 months ago

Screenshot_20230912_100909

Packages are generated by docker-hepgen. But call-flows are empty.

lmangani commented 10 months ago

These are statistics. Try to restart heplify-server and see if messages pop up, it might be due to a slow startup sequence.

manchelsi commented 10 months ago

docker restart heplify-server yes, now it works. Need a timeout for heplify-server

Screenshot_20230912_105721

lmangani commented 10 months ago

Thanks for the confirmation. We'll push a fix for this common slow startup issue this week.

lmangani commented 10 months ago

Please pull the latest containers, the issue should be gone.