-
Notifications
You must be signed in to change notification settings - Fork 285
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
Default deployment of SELKS dockerized version over Ubuntu 22.04.4 LTS does not work 🐞🐋 #460
Comments
Replacing "$PWD" in the .env file for "." and in the docker-compose.yml makes the solution start working, all connected EXCEPT moloch that throws an error : {"success":false,"text":"User not found"} |
sudo tail /var/lib/docker/volumes/selks_arkime-logs/_data/viewer.log
sudo tail /var/lib/docker/volumes/selks_arkime-logs/_data/capture.log
|
From https://www.howtoforge.com/how-to-install-arkime-moloch-packet-capture-tool-on-ubuntu-22-04/ |
@bleblux - just confirming as per your chat message. The setup is working fine on previous LTS but not on LTS 22.04.4, correct ? |
Yes! |
sudo docker exec -it arkime sh manually inside the docker gives me access to moloch from web, but It isn't correcly initialized, as if I follow a FPC from the ALERTS dashboard throws an error of inesistent field, understanding that the dialog between elastic and moloch was'nt correctly initialized. |
Is there an existing issue for this?
Current Behavior
Default deployment of SELKS dockerized version over Ubuntu 22.04.4 LTS does not work
Expected Behavior
No response
Steps To Reproduce
After execution of , on sudo -E docker compose up -d, I get an error :
â Container scirius Error â ´ Container suricata Created
â ´ Container logstash Created
dependency failed to start: container scirius is unhealthy
sudo docker ps -a get a:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1a3f426fd759 elastic/logstash:7.16.1 "/usr/local/bin/dockâ¦" 16 minutes ago Created logstash
970fa5a30ed0 jasonish/suricata:master-amd64 "/etc/suricata/new_eâ¦" 16 minutes ago Created suricata
2943b4580697 elastic/elasticsearch:7.16.1 "/bin/tini -- /usr/lâ¦" 17 minutes ago Up 16 minutes (healthy) 9200/tcp, 9300/tcp elasticsearch
bc8cc80984c0 ghcr.io/stamusnetworks/arkimeviewer:master "/start-arkimeviewerâ¦" 17 minutes ago Up 16 minutes 8005/tcp arkime
766b7f98926c ghcr.io/stamusnetworks/scirius:selks "/opt/scirius/bin/stâ¦" 17 minutes ago Up 16 minutes (healthy) 8000/tcp scirius
b89a2b76c2de elastic/kibana:7.16.1 "/bin/tini -- /usr/lâ¦" 17 minutes ago Up 16 minutes (healthy) 5601/tcp kibana
d9573190b2f3 nginx "/docker-entrypoint.â¦" 17 minutes ago Up 16 minutes 80/tcp, 0.0.0.0:443->443/tcp nginx
55696001a07e jasonish/evebox:master "/docker-entrypoint.â¦" 17 minutes ago Up 16 minutes evebox
b7b161ad556b docker:latest "dockerd-entrypoint.â¦" 17 minutes ago Up 16 minutes 2375-2376/tcp cron
c46313ea7b2b portainer/portainer-ce "/portainer --logo hâ¦" 23 minutes ago Up 23 minutes 8000/tcp, 9000/tcp, 0.0.0.0:9443->9443/tcp portainer
When try to execute a sudo docker-compose stop I get:
ERROR: Named volume "${PWD}/containers-data/scirius/logs:/logs:rw" is used in service "scirius" but no declaration was found in the volumes section.
sudo docker volume ls
DRIVER VOLUME NAME
local 11a6795b06000a4fff8afec79b895237911498eb3cff8fd45c1f0e9bf106a459
local 902c0c82dcb54c6a9290a1aeac7fdb58d65c44a1ec291d642a142adc02983262
local d9602ef034584c6d871a84230ff0d2bd3ae5b72881507a3e2306698b59e44959
local portainer_data
local selks_arkime-config
local selks_arkime-logs
local selks_arkime-pcap
local selks_elastic-data
local selks_logstash-sincedb
local selks_scirius-data
local selks_scirius-static
local selks_suricata-logrotate
local selks_suricata-rules
local selks_suricata-run
For sure, there's a problem with ${PWD} in Ubuntu 22.04.4 LTS
Docker version
Docker version 26.0.0, build 2ae903e
Docker version
docker-compose version 1.29.2, build 5becea4c
OS Version
Ubuntu 22.04.4 LTS
Content of the environnement File
COMPOSE_PROJECT_NAME=selks
INTERFACES= -i br0
RESTART_MODE=on-failure
SCIRIUS_SECRET_KEY=I3FjKiw4ZCOGq6LTsOdNT0FI5RQ9YeaJ9Azawr5eWKE
PWD=${PWD}
Version of SELKS
commit 2fc5391 (HEAD -> master, origin/master, origin/HEAD)
Merge: a030b9a 16fc908
Author: Eric Leblond [email protected]
Date: Mon Sep 11 08:35:37 2023 +0000
Anything else?
No response
The text was updated successfully, but these errors were encountered: