Skip to content
Discussion options

You must be logged in to vote

Thanks @zfcarsonb for your suggestion. Unfortunately that method didn't work for me.

I managed to resolve my issue in a different way.
Trying to restore the SecurityOnion backups didn't make the errors disappear.
After a long research, I found that the problem could be casued by some kind of problems in the salt-master cache.

The probem was solved after a cache clean of the salt master and a so-checkin.

Here are the step that I followed:

# systemctl stop salt-master
# rm -r /var/cache/salt/master
# systemctl start salt-master
# so-checkin

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@zfcarsonb
Comment options

@rgsax
Comment options

Answer selected by rgsax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
2 participants