Advertisement
Guest User

Untitled

a guest
Jun 13th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.08 KB | None | 0 0
  1.  
  2. ---= Detecting Installed Package Versions:
  3.  
  4. Pi-hole: v3.0.1 (master:v3.0.1-0-g26fcb1b)
  5. Pi-hole Dashboard: v3.0.1 (master:v3.0.1-0-ge204cea)
  6. lighttpd/1.4.35
  7. PHP 7.0.18-0ubuntu0.16.04.1 (cli) ( NTS )
  8.  
  9. ---= Detecting existence of /etc/pihole/setupVars.conf:
  10.  
  11. PIHOLE_INTERFACE=enp0s25
  12. IPV4_ADDRESS=192.168.11.14/24
  13. IPV6_ADDRESS=
  14. QUERY_LOGGING=true
  15. INSTALL_WEB=true
  16. TEMPERATUREUNIT=F
  17. WEBUIBOXEDLAYOUT=boxed
  18. DNSMASQ_LISTENING=all
  19. PIHOLE_DNS_1=8.8.8.8
  20. PIHOLE_DNS_2=8.8.4.4
  21. DNS_FQDN_REQUIRED=true
  22. DNS_BOGUS_PRIV=true
  23. DNSSEC=false
  24.  
  25.  
  26. ---= Detecting installed OS Distribution
  27.  
  28. DISTRIB_ID=Ubuntu
  29. DISTRIB_RELEASE=16.04
  30. DISTRIB_CODENAME=xenial
  31. DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"
  32. NAME="Ubuntu"
  33. VERSION="16.04.2 LTS (Xenial Xerus)"
  34. ID=ubuntu
  35. ID_LIKE=debian
  36. PRETTY_NAME="Ubuntu 16.04.2 LTS"
  37. VERSION_ID="16.04"
  38. HOME_URL="http://www.ubuntu.com/"
  39. SUPPORT_URL="http://help.ubuntu.com/"
  40. BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
  41. VERSION_CODENAME=xenial
  42. UBUNTU_CODENAME=xenial
  43.  
  44. ---= Checking processor variety
  45.  
  46. x86_64
  47.  
  48. ---= Checking IPv6 Stack
  49.  
  50. IPv6 on enp0s25
  51. Gravity configured for: NOT CONFIGURED
  52. ----
  53. fe80::21f:16ff:fe2d:a19e/64
  54. No gateway detected.
  55.  
  56. ---= Checking IPv4 Stack
  57.  
  58. IPv4 on enp0s25
  59. Gravity configured for: 192.168.11.14/24
  60. ----
  61. 192.168.11.14/24
  62. --- 192.168.11.1 ping statistics ---
  63. 3 packets transmitted, 3 received, 0% packet loss, time 1998ms
  64. rtt min/avg/max/mdev = 0.243/0.262/0.277/0.019 ms
  65. --- 8.8.8.8 ping statistics ---
  66. 3 packets transmitted, 3 received, 0% packet loss, time 2003ms
  67. rtt min/avg/max/mdev = 19.894/20.988/22.655/1.203 ms
  68.  
  69. ---= Daemon Process Information
  70.  
  71. Found user www-data with process lighttpd
  72.  
  73. ---= Daemon Process Information
  74.  
  75. Found user dnsmasq with process dnsmasq
  76.  
  77. ---= Daemon Process Information
  78.  
  79. Found user pihole with process pihole-FTL
  80.  
  81. ---= Processes Check
  82.  
  83. Status for lighttpd daemon:
  84. active
  85. Status for dnsmasq daemon:
  86. active
  87. Status for pihole-FTL daemon:
  88. active
  89.  
  90.  
  91. ---= Resolver Functions Check (IPv4)
  92.  
  93. Resolution of hotnews.count.brat-online.ro from Pi-hole (127.0.0.1):
  94. 192.168.11.14
  95.  
  96. Resolution of hotnews.count.brat-online.ro from Pi-hole (192.168.11.14):
  97. 192.168.11.14
  98.  
  99. Resolution of hotnews.count.brat-online.ro from 8.8.8.8:
  100. bratpool03.brat-online.ro.
  101. 80.86.106.251
  102.  
  103. Pi-hole dnsmasq specific records lookups
  104. Cache Size:
  105. "10000"
  106. Upstream Servers:
  107. "8.8.4.4#53 9 0" "8.8.8.8#53 34 0"
  108.  
  109.  
  110. ---= Detecting existence of /etc/lighttpd/lighttpd.conf:
  111.  
  112. server.modules = (
  113. "mod_access",
  114. "mod_accesslog",
  115. "mod_auth",
  116. "mod_expire",
  117. "mod_compress",
  118. "mod_redirect",
  119. "mod_setenv",
  120. "mod_rewrite"
  121. )
  122. server.document-root = "/var/www/html"
  123. server.error-handler-404 = "pihole/index.php"
  124. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  125. server.errorlog = "/var/log/lighttpd/error.log"
  126. server.pid-file = "/var/run/lighttpd.pid"
  127. server.username = "www-data"
  128. server.groupname = "www-data"
  129. server.port = 80
  130. accesslog.filename = "/var/log/lighttpd/access.log"
  131. accesslog.format = "%{%s}t|%V|%r|%s|%b"
  132. index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
  133. url.access-deny = ( "~", ".inc" )
  134. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  135. compress.cache-dir = "/var/cache/lighttpd/compress/"
  136. compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
  137. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  138. include_shell "/usr/share/lighttpd/create-mime.assign.pl"
  139. include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
  140. $HTTP["url"] =~ "^/admin/" {
  141. setenv.add-response-header = (
  142. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  143. "X-Frame-Options" => "DENY"
  144. )
  145. }
  146. url.rewrite = ( "^(?!/admin/).*\.js$" => "pihole/index.js" )
  147. $HTTP["url"] =~ "^(?!/admin)/.*" {
  148. setenv.add-response-header = ( "X-Pi-hole" => "A black hole for Internet advertisements." )
  149. }
  150. $HTTP["host"] == "pi.hole" {
  151. $HTTP["url"] == "/" {
  152. url.redirect = ( "" => "/admin/" )
  153. }
  154. }
  155. include_shell "cat external.conf 2>/dev/null"
  156.  
  157.  
  158. ---= Detecting existence of /var/log/lighttpd/error.log:
  159.  
  160. 2017-06-11 06:25:02: (server.c.1242) logfiles cycled UID = 0 PID = 1796
  161. 2017-06-13 05:19:17: (server.c.1558) server stopped by UID = 0 PID = 1
  162. 2017-06-13 05:20:05: (log.c.164) server started
  163. 2017-06-13 05:47:24: (server.c.1558) server stopped by UID = 0 PID = 1
  164. 2017-06-13 05:48:14: (log.c.164) server started
  165.  
  166.  
  167. ---= Detecting existence of /etc/dnsmasq.conf:
  168.  
  169. conf-dir=/etc/dnsmasq.d
  170.  
  171.  
  172. ---= Detecting contents of /etc/dnsmasq.d/*:
  173.  
  174.  
  175. ---= File /etc/dnsmasq.d/01-pihole.conf found
  176.  
  177. addn-hosts=/etc/pihole/gravity.list
  178. addn-hosts=/etc/pihole/local.list
  179. localise-queries
  180. no-resolv
  181. cache-size=10000
  182. log-queries
  183. log-facility=/var/log/pihole.log
  184. local-ttl=300
  185. log-async
  186. server=8.8.8.8
  187. server=8.8.4.4
  188. domain-needed
  189. bogus-priv
  190. except-interface=nonexisting
  191.  
  192.  
  193. ---= File /etc/dnsmasq.d/README found
  194.  
  195.  
  196.  
  197. ---= Detecting existence of /etc/pihole/whitelist.txt:
  198.  
  199. raw.githubusercontent.com
  200. mirror1.malwaredomains.com
  201. sysctl.org
  202. zeustracker.abuse.ch
  203. s3.amazonaws.com
  204. hosts-file.net
  205.  
  206.  
  207. ---= Detecting existence of /etc/pihole/blacklist.txt:
  208.  
  209. /etc/pihole/blacklist.txt not found!
  210.  
  211. ---= Detecting existence of /etc/pihole/adlists.list:
  212.  
  213. https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
  214. https://mirror1.malwaredomains.com/files/justdomains
  215. http://sysctl.org/cameleon/hosts
  216. https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
  217. https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
  218. https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
  219. https://hosts-file.net/ad_servers.txt
  220.  
  221.  
  222. ---= Analyzing gravity.list
  223.  
  224. /etc/pihole/gravity.list is 110019 lines long.
  225.  
  226. ---= Analyzing pihole.log
  227.  
  228. /var/log/pihole.log is 489 lines long.
  229. /var/log/pihole.log is 40K.
  230.  
  231. ---= Analyzing pihole-FTL.log
  232.  
  233. /var/log/pihole-FTL.log is 94 lines long.
  234. /var/log/pihole-FTL.log is 8.0K.
  235. [2017-06-13 05:26:36.528] dnsmasq process restarted
  236. [2017-06-13 05:26:36.628] Gravity list entries: 110019
  237. [2017-06-13 05:26:36.628] No blacklist present
  238. [2017-06-13 05:26:36.628] No wildcard blocking list present
  239. [2017-06-13 05:47:25.437] FATAL: FTL received SIGTERM from PID/UID 1/0, scheduled to exit gracefully
  240. [2017-06-13 05:47:25.437] Shutting down...
  241. [2017-06-13 05:47:25.437] ########## FTL terminated! ##########
  242. [2017-06-13 05:48:14.162] ########## FTL started! ##########
  243. [2017-06-13 05:48:14.231] FTL branch: (no branch)
  244. [2017-06-13 05:48:14.231] FTL hash: v2.8
  245. [2017-06-13 05:48:14.231] FTL date: 2017-06-03 19:32:55 +0200
  246. [2017-06-13 05:48:14.231] FTL user: pihole
  247. [2017-06-13 05:48:14.231] Notice: Found no readable FTL config file
  248. [2017-06-13 05:48:14.231] Using default settings
  249. [2017-06-13 05:48:14.231] Starting config file parsing
  250. [2017-06-13 05:48:14.231] SOCKET_LISTENING: only local
  251. [2017-06-13 05:48:14.231] TIMEFRAME: Rolling 24h
  252. [2017-06-13 05:48:14.231] QUERY_DISPLAY: Show queries
  253. [2017-06-13 05:48:14.231] AAAA_QUERY_ANALYSIS: Show AAAA queries
  254. [2017-06-13 05:48:14.231] Finished config file parsing
  255. [2017-06-13 05:48:14.233] Found no other running pihole-FTL process
  256. [2017-06-13 05:48:14.233] PID of FTL process: 1277
  257. [2017-06-13 05:48:14.716] Gravity list entries: 110019
  258. [2017-06-13 05:48:14.716] No blacklist present
  259. [2017-06-13 05:48:14.716] No wildcard blocking list present
  260. [2017-06-13 05:48:14.716] Starting initial log file parsing
  261. [2017-06-13 05:48:14.716] Warning: Reading of rotated log file /var/log/pihole.log.1 failed
  262. [2017-06-13 05:48:14.716] Reading from /var/log/pihole.log (rw-r--r--)
  263. [2017-06-13 05:48:14.748] Notice: Increasing queries struct size from 0 to 10000 (320.08 KB)
  264. [2017-06-13 05:48:14.748] Notice: Increasing overTime struct size from 0 to 100 (324.08 KB)
  265. [2017-06-13 05:48:14.748] Notice: Increasing forwarded struct size from 0 to 4 (324.19 KB)
  266. [2017-06-13 05:48:14.784] New forward server: 8.8.4.4 google-public-dns-b.google.com (0/4)
  267. [2017-06-13 05:48:14.784] Notice: Increasing domains struct size from 0 to 1000 (356.23 KB)
  268. [2017-06-13 05:48:14.785] Notice: Increasing clients struct size from 0 to 10 (356.49 KB)
  269. [2017-06-13 05:48:14.785] New client: 127.0.0.1 localhost (0/10)
  270. [2017-06-13 05:48:14.809] New forward server: 8.8.8.8 google-public-dns-a.google.com (1/4)
  271. [2017-06-13 05:48:15.210] Finished initial log file parsing
  272. [2017-06-13 05:48:15.210] -> Total DNS queries: 46
  273. [2017-06-13 05:48:15.210] -> Cached DNS queries: 6
  274. [2017-06-13 05:48:15.210] -> Blocked DNS queries: 0
  275. [2017-06-13 05:48:15.210] -> Unknown DNS queries: 4
  276. [2017-06-13 05:48:15.210] -> Unique domains: 7
  277. [2017-06-13 05:48:15.210] -> Unique clients: 1
  278. [2017-06-13 05:48:15.211] Successfully accessed setupVars.conf
  279. [2017-06-13 05:48:15.211] Listening on port 4711
  280. [2017-06-13 05:57:44.963] dnsmasq process restarted
  281. [2017-06-13 05:57:45.066] Gravity list entries: 110019
  282. [2017-06-13 05:57:45.066] No blacklist present
  283. [2017-06-13 05:57:45.066] No wildcard blocking list present
  284. [2017-06-13 08:38:00.367] New client: 192.168.11.14 ARAE (1/10)
  285.  
  286. ---= pihole.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement