Hi,
I'm having an issue with installing Pi-Hole after I flashed Raspbian Buster on my Raspberry Pi.
It seems like there is an issue with "Systemd-resolved".
Installation log
pi@pi:~ $ curl -sSL https://install.pi-hole.net | bash
stty: 'standard input': Inappropriate ioctl for device
[ā] Root user check
[i] Script called with non-root privileges
The Pi-hole requires elevated privileges to install and run
Please check the installer for any concerns regarding this requirement
Make sure to download this script from a trusted source
[ā] Sudo utility check
stty: 'standard input': Inappropriate ioctl for device
[ā] Root user check
.;;,.
.ccccc:,.
:cccclll:. ..,,
:ccccclll. ;ooodc
'ccll:;ll .oooodc
.;cll.;;looo:.
.. ','.
.',,,,,,'.
.',,,,,,,,,,.
.',,,,,,,,,,,,....
....''',,,,,,,'.......
......... .... .........
.......... ..........
.......... ..........
......... .... .........
........,,,,,,,'......
....',,,,,,,,,,,,.
.',,,,,,,,,'.
.',,,,,,'.
..'''.
[i] Existing PHP installation detected : PHP version 7.3.4-2
[ā] Disk space check
[ā] Update local cache of available packages
[ā] Checking apt-get for upgraded packages... up to date!
[i] Installer Dependency checks...
[ā] Checking for apt-utils
[ā] Checking for dialog
[ā] Checking for debconf
[ā] Checking for dhcpcd5
[ā] Checking for git
[ā] Checking for iproute2
[ā] Checking for whiptail
[i] Using Google (ECS)
[i] Static IP already configured
[i] Unable to find IPv6 ULA/GUA address, IPv6 adblocking will not be enabled
[i] IPv4 address: 10.0.0.2/24
[i] IPv6 address:
[i] Web Interface On
[i] Web Server On
[i] Logging On.
[ā] Check for existing repository in /etc/.pihole
[ā] Clone https://github.com/pi-hole/pi-hole.git into /etc/.pihole
[ā] Check for existing repository in /var/www/html/admin
[ā] Clone https://github.com/pi-hole/AdminLTE.git into /var/www/html/admin
[i] Main Dependency checks...
[ā] Checking for cron
[ā] Checking for curl
[ā] Checking for dnsutils
[ā] Checking for iputils-ping
[ā] Checking for lsof
[ā] Checking for netcat
[ā] Checking for psmisc
[ā] Checking for sudo
[ā] Checking for unzip
[ā] Checking for wget
[ā] Checking for idn2
[ā] Checking for sqlite3
[ā] Checking for libcap2-bin
[ā] Checking for dns-root-data
[ā] Checking for resolvconf
[ā] Checking for libcap2
[ā] Checking for lighttpd
[ā] Checking for php7.3-common
[ā] Checking for php7.3-cgi
[ā] Checking for php7.3-sqlite3
[ā] Enabling lighttpd service to start on reboot...
[i] FTL Checks...
[ā] Detected ARM-hf architecture (armv7+)
[i] Checking for existing FTL binary...
[i] Latest FTL Binary already installed (v4.3.1). Confirming Checksum...
[i] Checksum correct. No need to download!
[ā] Checking for user 'pihole'
[ā] 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!
[ā] Copying 01-pihole.conf to /etc/dnsmasq.d/01-pihole.conf
[i] Installing blocking page...
[ā] Creating directory for blocking page, and copying files
[ā] Backing up index.lighttpd.html
No default index.lighttpd.html file found... not backing up
[ā] Installing sudoer file
[ā] Installing latest Cron script
[ā] Installing latest logrotate script
[i] Backing up /etc/dnsmasq.conf to /etc/dnsmasq.conf.old
[i] Skipping firewall configuration
[ā] man pages installed and database updated
[i] Testing if systemd-resolved is enabled
[i] Systemd-resolved is not enabled
[i] Restarting lighttpd service...pi@pi:~ $
I appreciate any help. Thanks.