cisagov / Malcolm

Malcolm is a powerful, easily deployable network traffic analysis tool suite for full packet capture artifacts (PCAP files), Zeek logs and Suricata alerts.
https://cisagov.github.io/Malcolm/
Other
1.91k stars 319 forks source link

Scripts Start Error after full setup completed #298

Closed theusername-sudo closed 6 months ago

theusername-sudo commented 7 months ago

🐛 Summary

What's wrong? Please be specific.

To reproduce

Steps to reproduce the behavior:

  1. Run the ./scripts/configure
  2. run the ./scripts/auth_setup
  3. Error's out on ./scripts/start

Expected behavior

What did you expect to happen that didn't? I expected all the docker pods to start but i received " ERROR: for DOCKERPODNAME Cannot create container for service netbox-redis-cache: invalid JSON: json: cannot unmarshal number into Go struct field LogConfig.HostConfig.LogConfig.Config of type string "

This happened on almost all of docker pods

Any helpful log output or screenshots

mmguero commented 6 months ago

Could we get a bit more information?

theusername-sudo commented 6 months ago
mmguero commented 6 months ago

I'd be willing to bet the issue is the docker compose version. Looking at the release log, that version of compose is almost 3 years old. Which is interesting, considering your Docker version is less than a year old.

Any chance you could update docker compose to a more up-to-date version and try?

theusername-sudo commented 6 months ago

That was exactly it, had to get it from the official repository instead of the one provided in ubuntu's default repo. Thank you so much!!!