Welcome to Centmin Mod Community
Become a Member

Install Error: libressl-2.2.6.tar.gz download failed

Discussion in 'Install & Upgrades or Pre-Install Questions' started by jellday, Mar 15, 2016.

  1. jellday

    jellday Member

    83
    4
    8
    May 31, 2014
    Ratings:
    +11
    Local Time:
    1:45 PM
    1.4.6
    5.5
    DigitalOcean VPS, fresh default install.
    "
    Download openssl-1.0.2g.tar.gz ...
    openssl 1.0.2g found, skipping download...
    openssl-1.0.2g.tar.gz valid file.

    Download libressl-2.2.6.tar.gz ...
    Error: libressl-2.2.6.tar.gz download failed.
    check Centmin Mod log for details at /root/centminlogs/
    Aborting script...
    "


    install log attached. Please help.
     

    Attached Files:

  2. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    3:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Looks like libressl.org web site is down itself as is the download ftp site for USA version.
    Code (Text):
    curl -I --max-time 5 --connect-timeout 5 http://libressl.org                       
    curl: (28) Connection timed out after 5001 milliseconds

    Code (Text):
    curl -I http://ftp.openbsd.org/pub/OpenBSD/LibreSSL
    curl: (7) Failed connect to ftp.openbsd.org:80; Connection timed out

    Code (Text):
    curl -I --max-time 5 --connect-timeout 5 http://ftp.openbsd.org/pub/OpenBSD/LibreSSL
    curl: (28) Connection timed out after 5001 milliseconds


    If you try 123.09beta01 version instead, it has added an improved libressl geo location mirror routine which will check official libressl's geographic mirrors closest to your server location first and fall back to USA main download link if geo mirrors not available. And if USA link is down, it will fall back to locally hosted centminmod.com mirror at http://centminmod.com/centminmodparts/libressl/
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    3:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  4. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    3:45 PM
  5. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    3:45 PM
    changed "us" in inc/downloadlinks to eu and it worked.
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    3:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    123.08stable and 123.09beta01 no longer use libressl 2.2.6 it defaults to libressl 2.3.3 so you need to update to latest 123.08stable or 123.09beta01 code via centmin.sh menu option 23 submenu option 2 before hand

    Upgrading Centmin Mod Code to Latest Version



    Getting Started Guide step 19 outlines also how to keep Centmin Mod code updated or how to switch version branches.

    Centmin Mod LEMP stack's script code is constantly updated for improvements, bug fixes and security fixes so keeping the Centmin Mod code up to date is important. With Centmin Mod 1.2.3-eva2000.08) (123.08stable) and higher releases, a newly added centmin.sh menu option 23 allows much easier code updates and version branch swicthing via Git backed environment you can setup. For full details read the following links:
    Upgrading Centmin Mod involves 2 parts.
    1. Upgrading the actual Centmin Mod code outlined at Upgrade Centmin Mod. This is heart of Centmin Mod where the code is the engine that runs centmin.sh shell based menu and all the automation you're accustomed to. You can easily update within a Centmin Mod version branch or switch version branches via centmin.sh menu option 23 outlined here.
    2. Upgrade software that Centmin Mod installed or manages. For this part following outline at How to upgrade Centmin Mod software installed on your server.
    So essentially, you can upgrade from .07 to .08 in place, but not everything is upgraded as some things like server initial environment setup isn't changed i.e. how swap, tmp setup and allocation are created etc. The main parts from part 2 above are what in place upgrades do i.e. Nginx and PHP-FPM compilation and config/settings parameters and MariaDB version from 5.5 to 10.0.x. If you want the full environment changed including tmp and swap setup to .08's configuration, then you would need a fresh OS install and fresh .08 initial install. You can think of it like upgrading Windows 7 to Windows 8. An in place upgrade will upgrade code but won't change your computer environment from when you installed Windows 7 i.e. disk configuration and partition sizes won't change from when you initially installed Windows 7. Only way to change that would be fresh Windows 8 install.
     
  7. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    3:45 PM
    You sure?

    I literally just downloaded it from git, using the commands provided here: Download & Install Nginx on CentOS - CentminMod.com LEMP Nginx web stack for CentOS

    yum -y install git wget nano bc unzip
    cd /usr/local/src
    git clone GitHub - centminmod/centminmod: menu based Nginx auto installer (GPLv3 licensed) centminmod
    cd centminmod

    Assuming that is the latest, stable version or?
     
  8. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    3:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    edit: correction seems 123.08stable is still on libressl 2.2.6 not 2.3.3 so need to update that too
     
  9. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    3:45 PM
    Cheers. Are there any-where i can like read about 08 updates? So i get mail when I Should update my centmin via git.
     
  10. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    3:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    seems libressl official download link is slow http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/

    just get into habit of updating via centmin.sh menu option 23 submenu option 2 before you run any menu options or auto update centmin mod itself via cronjob via above post 6 linked post Install - Error: libressl-2.2.6.tar.gz download failed | Centmin Mod Community leading to Beta Branch - Cronjob Auto Updating Centmin Mod Code Guide | Centmin Mod Community which is what i do for 110+ servers I have running Centmin Mod LEMP stack
     
    Last edited: Apr 9, 2016