Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - rhamblet

#1
We have developed an integrated OPNsense pkg to enable cellular EPC features into OPNsense.  Please see https://github.com/open5gs/open5gs/discussions/3402 for installation instructions.
#2
Same problem here but didn't have Sensei installed.  My problem was Suricata IDS (Suricata).  System is EXSI 6.7 U3, VM ver 15.  To fix I performed the following:

Boot into single user mode
from the shell:
# mount (shows ro due to corruption from the panic)
# fsck -y / (fix the file system)
# mount -o rw / (remount in read write)
# /usr/local/etc/rc.d/suricata disable
# vi /conf/config.xml
/IDS  (find IDS in vi editor)
change
<general>
        <enabled>1</enabled>
to
<general>
        <enabled>0</enabled>
:wq
# reboot
System's back up and stable without IDS enabled.  I sent in a crash report and will wait to re-enable IDS until disposition or fix.

Hope this helps somebody else with this update issue.