Error 404: manifest for so-curator:2.4.50 not found #12551
-
Version2.4.50 Installation MethodSecurity Onion ISO image Descriptionupgrading Installation TypeDistributed Locationcloud Hardware SpecsExceeds minimum requirements CPU32 RAM16 Storage for /500 Storage for /nsm1TB Network Traffic Collectiontap Network Traffic Speeds1Gbps to 10Gbps StatusNo, one or more services are failed (please provide detail below) Salt StatusYes, there are salt failures (please provide detail below) LogsYes, there are additional clues in /opt/so/log/ (please provide detail below) DetailSince upgrading Security Onion from v2.4.30 -> v2.4.50, my Ran so-docker-refresh, so-docker-prune, then salt-call state.highstate and so-curator-start. And I'm still getting the following error
From the docs here (https://docs.securityonion.net/en/2.4/curator.html) it says
Can I confirm if I can safely stop and remove so-curator? If so, how do i do it? Thanks! Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This appears to be an issue with my salt configuration. Troubleshooting stepsIf you are facing similar issues, there is likely an issue with your salt configuration. My issue was that I accidentally ran |
Beta Was this translation helpful? Give feedback.
This appears to be an issue with my salt configuration.
so-curator
should be disabled from 2.4.40 onward, thus the issue.Troubleshooting steps
If you are facing similar issues, there is likely an issue with your salt configuration.
so-curator
should be disabled.My issue was that I accidentally ran
so-saltstack-update
without defining the correct version (it defaults to 2.3 branch). Eventually I re-ranso-saltstack-update 2.4/main
and it resolved the salt issues.