I posted here (https://forum.opnsense.org/index.php?topic=50771.0) earlier while being on 25.7 , but I figured I can upgrade to 26.1, maybe things will change.
And they did... it got worse.
I upgraded from 25.7 to 26.1 and now sqlite3 is constantly writing on the SSD and I cannot figure out why it is doing this. It does not look like more space is consumed (I did not notice a change in the last 3 hours), but the constant writing is worrying.
A
So it is clearly sqlite3 writing all the time. But I have no idea which OPNsense function / service this could be.
I have read, that Neighbor Discovery can cause load, so I disabled that. No change.
Then I disabled the Wazuh Agent I installed recently. No Change
I also disabled Netflow. No change.
Captiva Portal seems to use sqlite3 too, but this is turned off for me.
I also disabled Surricata to see if it changes anything... no change.
Since I upgraded to 26.1 this is happening and the upgrade was like 5 or 6 hours ago. I suspect, even if this was some internal Database migration, it should be finished a long time ago.
How can I track down what sqlite3 is doing here?
Any help is appreciated very much by me and my SSD ;-)
And they did... it got worse.
I upgraded from 25.7 to 26.1 and now sqlite3 is constantly writing on the SSD and I cannot figure out why it is doing this. It does not look like more space is consumed (I did not notice a change in the last 3 hours), but the constant writing is worrying.
A
Code Select
top -S -m io -o total shows:Code Select
PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND
83231 root 481 0 2 2396 0 2398 97.44% sqlite3
35108 hostd 22 0 0 63 0 63 2.56% hostwatch
73985 root 0 0 0 0 0 0 0.00% php-cgi
70657 root 0 0 0 0 0 0 0.00% openvpn
59009 root 0 0 0 0 0 0 0.00% cron
So it is clearly sqlite3 writing all the time. But I have no idea which OPNsense function / service this could be.
I have read, that Neighbor Discovery can cause load, so I disabled that. No change.
Then I disabled the Wazuh Agent I installed recently. No Change
I also disabled Netflow. No change.
Captiva Portal seems to use sqlite3 too, but this is turned off for me.
I also disabled Surricata to see if it changes anything... no change.
Since I upgraded to 26.1 this is happening and the upgrade was like 5 or 6 hours ago. I suspect, even if this was some internal Database migration, it should be finished a long time ago.
How can I track down what sqlite3 is doing here?
Any help is appreciated very much by me and my SSD ;-)
"