Quote from: Evert on November 06, 2025, 12:57:32 PMOh, and good luck with your disk, Patrick! ;-)
Self-test Log (NVMe Log 0x06, NSID 0xffffffff)
Self-test status: No self-test in progress
Num Test_Description Status Power_on_Hours Failing_LBA NSID Seg SCT Code
0 Short Completed without error 0 - - - - -
Quote from: passeri on November 08, 2025, 10:37:01 AMQuote from: Q-Feeds on November 08, 2025, 09:48:45 AMinteresting to see that you experience outbound connections to itThat "interesting" could be carrying a lot of freight. The attempted connections were for a short period then ceased. The machine which sourced them has Sophos Premium running on it and no open ports. The router which trapped them is internal, not at the edge, looking only at outgoing traffic, Community key for Q-feeds. The Plus key is on the edge so it saw nothing of this.
I tried the threat lookups again. They worked in Safari, not in Mullvad (Firefox), "network error". Everything is latest versions.
Quote from: vk2him on November 08, 2025, 11:45:35 AMQuote from: Q-Feeds on November 08, 2025, 09:41:38 AMThat's very interesting, but we're glad that issue is solved now. Now regarding the events tab, that's an interesting find as well. Just to be sure, you haven't disabled logging on the rules? And you do see blocks in the dashboard widget?
Does this command dump logs ? "/usr/local/opnsense/scripts/qfeeds/qfeedsctl.py logs"
The rules have the logging enabled - I shared a screenshot in my previous reply of the live logs showing my test was blocked. Yes the dashboard widget shows a large blocked number.
The command gives an error:root@OPNsense:~ # /usr/local/opnsense/scripts/qfeeds/qfeedsctl.py logs
Traceback (most recent call last):
File "/usr/local/opnsense/scripts/qfeeds/qfeedsctl.py", line 50, in <module>
for msg in getattr(actions, action)():
File "/usr/local/opnsense/scripts/qfeeds/lib/__init__.py", line 187, in logs
yield ujson.dumps({'rows': PFLogCrawler(feeds).find()})
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/opnsense/scripts/qfeeds/lib/log.py", line 75, in find
result.append(self._parse_log_line(line))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/opnsense/scripts/qfeeds/lib/log.py", line 64, in _parse_log_line
return [parts[1], fw_line[4], fw_line[7]] + [x for x in fw_line if is_ip_address(x)]
~~~~~~~^^^
IndexError: list index out of range
Thanks