1
23.1 Legacy Series / Debugging OPNsense service drops
« on: April 03, 2023, 12:19:16 am »
I've had a few occasions recently where traffic through my OPNSense server has dropped due to some sort of OPNsense freeze, and I need help debugging this.
I recently upgraded to 23.1.4_1 in the hopes that it would fix this, but no luck. The web interface does not come up, but I am able to get into the server via the console. I'm not seeing anything obvious in the logs. Choosing "Reload all services" fixes network connectivity. "Starting web GUI" failed on service reload the first two times, but it started the third time. Service reload pauses at "Starting eastpect.". I need to hit control-C to get back to the main menu.
Browsing around the logs doesn't show anything obvious, except that I get a few messages like this in the system.log:
Can someone give me pointers on how I could debug this?
Code: [Select]
Versions:
OPNsense 23.1.4_1
Running as a VM on Proxmox 5.15.83-1-pve
Behavior:
Network traffic stops
Web GUI not accessible
I recently upgraded to 23.1.4_1 in the hopes that it would fix this, but no luck. The web interface does not come up, but I am able to get into the server via the console. I'm not seeing anything obvious in the logs. Choosing "Reload all services" fixes network connectivity. "Starting web GUI" failed on service reload the first two times, but it started the third time. Service reload pauses at "Starting eastpect.". I need to hit control-C to get back to the main menu.
Browsing around the logs doesn't show anything obvious, except that I get a few messages like this in the system.log:
Code: [Select]
<11>1 2023-04-02714:15:00-07:00 OPNsense.lan configct] 95072 - [meta sequenceld='2'] error in configd communication Traceback (most recent call last):File "usr/local/sbin/configctI", line 66, in exec_config_cmd line = sock.recv(65536).decode () socket.timeout: timed out
Can someone give me pointers on how I could debug this?