Jump to content

Pi-Hole 2nd install not working

So I've just started getting into Linux and the most interesting thing I've found for a home server so far(besides Plex) is Pi-Hole but whenever I go to install it the 2nd install page just pops up and then goes away without anything happening...

I've had enough issues with Ubuntu already(VPN software not installing correctly, server dashboard for management spitting out errors left and right). I'm having a very tough time with Linux right now, if anyone knows how to fix this issue I would be beyond greatful

 

root@viper-Linux:~# curl -sSL https://install.pi-hole.net | bash
stty: 'standard input': Inappropriate ioctl for device

  [✓] Root user check

        .;;,.
        .ccccc:,.
         :cccclll:.      ..,,
          :ccccclll.   ;ooodc
           'ccll:;ll .oooodc
             .;cll.;;looo:.
                 .. ','.
                .',,,,,,'.
              .',,,,,,,,,,.
            .',,,,,,,,,,,,....
          ....''',,,,,,,'.......
        .........  ....  .........
        ..........      ..........
        ..........      ..........
        .........  ....  .........
          ........,,,,,,,'......
            ....',,,,,,,,,,,,.
               .',,,,,,,,,'.
                .',,,,,,'.
                  ..'''.

  Existing PHP installation detected : PHP version 7.3.7-2+ubuntu18.04.1+deb.sury.org+1
  [✓] Disk space check
  [✓] Update local cache of available packages

  [✓] Checking apt-get for upgraded packages... up to date!

  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

  Using interface: enp2s0
  Using Cloudflare
  Static IP already configured
  Found IPv6 GUA address, using it for blocking IPv6 ads
  IPv4 address: 10.0.0.192/24
  IPv6 address: 2601:402:680:34c8:e877:268:ff85:605a
  Web Interface On
  Web Server On
  Logging On.
  [✓] Check for existing repository in /etc/.pihole
  Update repo in /etc/.pihole...
  [✓] Update repo in /etc/.pihole

  [✓] Check for existing repository in /var/www/html/admin
  [✓] Update repo in /var/www/html/admin

  Main Dependency checks...
  [✓] Checking for cron
  [✓] Checking for curl
  [✓] Checking for dnsutils
  [✓] Checking for iputils-ping
  [✓] Checking for lsof
  Checking for netcat (will be installed)
  [✓] Checking for psmisc
  [✓] Checking for sudo
  [✓] Checking for unzip
  [✓] Checking for wget
  Checking for idn2 (will be installed)
  Checking for sqlite3 (will be installed)
  [✓] Checking for libcap2-bin
  [✓] Checking for dns-root-data
  Checking for resolvconf (will be installed)
  [✓] Checking for libcap2
  Checking for lighttpd (will be installed)
  [✓] Checking for php7.3-common
  Checking for php7.3-cgi (will be installed)
  Checking for php7.3-sqlite3 (will be installed)

(2nd install screen comes up and goes away immediately)

root@viper-Linux:~#

 

Link to comment
Share on other sites

Link to post
Share on other sites

to find out what's happening just have it output to a file

curl -sSL https://install.pi-hole.net | bash > file

then read the file

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

8 minutes ago, Sauron said:

to find out what's happening just have it output to a file


curl -sSL https://install.pi-hole.net | bash > file

then read the file

This came back

stty: 'standard input': Inappropriate ioctl for device


not sure if that means it created the file or if so where do I find it? Thank you

Edit: I did run it with sudo too same thing

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×