Learn about Centmin Mod LEMP Stack today
Become a Member

Install Installation stuck at Download libressl-2.4.3.tar.gz ...

Discussion in 'Install & Upgrades or Pre-Install Questions' started by nikolaikapustin, Oct 5, 2016.

Tags:
  1. nikolaikapustin

    nikolaikapustin Member

    38
    5
    8
    Oct 5, 2016
    Ratings:
    +7
    Local Time:
    5:16 AM
    Hello guys,


    i installed centmin a lot of times, i needed an ungent installation for a vps server in Ramnode and i got stucked at "Download libressl-2.4.3.tar.gz ...". Already tried many times in 3-4 hours. Any idea? is the package available for download?
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:16 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    For Centmin Mod 123.09beta01 only, libressl download operates on a geolocation basis coded into centmin mod inc/downloads.inc currently lines 154-639

    where is your server located geographically ? it could be one of the mirrors is down or not responding. Though in that case it should fallback to my local mirror (lines 630-632 of inc/downloads.inc)

    Centmin Mod 123.08stable doesn't have geolocation mirrors though.
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:16 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    To troubleshoot nginx installation, you need to check the nginx_upgrade or initial install log at /root/centminlogs and instructions under Sharing logs and errors heading for using Pastebin.com or Gists to share a sanitised version of the contents of the initial install log. You can see full details at How to troubleshoot Centmin Mod initial install issues
     
  4. nikolaikapustin

    nikolaikapustin Member

    38
    5
    8
    Oct 5, 2016
    Ratings:
    +7
    Local Time:
    5:16 AM
    Hello eva2000 and thank you for your prompt reply. My server is located in Atlanta. I already check in centminlogs but i could find only two install logs. There were no more info in them then what displayed in the install ssh session.
     
  5. nikolaikapustin

    nikolaikapustin Member

    38
    5
    8
    Oct 5, 2016
    Ratings:
    +7
    Local Time:
    5:16 AM
    Eva in your mirror "Files..." tar version 2.4.3 is missing.
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:16 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    grep the logs for this text and see which country code if any returns back so can pinpoint which country mirror was attempted in downloading libressl

    Code (Text):
    grep -R ' server detected' /root/centminlogs/*

    example for CA country code = Canadian mirror used for libressl in nginx and initial install and for php geolocation tarball downloads
    Code (Text):
    grep -R ' server detected' /root/centminlogs/*
    
    /root/centminlogs/centminmod_1.2.3-eva2000.09.001_230916-082720_install.log:CA server detected
    /root/centminlogs/centminmod_1.2.3-eva2000.09.001_250916-225122_php_upgrade.log:CA server detected
    /root/centminlogs/centminmod_1.2.3-eva2000.09.001_290916-130042_nginx_upgrade.log:CA server detected
    
     
    Last edited: Oct 5, 2016
  7. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:16 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    haha whoops.. ah totally forgot hehe
     
  8. nikolaikapustin

    nikolaikapustin Member

    38
    5
    8
    Oct 5, 2016
    Ratings:
    +7
    Local Time:
    5:16 AM
    Here it is. JP? Japan. Weird.. Ramnode node is located in Atlanta.
    Code:
    /root/centminlogs/centminmod_1.2.3-eva2000.09.001_041016-142425_install.log:JP server detected
    /root/centminlogs/centminmod_1.2.3-eva2000.09.001_041016-142425_install.log:JP server detected
    
     
  9. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:16 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @nikolaikapustin thanks for bug report, fixed and uploaded libressl 2.4.3 to local centminmod.com mirror servers as well :D
     
  10. nikolaikapustin

    nikolaikapustin Member

    38
    5
    8
    Oct 5, 2016
    Ratings:
    +7
    Local Time:
    5:16 AM
    you are welcome, thank you for your work!
     
  11. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:16 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah IP's geolocation data can take months to update if they change locations !

    You can manually check your server's IP as this is what command i use to determine your server's country location by IP
    Code (Text):
    curl -s ipinfo.io/geo


    But looks like i need to take a closer look to JP mirror
     
  12. nikolaikapustin

    nikolaikapustin Member

    38
    5
    8
    Oct 5, 2016
    Ratings:
    +7
    Local Time:
    5:16 AM
    Code:
     "city": "Momoyama-cho",
      "region": "Kyoto",
      "country": "JP",
      "loc": "34.9500,135.7830"
    
    Unfortunately it is not getting the tar from your mirror... can I set another mirror somehow?
     
  13. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:16 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    st
    strange could be local network issues on your server, what does command output show for
    Code (Text):
    curl -I https://centminmod.com/centminmodparts/libressl/libressl-2.4.3.tar.gz
    

    Might want to use CODE tags for code How to use forum BBCODE code tags :)

    If your IP is advertising geolocation of JP, you would of hit either my centminmod.com Tokyo or Singapore mirrors.
     
  14. nikolaikapustin

    nikolaikapustin Member

    38
    5
    8
    Oct 5, 2016
    Ratings:
    +7
    Local Time:
    5:16 AM
    Code:
     curl -I https://centminmod.com/centminmodparts/libressl/libressl-2.4.3.tar.gz
    HTTP/1.1 200 OK
    Date: Tue, 04 Oct 2016 19:10:01 GMT
    Content-Type: application/octet-stream
    Content-Length: 3014721
    Connection: keep-alive
    Last-Modified: Tue, 04 Oct 2016 18:40:37 GMT
    ETag: "57f3f7a5-2e0041"
    Expires: Thu, 03 Nov 2016 19:09:11 GMT
    Link: <http://centminmod.com/centminmodparts/libressl/libressl-2.4.3.tar.gz>; rel="canonical"
    Server: nginx centminmod
    X-Powered-By: centminmod
    Cache-Control: max-age=2592000
    PS-CapabilityList: LargeScreen.SkipUADependentOptimizations
    X-Pcache: HIT
    Accept-Ranges: bytes
    
     
  15. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:16 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    that looks okay to me.. try manually deleting the libressl-2.4.3.tar.gz from /svr-setup download directory and try again nginx install/recompile
    Code (Text):
    rm -rf /svr-setup/libressl-2.4.3.tar.gz
     
  16. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:16 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Only other possible reason is that JP mirror for libressl is valid and working just very slow for downloading , so looks like it's hanging but should then timeout and fallback to my centminmod.com mirror in either Tokyo or Singapore. Unless if there's Japan network connectivity issues right now, then it could explain why libressl JP mirror and my centminmod.com Tokyo mirrors are having issues.

    I also have a Cloudflare backed mirror on centmin.sh that replicates centminmod.com site as well. So maybe can see about adding that as fallback too in 123.09beta01
     
  17. nikolaikapustin

    nikolaikapustin Member

    38
    5
    8
    Oct 5, 2016
    Ratings:
    +7
    Local Time:
    5:16 AM
    Tried without success. I will make the server once again and before sh centmin.sh (i just modified it to install php 7 and nsd) i will wget libressl-2.4.3.tar.gz in svr-setup folder. The installer will skip the download i guess and go on with the other packages.
     
  18. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:16 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    if you can hold for ~1hr, i'll add to 123.09beta01 option to switch local mirrors between centminmod.com and centmin.sh cloudflare mirror
     
  19. nikolaikapustin

    nikolaikapustin Member

    38
    5
    8
    Oct 5, 2016
    Ratings:
    +7
    Local Time:
    5:16 AM
    How many minutes does it need to time out the download and switch to the other mirror? i waited for 15 minutes, i thought it was enough waiting.
     
  20. nikolaikapustin

    nikolaikapustin Member

    38
    5
    8
    Oct 5, 2016
    Ratings:
    +7
    Local Time:
    5:16 AM
    it would be great.