Advertisement
Guest User

logs pi hole

a guest
Apr 7th, 2021
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.91 KB | None | 0 0
  1. This process collects information from your Pi-hole, and optionally uploads it to a unique and random directory on tricorder.pi-hole.net.
  2.  
  3. The intent of this script is to allow users to self-diagnose their installations. This is accomplished by running tests against our software and providing the user with links to FAQ articles when a problem is detected. Since we are a small team and Pi-hole has been growing steadily, it is our hope that this will help us spend more time on development.
  4.  
  5. NOTE: All log files auto-delete after 48 hours and ONLY the Pi-hole developers can access your data via the given token. We have taken these extra steps to secure your data and will work to further reduce any personal information gathered.
  6.  
  7. *** [ INITIALIZING ]
  8. [i] 2021-04-07:14:28:16 debug log has been initialized.
  9.  
  10. *** [ INITIALIZING ] Sourcing setup variables
  11. [i] Sourcing /etc/pihole/setupVars.conf...
  12.  
  13. *** [ DIAGNOSING ]: Core version
  14. [i] Core: v5.2.4 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  15. [i] Remotes: origin https://github.com/pi-hole/pi-hole.git (fetch)
  16. origin https://github.com/pi-hole/pi-hole.git (push)
  17. [i] Branch: master
  18. [i] Commit: v5.2.4-0-gcbfb58f7
  19.  
  20. *** [ DIAGNOSING ]: Web version
  21. [i] Web: v5.4 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  22. [i] Remotes: origin https://github.com/pi-hole/AdminLTE.git (fetch)
  23. origin https://github.com/pi-hole/AdminLTE.git (push)
  24. [i] Branch: master
  25. [i] Commit: v5.4-0-g989e1ba0
  26.  
  27. *** [ DIAGNOSING ]: FTL version
  28. [✓] FTL: v5.7
  29.  
  30. *** [ DIAGNOSING ]: lighttpd version
  31. [i] 1.4.53
  32.  
  33. *** [ DIAGNOSING ]: php version
  34. [i] 7.3.19
  35.  
  36. *** [ DIAGNOSING ]: Operating system
  37. [i] dig return code: 0
  38. [i] dig response: "Raspbian=9,10 Ubuntu=16,18,20 Debian=9,10 Fedora=31,32 CentOS=7,8"
  39. [✓] Distro: Debian
  40. [✓] Version: 10
  41.  
  42. *** [ DIAGNOSING ]: SELinux
  43. [i] SELinux not detected
  44.  
  45. *** [ DIAGNOSING ]: FirewallD
  46. [✓] Firewalld service not detected
  47.  
  48. *** [ DIAGNOSING ]: Processor
  49. [✓] x86_64
  50.  
  51. *** [ DIAGNOSING ]: Networking
  52. [✓] IPv4 address(es) bound to the eth0 interface:
  53. 172.17.0.2/16 does not match the IP found in /etc/pihole/setupVars.conf (https://discourse.pi-hole.net/t/use-ipv6-ula-addresses-for-pi-hole/2127)
  54.  
  55. [✗] No IPv6 address(es) found on the eth0 interface.
  56.  
  57. [i] Default IPv4 gateway: 172.17.0.1
  58. * Pinging 172.17.0.1...
  59. [✓] Gateway responded.
  60.  
  61. *** [ DIAGNOSING ]: Ports in use
  62. [53] is in use by pihole-FTL
  63. [53] is in use by pihole-FTL
  64. [4711] is in use by pihole-FTL
  65.  
  66. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
  67. [✓] linathefox.blogspot.com is 0.0.0.0 via localhost (127.0.0.1)
  68. [✓] linathefox.blogspot.com is 0.0.0.0 via Pi-hole (0.0.0.0)
  69. [✓] doubleclick.com is 142.250.179.174 via a remote, public DNS server (8.8.8.8)
  70.  
  71. *** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds)
  72. Scanning all your interfaces for DHCP servers
  73. Timeout: 10 seconds
  74.  
  75. DHCP packets received on interface lo: 0
  76. DHCP packets received on interface eth0: 0
  77.  
  78. *** [ DIAGNOSING ]: Pi-hole processes
  79. [✗] lighttpd daemon is inactive
  80. [✗] pihole-FTL daemon is inactive
  81.  
  82. *** [ DIAGNOSING ]: Pi-hole-FTL full status
  83. [i] systemctl: command not found
  84.  
  85. *** [ DIAGNOSING ]: Setup variables
  86. BLOCKING_ENABLED=true
  87. INSTALL_WEB_SERVER=true
  88. INSTALL_WEB_INTERFACE=true
  89. IPV4_ADDRESS=0.0.0.0
  90. PIHOLE_INTERFACE=eth0
  91. QUERY_LOGGING=true
  92. DNSMASQ_LISTENING=all
  93. PIHOLE_DNS_1=127.0.0.1#5335
  94. DNS_FQDN_REQUIRED=true
  95. DNS_BOGUS_PRIV=true
  96. DNSSEC=false
  97. REV_SERVER=false
  98. ADMIN_EMAIL=
  99. WEBUIBOXEDLAYOUT=boxed
  100. WEBTHEME=default-dark
  101.  
  102. *** [ DIAGNOSING ]: Dashboard and block page
  103. [✗] Block page X-Header: X-Header does not match or could not be retrieved.
  104. HTTP/1.1 200 OK
  105. Content-type: text/html; charset=UTF-8
  106. Expires: Wed, 07 Apr 2021 14:28:26 GMT
  107. Cache-Control: max-age=0
  108. Date: Wed, 07 Apr 2021 14:28:26 GMT
  109. Server: lighttpd/1.4.53
  110.  
  111. [✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
  112.  
  113. *** [ DIAGNOSING ]: Gravity List and Database
  114. -rw-rw-r-- 1 pihole pihole 4587520 Apr 7 12:05 /etc/pihole/gravity.db
  115.  
  116. *** [ DIAGNOSING ]: Info table
  117. property value
  118. -------------------- ----------------------------------------
  119. version 13
  120. updated 1617797152
  121. gravity_count 77938
  122. Last gravity run finished at: Wed Apr 7 12:05:52 UTC 2021
  123.  
  124. ----- First 10 Gravity Domains -----
  125. localhost.localdomain
  126. n2019cov.000webhostapp.com
  127. webmail-who-int.000webhostapp.com
  128. 010sec.com
  129. 01mspmd5yalky8.com
  130. 0byv9mgbn0.com
  131. ns6.0pendns.org
  132. dns.0pengl.com
  133. ios.0pengl.com
  134. 0x4fc271.tk
  135.  
  136.  
  137. *** [ DIAGNOSING ]: Groups
  138. id enabled name date_added date_modified description
  139. ---- ------- -------------------------------------------------- ------------------- ------------------- --------------------------------------------------
  140. 0 1 Default 2021-04-07 09:07:58 2021-04-07 09:07:58 The default group
  141.  
  142. *** [ DIAGNOSING ]: Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)
  143.  
  144. *** [ DIAGNOSING ]: Clients
  145.  
  146. *** [ DIAGNOSING ]: Adlists
  147. id enabled group_ids address date_added date_modified comment
  148. ---- ------- ------------ ---------------------------------------------------------------------------------------------------- ------------------- ------------------- --------------------------------------------------
  149. 1 1 0 https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts 2021-04-07 09:07:58 2021-04-07 09:07:58 Migrated from /etc/pihole/adlists.list
  150.  
  151. *** [ DIAGNOSING ]: contents of /etc/pihole
  152.  
  153. -rw-r--r-- 1 root root 37 Apr 7 12:05 /etc/pihole/local.list
  154. 0.0.0.0 9b61ce5ab914
  155. 0.0.0.0 pi.hole
  156.  
  157. -rw-r--r-- 1 pihole pihole 0 Apr 7 09:07 /etc/pihole/pihole-FTL.conf
  158.  
  159. *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
  160.  
  161. -rw-r--r-- 1 root root 1429 Apr 7 13:00 /etc/dnsmasq.d/01-pihole.conf
  162. addn-hosts=/etc/pihole/local.list
  163. addn-hosts=/etc/pihole/custom.list
  164. localise-queries
  165. no-resolv
  166. cache-size=10000
  167. log-queries
  168. log-facility=/var/log/pihole.log
  169. local-ttl=2
  170. log-async
  171. server=127.0.0.1#5335
  172. domain-needed
  173. expand-hosts
  174. bogus-priv
  175. except-interface=nonexisting
  176. server=/use-application-dns.net/
  177.  
  178. *** [ DIAGNOSING ]: contents of /etc/lighttpd
  179.  
  180. -rw-r--r-- 1 root root 0 Apr 7 12:05 /etc/lighttpd/external.conf
  181.  
  182. -rw-r--r-- 1 root root 4066 Apr 7 12:05 /etc/lighttpd/lighttpd.conf
  183. server.modules = (
  184. "mod_access",
  185. "mod_accesslog",
  186. "mod_auth",
  187. "mod_expire",
  188. "mod_compress",
  189. "mod_redirect",
  190. "mod_setenv",
  191. "mod_rewrite"
  192. )
  193. server.document-root = "/var/www/html"
  194. server.error-handler-404 = "/pihole/index.php"
  195. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  196. server.errorlog = "/var/log/lighttpd/error.log"
  197. server.pid-file = "/run/lighttpd.pid"
  198. server.username = "www-data"
  199. server.groupname = "www-data"
  200. server.port = 80
  201. accesslog.filename = "/var/log/lighttpd/access.log"
  202. accesslog.format = "%{%s}t|%V|%r|%s|%b"
  203. index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
  204. url.access-deny = ( "~", ".inc", ".md", ".yml", ".ini" )
  205. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  206. compress.cache-dir = "/var/cache/lighttpd/compress/"
  207. compress.filetype = (
  208. "application/json",
  209. "application/vnd.ms-fontobject",
  210. "application/xml",
  211. "font/eot",
  212. "font/opentype",
  213. "font/otf",
  214. "font/ttf",
  215. "image/bmp",
  216. "image/svg+xml",
  217. "image/vnd.microsoft.icon",
  218. "image/x-icon",
  219. "text/css",
  220. "text/html",
  221. "text/javascript",
  222. "text/plain",
  223. "text/xml"
  224. )
  225. mimetype.assign = (
  226. ".ico" => "image/x-icon",
  227. ".jpeg" => "image/jpeg",
  228. ".jpg" => "image/jpeg",
  229. ".png" => "image/png",
  230. ".svg" => "image/svg+xml",
  231. ".css" => "text/css; charset=utf-8",
  232. ".html" => "text/html; charset=utf-8",
  233. ".js" => "text/javascript; charset=utf-8",
  234. ".json" => "application/json; charset=utf-8",
  235. ".map" => "application/json; charset=utf-8",
  236. ".txt" => "text/plain; charset=utf-8",
  237. ".eot" => "application/vnd.ms-fontobject",
  238. ".otf" => "font/otf",
  239. ".ttc" => "font/collection",
  240. ".ttf" => "font/ttf",
  241. ".woff" => "font/woff",
  242. ".woff2" => "font/woff2"
  243. )
  244. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  245. include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
  246. ' 2>/dev/null"
  247. $HTTP["url"] =~ "^/admin/" {
  248. setenv.add-response-header = (
  249. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  250. "X-Frame-Options" => "DENY"
  251. )
  252. $HTTP["url"] =~ "\.(eot|otf|tt[cf]|woff2?)$" {
  253. setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
  254. }
  255. }
  256. $HTTP["url"] =~ "^/admin/\.(.*)" {
  257. url.access-deny = ("")
  258. }
  259. expire.url = ( "" => "access plus 0 seconds" )
  260. include_shell "cat external.conf 2>/dev/null"
  261.  
  262. *** [ DIAGNOSING ]: contents of /etc/cron.d
  263.  
  264. -rw-r--r-- 1 root root 1755 Feb 16 23:36 /etc/cron.d/pihole
  265. 34 4 * * 7 root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updateGravity >/var/log/pihole_updateGravity.log || cat /var/log/pihole_updateGravity.log
  266. 00 00 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole flush once quiet
  267. @reboot root /usr/sbin/logrotate /etc/pihole/logrotate
  268. */10 * * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker local
  269. 30 13 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker remote
  270. @reboot root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker remote reboot
  271.  
  272. *** [ DIAGNOSING ]: contents of /var/log/lighttpd
  273.  
  274. -rw-r--r-- 1 www-data www-data 81006 Apr 7 14:28 /var/log/lighttpd/error.log
  275. -----head of error.log------
  276. 2021-04-07 09:08:01: (server.c.1464) server started (lighttpd/1.4.53)
  277. 2021-04-07 09:08:34: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 46
  278. 2021-04-07 09:08:34: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 47
  279. 2021-04-07 09:08:34: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 52
  280. 2021-04-07 09:08:46: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 46
  281. 2021-04-07 09:08:46: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 47
  282. 2021-04-07 09:08:46: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/scripts/pi-hole/php/update_checker.php on line 52
  283. 2021-04-07 09:11:42: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  284. 2021-04-07 09:11:52: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  285. 2021-04-07 09:12:02: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  286. 2021-04-07 09:12:12: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  287. 2021-04-07 09:25:40: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  288. 2021-04-07 09:25:50: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  289. 2021-04-07 09:26:00: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  290. 2021-04-07 09:26:10: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  291. 2021-04-07 09:26:20: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  292. 2021-04-07 09:26:31: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  293. 2021-04-07 09:26:41: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  294. 2021-04-07 09:26:51: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  295. 2021-04-07 09:27:01: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  296. 2021-04-07 09:27:12: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  297. 2021-04-07 09:27:23: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  298. 2021-04-07 09:27:34: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  299. 2021-04-07 09:27:44: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  300. 2021-04-07 09:27:54: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  301.  
  302. -----tail of error.log------
  303. 2021-04-07 12:53:47: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  304. 2021-04-07 12:53:57: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  305. 2021-04-07 12:54:07: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  306. 2021-04-07 12:54:17: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  307. 2021-04-07 12:54:27: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  308. 2021-04-07 12:54:38: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  309. 2021-04-07 12:54:48: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  310. 2021-04-07 12:54:58: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  311. 2021-04-07 12:55:08: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  312. 2021-04-07 12:55:18: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  313. 2021-04-07 12:55:28: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  314. 2021-04-07 12:55:38: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  315. 2021-04-07 12:55:49: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  316. 2021-04-07 12:55:59: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  317. 2021-04-07 12:56:09: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  318. 2021-04-07 12:56:19: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  319. 2021-04-07 12:56:30: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  320. 2021-04-07 12:56:40: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  321. 2021-04-07 12:56:50: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  322. 2021-04-07 12:57:07: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  323. 2021-04-07 12:57:17: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined offset: 2 in /var/www/html/admin/api_FTL.php on line 107
  324. 2021-04-07 14:28:26: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined variable: viewPort in /var/www/html/pihole/index.php on line 73
  325. 2021-04-07 14:28:26: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined variable: serverName in /var/www/html/pihole/index.php on line 74
  326. 2021-04-07 14:28:26: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined variable: viewPort in /var/www/html/pihole/index.php on line 73
  327. 2021-04-07 14:28:26: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined variable: serverName in /var/www/html/pihole/index.php on line 74
  328.  
  329. *** [ DIAGNOSING ]: contents of /var/log
  330.  
  331. -rw-r--r-- 1 pihole pihole 86424 Apr 7 14:00 /var/log/pihole-FTL.log
  332. -----head of pihole-FTL.log------
  333. [2021-04-07 09:07:56.618 339M] ########## FTL started! ##########
  334. [2021-04-07 09:07:56.618 339M] FTL branch: master
  335. [2021-04-07 09:07:56.618 339M] FTL version: v5.7
  336. [2021-04-07 09:07:56.618 339M] FTL commit: 2999e2b5
  337. [2021-04-07 09:07:56.618 339M] FTL date: 2021-02-16 19:36:43 +0000
  338. [2021-04-07 09:07:56.618 339M] FTL user: root
  339. [2021-04-07 09:07:56.618 339M] Compiled for x86_64 (compiled on CI) using gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
  340. [2021-04-07 09:07:56.618 339M] Creating mutex
  341. [2021-04-07 09:07:56.619 339M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
  342. [2021-04-07 09:07:56.619 339M] SOCKET_LISTENING: only local
  343. [2021-04-07 09:07:56.619 339M] AAAA_QUERY_ANALYSIS: Show AAAA queries
  344. [2021-04-07 09:07:56.619 339M] MAXDBDAYS: max age for stored queries is 365 days
  345. [2021-04-07 09:07:56.619 339M] RESOLVE_IPV6: Resolve IPv6 addresses
  346. [2021-04-07 09:07:56.619 339M] RESOLVE_IPV4: Resolve IPv4 addresses
  347. [2021-04-07 09:07:56.619 339M] DBINTERVAL: saving to DB file every minute
  348. [2021-04-07 09:07:56.619 339M] DBFILE: Using /etc/pihole/pihole-FTL.db
  349. [2021-04-07 09:07:56.619 339M] MAXLOGAGE: Importing up to 24.0 hours of log data
  350. [2021-04-07 09:07:56.619 339M] PRIVACYLEVEL: Set to 0
  351. [2021-04-07 09:07:56.619 339M] IGNORE_LOCALHOST: Show queries from localhost
  352. [2021-04-07 09:07:56.619 339M] BLOCKINGMODE: Null IPs for blocked domains
  353. [2021-04-07 09:07:56.619 339M] ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
  354. [2021-04-07 09:07:56.619 339M] DBIMPORT: Importing history from database
  355. [2021-04-07 09:07:56.619 339M] PIDFILE: Using /run/pihole-FTL.pid
  356. [2021-04-07 09:07:56.619 339M] PORTFILE: Using /run/pihole-FTL.port
  357. [2021-04-07 09:07:56.619 339M] SOCKETFILE: Using /run/pihole/FTL.sock
  358. [2021-04-07 09:07:56.619 339M] SETUPVARSFILE: Using /etc/pihole/setupVars.conf
  359. [2021-04-07 09:07:56.619 339M] MACVENDORDB: Using /etc/pihole/macvendor.db
  360. [2021-04-07 09:07:56.619 339M] GRAVITYDB: Using /etc/pihole/gravity.db
  361. [2021-04-07 09:07:56.619 339M] PARSE_ARP_CACHE: Active
  362. [2021-04-07 09:07:56.619 339M] CNAME_DEEP_INSPECT: Active
  363. [2021-04-07 09:07:56.619 339M] DELAY_STARTUP: No delay requested.
  364. [2021-04-07 09:07:56.619 339M] BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
  365. [2021-04-07 09:07:56.619 339M] NICE: Cannot change niceness to -10 (permission denied)
  366. [2021-04-07 09:07:56.619 339M] MAXNETAGE: Removing IP addresses and host names from network table after 365 days
  367. [2021-04-07 09:07:56.619 339M] NAMES_FROM_NETDB: Enabled, trying to get names from network database
  368.  
  369. -----tail of pihole-FTL.log------
  370. [2021-04-07 13:00:32.764 4577M] RATE_LIMIT: Rate-limiting client making more than 1000 queries in 60 seconds
  371. [2021-04-07 13:00:32.764 4577M] Finished config file parsing
  372. [2021-04-07 13:00:32.764 4577M] WARNING: Starting pihole-FTL as user root is not recommended
  373. [2021-04-07 13:00:32.765 4577M] Database version is 9
  374. [2021-04-07 13:00:32.765 4577M] Imported 0 alias-clients
  375. [2021-04-07 13:00:32.765 4577M] Database successfully initialized
  376. [2021-04-07 13:00:32.765 4577M] Imported 1 queries from the long-term database
  377. [2021-04-07 13:00:32.765 4577M] -> Total DNS queries: 1
  378. [2021-04-07 13:00:32.765 4577M] -> Cached DNS queries: 1
  379. [2021-04-07 13:00:32.765 4577M] -> Forwarded DNS queries: 0
  380. [2021-04-07 13:00:32.765 4577M] -> Blocked DNS queries: 0
  381. [2021-04-07 13:00:32.765 4577M] -> Unknown DNS queries: 0
  382. [2021-04-07 13:00:32.765 4577M] -> Unique domains: 1
  383. [2021-04-07 13:00:32.765 4577M] -> Unique clients: 1
  384. [2021-04-07 13:00:32.765 4577M] -> Known forward destinations: 0
  385. [2021-04-07 13:00:32.765 4577M] Successfully accessed setupVars.conf
  386. [2021-04-07 13:00:32.765 4577M] *************************************************************************
  387. [2021-04-07 13:00:32.765 4577M] * WARNING: Required Linux capability CAP_NET_ADMIN not available *
  388. [2021-04-07 13:00:32.765 4577M] *************************************************************************
  389. [2021-04-07 13:00:32.765 4577M] *************************************************************************
  390. [2021-04-07 13:00:32.765 4577M] * WARNING: Required Linux capability CAP_SYS_NICE not available *
  391. [2021-04-07 13:00:32.765 4577M] *************************************************************************
  392. [2021-04-07 13:00:32.766 4577M] PID of FTL process: 4577
  393. [2021-04-07 13:00:32.766 4577/T4580] Listening on port 4711 for incoming IPv4 telnet connections
  394. [2021-04-07 13:00:32.767 4577/T4582] Listening on Unix socket
  395. [2021-04-07 13:00:32.767 4577M] INFO: FTL is running as root
  396. [2021-04-07 13:00:32.767 4577M] Reloading DNS cache
  397. [2021-04-07 13:00:32.767 4577M] Blocking status is enabled
  398. [2021-04-07 13:00:32.966 4577/T4584] Compiled 0 whitelist and 0 blacklist regex filters for 1 clients in 0.1 msec
  399. [2021-04-07 13:00:33.082 4577M] New upstream server: 127.0.0.1:5335 (0/512)
  400. [2021-04-07 13:14:33.710 4577M] Resizing "FTL-strings" from 4096 to (8192 * 1) == 8192 (/dev/shm: 786.4KB used, 67.1MB total, FTL uses 774.4KB)
  401. [2021-04-07 13:26:05.284 4577M] Resizing "FTL-dns-cache" from 4096 to (512 * 16) == 8192 (/dev/shm: 790.5KB used, 67.1MB total, FTL uses 778.5KB)
  402. [2021-04-07 13:41:05.610 4577M] Resizing "FTL-strings" from 8192 to (12288 * 1) == 12288 (/dev/shm: 794.6KB used, 67.1MB total, FTL uses 782.5KB)
  403. [2021-04-07 13:47:01.993 4577M] Resizing "FTL-queries" from 262144 to (8192 * 64) == 524288 (/dev/shm: 798.7KB used, 67.1MB total, FTL uses 786.6KB)
  404. [2021-04-07 14:00:00.853 4577M] Resizing "FTL-dns-cache" from 8192 to (768 * 16) == 12288 (/dev/shm: 1.1MB used, 67.1MB total, FTL uses 1.0MB)
  405.  
  406. *** [ DIAGNOSING ]: contents of /dev/shm
  407. -rw------- 1 root root 356352 Apr 7 13:28 /dev/shm/FTL-clients
  408. -rw------- 1 root root 152 Apr 7 13:00 /dev/shm/FTL-counters
  409. -rw------- 1 root root 12288 Apr 7 13:00 /dev/shm/FTL-dns-cache
  410. -rw------- 1 root root 98304 Apr 7 13:41 /dev/shm/FTL-domains
  411. -rw------- 1 root root 48 Apr 7 13:30 /dev/shm/FTL-lock
  412. -rw------- 1 root root 24576 Apr 7 13:00 /dev/shm/FTL-overTime
  413. -rw------- 1 root root 4096 Apr 7 13:00 /dev/shm/FTL-per-client-regex
  414. -rw------- 1 root root 524288 Apr 7 13:00 /dev/shm/FTL-queries
  415. -rw------- 1 root root 12 Apr 7 13:00 /dev/shm/FTL-settings
  416. -rw------- 1 root root 12288 Apr 7 13:41 /dev/shm/FTL-strings
  417. -rw------- 1 root root 20480 Apr 7 13:00 /dev/shm/FTL-upstreams
  418.  
  419. *** [ DIAGNOSING ]: Pi-hole diagnosis messages
  420.  
  421. *** [ DIAGNOSING ]: Locale
  422. LANG=
  423.  
  424. *** [ DIAGNOSING ]: Pi-hole log
  425. -rw-r--r-- 1 pihole pihole 1034963 Apr 7 14:28 /var/log/pihole.log
  426. -----head of pihole.log------
  427.  
  428. Apr 7 12:57:58 dnsmasq[4164]: started, version pi-hole-2.84 cachesize 10000
  429. Apr 7 12:57:58 dnsmasq[4164]: DNS service limited to local subnets
  430. Apr 7 12:57:58 dnsmasq[4164]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n IDN DHCP DHCPv6 Lua TFTP no-conntrack ipset auth cryptohash DNSSEC loop-detect inotify dumpfile
  431. Apr 7 12:57:58 dnsmasq[4164]: using only locally-known addresses for domain use-application-dns.net
  432. Apr 7 12:57:58 dnsmasq[4164]: using nameserver 127.0.0.1#5335
  433. Apr 7 12:57:58 dnsmasq[4164]: read /etc/hosts - 7 addresses
  434. Apr 7 12:57:58 dnsmasq[4164]: read /etc/pihole/custom.list - 2 addresses
  435. Apr 7 12:57:58 dnsmasq[4164]: read /etc/pihole/local.list - 2 addresses
  436. Apr 7 12:58:06 dnsmasq[4260]: started, version pi-hole-2.84 cachesize 10000
  437. Apr 7 12:58:06 dnsmasq[4260]: DNS service limited to local subnets
  438. Apr 7 12:58:06 dnsmasq[4260]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n IDN DHCP DHCPv6 Lua TFTP no-conntrack ipset auth cryptohash DNSSEC loop-detect inotify dumpfile
  439. Apr 7 12:58:06 dnsmasq[4260]: using only locally-known addresses for domain use-application-dns.net
  440. Apr 7 12:58:06 dnsmasq[4260]: using nameserver 127.0.0.1#5335
  441. Apr 7 12:58:06 dnsmasq[4260]: read /etc/hosts - 7 addresses
  442. Apr 7 12:58:06 dnsmasq[4260]: read /etc/pihole/custom.list - 2 addresses
  443. Apr 7 12:58:06 dnsmasq[4260]: read /etc/pihole/local.list - 2 addresses
  444. Apr 7 12:58:07 dnsmasq[4260]: query[A] pi.hole from 127.0.0.1
  445. Apr 7 12:58:07 dnsmasq[4260]: /etc/pihole/local.list pi.hole is 0.0.0.0
  446. Apr 7 12:58:07 dnsmasq[4260]: Ignoring query from non-local network
  447.  
  448.  
  449. ********************************************
  450. ********************************************
  451. [✓] ** FINISHED DEBUGGING! **
  452.  
  453. * The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only.
  454. * For more information, see: https://pi-hole.net/2016/11/07/crack-our-medical-tricorder-win-a-raspberry-pi-3/
  455. * If available, we'll use openssl to upload the log, otherwise it will fall back to netcat.
  456.  
  457. * Log will NOT be uploaded to tricorder.
  458. * A local copy of the debug log can be found at: /var/log/pihole_debug.log
  459.  
  460.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement