Hi there,
I've a similar issue as yours. My Opnsense router would stop working all of a sudden (Internet dies and cannot access Opnsense GUI). It's been happening more frequently now. To get back internet, I need to reboot manually.
Digging around the logs in the UI, I saw a Backend error
```
[506c11e3-fc64-4b1c-89d3-1767a6b76110] Script action failed with Command '/usr/local/opnsense/scripts/firmware/read.sh ' died with <Signals.SIGBUS: 10>. at Traceback (most recent call last): File "/usr/local/opnsense/service/modules/actions/script_output.py", line 78, in execute subprocess.check_call(script_command, env=self.config_environment, shell=True, File "/usr/local/lib/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '/usr/local/opnsense/scripts/firmware/read.sh ' died with <Signals.SIGBUS: 10>.
```
Seems you are getting `<Signals.SIGBUS: 10>` as well which suggests maybe corrupt memory?
Following this thread.
Details:
OPNsense 24.7.11_2-amd64
FreeBSD 14.1-RELEASE-p6
OpenSSL 3.0.15
Intel(R) Core(TM) i3-N305 (8 cores, 8 threads) machine from Aliexpress
Thanks
I've a similar issue as yours. My Opnsense router would stop working all of a sudden (Internet dies and cannot access Opnsense GUI). It's been happening more frequently now. To get back internet, I need to reboot manually.
Digging around the logs in the UI, I saw a Backend error
```
[506c11e3-fc64-4b1c-89d3-1767a6b76110] Script action failed with Command '/usr/local/opnsense/scripts/firmware/read.sh ' died with <Signals.SIGBUS: 10>. at Traceback (most recent call last): File "/usr/local/opnsense/service/modules/actions/script_output.py", line 78, in execute subprocess.check_call(script_command, env=self.config_environment, shell=True, File "/usr/local/lib/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '/usr/local/opnsense/scripts/firmware/read.sh ' died with <Signals.SIGBUS: 10>.
```
Seems you are getting `<Signals.SIGBUS: 10>` as well which suggests maybe corrupt memory?
Following this thread.
Details:
OPNsense 24.7.11_2-amd64
FreeBSD 14.1-RELEASE-p6
OpenSSL 3.0.15
Intel(R) Core(TM) i3-N305 (8 cores, 8 threads) machine from Aliexpress
Thanks