عبد اللطيف ايمش - صفحة 10 - أكاديمية حسوب

أفضل وسطاء الخيارات الثنائية - العقل السليم | حقائق ومعلومات عامة

أفضل وسطاء الخيارات الثنائية - العقل السليم | حقائق ومعلومات عامة submitted by ksalim87 to u/ksalim87 [link] [comments]

الكورس الشامل لتعليم الخيارات الثنائية(قناص الاوبشن)

submitted by goodlove20 to binaryoption [link] [comments]

Advice for Pihole + nut (ups) lighttpd cgi-bin

Hello community,
I never ask but I'm really "desperate" I can't find any guide online to help me configure the lighttpd.conf generated with pihole.
Basically I would like to enable the cgi-bin to be able to use lighttp both with pihole and to see the statistics pages of my ups with the NUT software.
I must be able to execute from the browser the cgi-bin requests that point to
/uslib/cgi-bin/upsimage.cgi /uslib/cgi-bin/upsset.cgi /uslib/cgi-bin/upsstats.cgi
Kindly someone could help me maybe linking me a working lighttpd.conf for my case so I can use it and study?
thanks to all
submitted by DartSteven to pihole [link] [comments]

شرح التداول بالروبوت في بورصة الخيارات الثنائية iQBot

شرح التداول بالروبوت في بورصة الخيارات الثنائية iQBot submitted by emadbably to OptionsInvestopedia [link] [comments]

اقوى كتاب في مجال الخيارات الثنائية

اقوى كتاب في مجال الخيارات الثنائية submitted by asrclub to u/asrclub [link] [comments]

FastCGI, Lighttpd, and Flask

Flask
I'm setting up a simple web server on my Raspberry Pi and I can't seem to set up lighttpd, fastcgi, and flask correctly.
By now, I've gone through a few iterations of /etc/lighttpd/lighttpd.conf, the most recent one being
fastcgi.server = ("/test" => "test" => ( "socket" => "/tmp/test-fcgi.sock", "bin-path" => "/vawww/py/test.fcgi", "check-local" => "disable" )) That spat out an error on /etc/init.d/lighttpd start. The first line looked wrong, so I added a set of parens after the fat arrow:
fastcgi.server = ("/test" => (...)) This didn't spit out an error, but when I tried to connect, I get ERR_CONNECTION_REFUSED in Chrome. Then I tried removing "/test" =>, and that had the same problem. I have also tried the config shown in this question, and the same problem occurred.
In /vawww/py/test.fgci:
```

!/usbin/pythonfrom flup.server.fcgi import WSGIServerfrom test import appWSGIServer(app, bindAddress="/tmp/test-fcgi.sock").run()

`` In/vawww/py/test.py`:
from flask import Flaskapp = Flask(__name__)@app.route("/test")def hello(): return "

☭ hello, comrade ☭

" The current lighttpd.conf fails when I start it with /etc/init.d/lighttpd start.
Answer link : https://codehunter.cc/a/flask/fastcgi-lighttpd-and-flask
submitted by code_hunter_cc to codehunter [link] [comments]

Trying to build a pirate box, and unable to install lighttpd, dnsmasq or php5-cgi

Trying to turn my Pocket CHIP into a Pirate Box using this guide, and when I try to install run "sudo apt-get install perl lighttpd dnsmasq hostapd python php5-cgi zip avahi-daemon", I get the messages below. I searched Google, but didn't find anything that could help. Any recommendations?
"Package dnsmasq is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source. However the following packages replace it: dnsmasq-base
E:Unable to locate package lighttpd
E: Package 'dnsmasq' has no installation candidate
E: Unable to locate package php5-cgi
submitted by bakuninsghost to Piratebox [link] [comments]

CGI execution in Orbi's Lighttpd

Has anyone looked at executing CGI files from Orbi's Web server? I'm trying to execute a bash script from the Web server to view some logs in the browser.
I figured that by default no CGI can be executed other than a couple, I edited /etc/lighttpd/conf.d/30-cgi.conf and added my CGI, but now I get a 500 and no error in log_message or in the Web server's logs.
Any tips?
submitted by mith_y2k to orbi [link] [comments]

Trying to build a pirate box, and unable to install lighttpd, dnsmasq or php5-cgi

Trying to turn my Pocket CHIP into a Pirate Box using this guide, and when I try to install run "sudo apt-get install perl lighttpd dnsmasq hostapd python php5-cgi zip avahi-daemon", I get the messages below. I searched Google, but didn't find anything that could help. Any recommendations?
"Package dnsmasq is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source. However the following packages replace it: dnsmasq-base
E:Unable to locate package lighttpd
E: Package 'dnsmasq' has no installation candidate
E: Unable to locate package php5-cgi
submitted by bakuninsghost to ChipCommunity [link] [comments]

How do I use CGI-BIN on lighttpd

I have lighttpd running on your router from

/jffs/www (mounted usb)

how do you run cgi-bin scripts?

php has recently stopped working and brian slayer says he wasn't going to fix it so I need an alternative.
submitted by vortex05 to DDWRT [link] [comments]

Use with Caddyserver instead of Lighttpd (php-cgi vs php-fpm)

So i am an avid user of caddyserver, it is really simple and quick to configure (not as much since v2, but it works)
and i am looking at the configs for lighttp and notice it needs php-cgi to work. Never used php-cgi before i usually use php-fpm.
Which should i try and use
submitted by merith-tk to RaspAP [link] [comments]

How to speed up stat() with FastCGI -- Accelerating Small File-Transfers with lighttpd

submitted by stesch to programming [link] [comments]

Django via fastCGI on Lighttpd

submitted by gst to django [link] [comments]

Haskell + FastCGI + Lighttpd

submitted by dons to programming [link] [comments]

Help with Lighttpd, PHP-CGI and Zenity

These 3 packages won't install using Apt-get! I am running Kali on a Raspberry Pi, mostly to free up my main computer which I use for work. I'm trying to run fluxion while on the go and the only 3 packages which come back as not installed are Lighttpd, Php-CGI and Zenity. This is what happens when trying to install all 3:
[email protected]:~# apt-get install zenity Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: zenity-common The following NEW packages will be installed: zenity zenity-common 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. Need to get 993 kB of archives. After this operation, 4076 kB of additional disk space will be used. Do you want to continue? [Y/n] Y Err:1 http://http.kali.org/kali kali-rolling/main armhf zenity-common all 3.22.0-1 Temporary failure resolving 'http.kali.org' Err:2 http://http.kali.org/kali kali-rolling/main armhf zenity armhf 3.22.0-1+b1 Temporary failure resolving 'http.kali.org' E: Failed to fetch http://http.kali.org/kali/pool/main/z/zenity/zenity-common_3.22.0-1_all.deb Temporary failure resolving 'http.kali.org' E: Failed to fetch http://http.kali.org/kali/pool/main/z/zenity/zenity_3.22.0-1+b1_armhf.deb Temporary failure resolving 'http.kali.org' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? [email protected]:~#
submitted by jonnysumthing to Kalilinux [link] [comments]

Django and Lighttpd: one niggling fastCGI detail

submitted by gst to django [link] [comments]

VESA compatible wall mount

VESA compatible wall mount submitted by fellipec to functionalprint [link] [comments]

Can't install Pihole

Hi, I was having some trouble after a dist-upgrade, where my Pihole wasn't working. I decided to try again from scratch so I uninstalled Pihole, using the command in the manual. I rebooted etc., everything looked clean.
I ran the install command and it gets pretty far, but then just... stops. pihole -r also fails at the same point, and the service won't start. Log below:
 [✓] Root user check .;;,. .ccccc:,. :cccclll:. ..,, :ccccclll. ;ooodc 'ccll:;ll .oooodc .;cll.;;looo:. .. ','. .',,,,,,'. .',,,,,,,,,,. .',,,,,,,,,,,,.... ....''',,,,,,,'....... ......... .... ......... .......... .......... .......... .......... ......... .... ......... ........,,,,,,,'...... ....',,,,,,,,,,,,. .',,,,,,,,,'. .',,,,,,'. ..'''. [i] SELinux not detected [✓] Update local cache of available packages [i] Existing PHP installation detected : PHP version 7.4.30 [✓] Checking apt-get for upgraded packages... up to date! [i] Checking for / installing Required dependencies for OS Check... [✓] Checking for grep [✓] Checking for dnsutils [✓] Supported OS detected [i] Checking for / installing Required dependencies for this install script... [✓] Checking for git [✓] Checking for iproute2 [✓] Checking for dialog [✓] Checking for ca-certificates [i] Reconfigure option selected [i] IPv4 address: 192.168.1.20/24 [i] Static IP already configured [i] Unable to find IPv6 ULA/GUA address [i] IPv6 address: [i] Using upstream DNS: OpenDNS (ECS, DNSSEC) (208.67.222.222, 208.67.220.220) [i] Installing StevenBlack's Unified Hosts List [i] Installing Admin Web Interface [i] Installing lighttpd [i] Query Logging on. [i] Using privacy level: 1 [i] Performing reconfiguration, skipping download of local repos [✓] Resetting repository within /etc/.pihole... [✓] Resetting repository within /vawww/html/admin... [i] Checking for / installing Required dependencies for Pi-hole software... [✓] Checking for cron [✓] Checking for curl [✓] Checking for iputils-ping [✓] Checking for psmisc [✓] Checking for sudo [✓] Checking for unzip [✓] Checking for idn2 [✓] Checking for libcap2-bin [✓] Checking for dns-root-data [✓] Checking for libcap2 [✓] Checking for netcat-openbsd [✓] Checking for procps [✓] Checking for jq [✓] Checking for lighttpd [✓] Checking for php7.4-common [✓] Checking for php7.4-cgi [✓] Checking for php7.4-sqlite3 [✓] Checking for php7.4-xml [✓] Checking for php7.4-intl [✓] Checking for php7.4-json [✓] Enabling lighttpd service to start on reboot... [✓] Checking for user 'pihole' [i] FTL Checks... [✓] Detected ARMv7 processor (with hard-float support) [i] Checking for existing FTL binary... [i] Latest FTL Binary already installed (v5.18.1). Confirming Checksum... [i] Checksum correct. No need to download! [✓] Installing scripts from /etc/.pihole [i] Installing configs from /etc/.pihole... [i] Existing dnsmasq.conf found... it is not a Pi-hole file, leaving alone! [✓] Installed /etc/dnsmasq.d/01-pihole.conf [✓] Installed /etc/dnsmasq.d/06-rfc6761.conf [i] Installing 404 page... [✓] Creating directory for 404 page, and copying files [i] Backing up index.lighttpd.html No default index.lighttpd.html file found... not backing up [✓] Installing sudoer file [✓] Installing latest Cron script [i] Installing latest logrotate script... [i] Existing logrotate file found. No changes made. [i] Backing up /etc/dnsmasq.conf to /etc/dnsmasq.conf.old [✓] man pages installed and database updated [i] Testing if systemd-resolved is enabled [i] Systemd-resolved is not enabled [✓] Restarting lighttpd service... [✓] Enabling lighttpd service to start on reboot... [i] Restarting services... [✓] Enabling pihole-FTL service to start on reboot... [i] Restarting pihole-FTL [email protected]:~ $ 
I'd appreciate any help and guidance on where to start, thanks!
submitted by gyaku_zuki to pihole [link] [comments]

Installing pihole on Raspberry Pi Zero W

I tried several times to install PiHole on my RasPi Zero W. Just de default install via CLI on Raspbian Lite. Install seems fine untill the last few steps, i keep getting these errors:
Creating config file /etc/php/7.3/cli/php.ini with new version Setting up jq (1.5+dfsg-2+b1) ... Setting up php7.3-cgi (7.3.31-1~deb10u1) ... update-alternatives: using /usbin/php-cgi7.3 to provide /usbin/php-cgi (php-cgi) in auto mode update-alternatives: using /uslib/cgi-bin/php7.3 to provide /uslib/cgi-bin/php (php-cgi-bin) in auto mode locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory Creating config file /etc/php/7.3/cgi/php.ini with new version Setting up php-xml (2:7.3+69) ... Setting up php-cgi (2:7.3+69) ... Processing triggers for systemd (241-7~deb10u8+rpi1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for libc-bin (2.28-10+rpt2+rpi1+deb10u1) ... ---------------------------------------------------------------------- [✓] Enabling lighttpd service to start on reboot... [✓] Creating user 'pihole' [i] FTL Checks... [✓] Detected ARMv6 processor (with hard-float support) [i] Checking for existing FTL binary... [i] Downloading and Installing FTL...curl: (7) Failed to connect to github.com port 443: Connection timed out [✗] Downloading and Installing FTL Error: URL https://github.com/pi-hole/ftl/releases/latest/download/pihole-FTL-armv6-linux-gnueabihf not found [✗] FTL Engine not installed 
Anyone an idea what i'm doing wrong?
submitted by Omizon123 to pihole [link] [comments]

Admin page timeout after update

I updated my pihole and now seem unable to get into the admin web interface; the request times out without any additional information. DNS requests are being fulfilled and I can ssh into the pi without any issues. I see the device as active in my router device table.
Curling localhost/admin/ appears to return correctly:
~ $ curl -I http://localhost/admin/ HTTP/1.1 302 Found Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=87bpo0dgmhviti79l5gevgd7a0; path=/; HttpOnly; SameSite=Strict Location: login.php Content-type: text/html; charset=UTF-8 X-Pi-hole: The Pi-hole Web interface is working! X-Frame-Options: DENY X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Content-Security-Policy: default-src 'self' 'unsafe-inline'; X-Permitted-Cross-Domain-Policies: none Referrer-Policy: same-origin Date: Mon, 31 Oct 2022 17:32:00 GMT Server: lighttpd/1.4.53 
Lighttpd seems to be working:
systemctl status lighttpd.service ● lighttpd.service - Lighttpd Daemon Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2022-10-31 11:04:29 MDT; 33min ago Main PID: 1446 (lighttpd) Tasks: 6 (limit: 4915) CGroup: /system.slice/lighttpd.service ├─1446 /ussbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf ├─1458 /usbin/php-cgi ├─1459 /usbin/php-cgi ├─1460 /usbin/php-cgi ├─1461 /usbin/php-cgi └─1462 /usbin/php-cgi Oct 31 11:04:28 pihole-main systemd[1]: Starting Lighttpd Daemon... Oct 31 11:04:28 pihole-main lighttpd[1439]: 2022-10-31 11:04:28: (server.c.1493) WARNING: unknown config-key: alias.url (ignored) Oct 31 11:04:29 pihole-main systemd[1]: Started Lighttpd Daemon. 
A quick internet search shows that this config-key:alias.url error isn't likely causing any issues, but I don't know that for certain.
I don't appear to have any conflicts on port 80:
sudo lsof -i :80 -S COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME lighttpd 1446 www-data 4u IPv4 27777 0t0 TCP *:http (LISTEN) lighttpd 1446 www-data 5u IPv6 27778 0t0 TCP *:http (LISTEN) 
A repair of the installation using 'pihole -r' made no difference.
I am well and truly out of ideas. Issue persists across devices and reboots. Anyone have any clever things to try? My debug token:
https://tricorder.pi-hole.net/X3i6INmL/
I didn't see anything immediately out of place in the debug readout but I'm not an expert by any means.
submitted by TechnicalRhubarb9 to pihole [link] [comments]

Fresh standard PiHole install failing on Raspbian

I'm starting from scratch on my PiHole setup and running into problems. I did a fresh install of the latest Raspberry Pi OS (Bullseye) onto a Pi3b. At the installation, I enabled SSH and changed the username & password.
I SSH'd into the pi and ran sudo apt update and upgrade.
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. [email protected]:~ 
I then downloaded basic-install.sh and did sudo bash basic-install.sh. I chose all the defaults then get this:
 [i] SELinux not detected [â“] Update local cache of available packages [â“] Checking apt-get for upgraded packages... up to date! [i] Checking for / installing Required dependencies for OS Check... [â“] Checking for grep [â“] Checking for dnsutils [â“] Supported OS detected [i] Checking for / installing Required dependencies for this install script... [â“] Checking for git [â“] Checking for iproute2 [â“] Checking for dialog [â“] Checking for ca-certificates [i] IPv4 address: 192.168.1.5/24 [i] Static IP already configured [i] Unable to find IPv6 ULA/GUA address [i] IPv6 address: [i] Using upstream DNS: Google (ECS, DNSSEC) (8.8.8.8, 8.8.4.4) [i] Installing StevenBlack's Unified Hosts List [i] Installing Admin Web Interface [i] Installing lighttpd [i] Query Logging on. [i] Using privacy level: 0 [â“] Check for existing repository in /etc/.pihole [i] Update repo in /etc/.pihole...HEAD is now at d88629e v5.12.2 (#4922) [â“] Update repo in /etc/.pihole [â“] Check for existing repository in /vawww/html/admin [i] Update repo in /vawww/html/admin...HEAD is now at b110ecc v5.15.1 (#2363) [â“] Update repo in /vawww/html/admin [i] Checking for / installing Required dependencies for Pi-hole software... [â“] Checking for cron [â“] Checking for curl [â“] Checking for iputils-ping [â“] Checking for psmisc [â“] Checking for sudo [â“] Checking for unzip [i] Checking for idn2 (will be installed) [â“] Checking for libcap2-bin [â“] Checking for dns-root-data [â“] Checking for libcap2 [â“] Checking for netcat-openbsd [â“] Checking for procps [i] Checking for jq (will be installed) [i] Checking for lighttpd (will be installed) [i] Checking for php-common (will be installed) [i] Checking for php-cgi (will be installed) [i] Checking for php-sqlite3 (will be installed) [i] Checking for php-xml (will be installed) [i] Checking for php-intl (will be installed) [i] Checking for php-json (will be installed) [i] Waiting for package manager to finish (up to 30 seconds) [i] Processing apt-get install(s) for: idn2 jq lighttpd php-common php-cgi php-sqlite3 php-xml php-intl php-json, please wait... ---------------------------------------------------------------------- E: Unable to locate package idn2 E: Package 'jq' has no installation candidate E: Package 'lighttpd' has no installation candidate E: Package 'php-common' has no installation candidate E: Package 'php-cgi' has no installation candidate E: Package 'php-sqlite3' has no installation candidate E: Package 'php-xml' has no installation candidate E: Package 'php-intl' has no installation candidate E: Package 'php-json' has no installation candidate 
Any ideas. I don't feel like I'm doing anything out of the ordinary.
idn2 for bullseye exists
I tried adding debian bullseye to sources.list, but I get a lot of errors about public keys not available.
submitted by nevereven to pihole [link] [comments]

Pihole not working after update

[email protected]:~ $ pihole -d
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] 2022-09-09:06:12:23 debug log has been initialized. [i] System has been running for 0 days, 0 hours, 55 minutes
*** [ INITIALIZING ] Sourcing setup variables [i] Sourcing /etc/pihole/setupVars.conf...
*** [ DIAGNOSING ]: Core version pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version GLIBC_2.28' not found (required by pihole-FTL) pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: versionGLIBC_2.28' not found (required by pihole-FTL) [i] Core: v5.12 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249) [i] Remotes: origin https://github.com/pi-hole/pi-hole.git (fetch) origin https://github.com/pi-hole/pi-hole.git (push) [i] Branch: master [i] Commit: v5.12-0-gf998eee4
*** [ DIAGNOSING ]: Web version pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version GLIBC_2.28' not found (required by pihole-FTL) pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: versionGLIBC_2.28' not found (required by pihole-FTL) [i] Web: v5.14.2 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249) [i] Remotes: origin https://github.com/pi-hole/AdminLTE.git (fetch) origin https://github.com/pi-hole/AdminLTE.git (push) [i] Branch: master [i] Commit: v5.14.2-0-g37dbfc8e
*** [ DIAGNOSING ]: FTL version pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version GLIBC_2.28' not found (required by pihole-FTL) pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: versionGLIBC_2.28' not found (required by pihole-FTL) pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version GLIBC_2.28' not found (required by pihole-FTL) pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: versionGLIBC_2.28' not found (required by pihole-FTL) pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by pihole-FTL) [✓] FTL: [i] Branch: (https://discourse.pi-hole.net/t/the-pihole-command-with-examples/738#checkout) [i] Commit:
*** [ DIAGNOSING ]: lighttpd version [i] 1.4.45
*** [ DIAGNOSING ]: php version [i] 7.0.33
*** [ DIAGNOSING ]: Operating system [i] dig return code: 10 [i] dig response: dig: couldn't get address for 'ns1.pi-hole.net': failure [✗] Distro: Raspbian [✗] Error: Raspbian is not a supported distro (https://docs.pi-hole.net/main/prerequisites/)
*** [ DIAGNOSING ]: SELinux [i] SELinux not detected
*** [ DIAGNOSING ]: FirewallD [i] Firewalld service inactive
*** [ DIAGNOSING ]: Processor [✓] armv6l
*** [ DIAGNOSING ]: Disk usage Filesystem Size Used Avail Use% Mounted on /dev/root 30G 2.7G 26G 10% / devtmpfs 213M 0 213M 0% /dev tmpfs 217M 0 217M 0% /dev/shm tmpfs 217M 5.9M 211M 3% /run tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 217M 0 217M 0% /sys/fs/cgroup /dev/mmcblk0p1 44M 23M 21M 52% /boot tmpfs 44M 0 44M 0% /run/use1000
*** [ DIAGNOSING ]: Network interfaces and addresses 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether b8:27:eb:38:d1:19 brd ff:ff:ff:ff:ff:ff inet 192.168.0.10/24 brd 192.168.0.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::931d:7e44:f680:e5ce/64 scope link valid_lft forever preferred_lft forever 3: tun0: mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 100 link/none inet 10.8.0.1/24 brd 10.8.0.255 scope global tun0 valid_lft forever preferred_lft forever inet6 fe80::6716:dbd6:852a:83a7/64 scope link flags 800 valid_lft forever preferred_lft forever
*** [ DIAGNOSING ]: Network routing table default via 192.168.0.1 dev eth0 src 192.168.0.10 metric 202 10.8.0.0/24 dev tun0 proto kernel scope link src 10.8.0.1 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.10 metric 202
*** [ DIAGNOSING ]: Networking [✓] IPv4 address(es) bound to the eth0 interface: 192.168.0.10/24
[✓] IPv6 address(es) bound to the eth0 interface: fe80::931d:7e44:f680:e5ce/64
[i] Default IPv4 gateway: 192.168.0.1 * Pinging 192.168.0.1... [✓] Gateway responded.
*** [ DIAGNOSING ]: Ports in use [✓] tcp::80 is in use by lighttpd tcp::22 is in use by sshd tcp:*:631 is in use by cupsd tcp:127.0.0.1:5353 is in use by unbound [✓] tcp::::80 is in use by lighttpd tcp::::22 is in use by sshd tcp::::631 is in use by cupsd
*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by pihole-FTL) dig: '' is not a legal name (unexpected end of input) [✗] Failed to resolve on lo (127.0.0.1) dig: '' is not a legal name (unexpected end of input) [✗] Failed to resolve on eth0 (192.168.0.10) dig: '' is not a legal name (unexpected end of input) [✗] Failed to resolve on tun0 (10.8.0.1) [✓] doubleclick.com is 142.250.179.238 via a remote, public DNS server (8.8.8.8)
*** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by pihole-FTL) dig: '' is not a legal name (unexpected end of input) [✗] Failed to resolve on lo (::1) dig: '' is not a legal name (unexpected end of input) [✗] Failed to resolve on eth0 (fe80::931d:7e44:f680:e5ce) dig: '' is not a legal name (unexpected end of input) [✗] Failed to resolve on tun0 (fe80::6716:dbd6:852a:83a7) [✗] Failed to resolve doubleclick.com via a remote, public DNS server (2001:4860:4860::8888)
*** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds) pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by pihole-FTL)
*** [ DIAGNOSING ]: Pi-hole processes [✓] lighttpd daemon is active [✗] pihole-FTL daemon is failed
*** [ DIAGNOSING ]: Pi-hole-FTL full status ● pihole-FTL.service - LSB: pihole-FTL daemon Loaded: loaded (/etc/init.d/pihole-FTL; generated; vendor preset: enabled) Active: failed (Result: exit-code) since Fri 2022-09-09 05:56:32 BST; 16min ago Docs: man:systemd-sysv-generator(8)
Sep 09 05:56:31 raspberrypi systemd[1]: Starting LSB: pihole-FTL daemon... Sep 09 05:56:31 raspberrypi pihole-FTL[6944]: Not running Sep 09 05:56:31 raspberrypi su[6966]: Successful su for pihole by root Sep 09 05:56:31 raspberrypi su[6966]: + ??? root:pihole Sep 09 05:56:31 raspberrypi su[6966]: pam_unix(su:session): session opened for user pihole by (uid=0) Sep 09 05:56:32 raspberrypi pihole-FTL[6944]: /usbin/pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by /usbin/pihole-FTL) Sep 09 05:56:32 raspberrypi systemd[1]: pihole-FTL.service: Control process exited, code=exited status=1 Sep 09 05:56:32 raspberrypi systemd[1]: Failed to start LSB: pihole-FTL daemon. Sep 09 05:56:32 raspberrypi systemd[1]: pihole-FTL.service: Unit entered failed state. Sep 09 05:56:32 raspberrypi systemd[1]: pihole-FTL.service: Failed with result 'exit-code'.
*** [ DIAGNOSING ]: Setup variables API_EXCLUDE_DOMAINS=*.in-addr.arpa API_EXCLUDE_CLIENTS= API_QUERY_LOG_SHOW=all API_PRIVACY_MODE=false TEMPERATUREUNIT=C DNSSEC=false CONDITIONAL_FORWARDING=false ADMIN_EMAIL= WEBUIBOXEDLAYOUT=traditional WEBTHEME=default-darker BLOCKING_ENABLED=true DHCP_ACTIVE=true DHCP_START=192.168.0.2 DHCP_END=192.168.0.251 DHCP_ROUTER=192.168.0.1 DHCP_LEASETIME=24 PIHOLE_DOMAIN=lan DHCP_IPv6=false DHCP_rapid_commit=true IPV4_ADDRESS=192.168.0.3/24 IPV6_ADDRESS= PIHOLE_INTERFACE=eth0 QUERY_LOGGING=true INSTALL_WEB_SERVER=true INSTALL_WEB_INTERFACE=true LIGHTTPD_ENABLED=true CACHE_SIZE=10000 DNS_FQDN_REQUIRED=false DNS_BOGUS_PRIV=false DNSMASQ_LISTENING=local REV_SERVER=false PIHOLE_DNS_1=8.8.8.8
*** [ DIAGNOSING ]: Dashboard and block page [✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
*** [ DIAGNOSING ]: Pi-hole FTL Query Database -rw-rw-r-- 1 pihole pihole 281M Sep 9 04:50 /etc/pihole/pihole-FTL.db
*** [ DIAGNOSING ]: Gravity Database -rw-rw-r-- 1 pihole pihole 291M Sep 4 04:01 /etc/pihole/gravity.db
*** [ DIAGNOSING ]: Info table pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version GLIBC_2.28' not found (required by pihole-FTL) pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: versionGLIBC_2.28' not found (required by pihole-FTL) date: invalid date ‘@’ Last gravity run finished at:
pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by pihole-FTL) ----- First 10 Gravity Domains -----
*** [ DIAGNOSING ]: Groups pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by pihole-FTL)
*** [ DIAGNOSING ]: Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist) pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by pihole-FTL)
*** [ DIAGNOSING ]: Clients pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by pihole-FTL)
*** [ DIAGNOSING ]: Adlists pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by pihole-FTL)
*** [ DIAGNOSING ]: contents of /etc/pihole
-rw-r--r-- 1 root root 45 Mar 2 2022 /etc/pihole/custom.list 192.168.0.10 pi.hole 192.168.0.11 next.cloud
-rw-r--r-- 1 root root 65 Sep 4 03:52 /etc/pihole/local.list
-rw-r--r-- 1 root root 241 Jul 12 12:30 /etc/pihole/logrotate /valog/pihole/pihole.log { su root root daily copytruncate rotate 5 compress delaycompress notifempty nomail } /valog/pihole/FTL.log { su root root weekly copytruncate rotate 3 compress delaycompress notifempty nomail }
-rw-rw-r-- 1 pihole pihole 31 Sep 9 04:51 /etc/pihole/pihole-FTL.conf DELAY_STARTUP=5 PRIVACYLEVEL=0
*** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
-rw-r--r-- 1 root root 1.3K Sep 9 05:56 /etc/dnsmasq.d/01-pihole.conf addn-hosts=/etc/pihole/local.list addn-hosts=/etc/pihole/custom.list localise-queries no-resolv cache-size=10000 log-queries log-facility=/valog/pihole/pihole.log log-async server=8.8.8.8 local-service
-rw-r--r-- 1 root root 31 Apr 8 2019 /etc/dnsmasq.d/02-ovpn.conf interface=tun0 interface=eth0
-rw-r--r-- 1 root root 499 Sep 9 05:56 /etc/dnsmasq.d/02-pihole-dhcp.conf dhcp-authoritative dhcp-range=192.168.0.2,192.168.0.251,24h dhcp-option=option:router,192.168.0.1 dhcp-leasefile=/etc/pihole/dhcp.leases domain=lan dhcp-rapid-commit
-rw-r--r-- 1 root root 53 Mar 1 2022 /etc/dnsmasq.d/04-pihole-static-dhcp.conf dhcp-host=B8:27:EB:7D:48:37,192.168.0.11,nextcloudpi
-rw-r--r-- 1 root root 2.2K Sep 9 04:50 /etc/dnsmasq.d/06-rfc6761.conf server=/test/ server=/localhost/ server=/invalid/ server=/bind/ server=/onion/
-rw-r--r-- 1 root root 22 Mar 6 2022 /etc/dnsmasq.d/99-edns.conf edns-packet-max=1232
*** [ DIAGNOSING ]: contents of /etc/lighttpd
-rw-r--r-- 1 root root 0 Feb 15 2022 /etc/lighttpd/external.conf
-rw-r--r-- 1 root root 5.4K Sep 9 04:50 /etc/lighttpd/lighttpd.conf server.modules = ( "mod_access", "mod_accesslog", "mod_auth", "mod_expire", "mod_redirect", "mod_setenv", "mod_rewrite" ) server.document-root = "/vawww/html" server.error-handler-404 = "/pihole/index.php" server.upload-dirs = ( "/vacache/lighttpd/uploads" ) server.errorlog = "/valog/lighttpd/error-pihole.log" server.pid-file = "/run/lighttpd.pid" server.username = "www-data" server.groupname = "www-data" server.port = 80 accesslog.filename = "/valog/lighttpd/access-pihole.log" accesslog.format = "%{%s}t|%V|%r|%s|%b" server.stream-response-body = 1 index-file.names = ( "index.php", "index.html", "index.lighttpd.html" ) url.access-deny = ( "~", ".inc", ".md", ".yml", ".ini" ) static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) mimetype.assign = ( ".ico" => "image/x-icon", ".jpeg" => "image/jpeg", ".jpg" => "image/jpeg", ".png" => "image/png", ".svg" => "image/svg+xml", ".css" => "text/css; charset=utf-8", ".html" => "text/html; charset=utf-8", ".js" => "text/javascript; charset=utf-8", ".json" => "application/json; charset=utf-8", ".map" => "application/json; charset=utf-8", ".txt" => "text/plain; charset=utf-8", ".eot" => "application/vnd.ms-fontobject", ".otf" => "font/otf", ".ttc" => "font/collection", ".ttf" => "font/ttf", ".woff" => "font/woff", ".woff2" => "font/woff2" ) include_shell "cat external.conf 2>/dev/null" include_shell "/usshare/lighttpd/use-ipv6.pl " + server.port 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", "X-XSS-Protection" => "1; mode=block", "X-Content-Type-Options" => "nosniff", "Content-Security-Policy" => "default-src 'self' 'unsafe-inline';", "X-Permitted-Cross-Domain-Policies" => "none", "Referrer-Policy" => "same-origin" ) } $HTTP["url"] =~ "/admin/.(.)" { url.access-deny = ("") } $HTTP["url"] =~ "/(teleporter|api_token).php$" { $HTTP["referer"] =~ "/admin/settings.php" { setenv.add-response-header = ( "X-Frame-Options" => "SAMEORIGIN" ) } } expire.url = ( "" => "access plus 0 seconds" )
*** [ DIAGNOSING ]: contents of /etc/cron.d
-rw-r--r-- 1 root root 1.8K Sep 9 04:50 /etc/cron.d/pihole 48 4 * * 7 root PATH="$PATH:/ussbin:/uslocal/bin/" pihole updateGravity >/valog/pihole/pihole_updateGravity.log || cat /valog/pihole/pihole_updateGravity.log 00 00 * * * root PATH="$PATH:/ussbin:/uslocal/bin/" pihole flush once quiet @reboot root /ussbin/logrotate --state /valib/logrotate/pihole /etc/pihole/logrotate */10 * * * * root PATH="$PATH:/ussbin:/uslocal/bin/" pihole updatechecker local 48 16 * * * root PATH="$PATH:/ussbin:/uslocal/bin/" pihole updatechecker remote @reboot root PATH="$PATH:/ussbin:/uslocal/bin/" pihole updatechecker remote reboot
*** [ DIAGNOSING ]: contents of /valog/lighttpd
-rw-r--r-- 1 www-data www-data 12K Sep 9 06:12 /valog/lighttpd/error-pihole.log -----head of error-pihole.log------ 2022-09-04 06:25:09: (server.c.1534) logfiles cycled UID = 0 PID = 15879 2022-09-09 04:25:06: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:27:23: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:27:25: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:27:45: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:48:47: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:51:39: (server.c.1828) server stopped by UID = 0 PID = 1 2022-09-09 04:51:41: (log.c.217) server started 2022-09-09 04:53:35: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:55:16: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:56:12: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:56:12: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:56:12: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:56:12: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:56:12: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:56:12: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:56:12: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:56:12: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:56:12: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:58:08: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:58:08: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:58:08: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:58:08: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:58:08: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 04:58:08: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285
-----tail of error-pihole.log------ 2022-09-09 05:17:36: (log.c.217) server started 2022-09-09 05:33:12: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:33:15: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:09: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:12: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:13: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:14: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:15: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:16: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:19: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:22: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:23: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:27: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:29: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:29: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:36:40: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:41:46: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:41:51: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:48:06: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 05:48:07: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 06:02:53: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 06:02:58: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 06:03:05: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285 2022-09-09 06:12:00: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /vawww/html/admin/scripts/pi-hole/php/database.php on line 285
*** [ DIAGNOSING ]: contents of /valog/pihole
-rw-r--r-- 1 pihole pihole 2.1K Sep 9 04:50 /valog/pihole/FTL.log -----head of FTL.log------ [2022-09-09 00:46:44.176 24366M] ERR: Port mismatch for 127.0.0.1: we derived 5353, dnsmasq told us 43 [2022-09-09 01:30:00.127 24366/T24383] Notice: Database size is 293.62 MB, deleted 6 rows [2022-09-09 03:40:00.208 24366/T24383] Notice: Database size is 293.68 MB, deleted 118 rows [2022-09-09 03:50:02.289 24366/T24383] Notice: Database size is 293.68 MB, deleted 153 rows [2022-09-09 04:00:01.112 24366/T24383] Notice: Database size is 293.68 MB, deleted 40 rows [2022-09-09 04:10:00.332 24366/T24383] Notice: Database size is 293.68 MB, deleted 63 rows [2022-09-09 04:20:00.410 24366/T24383] Notice: Database size is 293.68 MB, deleted 36 rows [2022-09-09 04:22:29.434 24366M] Resizing "FTL-dns-cache" from 282624 to (17920 * 16) == 286720 (/dev/shm: 3.5MB used, 226.9MB total, FTL uses 3.5MB) [2022-09-09 04:27:13.754 24366M] Resizing "FTL-domains" from 184320 to (10240 * 20) == 204800 (/dev/shm: 3.5MB used, 226.9MB total, FTL uses 3.5MB) [2022-09-09 04:30:02.316 24366/T24383] Notice: Database size is 293.68 MB, deleted 36 rows [2022-09-09 04:50:17.812 24366M] Shutting down... [2022-09-09 04:50:21.131 24366M] Finished final database update (stored 12 queries) [2022-09-09 04:50:21.131 24366M] Waiting for threads to join [2022-09-09 04:50:21.132 24366M] Thread database (0) is idle, terminating it. [2022-09-09 04:50:21.137 24366M] Thread housekeeper (1) is idle, terminating it. [2022-09-09 04:50:21.138 24366M] Thread DNS client (2) is idle, terminating it. [2022-09-09 04:50:21.139 24366M] All threads joined [2022-09-09 04:50:21.140 24366M] Joining API worker thread 0 [2022-09-09 04:50:21.141 24366M] Joining API worker thread 1 [2022-09-09 04:50:21.142 24366M] Joining API worker thread 2 [2022-09-09 04:50:21.143 24366M] Joining API worker thread 3 [2022-09-09 04:50:21.145 24366M] Joining API worker thread 4 [2022-09-09 04:50:21.153 24366M] WARNING: Unable to remove PORT file: Permission denied [2022-09-09 04:50:21.154 24366M] WARNING: Unable to remove PID file: Permission denied [2022-09-09 04:50:21.160 24366M] ########## FTL terminated after 11d 10h 47m 17s (code 0)! ##########
-----tail of FTL.log------ [2022-09-09 00:46:44.176 24366M] ERR: Port mismatch for 127.0.0.1: we derived 5353, dnsmasq told us 43 [2022-09-09 01:30:00.127 24366/T24383] Notice: Database size is 293.62 MB, deleted 6 rows [2022-09-09 03:40:00.208 24366/T24383] Notice: Database size is 293.68 MB, deleted 118 rows [2022-09-09 03:50:02.289 24366/T24383] Notice: Database size is 293.68 MB, deleted 153 rows [2022-09-09 04:00:01.112 24366/T24383] Notice: Database size is 293.68 MB, deleted 40 rows [2022-09-09 04:10:00.332 24366/T24383] Notice: Database size is 293.68 MB, deleted 63 rows [2022-09-09 04:20:00.410 24366/T24383] Notice: Database size is 293.68 MB, deleted 36 rows [2022-09-09 04:22:29.434 24366M] Resizing "FTL-dns-cache" from 282624 to (17920 * 16) == 286720 (/dev/shm: 3.5MB used, 226.9MB total, FTL uses 3.5MB) [2022-09-09 04:27:13.754 24366M] Resizing "FTL-domains" from 184320 to (10240 * 20) == 204800 (/dev/shm: 3.5MB used, 226.9MB total, FTL uses 3.5MB) [2022-09-09 04:30:02.316 24366/T24383] Notice: Database size is 293.68 MB, deleted 36 rows [2022-09-09 04:50:17.812 24366M] Shutting down... [2022-09-09 04:50:21.131 24366M] Finished final database update (stored 12 queries) [2022-09-09 04:50:21.131 24366M] Waiting for threads to join [2022-09-09 04:50:21.132 24366M] Thread database (0) is idle, terminating it. [2022-09-09 04:50:21.137 24366M] Thread housekeeper (1) is idle, terminating it. [2022-09-09 04:50:21.138 24366M] Thread DNS client (2) is idle, terminating it. [2022-09-09 04:50:21.139 24366M] All threads joined [2022-09-09 04:50:21.140 24366M] Joining API worker thread 0 [2022-09-09 04:50:21.141 24366M] Joining API worker thread 1 [2022-09-09 04:50:21.142 24366M] Joining API worker thread 2 [2022-09-09 04:50:21.143 24366M] Joining API worker thread 3 [2022-09-09 04:50:21.145 24366M] Joining API worker thread 4 [2022-09-09 04:50:21.153 24366M] WARNING: Unable to remove PORT file: Permission denied [2022-09-09 04:50:21.154 24366M] WARNING: Unable to remove PID file: Permission denied [2022-09-09 04:50:21.160 24366M] ########## FTL terminated after 11d 10h 47m 17s (code 0)! ##########
*** [ DIAGNOSING ]: contents of /dev/shm
*** [ DIAGNOSING ]: contents of /etc
-rw-r--r-- 1 root root 24 Sep 9 04:50 /etc/dnsmasq.conf conf-dir=/etc/dnsmasq.d
lrwxrwxrwx 1 root root 31 Mar 7 2019 /etc/resolv.conf -> /etc/resolvconf/run/resolv.conf nameserver 127.0.0.1
*** [ DIAGNOSING ]: Pi-hole diagnosis messages pihole-FTL: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by pihole-FTL)
*** [ DIAGNOSING ]: Locale LANG=en_GB.UTF-8
*** [ DIAGNOSING ]: Pi-hole log -rw-r----- 1 pihole pihole 972K Sep 9 04:50 /valog/pihole/pihole.log -----head of pihole.log------ Sep 9 00:00:11 dnsmasq[24366]: query[A] graph.instagram.com from 10.8.0.3 Sep 9 00:00:11 dnsmasq[24366]: gravity blocked graph.instagram.com is 0.0.0.0 Sep 9 00:00:11 dnsmasq[24366]: query[A] BCMLS2.glpals.com from 10.8.0.3 Sep 9 00:00:11 dnsmasq[24366]: forwarded BCMLS2.glpals.com to 127.0.0.1#5353 Sep 9 00:00:11 dnsmasq[24366]: query[A] supl.google.com from 10.8.0.3 Sep 9 00:00:11 dnsmasq[24366]: forwarded supl.google.com to 127.0.0.1#5353 Sep 9 00:00:11 dnsmasq[24366]: query[A] gllto.glpals.com from 10.8.0.3 Sep 9 00:00:11 dnsmasq[24366]: forwarded gllto.glpals.com to 127.0.0.1#5353 Sep 9 00:00:11 dnsmasq[24366]: validation result is INSECURE Sep 9 00:00:11 dnsmasq[24366]: reply supl.google.com is 74.125.140.192 Sep 9 00:00:11 dnsmasq[24366]: reply supl.google.com is 74.125.140.192 Sep 9 00:00:11 dnsmasq[24366]: validation result is INSECURE Sep 9 00:00:11 dnsmasq[24366]: reply gllto.glpals.com is Sep 9 00:00:11 dnsmasq[24366]: reply gllto.glpals.com.cdn.cloudflare.net is 104.18.41.115 Sep 9 00:00:11 dnsmasq[24366]: reply gllto.glpals.com.cdn.cloudflare.net is 172.64.146.141 Sep 9 00:00:11 dnsmasq[24366]: validation result is INSECURE Sep 9 00:00:11 dnsmasq[24366]: reply BCMLS2.glpals.com is Sep 9 00:00:11 dnsmasq[24366]: reply p4a-l-p4alb-1ii0blkykb92i-5774d2728cf1ce8c.elb.us-east-1.amazonaws.com is 44.206.12.31 Sep 9 00:00:11 dnsmasq[24366]: reply p4a-l-p4alb-1ii0blkykb92i-5774d2728cf1ce8c.elb.us-east-1.amazonaws.com is 3.217.214.194 Sep 9 00:00:11 dnsmasq[24366]: reply p4a-l-p4alb-1ii0blkykb92i-5774d2728cf1ce8c.elb.us-east-1.amazonaws.com is 3.220.35.165
-----tail of pihole.log------ Sep 9 04:50:11 dnsmasq[24366]: query[A] github.com from 127.0.0.1 Sep 9 04:50:11 dnsmasq[24366]: cached github.com is 140.82.121.3 Sep 9 04:50:11 dnsmasq[24366]: query[AAAA] github.com from 127.0.0.1 Sep 9 04:50:11 dnsmasq[24366]: cached github.com is NODATA-IPv6 Sep 9 04:50:12 dnsmasq[24366]: query[A] objects.githubusercontent.com from 127.0.0.1 Sep 9 04:50:12 dnsmasq[24366]: cached objects.githubusercontent.com is 185.199.110.133 Sep 9 04:50:12 dnsmasq[24366]: cached objects.githubusercontent.com is 185.199.111.133 Sep 9 04:50:12 dnsmasq[24366]: cached objects.githubusercontent.com is 185.199.108.133 Sep 9 04:50:12 dnsmasq[24366]: cached objects.githubusercontent.com is 185.199.109.133 Sep 9 04:50:12 dnsmasq[24366]: query[AAAA] objects.githubusercontent.com from 127.0.0.1 Sep 9 04:50:12 dnsmasq[24366]: cached objects.githubusercontent.com is NODATA-IPv6 Sep 9 04:50:14 dnsmasq[24366]: query[A] ftl.pi-hole.net from 127.0.0.1 Sep 9 04:50:14 dnsmasq[24366]: forwarded ftl.pi-hole.net to 127.0.0.1#5353 Sep 9 04:50:14 dnsmasq[24366]: query[AAAA] ftl.pi-hole.net from 127.0.0.1 Sep 9 04:50:14 dnsmasq[24366]: forwarded ftl.pi-hole.net to 127.0.0.1#5353 Sep 9 04:50:14 dnsmasq[24366]: validation result is INSECURE Sep 9 04:50:14 dnsmasq[24366]: reply ftl.pi-hole.net is 139.59.170.52 Sep 9 04:50:14 dnsmasq[24366]: validation result is INSECURE Sep 9 04:50:14 dnsmasq[24366]: reply ftl.pi-hole.net is NODATA-IPv6 Sep 9 04:50:17 dnsmasq[24366]: exiting on receipt of SIGTERM
[✓] ** FINISHED DEBUGGING! **
  • The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only.
[?] Would you like to upload the log? [y/N] y * Using curl for transmission. * curl failed, contact Pi-hole support for assistance. * Error message: curl: (6) Could not resolve host: tricorder.pi-hole.net
[✗] There was an error uploading your debug log. * Please try again or contact the Pi-hole team for assistance. * A local copy of the debug log can be found at: /valog/pihole/pihole_debug.log
[email protected]:~ $ sudo nano /valog/pihole/pihole_debug.log
GNU nano 2.7.4 File: /valog/pihole/pihole_debug.log
Sep 9 00:00:11 dnsmasq[24366]: query[A] gllto.glpals.com from 10.8.0.3 Sep 9 00:00:11 dnsmasq[24366]: forwarded gllto.glpals.com to 127.0.0.1#5353 Sep 9 00:00:11 dnsmasq[24366]: validation result is INSECURE Sep 9 00:00:11 dnsmasq[24366]: reply supl.google.com is 74.125.140.192 Sep 9 00:00:11 dnsmasq[24366]: reply supl.google.com is 74.125.140.192 Sep 9 00:00:11 dnsmasq[24366]: validation result is INSECURE Sep 9 00:00:11 dnsmasq[24366]: reply gllto.glpals.com is Sep 9 00:00:11 dnsmasq[24366]: reply gllto.glpals.com.cdn.cloudflare.net is 104.18.41.115 Sep 9 00:00:11 dnsmasq[24366]: reply gllto.glpals.com.cdn.cloudflare.net is 172.64.146.141 Sep 9 00:00:11 dnsmasq[24366]: validation result is INSECURE Sep 9 00:00:11 dnsmasq[24366]: reply BCMLS2.glpals.com is Sep 9 00:00:11 dnsmasq[24366]: reply p4a-l-p4alb-1ii0blkykb92i-5774d2728cf1ce8c.elb.us-east-1.amazonaws.com is 44.206.12.31 Sep 9 00:00:11 dnsmasq[24366]: reply p4a-l-p4alb-1ii0blkykb92i-5774d2728cf1ce8c.elb.us-east-1.amazonaws.com is 3.217.214.194 Sep 9 00:00:11 dnsmasq[24366]: reply p4a-l-p4alb-1ii0blkykb92i-5774d2728cf1ce8c.elb.us-east-1.amazonaws.com is 3.220.35.165
[[96m-----tail of pihole.log------[[0m Sep 9 04:50:11 dnsmasq[24366]: query[A] github.com from 127.0.0.1 Sep 9 04:50:11 dnsmasq[24366]: cached github.com is 140.82.121.3 Sep 9 04:50:11 dnsmasq[24366]: query[AAAA] github.com from 127.0.0.1 Sep 9 04:50:11 dnsmasq[24366]: cached github.com is NODATA-IPv6 Sep 9 04:50:12 dnsmasq[24366]: query[A] objects.githubusercontent.com from 127.0.0.1 Sep 9 04:50:12 dnsmasq[24366]: cached objects.githubusercontent.com is 185.199.110.133 Sep 9 04:50:12 dnsmasq[24366]: cached objects.githubusercontent.com is 185.199.111.133 Sep 9 04:50:12 dnsmasq[24366]: cached objects.githubusercontent.com is 185.199.108.133 Sep 9 04:50:12 dnsmasq[24366]: cached objects.githubusercontent.com is 185.199.109.133 Sep 9 04:50:12 dnsmasq[24366]: query[AAAA] objects.githubusercontent.com from 127.0.0.1 Sep 9 04:50:12 dnsmasq[24366]: cached objects.githubusercontent.com is NODATA-IPv6 Sep 9 04:50:14 dnsmasq[24366]: query[A] ftl.pi-hole.net from 127.0.0.1 Sep 9 04:50:14 dnsmasq[24366]: forwarded ftl.pi-hole.net to 127.0.0.1#5353 Sep 9 04:50:14 dnsmasq[24366]: query[AAAA] ftl.pi-hole.net from 127.0.0.1 Sep 9 04:50:14 dnsmasq[24366]: forwarded ftl.pi-hole.net to 127.0.0.1#5353 Sep 9 04:50:14 dnsmasq[24366]: validation result is INSECURE Sep 9 04:50:14 dnsmasq[24366]: reply ftl.pi-hole.net is 139.59.170.52 Sep 9 04:50:14 dnsmasq[24366]: validation result is INSECURE Sep 9 04:50:14 dnsmasq[24366]: reply ftl.pi-hole.net is NODATA-IPv6 Sep 9 04:50:17 dnsmasq[24366]: exiting on receipt of SIGTERM
submitted by AudioDoge to pihole [link] [comments]

شرح اداة pyrit

لزيادة نشاط تسجيل TLS، فاضبط الخيار smtpd_tls_loglevel إلى قيمة من 1 إلى 4: sudo postconf -e 'smtpd_tls_loglevel = 4'إذا كانت لديك مشكلة في إرسال أو استقبل البريد من نطاق معين، فيمكنك إضافة ذاك النطاق إلى معامل debug_peer_list: sudo postconf -e 'debug_peer_list = problem.domain ... معظم الخيارات متوفرة بالنسخة ”الطويلة“ (كلمة أو أكثر، مسبوقة بشرطتين) أو نسخة ”قصيرة“ (حرف مفرد، غالبًا أول حرف من إحدى كلمات النسخة الطويلة، ويسبق بشرطة مفردة). هذا العرف منتشر جدًا لدرجة أنه أحد معايير POSIX. قبل ختام ...

[index] [9064] [3001] [12148] [1533] [4498] [4942] [12117] [1988] [2705] [8798]

شرح اداة pyrit

00:10 - مقدمة 00:30 - فتح الاداة 01:00 - شرح الاداة 03:25 - شرح الخيارات 05:40 - تحليل ملف capture capture analyze 07:00 - فصل ملف caputed.cap 07 ...

#

test2