Installation Fails to Create /opt/so/bin Directory on HP ProDesk 400 G7 (SO 2.4.160) #14821
Unanswered
ReynaldoN17
asked this question in
2.4
Replies: 1 comment
-
Hi @ReynaldoN17 and welcome to Security Onion Discussions!
Yes, that is normal. We don't create an Management commands like so-status can be found in the
Here's a screenshot showing all of the /usr/sbin/so-* commands: For more information, please see the documentation: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
2.4.160
Installation Method
Security Onion ISO image
Description
installation
Installation Type
Standalone
Location
on-prem with Internet access
Hardware Specs
Exceeds minimum requirements
CPU
12
RAM
32
Storage for /
256
Storage for /nsm
999
Network Traffic Collection
span port
Network Traffic Speeds
Less than 1Gbps
Status
Yes, all services on all nodes are running OK
Salt Status
Yes, there are salt failures (please provide detail below)
Logs
Yes, there are additional clues in /opt/so/log/ (please provide detail below)
Detail
Problem Description:
The installation process appears to run to completion, ending with the "STANDALONE setup is now complete!" message. After rebooting, I can access the web interface (SOC). The "Grid" view eventually shows the node status as "OK" (green).
However, when I log in via SSH to perform any administrative task, I find that the
/opt/so/bin/
directory does not exist.ls -l /opt/so/bin/
returns:ls: cannot access '/opt/so/bin/': No such file or directory
.so-setup
,so-allow
, etc., are missing.sudo so-status
works, but it returns a warning:System appears to be starting. No highstate has completed since the system was restarted.
Troubleshooting Steps Already Taken:
The Core Question:
The main point of confusion is how the system can report an
OK
status in the Grid view while being fundamentally broken (missing the/opt/so/bin
directory). It seems the containerized services start, but the final host-level setup phase fails silently.Has anyone encountered a similar issue, particularly with HP hardware? Are there any known incompatibilities or other BIOS settings I should investigate that could prevent the installer from completing the file copy operations to
/opt/so/
?Thank you in advance for your time and any help you can provide.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions