Error downloading ISPCONFIG

Discussion in 'ISPConfig 3 Priority Support' started by pawan, Feb 7, 2017.

  1. pawan

    pawan Member

    When trying to install ISPCONFIG, I am getting the below error:

    Code:
    pawan@server1:~$ cd /tmp
    pawan@server1:/tmp$ wget -O ispconfig.tar.gz https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=stable-3.1
    --2017-02-07 13:36:39--  https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=stable-3.1
    Resolving git.ispconfig.org (git.ispconfig.org)... failed: Name or service not known.
    wget: unable to resolve host address `git.ispconfig.org'
    pawan@server1:/tmp$
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check the /etc/resolv.conf file of your server and ensure that the name servers listed there are reachable and working. you can use e.g. the open name servers from google: 8.8.8.8 and 8.8.4.4
     
  3. pawan

    pawan Member

    Thanks Till. Actually here I was able to connect subesquently. But getting the same error in the other server.
    The problem was resolved by escaping the ? and =
    That is I changed the line -
    Code:
    wget -O ispconfig.tar.gz https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz\?ref\=stable-3.1
     

Share This Page