Join the community today
Register Now

PHP Upgrade Download Error

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Jimmy, Oct 25, 2018.

  1. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    5:40 AM
    Please fill in any relevant information that applies to you:
    • CentOS Version: i.e. CentOS 7 64bit
    • Centmin Mod Version Installed: 123.09beta01
    • Nginx Version Installed: i.e. 1.15.3
    • PHP Version Installed: i.e. 5.6.37, 7.0.31, 7.1.21, 7.2.9
    • MariaDB MySQL Version Installed: i.e. 10.0.x or 10.1.xx or 10.2.xx
    • When was last time updated Centmin Mod code base ? : i.e. run centmin.sh menu option 23 submenu option 2 or cmupdate command
    Just upgraded nginx without a problem.

    When I go to upgrade PHP to 7.2.11 I get the error below. I've rebooted the machine and tried a few times.


    Code:
    * Upgrading PHP
    *************************************************
    Restarting nginx (via systemctl):  [  OK  ]
    US server detected
     ____   _   _  ____       ____                          _                    _
    |  _ \ | | | ||  _ \  _  |  _ \   ___ __      __ _ __  | |  ___    __ _   __| |
    | |_) || |_| || |_) |(_) | | | | / _ \\ \ /\ / /| '_ \ | | / _ \  / _` | / _` |
    |  __/ |  _  ||  __/  _  | |_| || (_) |\ V  V / | | | || || (_) || (_| || (_| |
    |_|    |_| |_||_|    (_) |____/  \___/  \_/\_/  |_| |_||_| \___/  \__,_| \__,_|
                                                                                  
    Initializing download: http://php.net/get/php-7.2.11.tar.xz/from/this/mirror
    Connection gone while writing.
    
    Error: php-7.2.11.tar.xz download failed.
     
    ----------------------------------------------------------------------------------
    check Centmin Mod log for details at /root/centminlogs/
    Aborting script...
    ----------------------------------------------------------------------------------
    Total PHP Upgrade Time: 29.103777205 seconds
    
    Which log do I need to look at? There are a lot of files in the centminlogs folder.

    Thanks!
     
  2. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    5:40 AM
    Also looks like where there is an error and the admin has the maintenance set in the custom config, when installer errors out, it doesn't set the sitestatus back to online. Of course, maybe that is on purpose in-case the upgrade error crashes the site or something.
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,529
    12,212
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,781
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what's output for
    Code (Text):
    curl -Ivs http://php.net/get/php-7.2.11.tar.xz/from/this/mirror
    

    be sure to edit output to mask server IP referenced in Set-Cookie: COUNTRY= output
     
  4. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    5:40 AM
    Sorry, here is the output. I had to restart my terminal.

    Code:
    curl -Ivs http://php.net/get/php-7.2.11.tar.xz/from/this/mirror
    *   Trying 2a02:cb41::7...
    * TCP_NODELAY set
    *   Trying 208.43.231.9...
    * TCP_NODELAY set
    * Connected to php.net (208.43.231.9) port 80 (#0)
    > HEAD /get/php-7.2.11.tar.xz/from/this/mirror HTTP/1.1
    > Host: php.net
    > User-Agent: curl/7.61.1
    > Accept: */*
    >
    < HTTP/1.1 302 Found
    HTTP/1.1 302 Found
    < Server: nginx/1.10.3
    Server: nginx/1.10.3
    < Date: Wed, 24 Oct 2018 17:31:57 GMT
    Date: Wed, 24 Oct 2018 17:31:57 GMT
    < Content-Type: text/html; charset=utf-8
    Content-Type: text/html; charset=utf-8
    < Connection: keep-alive
    Connection: keep-alive
    < Content-language: en
    Content-language: en
    < X-Frame-Options: SAMEORIGIN
    X-Frame-Options: SAMEORIGIN
    < Set-Cookie: COUNTRY=NA%2Cxxx.xxx.xxx; expires=Wed, 31-Oct-2018 17:31:57 GMT; Max-Age=604800; path=/; domain=.php.net
    Set-Cookie: COUNTRY=NA%2Cxxx.xxx.xxx; expires=Wed, 31-Oct-2018 17:31:57 GMT; Max-Age=604800; path=/; domain=.php.net
    < X-PHP-Load: 0.33, 0.52, 0.5
    X-PHP-Load: 0.33, 0.52, 0.5
    < Status: 302 Found
    Status: 302 Found
    < Location: http://php.net/distributions/php-7.2.11.tar.xz
    Location: http://php.net/distributions/php-7.2.11.tar.xz
    
    <
    * Connection #0 to host php.net left intact
    
     
    Last edited: Oct 25, 2018
  5. eva2000

    eva2000 Administrator Staff Member

    54,529
    12,212
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,781
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    how long was SSH connection/session open for ? what if you exist SSH session and re-login and try again
     
  6. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    5:40 AM
    I edited my last post.
     
  7. eva2000

    eva2000 Administrator Staff Member

    54,529
    12,212
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,781
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looks good and seems to have connected to IPv4 php.net IP address.. tried centmin.sh menu option 5 again ?
     
  8. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    5:40 AM
    Tried it again. Before this I did ImageMagic and Nginx, no problem.

    I'm already on 7.2.11 if that matters?

    Code:
    Restarting nginx (via systemctl):  [  OK  ]
    US server detected
     ____   _   _  ____       ____                          _                    _
    |  _ \ | | | ||  _ \  _  |  _ \   ___ __      __ _ __  | |  ___    __ _   __| |
    | |_) || |_| || |_) |(_) | | | | / _ \\ \ /\ / /| '_ \ | | / _ \  / _` | / _` |
    |  __/ |  _  ||  __/  _  | |_| || (_) |\ V  V / | | | || || (_) || (_| || (_| |
    |_|    |_| |_||_|    (_) |____/  \___/  \_/\_/  |_| |_||_| \___/  \__,_| \__,_|
                                                                                
    Initializing download: http://php.net/get/php-7.2.11.tar.xz/from/this/mirror
    Connection gone while writing.
    
    Error: php-7.2.11.tar.xz download failed.
     
    ----------------------------------------------------------------------------------
    check Centmin Mod log for details at /root/centminlogs/
    Aborting script...
    ----------------------------------------------------------------------------------
    Total PHP Upgrade Time: 32.994336369 seconds
    
     
  9. eva2000

    eva2000 Administrator Staff Member

    54,529
    12,212
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,781
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what about output for
    Code (Text):
    axel -v http://php.net/get/php-7.2.11.tar.xz/from/this/mirror
    

    and
    Code (Text):
    axel -V
    
     
  10. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    5:40 AM
    Code:
    # axel -v http://php.net/get/php-7.2.11.tar.xz/from/this/mirror
    Initializing download: http://php.net/get/php-7.2.11.tar.xz/from/this/mirror
    Connection gone while writing.
    Code:
    # axel -V
    Axel version 2.16.1 (Linux)
    
    Copyright 2001-2007 Wilmer van der Gaast,
          2007-2009 Giridhar Appaji Nag,
          2008-2010 Philipp Hagemeister,
          2015-2017 Joao Eriberto Mota Filho,
          2016-2017 Stephen Thirlwall,
          2017      Ismael Luceno,
          2017      Antonio Quartulli,
                and others.
    Please, see the CREDITS file.
    
    
    
     
  11. eva2000

    eva2000 Administrator Staff Member

    54,529
    12,212
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,781
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what about
    Code (Text):
    axel -4v http://php.net/get/php-7.2.11.tar.xz/from/this/mirror
    
     
  12. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    5:40 AM
    Came to life on that one...

    Code:
    axel -4v http://php.net/get/php-7.2.11.tar.xz/from/this/mirror
    Initializing download: http://php.net/get/php-7.2.11.tar.xz/from/this/mirror
    File size: 12132268 bytes
    Opening output file mirror
    Starting download
    
    [  0%]  .......... .......... .......... .......... ..........  [ 596.6KB/s]
    [  0%]  .......... .......... .......... .......... ..........  [1041.7KB/s]
    [  0%]  .......... .......... .......... .......... ..........  [1633.3KB/s]
    [  1%]  .......... .......... .......... .......... ..........  [2075.2KB/s]
    [  1%]  .......... .......... .......... .......... ..........  [2515.6KB/s]
    [  2%]  .......... .......... .......... .......... ..........  [3100.4KB/s]
    [  2%]  .......... .......... .......... .......... ..........  [3278.3KB/s]
    [  2%]  .......... .......... .......... .......... ..........  [3727.6KB/s]
    [  3%]  .......... .......... .......... .......... ..........  [3737.2KB/s]
    [  3%]  .......... .......... .......... .......... ..........  [4126.3KB/s]
    [  4%]  .......... .......... .......... .......... ..........  [4399.7KB/s]
    [  4%]  .......... .......... .......... .......... ..........  [4784.9KB/s]
    [  5%]  .......... .......... .......... .......... ..........  [4821.1KB/s]
    [  5%]  .......... .......... .......... .......... ..........  [5198.5KB/s]
    [  5%]  .......... .......... .......... .......... ..........  [5558.0KB/s]
    [  6%]  .......... .......... .......... .......... ..........  [5394.2KB/s]
    [  6%]  .......... .......... .......... .......... ..........  [5713.7KB/s]
    [  7%]  .......... .......... .......... .......... ..........  [6027.5KB/s]
    [  7%]  .......... .......... .......... .......... ..........  [6346.9KB/s]
    [  8%]  .......... .......... .......... .......... ..........  [6561.7KB/s]
    [  8%]  .......... .......... .......... .......... ..........  [6872.0KB/s]
    [  8%]  .......... .......... .......... .......... ..........  [7171.4KB/s]
    [  9%]  .......... .......... .......... .......... ..........  [7127.4KB/s]
    [  9%]  .......... .......... .......... .......... ..........  [7412.5KB/s]
    [ 10%]  .......... .......... .......... .......... ..........  [7693.2KB/s]
    [ 10%]  .......... .......... .......... .......... ..........  [7986.7KB/s]
    [ 11%]  .......... .......... .......... .......... ..........  [8255.5KB/s]
    [ 11%]  .......... .......... .......... .......... ..........  [8561.5KB/s]
    [ 11%]  .......... .......... .......... .......... ..........  [8821.5KB/s]
    [ 12%]  .......... .......... .......... .......... ..........  [9108.8KB/s]
    [ 12%]  .......... .......... .......... .......... ..........  [9380.5KB/s]
    [ 13%]  .......... .......... .......... .......... ..........  [9105.0KB/s]
    [ 13%]  .......... .......... .......... .......... ..........  [9376.0KB/s]
    [ 13%]  .......... .......... .......... .......... ..........  [9630.8KB/s]
    [ 14%]  .......... .......... .......... .......... ..........  [9896.2KB/s]
    [ 14%]  .......... .......... .......... .......... ..........  [10154.8KB/s]
    [ 15%]  .......... .......... .......... .......... ..........  [10413.7KB/s]
    [ 15%]  .......... .......... .......... .......... ..........  [10665.7KB/s]
    [ 16%]  .......... .......... .......... .......... ..........  [10899.1KB/s]
    [ 16%]  .......... .......... .......... .......... ..........  [11142.8KB/s]
    [ 16%]  .......... .......... .......... .......... ..........  [11402.6KB/s]
    [ 17%]  .......... .......... .......... .......... ..........  [11648.0KB/s]
    [ 17%]  .......... .......... .......... .......... ..........  [11919.4KB/s]
    [ 18%]  .......... .......... .......... .......... ..........  [12169.5KB/s]
    [ 18%]  .......... .......... .......... .......... ..........  [12398.0KB/s]
    [ 19%]  .......... .......... .......... .......... ..........  [12641.5KB/s]
    [ 19%]  .......... .......... .......... .......... ..........  [12898.0KB/s]
    [ 19%]  .......... .......... .......... .......... ..........  [13135.7KB/s]
    [ 20%]  .......... .......... .......... .......... ..........  [13373.5KB/s]
    [ 20%]  .......... .......... .......... .......... ..........  [13274.9KB/s]
    [ 21%]  .......... .......... .......... .......... ..........  [13509.5KB/s]
    [ 21%]  .......... .......... .......... .......... ..........  [13738.0KB/s]
    [ 22%]  .......... .......... .......... .......... ..........  [13958.9KB/s]
    [ 22%]  .......... .......... .......... .......... ..........  [14204.0KB/s]
    [ 22%]  .......... .......... .......... .......... ..........  [14428.4KB/s]
    [ 23%]  .......... .......... .......... .......... ..........  [14659.9KB/s]
    [ 23%]  .......... .......... .......... .......... ..........  [14875.2KB/s]
    [ 24%]  .......... .......... .......... .......... ..........  [15106.8KB/s]
    [ 24%]  .......... .......... .......... .......... ..........  [15323.4KB/s]
    [ 25%]  .......... .......... .......... .......... ..........  [15552.7KB/s]
    [ 25%]  .......... .......... .......... .......... ..........  [15776.3KB/s]
    [ 25%]  .......... .......... .......... .......... ..........  [15992.3KB/s]
    [ 26%]  .......... .......... .......... .......... ..........  [16233.0KB/s]
    [ 26%]  .......... .......... .......... .......... ..........  [16463.7KB/s]
    [ 27%]  .......... .......... .......... .......... ..........  [16674.8KB/s]
    [ 27%]  .......... .......... .......... .......... ..........  [16896.1KB/s]
    [ 27%]  .......... .......... .......... .......... ..........  [16664.4KB/s]
    [ 28%]  .......... .......... .......... .......... ..........  [16874.5KB/s]
    [ 28%]  .......... .......... .......... .......... ..........  [17028.5KB/s]
    [ 29%]  .......... .......... .......... .......... ..........  [17247.4KB/s]
    [ 29%]  .......... .......... .......... .......... ..........  [17447.2KB/s]
    [ 30%]  .......... .......... .......... .......... ..........  [17660.2KB/s]
    [ 30%]  .......... .......... .......... .......... ..........  [17858.1KB/s]
    [ 30%]  .......... .......... .......... .......... ..........  [18074.7KB/s]
    [ 31%]  .......... .......... .......... .......... ..........  [18281.6KB/s]
    [ 31%]  .......... .......... .......... .......... ..........  [18481.5KB/s]
    [ 32%]  .......... .......... .......... .......... ..........  [18646.5KB/s]
    [ 32%]  .......... .......... .......... .......... ..........  [18875.8KB/s]
    [ 33%]  .......... .......... .......... .......... ..........  [19084.8KB/s]
    [ 33%]  .......... .......... .......... .......... ..........  [19312.4KB/s]
    [ 33%]  .......... .......... .......... .......... ..........  [19486.3KB/s]
    [ 34%]  .......... .......... .......... .......... ..........  [19706.0KB/s]
    [ 34%]  .......... .......... .......... .......... ..........  [19880.7KB/s]
    [ 35%]  .......... .......... .......... .......... ..........  [20099.9KB/s]
    [ 35%]  .......... .......... .......... .......... ..........  [20278.9KB/s]
    [ 36%]  .......... .......... .......... .......... ..........  [20486.7KB/s]
    [ 36%]  .......... .......... .......... .......... ..........  [20701.6KB/s]
    [ 36%]  .......... .......... .......... .......... ..........  [20873.8KB/s]
    [ 37%]  .......... .......... .......... .......... ..........  [21058.9KB/s]
    [ 37%]  .......... .......... .......... .......... ..........  [21253.7KB/s]
    [ 38%]  .......... .......... .......... .......... ..........  [21473.7KB/s]
    [ 38%]  .......... .......... .......... .......... ..........  [21633.5KB/s]
    [ 38%]  .......... .......... .......... .......... ..........  [21848.1KB/s]
    [ 39%]  .......... .......... .......... .......... ..........  [22013.3KB/s]
    [ 39%]  .......... .......... .......... .......... ..........  [22201.7KB/s]
    [ 40%]  .......... .......... .......... .......... ..........  [22388.3KB/s]
    [ 40%]  .......... .......... .......... .......... ..........  [22572.3KB/s]
    [ 41%]  .......... .......... .......... .......... ..........  [22756.6KB/s]
    [ 41%]  .......... .......... .......... .......... ..........  [22936.2KB/s]
    [ 41%]  .......... .......... .......... .......... ..........  [23131.6KB/s]
    [ 42%]  .......... .......... .......... .......... ..........  [23314.3KB/s]
    [ 42%]  .......... .......... .......... .......... ..........  [23510.8KB/s]
    [ 43%]  .......... .......... .......... .......... ..........  [23691.4KB/s]
    [ 43%]  .......... .......... .......... .......... ..........  [23869.6KB/s]
    [ 44%]  .......... .......... .......... .......... ..........  [24050.0KB/s]
    [ 44%]  .......... .......... .......... .......... ..........  [24229.6KB/s]
    [ 44%]  .......... .......... .......... .......... ..........  [24415.2KB/s]
    [ 45%]  .......... .......... .......... .......... ..........  [24582.4KB/s]
    [ 45%]  .......... .......... .......... .......... ..........  [24759.7KB/s]
    [ 46%]  .......... .......... .......... .......... ..........  [24932.4KB/s]
    [ 46%]  .......... .......... .......... .......... ..........  [25130.0KB/s]
    [ 47%]  .......... .......... .......... .......... ..........  [25278.9KB/s]
    [ 47%]  .......... .......... .......... .......... ..........  [25464.9KB/s]
    [ 47%]  .......... .......... .......... .......... ..........  [25659.1KB/s]
    [ 48%]  .......... .......... .......... .......... ..........  [25822.3KB/s]
    [ 48%]  .......... .......... .......... .......... ..........  [26002.2KB/s]
    [ 49%]  .......... .......... .......... .......... ..........  [26174.4KB/s]
    [ 49%]  .......... .......... .......... .......... ..........  [26345.1KB/s]
    [ 50%]  .......... .......... .......... .......... ..........  [26512.2KB/s]
    [ 50%]  .......... .......... .......... .......... ..........  [26688.5KB/s]
    [ 50%]  .......... .......... .......... .......... ..........  [26851.5KB/s]
    [ 51%]  .......... .......... .......... .......... ..........  [27018.7KB/s]
    [ 51%]  .......... .......... .......... .......... ..........  [27200.4KB/s]
    [ 52%]  .......... .......... .......... .......... ..........  [27352.6KB/s]
    [ 52%]  .......... .......... .......... .......... ..........  [27529.1KB/s]
    [ 52%]  .......... .......... .......... .......... ..........  [27696.5KB/s]
    [ 53%]  .......... .......... .......... .......... ..........  [27597.8KB/s]
    [ 53%]  .......... .......... .......... .......... ..........  [27765.0KB/s]
    [ 54%]  .......... .......... .......... .......... ..........  [27935.4KB/s]
    [ 54%]  .......... .......... .......... .......... ..........  [28095.8KB/s]
    [ 55%]  .......... .......... .......... .......... ..........  [28245.0KB/s]
    [ 55%]  .......... .......... .......... .......... ..........  [28423.6KB/s]
    [ 55%]  .......... .......... .......... .......... ..........  [28570.5KB/s]
    [ 56%]  .......... .......... .......... .......... ..........  [28724.6KB/s]
    [ 56%]  .......... .......... .......... .......... ..........  [28837.3KB/s]
    [ 57%]  .......... .......... .......... .......... ..........  [28998.6KB/s]
    [ 57%]  .......... .......... .......... .......... ..........  [29171.6KB/s]
    [ 58%]  .......... .......... .......... .......... ..........  [29309.9KB/s]
    [ 58%]  .......... .......... .......... .......... ..........  [29488.5KB/s]
    [ 58%]  .......... .......... .......... .......... ..........  [29626.7KB/s]
    [ 59%]  .......... .......... .......... .......... ..........  [29801.5KB/s]
    [ 59%]  .......... .......... .......... .......... ..........  [29938.1KB/s]
    [ 60%]  .......... .......... .......... .......... ..........  [30087.9KB/s]
    [ 60%]  .......... .......... .......... .......... ..........  [30247.0KB/s]
    [ 61%]  .......... .......... .......... .......... ..........  [30410.8KB/s]
    [ 61%]  .......... .......... .......... .......... ..........  [30553.3KB/s]
    [ 61%]  .......... .......... .......... .......... ..........  [30709.6KB/s]
    [ 62%]  .......... .......... .......... .......... ..........  [30891.9KB/s]
    [ 62%]  .......... .......... .......... .......... ..........  [31024.5KB/s]
    [ 63%]  .......... .......... .......... .......... ..........  [31184.9KB/s]
    [ 63%]  .......... .......... .......... .......... ..........  [31322.6KB/s]
    [ 63%]  .......... .......... .......... .......... ..........  [31462.2KB/s]
    [ 64%]  .......... .......... .......... .......... ..........  [31612.5KB/s]
    [ 64%]  .......... .......... .......... .......... ..........  [31763.5KB/s]
    [ 65%]  .......... .......... .......... .......... ..........  [31911.7KB/s]
    [ 65%]  .......... .......... .......... .......... ..........  [32059.2KB/s]
    [ 66%]  .......... .......... .......... .......... ..........  [32212.5KB/s]
    [ 66%]  .......... .......... .......... .......... ..........  [32367.8KB/s]
    [ 66%]  .......... .......... .......... .......... ..........  [32496.4KB/s]
    [ 67%]  .......... .......... .......... .......... ..........  [32648.7KB/s]
    [ 67%]  .......... .......... .......... .......... ..........  [32796.7KB/s]
    [ 68%]  .......... .......... .......... .......... ..........  [32956.8KB/s]
    [ 68%]  .......... .......... .......... .......... ..........  [33095.9KB/s]
    [ 69%]  .......... .......... .......... .......... ..........  [33242.4KB/s]
    [ 69%]  .......... .......... .......... .......... ..........  [33379.5KB/s]
    [ 69%]  .......... .......... .......... .......... ..........  [33513.5KB/s]
    [ 70%]  .....
    Connection 3 finished
            ,,,,,..... .......... .......... .......... ..........  [33663.0KB/s]
    [ 70%]  .......... .......... .......... .......... ..........  [33795.5KB/s]
    [ 71%]  .......... .......... .......... .......... ..........  [33939.4KB/s]
    [ 71%]  .......... .......... .......... .......... ..........  [34101.4KB/s]
    [ 72%]  .......... .......... .......... .......... ..........  [34229.7KB/s]
    [ 72%]  .......... .......... .......... .......... ..........  [34362.2KB/s]
    [ 72%]  .......... .......... .......... .......... ..........  [34497.3KB/s]
    [ 73%]  .......... .......... .......... .......... ..........  [34653.4KB/s]
    [ 73%]  .......... .......... .......... .......... ..........  [34778.7KB/s]
    [ 74%]  .......... .......... .......... .......... ..........  [34917.5KB/s]
    [ 74%]  .......... .......... .......... .......... ..........  [35042.5KB/s]
    [ 75%]  ..
    Connection 0 finished
            ,,........ .......... .......... .......... ..........  [35072.0KB/s]
    [ 75%]  .......... .......... .......... .......... ..........  [35160.9KB/s]
    [ 75%]  .......... .......... .......... .......... ..........  [35289.9KB/s]
    [ 76%]  .......... .......... .......... .......... ..........  [35363.3KB/s]
    [ 76%]  .......... .......... .......... .......... ..........  [35437.8KB/s]
    [ 77%]  .......... .......... .......... .......... ..........  [35521.4KB/s]
    [ 77%]  .......... .......... .......... .......... ..........  [35590.0KB/s]
    [ 77%]  .......... .......... .......... .......... ..........  [35146.5KB/s]
    [ 78%]  .......... .......... .......... .......... ..........  [35275.7KB/s]
    [ 78%]  .......... .......... .......... .......... ..........  [35408.2KB/s]
    [ 79%]  .......... .......... .......... .......... ..........  [35535.0KB/s]
    [ 79%]  .......... .......... .......... .......... ..........  [35668.2KB/s]
    [ 80%]  .......... .......... .......... .......... ..........  [35797.6KB/s]
    [ 80%]  .......... .......... .......... ........
    Connection 2 finished
            ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,.. ..........  [34674.2KB/s]
    [ 80%]  .......... .......... .......... .......... ..........  [34814.2KB/s]
    [ 81%]  .......... .......... .......... .......... ..........  [34934.9KB/s]
    [ 81%]  .......... .......... .......... .......... ..........  [34937.4KB/s]
    [ 82%]  .......... .......... .......... .......... ..........  [35004.2KB/s]
    [ 82%]  .......... .......... .......... .......... ..........  [35081.3KB/s]
    [ 83%]  .......... .......... .......... .......... ..
    Connection 1 finished
            ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,........  [25901.0KB/s]
    [ 83%]  .......... .......... .......... .......... ..........  [25995.5KB/s]
    [ 83%]  .......... .......... .......... .......... ..........  [26138.8KB/s]
    [ 84%]  .......... .......... .......... .......... ..........  [26233.9KB/s]
    [ 84%]  .......... .......... .......... .......... ..........  [26376.8KB/s]
    [ 85%]  .......... .......... .......... .......... ..........  [26470.5KB/s]
    [ 85%]  .......... .......... .......... .......... ..........  [26615.1KB/s]
    [ 86%]  .......... .......... .......... .......... ..........  [26710.9KB/s]
    [ 86%]  .......... .......... .......... .......... ..........  [26855.4KB/s]
    [ 86%]  .......... .......... .......... .......... ..........  [26950.0KB/s]
    [ 87%]  .......... .......... .......... .......... ..........  [27093.8KB/s]
    [ 87%]  .......... .......... .......... .......... ..........  [27187.8KB/s]
    [ 88%]  .......... .......... .......... .......... ..........  [27327.7KB/s]
    [ 88%]  .......... .......... .......... .......... ..........  [27418.8KB/s]
    [ 88%]  .......... .......... .......... .......... ..........  [27560.7KB/s]
    [ 89%]  .......... .......... .......... .......... ..........  [27655.8KB/s]
    [ 89%]  .......... .......... .......... .......... ..........  [27796.8KB/s]
    [ 90%]  .......... .......... .......... .......... ..........  [26566.2KB/s]
    [ 90%]  .......... .......... .......... .......... ..........  [26642.7KB/s]
    [ 91%]  .......... .......... .......... .......... ..........  [26732.9KB/s]
    [ 91%]  .......... .......... .......... .......... ..........  [26821.3KB/s]
    [ 91%]  .......... .......... .......... .......... ..........  [26926.7KB/s]
    [ 92%]  .......... .......... .......... .......... ..........  [27010.7KB/s]
    [ 92%]  .......... .......... .......... .........
    Connection 1 finished
            ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,. ..........  [27104.5KB/s]
    [ 93%]  ......
    Connection 3 finished
            ,,,,,,.... .......... .......... .......... ..........  [27191.3KB/s]
    [ 93%]  .......... .......... .......... .......... ..........  [27194.9KB/s]
    [ 94%]  .......... .......... .......... .......... ..........  [27209.7KB/s]
    [ 94%]  .......... .......... .......... .......... ..........  [27308.2KB/s]
    [ 94%]  .......... .......... .......... .......... ..........  [26335.0KB/s]
    [ 95%]  .......... .......... .......... .......... ..........  [26418.6KB/s]
    [ 95%]  .......... .......... .......... .......... .....
    Connection 2 finished
            ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,.....  [26154.4KB/s]
    [ 96%]  .......... .......... .......... .......... ..........  [26237.3KB/s]
    [ 96%]  .......... .......... .......
    Connection 0 finished
            ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,... .......... ..........  [21419.7KB/s]
    [ 97%]  .......... .......... .......... .......... ..........  [21485.9KB/s]
    [ 97%]  .......... .......... .......... .......... ..........  [21587.7KB/s]
    [ 97%]  .......... .......... .......... .......... ..........  [21655.3KB/s]
    [ 98%]  .......... .......... .......... .......... ..........  [21756.7KB/s]
    [ 98%]  .......... .......... .......... .......... ..........  [21824.0KB/s]
    [ 99%]  .......... .......... .......... .......... ..........  [21925.2KB/s]
    [ 99%]  .......... .......... .......... .......... ..........  [21992.6KB/s]
    [100%]  .......... .........
    Connection 3 finished
            ,,,,,,,,,, ,,,,,,,,,. .........
    Connection 0 finished
            ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,. .......... .......
    
    Downloaded 11.6 Megabyte in 0 seconds. (22052.20 KB/s)
    
     
  13. eva2000

    eva2000 Administrator Staff Member

    54,529
    12,212
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,781
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    you have IPv6 network connectivity issues it seems, have you properly configured and tested IPv6 networking is working ?

    Otherwise, you can tell Centmin Mod to disable IPv6 system wide by setting in persistent config file /etc/centminmod/custom_config.inc
    Code (Text):
    DISABLE_IPVSIX='y'
    

    then running centmin.sh once and exiting
     
  14. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    5:40 AM
    I'll have to check. I thought everything was setup correctly. Never had a problem up until now.
     
  15. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    5:40 AM