No data in query log

Thank you for the suggestions. I ran the tail and think I found a couple of the sites. How do you stop the tail command? It just keeps going and going?

pi@print-server:~ $ git --version
git version 2.11.0
pi@print-server:~ $ /etc/.pihole
-bash: /etc/.pihole: Is a directory
pi@print-server:~ $ cd/etc/.pihole
-bash: cd/etc/.pihole: No such file or directory
pi@print-server:~ $ git symbolic-ref HEAD
fatal: Not a git repository (or any of the parent directories): .git
pi@print-server:~ $ cd /etc/.pihole
pi@print-server:/etc/.pihole $ git --version
git version 2.11.0
pi@print-server:/etc/.pihole $ git symbolic-ref HEAD
fatal: ref HEAD is not a symbolic ref
pi@print-server:/etc/.pihole $ git status
HEAD detached at v3.2.1
nothing to commit, working tree clean
pi@print-server:/etc/.pihole $

Run these commands, then try to checkout FTLDNS again:

cd /etc/.pihole && sudo git checkout master
cd /var/www/html/admin && sudo git checkout master
1 Like

That did the trick, thanks! The fxnow app is quite elusive but I think I whitelisted all the offending agents. Thanks again for all the suggestions!

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