Want to subscribe to topics you're interested in?
Become a Member

Can't resolve..

Discussion in 'Bug Reports' started by Oxide, Apr 8, 2015.

  1. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    11:37 AM
    I've been constantly getting this on a bunch of stuff, so far i restarted the install 3 times and its really annoying..

    wget: unable to resolve host address `centminmod.com'
    Error: openssl-1.0.2a.tar.gz download failed.
    check Centmin Mod log for details at /root/centminlogs/
    Aborting script..



    it happens on random downloads, when i re-start the script (instlaling centminmod again, it works)
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:37 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    What happens when you manually try to download the file in SSH as root user to /svr-setup/openssl-1.0.2a.tar.gz for the server you're having problems with. Also do a curl header check to see which centminmod.com server you're hitting as I run a cluster of 5+ VPS servers load balanced for the site so need to see which server in centminmod.com's cluster you're hitting.

    Also what is your server IP address - ip route get command below you easily find it

    Code:
    ip route get 8.8.8.8 | awk 'NR==1 {print $NF}'
    curl -I http://centminmod.com/centminmodparts/openssl/openssl-1.0.2a.tar.gz
    wget -O /svr-setup/openssl-1.0.2a.tar.gz http://centminmod.com/centminmodparts/openssl/openssl-1.0.2a.tar.gz
    curl -I http://centminmod.com/centminmodparts/openssl/openssl-1.0.2a.tar.gz
    post output you get wrapped in [CODE]tags[/CODE]
     
  3. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    11:37 AM
    'works fine, so i though it was weird that centminmod doesn't re-try to resolve it
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:37 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    weird could of been a dns issue at my end or network resolution issue on your side
     
  5. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    11:37 AM
    Got it on other servers too..

    Download libmemcached-1.0.18.tar.gz ...
    Error: libmemcached-1.0.18.tar.gz not found !!! Download now......
    https://launchpad.net/libmemcached/1.0/1.0.18/+download/libmemcached-1.0.18.tar.gz:
    2015-04-23 04:11:11 ERROR 503: Service Temporarily Unavailable.
    Error: libmemcached-1.0.18.tar.gz download failed.
    check Centmin Mod log for details at /root/centminlogs/
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:37 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    that url suggests launchpad.net download issue not centminmod.com download issue