Advertisement
Guest User

Untitled

a guest
Jun 4th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 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] 2018-06-04:07:09:36 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: v3.3.1 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  15. [i] Branch: master
  16. [i] Commit: v3.3.1-0-gfbee18e
  17.  
  18. *** [ DIAGNOSING ]: Web version
  19. [i] Web: v3.3 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  20. [i] Branch: master
  21. [i] Commit: v3.3-0-ge48aa29
  22.  
  23. *** [ DIAGNOSING ]: FTL version
  24. [✓] FTL: v3.0
  25.  
  26. *** [ DIAGNOSING ]: dnsmasq version
  27. [i] 2.75
  28.  
  29. *** [ DIAGNOSING ]: lighttpd version
  30. [i] 1.4.35
  31.  
  32. *** [ DIAGNOSING ]: php version
  33. [i] 7.0.30
  34.  
  35. *** [ DIAGNOSING ]: Operating system
  36. [✓] Ubuntu 16.04.4 LTS
  37.  
  38. *** [ DIAGNOSING ]: SELinux
  39. [i] SELinux not detected
  40.  
  41. *** [ DIAGNOSING ]: Processor
  42. [i] x86_64
  43.  
  44. *** [ DIAGNOSING ]: Networking
  45. [✓] IPv4 address(es) bound to the eno1 interface:
  46. 192.168.1.131/24 matches the IP found in /etc/pihole/setupVars.conf
  47.  
  48. [✓] IPv6 address(es) bound to the eno1 interface:
  49. fe80::d3d1:49a9:770:1d89 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)
  50.  
  51. ^ Please note that you may have more than one IP address listed.
  52. As long as one of them is green, and it matches what is in /etc/pihole/setupVars.conf, there is no need for concern.
  53.  
  54. The link to the FAQ is for an issue that sometimes occurs when the IPv6 address changes, which is why we check for it.
  55.  
  56. [i] Default IPv4 gateway: 192.168.1.1
  57. * Pinging 192.168.1.1...
  58. [✓] Gateway responded.
  59.  
  60. *** [ DIAGNOSING ]: Ports in use
  61. [] is in use by
  62. [] is in use by
  63. [] is in use by
  64. [80] is in use by lighttpd
  65. [] is in use by
  66. [4711] is in use by pihole-FTL
  67. [53] is in use by dnsmasq
  68. [5940] is in use by teamviewe
  69. [631] is in use by cupsd
  70. [53] is in use by dnsmasq
  71. [53] is in use by dnsmasq
  72.  
  73. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
  74. [✓] filmcompostelle.com is 192.168.1.131 via localhost (127.0.0.1)
  75. [✓] filmcompostelle.com is 192.168.1.131 via Pi-hole (192.168.1.131)
  76. [✓] doubleclick.com is 216.58.219.206 via a remote, public DNS server (8.8.8.8)
  77.  
  78. *** [ DIAGNOSING ]: Pi-hole processes
  79. [✓] dnsmasq daemon is active
  80. [✓] lighttpd daemon is active
  81. [✓] pihole-FTL daemon is active
  82.  
  83. *** [ DIAGNOSING ]: Setup variables
  84. TEMPERATUREUNIT=F
  85. WEBUIBOXEDLAYOUT=boxed
  86. API_EXCLUDE_DOMAINS=
  87. API_EXCLUDE_CLIENTS=
  88. API_QUERY_LOG_SHOW=all
  89. API_PRIVACY_MODE=false
  90. PIHOLE_INTERFACE=eno1
  91. IPV4_ADDRESS=192.168.1.131/24
  92. IPV6_ADDRESS=
  93. PIHOLE_DNS_1=8.8.8.8
  94. PIHOLE_DNS_2=8.8.4.4
  95. QUERY_LOGGING=true
  96. INSTALL_WEB=true
  97. LIGHTTPD_ENABLED=1
  98. DHCP_ACTIVE=true
  99. DHCP_START=192.168.1.100
  100. DHCP_END=192.168.1.151
  101. DHCP_ROUTER=192.168.1.1
  102. DHCP_LEASETIME=24
  103. PIHOLE_DOMAIN=local
  104. DHCP_IPv6=false
  105.  
  106. *** [ DIAGNOSING ]: Dashboard and block page
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement