bluepr0

Members
  • Posts

    214
  • Joined

  • Last visited

Posts posted by bluepr0

  1. Hello guys!

     

    So I've been taking a look at some threads on how to execute an app at boot. Some of them suggested to edit the /boot/config/go and that's what I did. However it seems the miner opens and closes but I need it to keep running in the system. This is how my currently go file looks like

     

    #!/bin/bash
    # Start the Management Utility
    /usr/local/sbin/emhttp -p 80&
    /usr/local/sbin/xmrig -o pool.supportxmr.com:7777 -u -p blabla -k --donate-level 1&

    I've tried to execute the binary from the local folder but it didn't work, so I ended up copying it to /user/local/sbin... but it's also not working or at least it doesn't keep running

     

    Should I create a .sh script file and execute it from there? I'm a bit lost on how this thing will work! Thanks!

  2. Hey guys!

     

    I have a docker instance of "Home-Assistant" where I'm already passing an USB device:

    /dev/ttyACM0

    As you can see it creates the device above. However I have a USB Bluetooth device which it gets listed in lsusb (It's the Broadcom one) while the other is the Z-wave Z-Stick

    root@unBeast:~# lsusb
    Bus 003 Device 005: ID 0a5c:21ec Broadcom Corp. 
    Bus 003 Device 002: ID 0658:0200 Sigma Designs, Inc. 

    But for this bluetooth device I'm not getting an appropriate "/dev" device. I've tried passing the bus and device ID to docker but it seems to not work or I'm not doing it correctly.

     

    Can anyone point me out in the right direction? Maybe it's not possible to pass it unless unRaid creates a "/dev" device and has the appropriate drivers to support it?

     

    Doing a `dmesg | grep Broadcom` is not showing up anything either. Connecting this USB bluetooth to a Raspberry Pi2 with Raspbian recognizes it without problems so it's clear that at least it works on Linux. Maybe I'm just doing wrong the passthrough thing to Docker :/

     

    Thanks for any help!

  3. Hello guys,

     

    It's been a long day today, I've been trying for hours to find out what's going on with my unRaid box but I'm unable to. I will try to give as much info as I can but what's happening is very very weird!

     

    I've been running unRaid 6.3.2 since its release with no issues at all. Today I was cleaning out some files in my disks and found out that I had a "Dropbox" folder from an old Dropbox docker I installed a few months ago. As this folder was using lots of GB I decided to delete it with MC, after a bit it seems like the remote terminal (through my mac with ssh) crashed so I tried to restart unRaid but it became unresponsive... so I had to force reset

     

    After the reset everything is screwed. I can boot the flash drive in gui mode but I can't access the web interface (not even locally) but typing 

    ps aux | grep -i emhttp

    returns what you can see on this image (Terminal screenshot), however I get an infinite "Connecting" state in the browser tab (not getting error though). I tried to boot the flash in another PC and it boots up fine

     

    I've also tried disconnecting all the disks in the unRaid box except the cache SSD and I'm able to get into the web interface but I can't do much as all my disks are disconnected so I can't mount the array.

     

    This is interesting: then I tried to connect one drive at a time and boot to see if I'm able to get into the web interface. I found out one of the disks (I have 4) was, presumably the reason of the problems. So disconnected that one, booted up with the other 3 disks, I was able to click on start array and again it crashes/become unresponsive. Now I'm basically when I started.

     

    I'm will now try to disconnect all the disks and boot again to see if I can get the web ui to download the diagnostics

     

    BTW, I have been doing all this through the gui boot mode, I can't access the web server from another PC, not even through SSH (SSH is up but it's not accepting the password O_O). I've also tried to use xfs_repair on /dev/md2 but again it looks like it was just unresponsive

     

    Also tried to copy files from "previous" folder on the flash drive to see if that would help but no luck either >_<

     

    Anyone got any ideas on what I can do/test/try? I'm totally clueless. Thanks!

  4. I had the same problem but changed the Network Type from Bridge mode to Host mode

     

    ok, it doesn't do that job - it checks to see if they are in a blacklist and then forwards the request to the dns server ips on the template. Are they correct?

    I think so! here's all my configuration (it even shows the URL with the unRAID server IP)

     

    thanks a lot!

     

    thanks for your reply, just tried it but it does the same; docker and web ui it's working but not receiving queries

  5. Strange, and the dns of all the clients is pointing to your server?

     

    No, I just tried it with my phone and my iMac but I get no websites loading and no queries on the docker either

     

    So the network settings on the imac and phone all point the dns to Tower?. Anything in logs?

     

    Yep! tried on both devices but I can't get websites loaded

     

    Logs on the docker are the following

     

    ==> /var/log/pihole.log <==
    Dec 10 18:55:10 dnsmasq[188]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC loop-detect inotify
    Dec 10 18:55:10 dnsmasq[188]: using nameserver 8.8.4.4#53
    Dec 10 18:55:10 dnsmasq[188]: using nameserver 8.8.8.8#53
    Dec 10 18:55:10 dnsmasq[188]: read /etc/hosts - 7 addresses
    Dec 10 18:55:11 dnsmasq[188]: read /etc/pihole/gravity.list - 104818 addresses
    Dec 15 22:27:46 dnsmasq[187]: started, version 2.76 cachesize 10000
    
    Dec 15 22:27:46 dnsmasq[187]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC loop-detect inotify
    Dec 15 22:27:46 dnsmasq[187]: using nameserver 8.8.4.4#53
    Dec 15 22:27:46 dnsmasq[187]: using nameserver 8.8.8.8#53
    Dec 15 22:27:46 dnsmasq[187]: read /etc/hosts - 7 addresses
    Dec 15 22:27:46 dnsmasq[187]: read /etc/pihole/gravity.list - 105936 addresses
    
    ==> /var/log/nginx/access.log <==
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin HTTP/1.1" 301 185 "http://10.0.1.2:81/Dashboard" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/ HTTP/1.1" 200 15878 "http://10.0.1.2:81/Dashboard" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/bootstrap/css/bootstrap.min.css HTTP/1.1" 200 121260 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/css/font-awesome-4.5.0/css/font-awesome.min.css HTTP/1.1" 200 27466 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/css/ionicons-2.0.1/css/ionicons.min.css HTTP/1.1" 200 51284 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/css/dataTables.bootstrap.min.css HTTP/1.1" 200 4247 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/css/AdminLTE.min.css HTTP/1.1" 200 81913 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/css/skin-blue.min.css HTTP/1.1" 200 3094 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/css/js-warn.css HTTP/1.1" 200 1236 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/js/pihole/header.js HTTP/1.1" 200 113 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/js/other/jquery.min.js HTTP/1.1" 200 84345 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/bootstrap/js/bootstrap.min.js HTTP/1.1" 200 36868 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/js/other/app.min.js HTTP/1.1" 200 9222 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/js/other/jquery.dataTables.min.js HTTP/1.1" 200 82480 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/js/other/dataTables.bootstrap.min.js HTTP/1.1" 200 1960 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/js/other/Chart.min.js HTTP/1.1" 200 52091 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/js/other/jquery-ui.min.js HTTP/1.1" 200 240027 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/js/pihole/index.js HTTP/1.1" 200 7246 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/js/pihole/footer.js HTTP/1.1" 200 2264 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/img/logo.svg HTTP/1.1" 200 3109 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/img/donate.gif HTTP/1.1" 200 3592 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/css/SourceSansPro/SourceSansPro.css HTTP/1.1" 200 1505 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/css/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0 HTTP/1.1" 200 66624 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/api.php?summaryRaw&topItems HTTP/1.1" 200 150 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/api.php?getForwardDestinations HTTP/1.1" 200 12 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/css/ionicons-2.0.1/fonts/ionicons.ttf?v=2.0.0 HTTP/1.1" 200 188508 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/api.php?summaryRaw&getQuerySources HTTP/1.1" 200 137 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/api.php?getQueryTypes HTTP/1.1" 200 12 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:48 +0000] "GET /admin/img/favicon.png HTTP/1.1" 200 8675 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:27:58 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:28:08 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:28:18 +0000] "GET /admin/api.php?overTimeData HTTP/1.1" 500 5 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:28:18 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    
    ==> /var/log/nginx/error.log <==
    
    2016/12/15 22:28:18 [error] 201#201: *3 FastCGI sent in stderr: "PHP message: PHP Warning: max(): Array must contain at least one element in /var/www/html/admin/data.php on line 256
    
    PHP message: PHP Warning: min(): Array must contain at least one element in /var/www/html/admin/data.php on line 257
    
    PHP message: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/admin/data.php on line 260" while reading response header from upstream, client: 10.0.1.36, server: , request: "GET /admin/api.php?overTimeData HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "10.0.1.2", referrer: "http://10.0.1.2/admin/"
    
    
    ==> /var/log/nginx/access.log <==
    10.0.1.36 - - [15/Dec/2016:22:28:21 +0000] "GET /admin/queries.php HTTP/1.1" 200 11422 "http://10.0.1.2/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:28:21 +0000] "GET /admin/js/pihole/queries.js HTTP/1.1" 200 723 "http://10.0.1.2/admin/queries.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:28:21 +0000] "GET /admin/api.php?getAllQueries&_=1481840901223 HTTP/1.1" 200 21 "http://10.0.1.2/admin/queries.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:28:21 +0000] "GET /admin/bootstrap/fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028 "http://10.0.1.2/admin/queries.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:28:26 +0000] "GET /admin/queries.php HTTP/1.1" 200 11422 "http://10.0.1.2/admin/queries.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    
    10.0.1.36 - - [15/Dec/2016:22:28:26 +0000] "GET /admin/api.php?getAllQueries&_=1481840906319 HTTP/1.1" 200 21 "http://10.0.1.2/admin/queries.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12"
    

  6. did you definitely do this :

     

    2) in your appdata/pihole directory, it will have created 3 directories. Delete these directories and create 3 files (of the same name):
    
    touch blacklist.txt whitelist.txt pihole.log
    
    
    If you don't do this, it will not start.

     

    Tony

     

    I did it for sure, actually the docker is starting up just fine!

  7. i run the same problem with port 53 already in use.

    after some search, i found that the virtIO uses dnsmasq with port 53

    i m not using any VM at the moment, so i decided to disable the VM Manager.

    After this i was able to install the pihole docker successfull.

    Dont know if i have trouble in the future when i use some kind of a VM

    Yep, same here! but even if I can now access the web UI it still not working, if I use my unRAID ip as DNS server websites won't work

     

    Here's how the admin UI looks (note the loader on queries over time)

    1lKF0wQo+

     

    Logs

     

    WARNING: Tini has been relocated to /sbin/tini.
    
    Please update your scripts to use /sbin/tini going forward.
    /usr/bin/tini has been preserved for backwards compatibility in Alpine 3.4,
    but WILL BE REMOVED in Alpine 3.5.
    
    Added ENV to php:
    [www]
    env[PATH] = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    env[php_ERROR_LOG] = /var/log/nginx/error.log
    
    env[serverIP] = 10.0.1.2
    env[VIRTUAL_HOST] = 10.0.1.2
    Using default DNS servers: 8.8.8.8 & 8.8.4.4
    Using IPv4
    dnsmasq: syntax check OK.
    [04-Dec-2016 09:24:54] NOTICE: configuration file /etc/php5/php-fpm.conf test is successful
    
    nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
    nginx: configuration file /etc/nginx/nginx.conf test is successful
    ::: Testing DNSmasq config: ::: Testing PHP-FPM config: ::: Testing NGINX config: ::: All config checks passed, starting ...
    :::
    ::: Neutrino emissions detected...
    :::
    ::: No custom adlist file detected, reading from default file... done!
    :::
    ::: Getting raw.githubusercontent.com list... List updated, transport successful!
    ::: Getting mirror1.malwaredomains.com list... No changes detected, transport skipped!
    ::: Getting sysctl.org list... No changes detected, transport skipped!
    ::: Getting zeustracker.abuse.ch list... No changes detected, transport skipped!
    ::: Getting s3.amazonaws.com list... No changes detected, transport skipped!
    ::: Getting s3.amazonaws.com list... No changes detected, transport skipped!
    ::: Getting hosts-file.net list... No changes detected, transport skipped!
    ::: Getting raw.githubusercontent.com list... List updated, transport successful!
    :::
    ::: Aggregating list of domains... done!
    ::: Formatting list of domains to remove comments.... done!
    ::: 127935 domains being pulled in by gravity...
    ::: Removing duplicate domains.... done!
    ::: 103819 unique domains trapped in the event horizon.
    :::
    ::: Adding adlist sources to the whitelist... done!
    ::: Whitelisting 6 domains... done!
    ::: BlackListing 0 domains... done!
    ::: Formatting domains into a HOSTS file...
    :::
    ::: Cleaning up un-needed files... done!
    :::
    ::: Refresh lists in dnsmasq...
    ::: Pi-hole blocking is Enabled
    ==> /var/log/nginx/access.log <==
    10.0.1.14 - - [04/Dec/2016:09:22:54 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/index.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14"
    
    10.0.1.14 - - [04/Dec/2016:09:23:04 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/index.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14"
    
    10.0.1.14 - - [04/Dec/2016:09:23:15 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/index.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14"
    
    10.0.1.14 - - [04/Dec/2016:09:23:27 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/index.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14"
    
    10.0.1.14 - - [04/Dec/2016:09:23:50 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/index.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14"
    
    10.0.1.14 - - [04/Dec/2016:09:24:01 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/index.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14"
    
    10.0.1.14 - - [04/Dec/2016:09:24:12 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/index.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14"
    
    10.0.1.14 - - [04/Dec/2016:09:24:22 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/index.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14"
    
    10.0.1.14 - - [04/Dec/2016:09:24:35 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/index.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14"
    
    10.0.1.14 - - [04/Dec/2016:09:24:45 +0000] "GET /admin/api.php?summary HTTP/1.1" 200 123 "http://10.0.1.2/admin/index.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14"
    
    
    ==> /var/log/nginx/error.log <==
    
    2016/12/04 09:20:34 [error] 324#324: *4 FastCGI sent in stderr: "PHP message: PHP Warning: max(): Array must contain at least one element in /var/www/html/admin/data.php on line 256
    
    PHP message: PHP Warning: min(): Array must contain at least one element in /var/www/html/admin/data.php on line 257
    
    PHP message: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/admin/data.php on line 263" while reading response header from upstream, client: 10.0.1.14, server: , request: "GET /admin/api.php?overTimeData HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "10.0.1.2", referrer: "http://10.0.1.2/admin/"
    
    2016/12/04 09:21:00 [error] 324#324: *1 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: l in /var/www/html/admin/list.php on line 5" while reading upstream, client: 10.0.1.14, server: , request: "GET /admin/list.php?disable HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "10.0.1.2", referrer: "http://10.0.1.2/admin/list.php?l=black"
    
    2016/12/04 09:21:01 [error] 324#324: *1 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: l in /var/www/html/admin/list.php on line 5" while reading upstream, client: 10.0.1.14, server: , request: "GET /admin/list.php?enable HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "10.0.1.2", referrer: "http://10.0.1.2/admin/list.php?l=black"
    
    2016/12/04 09:21:34 [error] 324#324: *28 FastCGI sent in stderr: "PHP message: PHP Warning: max(): Array must contain at least one element in /var/www/html/admin/data.php on line 256
    
    PHP message: PHP Warning: min(): Array must contain at least one element in /var/www/html/admin/data.php on line 257
    
    PHP message: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/admin/data.php on line 259" while reading response header from upstream, client: 10.0.1.14, server: , request: "GET /admin/api.php?overTimeData HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "10.0.1.2", referrer: "http://10.0.1.2/admin/index.php"
    
    
    ==> /var/log/pihole.log <==
    Dec 4 09:21:01 dnsmasq[481]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC loop-detect inotify
    Dec 4 09:21:01 dnsmasq[481]: using nameserver 8.8.4.4#53
    Dec 4 09:21:01 dnsmasq[481]: using nameserver 8.8.8.8#53
    Dec 4 09:21:01 dnsmasq[481]: read /etc/hosts - 7 addresses
    Dec 4 09:21:01 dnsmasq[481]: read /etc/pihole/gravity.list - 103819 addresses
    Dec 4 09:24:59 dnsmasq[184]: started, version 2.76 cachesize 10000
    
    Dec 4 09:24:59 dnsmasq[184]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC loop-detect inotify
    Dec 4 09:24:59 dnsmasq[184]: using nameserver 8.8.4.4#53
    Dec 4 09:24:59 dnsmasq[184]: using nameserver 8.8.8.8#53
    Dec 4 09:24:59 dnsmasq[184]: read /etc/hosts - 7 addresses
    Dec 4 09:25:00 dnsmasq[184]: read /etc/pihole/gravity.list - 103819 addresses

  8. I just executed

    lsof -Pni | grep 53

     

    and I'm getting

     

    dnsmasq   24141   nobody    5u  IPv4  61741      0t0  UDP 192.168.122.1:53 
    dnsmasq   24141   nobody    6u  IPv4  61742      0t0  TCP 192.168.122.1:53 (LISTEN)

     

    WEIRD! That's not even my local IP address, it might be related to my ISP router. Will check it out!. Thanks for all your help :)