Bug #12423
closedDashboard shows "SQLite database missing, Force Reload DNSBL to recover!"
0%
Description
See screenshot. The message tells to 'force reload' which I did, yet the error persists.
There's one post on the forum:
but I see no tickets here, so am filing this.
It would be nice if the error message said which database is missing. I see several sqlite files present in /var/unbound/:
rw-r--r- 1 root unbound 0 Oct 3 18:45 pfb_dnsbl.confrw-r--r- 1 root unbound 4579 Apr 22 17:18 pfb_dnsbl.doh.confrw-r--r- 1 root unbound 2460 Apr 14 18:26 pfb_dnsbl_lighty.confrw-r--r- 1 unbound unbound 8192 Oct 3 17:30 pfb_py_dnsbl.sqliterwxr-xr-x 1 root wheel 1687428 Sep 10 12:59 pfb_py_hsts.txt 1 unbound unbound 12288 Oct 3 17:30 pfb_py_resolver.sqlite
-rw-r--r-
-rwxr-xr-x 1 root wheel 66726 Sep 10 12:59 pfb_unbound.py
-rwxr-xr-x 1 root wheel 7058 Sep 10 12:59 pfb_unbound_include.inc
Files
Updated by Viktor Gurov over 3 years ago
Updated by Sean McBride over 3 years ago
Viktor, thanks for improving the error message. Two comments:
1. putting the full path might be even better. I assume it's /var/unbound/pfb_py_dnsbl.sqlite?
2. If that is the file, it does exist on my system already:
[21.05.1-RELEASE][admin@pfsense.example.com]/root: file /var/unbound/pfb_py_dnsbl.sqlite
/var/unbound/pfb_py_dnsbl.sqlite: SQLite 3.x database, last written using SQLite version 3035005
Updated by Sean McBride over 3 years ago
So is this in pfBlockerNG-devel 3.1.0 or not yet released?
Updated by Jordan G over 2 years ago
current version is 3.1.0_4 so it should be included - I have not hit this on that release, please update if you're still encountering the issue
Updated by Danilo Zrenjanin over 2 years ago
- Status changed from Feedback to Resolved
Yes, it's included in the 3.1.0_4 version.
/usr/local/www/widgets/widgets: cat -n pfblockerng.widget.php | grep 609 609 $stats[$key][$type] = "<span title='*** SQLite database 'pfb_py_dnsbl.sqlite' is missing, Force Reload DNSBL to recover! ***'>Unknown</span>";
It now specifies the missing database.
I am marking this ticket resolved.