Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
This process collects information from your Pi-hole, and optionally uploads it to a unique and random directory on tricorder.pi-hole.net. 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. 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. *** [ INITIALIZING ] [i] 2018-06-24:00:14:38 debug log has been initialized. *** [ INITIALIZING ] Sourcing setup variables [i] Sourcing /etc/pihole/setupVars.conf... *** [ DIAGNOSING ]: Core version [i] Core: v3.3.1 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249) [i] Branch: master [i] Commit: v3.3.1-0-gfbee18e *** [ DIAGNOSING ]: Web version [i] Web: v3.3 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249) [i] Branch: master [i] Commit: v3.3-0-ge48aa295 *** [ DIAGNOSING ]: FTL version [✓] FTL: v3.0 *** [ DIAGNOSING ]: dnsmasq version [i] 2.76 *** [ DIAGNOSING ]: lighttpd version [i] 1.4.45 *** [ DIAGNOSING ]: php version [i] 7.0.27 *** [ DIAGNOSING ]: Operating system [✓] Debian GNU/Linux 9 (stretch) *** [ DIAGNOSING ]: SELinux [i] SELinux not detected *** [ DIAGNOSING ]: Processor [i] x86_64 *** [ DIAGNOSING ]: Networking [✗] No IPv4 address(es) found on the br0 interface. [✗] No IPv6 address(es) found on the br0 interface. [i] Default IPv4 gateway: 192.168.1.1 * Pinging 192.168.1.1... [✗] Gateway did not respond. (https://discourse.pi-hole.net/t/why-is-a-default-gateway-important-for-pi-hole/3546) *** [ DIAGNOSING ]: Ports in use [53] is in use by dnsmasq [4711] is in use by pihole-FTL *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain [✓] telefonanlagen.televis.at is 192.168.1.22 via localhost (127.0.0.1) [✗] Failed to resolve telefonanlagen.televis.at via Pi-hole (192.168.1.22) [✓] doubleclick.com is 172.217.3.174 via a remote, public DNS server (8.8.8.8) *** [ DIAGNOSING ]: Pi-hole processes [✗] dnsmasq daemon is [✗] lighttpd daemon is [✗] pihole-FTL daemon is *** [ DIAGNOSING ]: Setup variables IPV4_ADDRESS=192.168.1.22 IPV6_ADDRESS= PIHOLE_INTERFACE=br0 DNSMASQ_LISTENING=single PIHOLE_DNS_1=8.8.4.4 DNS_FQDN_REQUIRED=true DNS_BOGUS_PRIV=true DNSSEC=false CONDITIONAL_FORWARDING=false *** [ DIAGNOSING ]: Dashboard and block page [✓] X-Pi-hole: A black hole for Internet advertisements. [✓] X-Pi-hole: The Pi-hole Web interface is working! *** [ DIAGNOSING ]: Gravity list -rw-r--r-- 1 root root 4544256 Jun 24 00:11 /etc/pihole/gravity.list -----head of gravity.list------ 192.168.1.22 0.0.0.0 192.168.1.22 0.r.msn.com 192.168.1.22 0.start.bz 192.168.1.22 000.0x1f4b0.com -----tail of gravity.list------ 192.168.1.22 zzz.clickbank.net 192.168.1.22 zzzezeroe.fr 192.168.1.22 zzzpooeaz-france.com 192.168.1.22 zzzrtrcm2.com *** [ DIAGNOSING ]: contents of /etc/pihole -rw-r--r-- 1 root root 633 Jun 23 23:06 /etc/pihole/adlists.list https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts https://mirror1.malwaredomains.com/files/justdomains http://sysctl.org/cameleon/hosts https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt https://hosts-file.net/ad_servers.txt -rw-r--r-- 1 root root 47 Jun 24 00:11 /etc/pihole/local.list 192.168.1.22 1cb0c6348b6e 192.168.1.22 pi.hole *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d -rw-r--r-- 1 root root 1519 Jun 24 00:14 /etc/dnsmasq.d/01-pihole.conf addn-hosts=/etc/pihole/gravity.list addn-hosts=/etc/pihole/black.list addn-hosts=/etc/pihole/local.list localise-queries no-resolv cache-size=10000 log-queries=extra log-facility=/var/log/pihole.log local-ttl=2 log-async server=8.8.4.4 domain-needed bogus-priv interface=br0 *** [ DIAGNOSING ]: contents of /etc/lighttpd -rw-r--r-- 1 root root 2964 Jun 24 00:11 /etc/lighttpd/lighttpd.conf server.modules = ( "mod_access", "mod_accesslog", "mod_auth", "mod_expire", "mod_compress", "mod_redirect", "mod_setenv", "mod_rewrite" ) server.document-root = "/var/www/html" server.error-handler-404 = "pihole/index.php" server.upload-dirs = ( "/var/cache/lighttpd/uploads" ) server.errorlog = "/var/log/lighttpd/error.log" server.pid-file = "/var/run/lighttpd.pid" server.username = "www-data" server.groupname = "www-data" server.port = 80 accesslog.filename = "/var/log/lighttpd/access.log" accesslog.format = "%{%s}t|%V|%r|%s|%b" index-file.names = ( "index.php", "index.html", "index.lighttpd.html" ) url.access-deny = ( "~", ".inc", ".md", ".yml", ".ini" ) static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) compress.cache-dir = "/var/cache/lighttpd/compress/" compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" ) include_shell "/usr/share/lighttpd/create-mime.assign.pl" include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\" ' 2>/dev/null" $HTTP["url"] =~ "^/admin/" { setenv.add-response-header = ( "X-Pi-hole" => "The Pi-hole Web interface is working!", "X-Frame-Options" => "DENY" ) $HTTP["url"] =~ ".ttf$" { setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" ) } } $HTTP["url"] =~ "^/admin/\.(.*)" { url.access-deny = ("") } include_shell "cat external.conf 2>/dev/null" *** [ DIAGNOSING ]: contents of /etc/cron.d -rw-r--r-- 1 root root 1495 Apr 10 15:54 /etc/cron.d/pihole 23 3 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity 00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush once quiet @reboot root /usr/sbin/logrotate /etc/pihole/logrotate */10 * * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker local 3 18 * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote @reboot root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote reboot *** [ DIAGNOSING ]: contents of /var/log/lighttpd -rw-r--r-- 1 www-data www-data 248 Jun 24 00:11 /var/log/lighttpd/error.log 2018-06-23 16:06:26: (log.c.217) server started 2018-06-23 17:10:59: (server.c.1534) logfiles cycled UID = 0 PID = 11204 2018-06-23 17:10:59: (server.c.1828) server stopped by UID = 0 PID = 11204 2018-06-23 17:11:20: (log.c.217) server started *** [ DIAGNOSING ]: contents of /var/log -rw-r--r-- 1 root root 10415 Jun 24 00:14 /var/log/pihole-FTL.log [2018-06-23 16:06:26.470] [2018-06-23 16:06:26.470] FTL branch: v3.0 [2018-06-23 16:06:26.470] FTL version: v3.0 [2018-06-23 16:06:26.470] FTL commit: a1b2fa03f8f3e3713b57a26a4e9a062fec0573d7 [2018-06-23 16:06:26.470] FTL date: 2018-02-14 12:45:47 -0800 [2018-06-23 16:06:26.470] FTL user: root [2018-06-23 16:06:26.470] Warning: Starting pihole-FTL directly is not recommended. [2018-06-23 16:06:26.470] Instead, use system commands for starting pihole-FTL as service (systemctl / service). [2018-06-23 16:06:26.470] Notice: Found no readable FTL config file [2018-06-23 16:06:26.470] Using default settings [2018-06-23 16:06:26.470] Starting config file parsing (/etc/pihole/pihole-FTL.conf) [2018-06-23 16:06:26.470] SOCKET_LISTENING: only local [2018-06-23 16:06:26.470] QUERY_DISPLAY: Show queries [2018-06-23 16:06:26.470] AAAA_QUERY_ANALYSIS: Show AAAA queries [2018-06-23 16:06:26.470] MAXDBDAYS: max age for stored queries is 365 days [2018-06-23 16:06:26.470] RESOLVE_IPV6: Resolve IPv6 addresses [2018-06-23 16:06:26.470] RESOLVE_IPV4: Resolve IPv4 addresses [2018-06-23 16:06:26.470] DBINTERVAL: saving to DB file every minute [2018-06-23 16:06:26.470] DBFILE: Using /etc/pihole/pihole-FTL.db [2018-06-23 16:06:26.471] MAXLOGAGE: Importing up to 24.0 hours of log data [2018-06-23 16:06:26.471] Finished config file parsing [2018-06-23 16:06:26.471] PID of FTL process: 423 [2018-06-23 16:06:26.564] Gravity list entries: 127302 [2018-06-23 16:06:26.564] No blacklist present [2018-06-23 16:06:26.564] No wildcard blocking list present *** [ DIAGNOSING ]: Pi-hole log -rw-r--r-- 1 dnsmasq root 12835 Jun 24 00:14 /var/log/pihole.log -----head of pihole.log------ Jun 23 16:50:43 dnsmasq[3457]: 58 127.0.0.1/40758 query[A] pi.hole from 127.0.0.1 Jun 23 16:50:43 dnsmasq[3457]: 58 127.0.0.1/40758 /etc/pihole/local.list pi.hole is 192.168.1.22 Jun 23 16:51:13 dnsmasq[3457]: 59 127.0.0.1/57076 query[A] pi.hole from 127.0.0.1 Jun 23 16:51:13 dnsmasq[3457]: 59 127.0.0.1/57076 /etc/pihole/local.list pi.hole is 192.168.1.22 Jun 23 16:51:43 dnsmasq[3457]: 60 127.0.0.1/35608 query[A] pi.hole from 127.0.0.1 Jun 23 16:51:43 dnsmasq[3457]: 60 127.0.0.1/35608 /etc/pihole/local.list pi.hole is 192.168.1.22 Jun 23 16:52:14 dnsmasq[3457]: 61 127.0.0.1/57222 query[A] pi.hole from 127.0.0.1 Jun 23 16:52:14 dnsmasq[3457]: 61 127.0.0.1/57222 /etc/pihole/local.list pi.hole is 192.168.1.22 Jun 23 16:52:44 dnsmasq[3457]: 62 127.0.0.1/60379 query[A] pi.hole from 127.0.0.1 Jun 23 16:52:44 dnsmasq[3457]: 62 127.0.0.1/60379 /etc/pihole/local.list pi.hole is 192.168.1.22 Jun 23 16:53:14 dnsmasq[3457]: 63 127.0.0.1/39674 query[A] pi.hole from 127.0.0.1 Jun 23 16:53:14 dnsmasq[3457]: 63 127.0.0.1/39674 /etc/pihole/local.list pi.hole is 192.168.1.22 Jun 23 16:53:44 dnsmasq[3457]: 64 127.0.0.1/60334 query[A] pi.hole from 127.0.0.1 Jun 23 16:53:44 dnsmasq[3457]: 64 127.0.0.1/60334 /etc/pihole/local.list pi.hole is 192.168.1.22 Jun 23 16:54:15 dnsmasq[3457]: 65 127.0.0.1/39519 query[A] pi.hole from 127.0.0.1 Jun 23 16:54:15 dnsmasq[3457]: 65 127.0.0.1/39519 /etc/pihole/local.list pi.hole is 192.168.1.22 Jun 23 16:54:45 dnsmasq[3457]: 66 127.0.0.1/60902 query[A] pi.hole from 127.0.0.1 Jun 23 16:54:45 dnsmasq[3457]: 66 127.0.0.1/60902 /etc/pihole/local.list pi.hole is 192.168.1.22 Jun 23 16:55:15 dnsmasq[3457]: 67 127.0.0.1/53280 query[A] pi.hole from 127.0.0.1 ******************************************** ******************************************** [✓] ** FINISHED DEBUGGING! ** * The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only. * For more information, see: https://pi-hole.net/2016/11/07/crack-our-medical-tricorder-win-a-raspberry-pi-3/ * If available, we'll use openssl to upload the log, otherwise it will fall back to netcat. [i] Debug script running in automated mode * Using openssl for transmission. *********************************** *********************************** [✓] Your debug token is: 8982gxim34 *********************************** *********************************** * Provide the token above to the Pi-hole team for assistance at * https://discourse.pi-hole.net * Your log will self-destruct on our server after 48 hours. * A local copy of the debug log can be found at: /var/log/pihole_debug-sanitized.log
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
Untitled
3 hours ago | 13.15 KB
Analog GPUs: THE FUTURE
9 hours ago | 8.88 KB
Quotes I believe to be true.
9 hours ago | 0.16 KB
Die 7 wichtigsten Aktionen diese Woche
17 hours ago | 4.17 KB
Untitled
18 hours ago | 13.34 KB
Untitled
19 hours ago | 13.59 KB
VNC SCRIPT 2/2: autoinput.vbs
VBScript | 1 day ago | 0.23 KB
VNC SCRIPT 1/2: vncauto.bat
Batch | 1 day ago | 0.72 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!