Closed w4rc0n closed 3 years ago
Ran the installer again, this time no errors of any kind in sosetup.log
but same issue.
Its a known issue with ZFS and steno:
https://github.com/Security-Onion-Solutions/securityonion/discussions/4203
Man, I tried so hard to find any mention of it here. Thank you!
Fresh install of a sensor on Ubuntu 18.04.5 ISO directly from Canonical, all default settings besides RAID1 for the root partition, and
/nsm
being mounted to a zfs pool.The rest of the environment includes one manager node, and one search node.
Installed according to documentation, aka:
git clone https://github.com/Security-Onion-Solutions/securityonion
cd securityonion
sudo bash so-setup-network
Installer did report that an interface was in use, and to make it unmanaged. Which did also according to the documentation: Remove interface from netplan then:
sudo netplan apply
sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
sudo service network-manager restart
Installer no longer alerted about the interface. Installation only yields a single error:
[ERROR ] 'mine.send': False
From here, all docker containers start and remain healthy with the exception of
so-steno
.Manually starting so-steno yields a healthy looking state application:
Attempting to run the docker image alone yields:
stenographer.log:
A full highstate yields no failed states. I can provide that output if needed, but will refrain for now due to the length of said output.
At a loss from how to troubleshoot from here. Let me know what other information I can provide to help get to the bottom of this.