Query Log entries in future

I am having the same issue here. I have two versions of Pihole - one running on Ubuntu mate 16.04 which has dnsmasq 2.75 and one running under Raspbian. On the Ubuntu mate installation, my admin console is completely blank under 3.3. The dashboard appears identical to the image uploaded by starsick and the query page is blank and says "No data available in table". I made sure that the /var/log/pihole.log permissions were set to 644 and still no joy. When I downgraded to 3.2.1, everything worked fine.

On the raspbian system, I upgraded dnsmasq to 2.76 following the instructions on this site, checked the log permissions and had a slightly different result with 3.3. Here the dashboard is filled in correctly, but the query log is empty and says "No data available in table". Again, downgrading to 3.2.1 resolves the issue. I'm a bit confused here, as the upgrade of dnsmasq was given as a solution.

Any ideas?

I just happened to click the show all queries link on the queries page and the total 12,687 queries indicated in the green box on the dashboard page showed up. However, they are all dated December 31, 2018, with the first supposedly occuring just after 12:00:01 and the last at 23:59:59. That is 2018 not 2017. I checked the system date on the Pi and it is correct. Could the problem be in the query logging itself?

Run pihole -d for a debug token.

Here's the debug token: ijenolaswb

What is the output of this command?

echo ">getallqueries" | nc localhost 4711 | head

@bearymore Maybe you can find something useful here:

Here is the output:

1546243212 IPv4 pubsub.pubnub.com 10.2.1.221 2 0
1546243214 IPv4 spool1.samsungcloudprint.com 10.2.1.100 2 0
1546243218 IPv4 ads.mopub.com 10.2.1.136 1 0
1546243236 IPv6 srv.myskybell.com 10.2.1.59 2 0
1546243236 IPv4 srv.myskybell.com 10.2.1.59 3 0
1546243265 IPv4 spool1.samsungcloudprint.com 10.2.1.100 2 0
1546243272 IPv4 pubsub.pubnub.com 10.2.1.221 3 0
1546243274 IPv6 srv.myskybell.com 10.2.1.59 3 0
1546243274 IPv4 srv.myskybell.com 10.2.1.59 3 0
1546243300 IPv4 ssl.google-analytics.com 10.2.1.136 1 0

Screenshot%20at%202018-03-09%2009-34-38

Could you please try

sudo service pihole-FTL stop
sudo mv /etc/pihole/pihole-FTL.db /etc/pihole/pihole-FTL.db_
sudo service pihole-FTL start

I don't really think that this should resolve your issue, but it seem to have helped other users in the past.

1 Like

This seems to have worked. Thanks.

I take it back. It worked, but now query logging is no longer working.

Just wanted to let you all know I had this exact problem with the dates in the future. After following the instructions above to move the FTL.db file it is working normally again. Thanks!

1 Like

Run pihole -d for a new debug token. I was on vacation for awhile, and the rest of the team has also been busy working on getting the next update out the door.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.