[SOLVED] so-desktop-install on Standalone install fails #13064
-
Issue:As the title says, running so-desktop-install fails after doing a Standalone install of SO 2.4.60. This was working in my previous install (2.4.10). I have the /opt/so/log/salt/minion log attached and cleared it right before running so-desktop-install. It looks like it started going wrong right around line 18. Maybe a package version issue? Log:Problem from logs:
System Info:Security Onion version:2.4.60 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We have found the issue and resolved it. On your manager, as the socore user, you can run |
Beta Was this translation helpful? Give feedback.
-
That fixed it!!! Thanks |
Beta Was this translation helpful? Give feedback.
We have found the issue and resolved it. On your manager, as the socore user, you can run
so-repo-sync
. This will download the new packages. From there, you should be able to runsalt-call state.highstate
on the standalone node and the desktop install will complete.