Discover Centmin Mod today
Register Now

PHP-FPM PHP Upgrade issue

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by rdan, Nov 7, 2018.

  1. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    5:26 PM
    Mainline
    10.2
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 6 64bit
    • Centmin Mod Version Installed: 123.09beta01
    • PHP Version Installed: 7.2.10
    • When was last time updated Centmin Mod code base ? : cmupdate prior to this
    Code:
    # cat /root/centminlogs/centminmod_123.09beta01.b069_061118-210216_php_upgrade.log
    
    Do you want to run YUM install checks ?  [y/n]
    
    This will increase your upgrade duration time wise.
    Check the change log centminmod.com/changelog.html
    to see if any Nginx or PHP related new additions
    which require checking YUM prequisites are met.
    If no new additions made, you can skip the
    YUM install check to speed up upgrade time.
    
     [y/n]:      ____   _   _  ____       _   _                                _       
        |  _ \ | | | ||  _ \  _  | | | | _ __    __ _  _ __  __ _   __| |  ___
        | |_) || |_| || |_) |(_) | | | || '_ \  / _` || '__|/ _` | / _` | / _ \
        |  __/ |  _  ||  __/  _  | |_| || |_) || (_| || |  | (_| || (_| ||  __/
        |_|    |_| |_||_|    (_)  \___/ | .__/  \__, ||_|   \__,_| \__,_| \___|
                                        |_|     |___/                         
     
    PHP Upgrade/Downgrade - Would you like to continue? [y/n] y
    
    ----------------------------------------------------------------
    Install which version of PHP? (version i.e. 7.2.8, 7.0.30, NGDEBUG)
    PHP 7.x/7.1.x/7.2.x is GA Stable but still may have broken PHP extensions.
    NGDEBUG is PHP 7.3.0 dev builds minus incompatible PHP extensions
    ----------------------------------------------------------------
    Enter PHP Version number you want to upgrade/downgrade to: 7.2.11
    ----------------------------------------------------------------
    existing php.ini will be backed up at /usr/local/lib/php.ini-oldversion_061118-210216
    ----------------------------------------------------------------
    
    -----------------------------------------------------------------------------------------
    Detected PHP 7.2 branch.
    You can compile Zend OPcache (Zend Optimizer Plus+) support
    as an alternative to using APC Cache or Xcache cache.
    But Zend OPcache only provides PHP opcode cache and
    DOESN'T do data caching, so if your web apps such as Wordpress,
    Drupal or vBulletin require data caching to APC or Xcache,
    it won't work with Zend OPcache.
    
    -----------------------------------------------------------------------------------------
    Do you want to use Zend OPcache [y/n] ? y
    
    *************************************************
    * Zend Optimizer Plus OPcache configured
    *************************************************
    
    PHP 7+ detected which uses newer mysqlnd
    or PDO MySQL extensions and removed the
    legacy mysql extension. You can optionally
    re-add the removed legacy mysql extension
    to PHP 7+ by answering yes to next question
    Only answer yes if you know for sure you
    have very old web scripts which need mysql
    legacy extension re-added. Otherwise answer
    no which is recommended for best stability
    
    Re-add legacy mysql extension to PHP 7+ [y/n] ? n
    
    *************************************************
    * Upgrading PHP
    *************************************************
    FR server detected
     ____   _   _  ____       ____                          _                    _
    |  _ \ | | | ||  _ \  _  |  _ \   ___ __      __ _ __  | |  ___    __ _   __| |
    | |_) || |_| || |_) |(_) | | | | / _ \\ \ /\ / /| '_ \ | | / _ \  / _` | / _` |
    |  __/ |  _  ||  __/  _  | |_| || (_) |\ V  V / | | | || || (_) || (_| || (_| |
    |_|    |_| |_||_|    (_) |____/  \___/  \_/\_/  |_| |_||_| \___/  \__,_| \__,_|
                                                                                  
    Usage: axel [options] url1 [url2] [url...]
    
    --max-speed=x           -s x    Specify maximum speed (bytes per second)
    --num-connections=x     -n x    Specify maximum number of connections
    --output=f              -o f    Specify local output file
    --search[=x]            -S [x]  Search for mirrors and download from x servers
    --header=x              -H x    Add header string
    --user-agent=x          -U x    Set user agent
    --no-proxy              -N      Just don't use any proxy server
    --quiet                 -q      Leave stdout alone
    --verbose               -v      More status information
    --alternate             -a      Alternate progress indicator
    --help                  -h      This information
    --version               -V      Version information
    
    Visit https://github.com/eribertomota/axel/issues to report bugs
    Error: php-7.2.11.tar.xz download failed.
     
    ----------------------------------------------------------------------------------
    check Centmin Mod log for details at /root/centminlogs/
    Aborting script...
    ----------------------------------------------------------------------------------
    
    Total PHP Upgrade Time: 50.130406912 seconds


     
  2. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    5:26 PM
    Mainline
    10.2
    From this thread: PHP Upgrade Download Error

    This one failed:
     
  3. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    5:26 PM
    Mainline
    10.2
    I already have
    DISABLE_IPVSIX='y'
    set several months ago already.
     
  4. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    5:26 PM
    Mainline
    10.2
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,336
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    7:26 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    hmm seems older axel version doesn't support -4 flag

    centos 6 max axel version supported is 2.6 while centos 7 is 2.16+

    Code (Text):
    axel --version
    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.

    Code (Text):
    axel -h
    Usage: axel [options] url1 [url2] [url...]
    
    --max-speed=x           -s x    Specify maximum speed (bytes per second)
    --num-connections=x     -n x    Specify maximum number of connections
    --max-redirect=x                Specify maximum number of redirections
    --output=f              -o f    Specify local output file
    --search[=n]            -S[n]   Search for mirrors and download from n servers
    --ipv4                  -4      Use the IPv4 protocol
    --ipv6                  -6      Use the IPv6 protocol
    --header=x              -H x    Add HTTP header string
    --user-agent=x          -U x    Set user agent
    --no-proxy              -N      Just don't use any proxy server
    --insecure              -k      Don't verify the SSL certificate
    --no-clobber            -c      Skip download if file already exists
    --quiet                 -q      Leave stdout alone
    --verbose               -v      More status information
    --alternate             -a      Alternate progress indicator
    --help                  -h      This information
    --timeout=x             -T x    Set I/O and connection timeout
    --version               -V      Version information
    
    Visit https://github.com/axel-download-accelerator/axel/issues to report bugs


    Code (Text):
    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.2
    Starting download
    
    [  0%]  .......... .......... .......... .......... ..........  [ 597.8KB/s]
    [  0%]  .......... .......... .......... .......... ..........  [1168.6KB/s]
    [  0%]  .......... .......... .......... .......... ..........  [1614.6KB/s]
    [  1%]  .......... .......... .......... .......... ..........  [2059.7KB/s]
    [  1%]  .......... .......... .......... .......... ..........  [2503.7KB/s]
    [  2%]  .......... .......... .......... .......... ..........  [3095.0KB/s]
    [  2%]  .......... .......... .......... .......... ..........  [3537.4KB/s]
    [  2%]  .......... .......... .......... .......... ..........  [3979.3KB/s]
    [  3%]  .......... .......... .......... .......... ..........  [4567.2KB/s]
    [  3%]  .......... .......... .......... .......... ..........  [5007.0KB/s]
    [  4%]  .......... .......... .......... .......... ..........  [5446.3KB/s]
    [  4%]  .......... .......... .......... .......... ..........  [6031.2KB/s]
    [  5%]  .......... .......... .......... .......... ..........  [6469.2KB/s]
    [  5%]  .......... .......... .......... .......... ..........  [6758.7KB/s]
    [  5%]  .......... .......... .......... .......... ..........  [7193.8KB/s]
    [  6%]  .......... .......... .......... .......... ..........  [7607.8KB/s]
    [  6%]  .......... .......... .......... .......... ..........  [8021.4KB/s]
    [  7%]  .......... .......... .......... .......... ..........  [8455.5KB/s]
    [  7%]  .......... .......... .......... .......... ..........  [8907.5KB/s]
    [  8%]  .......... .......... .......... .......... ..........  [9315.5KB/s]
    [  8%]  .......... .......... .......... .......... ..........  [9739.2KB/s]
    [  8%]  .......... .......... .......... .......... ..........  [10050.2KB/s]
    [  9%]  .......... .......... .......... .......... ..........  [10469.8KB/s]
    [  9%]  .......... .......... .......... .......... ..........  [10868.2KB/s]
    [ 10%]  .......... .......... .......... .......... ..........  [11278.8KB/s]
    [ 10%]  .......... .......... .......... .......... ..........  [11673.0KB/s]
    [ 11%]  .......... .......... .......... .......... ..........  [12077.4KB/s]
    [ 11%]  .......... .......... .......... .......... ..........  [12481.9KB/s]
    [ 11%]  .......... .......... .......... .......... ..........  [11891.3KB/s]
    [ 12%]  .......... .......... .......... .......... ..........  [12249.4KB/s]
    [ 12%]  .......... .......... .......... .......... ..........  [12633.6KB/s]
    [ 13%]  .......... .......... .......... .......... ..........  [12954.3KB/s]
    [ 13%]  .......... .......... .......... .......... ..........  [13283.2KB/s]
    [ 13%]  .......... .......... .......... .......... ..........  [13596.0KB/s]
    [ 14%]  .......... .......... .......... .......... ..........  [13856.0KB/s]
    [ 14%]  .......... .......... .......... .......... ..........  [14196.3KB/s]
    [ 15%]  .......... .......... .......... .......... ..........  [14537.3KB/s]
    [ 15%]  .......... .......... .......... .......... ..........  [14711.8KB/s]
    [ 16%]  .......... .......... .......... .......... ..........  [14436.8KB/s]
    [ 16%]  .......... .......... .......... .......... ..........  [14814.2KB/s]
    [ 16%]  .......... .......... .......... .......... ..........  [15132.4KB/s]
    [ 17%]  .......... .......... .......... .......... ..........  [15482.2KB/s]
    [ 17%]  .......... .......... .......... .......... ..........  [15874.8KB/s]
    [ 18%]  .......... .......... .......... .......... ..........  [16293.0KB/s]
    [ 18%]  .......... .......... .......... .......... ..........  [16574.7KB/s]
    [ 19%]  .......... .......... .......... .......... ..........  [16993.5KB/s]
    [ 19%]  .......... .......... .......... .......... ..........  [17272.3KB/s]
    [ 19%]  .......... .......... .......... .......... ..........  [17697.9KB/s]
    [ 20%]  .......... .......... .......... .......... ..........  [17978.7KB/s]
    [ 20%]  .......... .......... .......... .......... ..........  [18398.7KB/s]
    [ 21%]  .......... .......... .......... .......... ..........  [18678.4KB/s]
    [ 21%]  .......... .......... .......... .......... ..........  [19101.6KB/s]
    [ 22%]  .......... .......... .......... .......... ..........  [19383.3KB/s]
    [ 22%]  .......... .......... .......... .......... ..........  [19801.4KB/s]
    [ 22%]  .......... .......... .......... .......... ..........  [20082.2KB/s]
    [ 23%]  .......... .......... .......... .......... ..........  [20497.1KB/s]
    [ 23%]  .......... .......... .......... .......... ..........  [20774.6KB/s]
    [ 24%]  .......... .......... .......... .......... ..........  [21194.3KB/s]
    [ 24%]  .......... .......... .......... .......... ..........  [21470.9KB/s]
    [ 25%]  .......... .......... .......... .......... ..........  [21882.6KB/s]
    [ 25%]  .......... .......... .......... .......... ..........  [22160.4KB/s]
    [ 25%]  .......... .......... .......... .......... ..........  [22577.7KB/s]
    [ 26%]  .......... .......... .......... .......... ..........  [22855.2KB/s]
    [ 26%]  .......... .......... .......... .......... ..........  [23270.1KB/s]
    [ 27%]  .......... .......... .......... .......... ..........  [23546.7KB/s]
    [ 27%]  .......... .......... .......... .......... ..........  [23960.1KB/s]
    [ 27%]  .......... .......... .......... .......... ..........  [24236.5KB/s]
    [ 28%]  .......... .......... .......... .......... ..........  [24649.4KB/s]
    [ 28%]  .......... .......... .......... .......... ..........  [24924.8KB/s]
    [ 29%]  .......... .......... .......... .......... ..........  [25337.7KB/s]
    [ 29%]  .......... .......... .......... .......... ..........  [25582.6KB/s]
    [ 30%]  .......... .......... .......... .......... ..........  [26017.3KB/s]
    [ 30%]  .......... .......... .......... .......... ..........  [26324.4KB/s]
    [ 30%]  .......... .......... .......... .......... ..........  [26628.2KB/s]
    [ 31%]  .......... .......... .......... .......... ..........  [27030.3KB/s]
    [ 31%]  .......... .......... .......... .......... ..........  [27262.0KB/s]
    [ 32%]  .......... .......... .......... .......... ..........  [27680.7KB/s]
    [ 32%]  .......... .......... .......... .......... ..........  [27981.0KB/s]
    [ 33%]  .......... .......... .......... .......... ..........  [28284.6KB/s]
    [ 33%]  .......... .......... .......... .......... ..........  [28619.3KB/s]
    [ 33%]  .......... .......... .......... .......... ..........  [28975.9KB/s]
    [ 34%]  .......... .......... .......... .......... ..........  [29179.5KB/s]
    [ 34%]  .......... .......... .......... .......... ..........  [29148.6KB/s]
    [ 35%]  .......... .......... .......... .......... ..........  [29371.1KB/s]
    [ 35%]  .......... .......... .......... .......... ..........  [29644.0KB/s]
    [ 36%]  .......... .......... .......... .......... ..........  [29929.6KB/s]
    [ 36%]  .......... .......... .......... .......... ..........  [30191.5KB/s]
    [ 36%]  .......... .......... .......... .......... ..........  [30459.1KB/s]
    [ 37%]  .......... .......... .......... .......... ..........  [29594.2KB/s]
    [ 37%]  .......... .......... .......... .......... ..........  [29875.9KB/s]
    [ 38%]  .......... .......... .......... .......... ..........  [30165.9KB/s]
    [ 38%]  .......... .......... .......... .......... ..........  [30454.0KB/s]
    [ 38%]  .......... .......... .......... .......... ..........  [30760.3KB/s]
    [ 39%]  .......... .......... .......... .......... ..........  [31063.5KB/s]
    [ 39%]  .......... .......... .......... .......... ..........  [31297.6KB/s]
    [ 40%]  .......... .......... .......... .......... ..........  [31572.8KB/s]
    [ 40%]  .......... .......... .......... .......... ..........  [31828.5KB/s]
    [ 41%]  .......... .......... .......... .......... ..........  [32100.7KB/s]
    [ 41%]  .......... .......... .......... .......... ..........  [32391.4KB/s]
    [ 41%]  .......... .......... .......... .......... ..........  [32660.4KB/s]
    [ 42%]  .......... .......... .......... .......... ..........  [32969.1KB/s]
    [ 42%]  .......... .......... .......... .......... ..........  [33240.2KB/s]
    [ 43%]  .......... .......... .......... .......... ..........  [33605.9KB/s]
    [ 43%]  .......... .......... .......... .......... ..........  [33839.7KB/s]
    [ 44%]  .......... .......... .......... .......... ..........  [34137.8KB/s]
    [ 44%]  .......... .......... .......... .......... ..........  [34419.7KB/s]
    [ 44%]  .......... .......... .......... .......... ..........  [34710.1KB/s]
    [ 45%]  .......... .......... .......... .......... ..........  [35007.6KB/s]
    [ 45%]  .......... .......... .......... .......... ..........  [35292.0KB/s]
    [ 46%]  .......... .......... .......... .......... ..........  [35504.7KB/s]
    [ 46%]  .......... .......... .......... .......... ..........  [35723.7KB/s]
    [ 47%]  .......... .......... .......... .......... ..........  [35937.8KB/s]
    [ 47%]  .......... .......... .......... .......... ..........  [36161.8KB/s]
    [ 47%]  .......... .......... .......... .......... ..........  [36278.4KB/s]
    [ 48%]  .......... .......... .......... .......... ..........  [36503.6KB/s]
    [ 48%]  .......... .......... .......... .......... ..........  [36717.4KB/s]
    [ 49%]  .......... .......... .......... .......... ..........  [36921.4KB/s]
    [ 49%]  .......... .......... .......... .......... ..........  [37155.2KB/s]
    [ 50%]  .......... .......... .......... .......... ..........  [37353.6KB/s]
    [ 50%]  .......... .......... .......... .......... ..........  [37566.6KB/s]
    [ 50%]  .......... .......... .......... .......... ..........  [37777.0KB/s]
    [ 51%]  .......... .......... .......... .......... ..........  [37990.7KB/s]
    [ 51%]  .......... .......... .......... .......... ..........  [38192.0KB/s]
    [ 52%]  .......... .......... .......... .......... ..........  [38395.7KB/s]
    [ 52%]  .......... .......... .......... .......... ..........  [38607.4KB/s]
    [ 52%]  .......... .......... .......... .......... ..........  [38799.4KB/s]
    [ 53%]  .......... .......... .......... .......... ..........  [38976.1KB/s]
    [ 53%]  .......... .......... .......... .......... ..........  [39151.3KB/s]
    [ 54%]  .......... .......... .......... .......... ..........  [39354.7KB/s]
    [ 54%]  .......... .......... .......... .......... ..........  [39554.3KB/s]
    [ 55%]  .......... .......... .......... .......... ..........  [39748.8KB/s]
    [ 55%]  .......... .......... .......... .......... ..........  [39962.8KB/s]
    [ 55%]  .......... .......... .......... .......... ..........  [40155.1KB/s]
    [ 56%]  .......... .......... .......... .......... ..........  [40350.3KB/s]
    [ 56%]  .......... .......... .......... .......... ..........  [40545.2KB/s]
    [ 57%]  .......... .......... .......... .......... ..........  [40735.7KB/s]
    [ 57%]  .......... .......... .......... .......... ..........  [40929.3KB/s]
    [ 58%]  .......... .......... .......... .......... ..........  [41111.3KB/s]
    [ 58%]  .......... .......... .......... .......... ..........  [41292.3KB/s]
    [ 58%]  .......... .......... .......... .......... ..........  [41488.0KB/s]
    [ 59%]  .......... .......... .......... .......... ..........  [41650.4KB/s]
    [ 59%]  .......... .......... .......... .......... ..........  [41836.0KB/s]
    [ 60%]  .......... .......... .......... .......... ..........  [42029.1KB/s]
    [ 60%]  .......... .......... .......... .......... ..........  [42211.7KB/s]
    [ 61%]  .......... .......... .......... .......... ..........  [42387.9KB/s]
    [ 61%]  .......... .......... .......... .......... ..........  [42584.0KB/s]
    [ 61%]  .......... .......... .......... .......... ..........  [42760.8KB/s]
    [ 62%]  .......... .......... .......... .......... ..........  [42940.0KB/s]
    [ 62%]  .......... .......... .......... .......... ..........  [43130.8KB/s]
    [ 63%]  .......... .......... .......... .......... ..........  [43302.9KB/s]
    [ 63%]  .......... .......... .......... .......... ..........  [43468.0KB/s]
    [ 63%]  .......... .......... .......... .......... ..........  [43658.4KB/s]
    [ 64%]  .......... .......... .......... .......... ..........  [43820.5KB/s]
    [ 64%]  .......... .......... .......... .......... ..........  [44002.4KB/s]
    [ 65%]  .......... .......... .......... .......... ..........  [44181.4KB/s]
    [ 65%]  .......... .......... .......... .......... ..........  [44348.9KB/s]
    [ 66%]  .......... .......... .......... .......... ..........  [44521.6KB/s]
    [ 66%]  .......... .......... .......... .......... ..........  [44705.3KB/s]
    [ 66%]  .......... .......... .......... .......... ..........  [44869.9KB/s]
    [ 67%]  .......... .......... .......... .......... ..........  [45049.7KB/s]
    [ 67%]  .......... .......... .......... .......... ..........  [45209.8KB/s]
    [ 68%]  .......... .......... .......... .......... ..........  [45384.2KB/s]
    [ 68%]  .......... .......... .......... .......... ..........  [45552.2KB/s]
    [ 69%]  .......... .......... .......... .......... ..........  [45719.7KB/s]
    [ 69%]  .......... .......... .......... .......... ..........  [45876.6KB/s]
    [ 69%]  .......... .......... .......... .......... ..........  [46037.4KB/s]
    [ 70%]  .......... .......... .......... .......... ..........  [46201.3KB/s]
    [ 70%]  .......... .......... .......... .......... ..........  [46365.3KB/s]
    [ 71%]  .......... .......... .......... .......... ..........  [46529.8KB/s]
    [ 71%]  .......... .......... .......... .......... ..........  [46702.5KB/s]
    [ 72%]  .......... .......... .......... .......... ..........  [46868.0KB/s]
    [ 72%]  .......... .......... .......... .......... ..........  [47017.5KB/s]
    [ 72%]  .......... .......... .......... .......... ..........  [47196.4KB/s]
    [ 73%]  .......... .......... .......... .......... ..........  [47347.8KB/s]
    [ 73%]  .......... .......... .......... .......... ..........  [47492.0KB/s]
    [ 74%]  .......... .......... .......... .......... ..........  [47639.4KB/s]
    [ 74%]  .......... .......... .......... .......... ..........  [47810.2KB/s]
    [ 75%]  .......... .......... .......... .......... ..........  [47967.6KB/s]
    [ 75%]  .......... .......... .......... .......... ..........  [48139.2KB/s]
    [ 75%]  .......... .......... .......... .......... ..........  [48286.8KB/s]
    [ 76%]  .......... .......... .......... .......... ..........  [48439.4KB/s]
    [ 76%]  .......... .......... .......... .......... ..........  [48612.9KB/s]
    [ 77%]  .......... .......... .......... .......... ..........  [48750.8KB/s]
    [ 77%]  .......... .......... .......... .......... ..........  [48908.1KB/s]
    [ 77%]  .......... .......... .......... .......... ..........  [49048.8KB/s]
    [ 78%]  .......... .......... .......... .......... ..........  [49203.0KB/s]
    [ 78%]  .......... .......... .......... .......... ..........  [49360.0KB/s]
    [ 79%]  .......... .......... .......... .......... ..........  [49509.7KB/s]
    [ 79%]  .......... .......... .......... .......... ..........  [49623.6KB/s]
    [ 80%]  .......... .......... .......... .......... ..........  [49789.4KB/s]
    [ 80%]  .......... .......... .......... .......... ..........  [49930.1KB/s]
    [ 80%]  .......... .......... .......... .......... ..........  [50077.3KB/s]
    [ 81%]  .......... .......... .......... ....
    Connection 3 finished
            ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,...... ..........  [50232.6KB/s]
    [ 81%]  .......... .......... .......... .......... ..........  [50359.4KB/s]
    [ 82%]  .......... .......... .......... .......... ..........  [50451.0KB/s]
    [ 82%]  .......... .......... .......... .......... ..........  [50506.2KB/s]
    [ 83%]  .......... .......... .......... .......... ..........  [50591.7KB/s]
    [ 83%]  .......... .......... .......... .......... ..........  [50588.1KB/s]
    [ 83%]  .......... .......... .......... .......... ..........  [50712.4KB/s]
    [ 84%]  .......... .......... .......... .......... ..........  [50818.9KB/s]
    [ 84%]  .......... .......... .......... .......... ..........  [50892.9KB/s]
    [ 85%]  .......... .......... .......... .......... ..........  [51007.9KB/s]
    [ 85%]  .......... .......... .......... .......... ..........  [51146.3KB/s]
    [ 86%]  .......... .......... .......... .......... ..........  [51250.9KB/s]
    [ 86%]  .......... .......... .......... .......... ..........  [51302.6KB/s]
    [ 86%]  .......... .......... .......... .......... ..........  [51245.1KB/s]
    [ 87%]  .......... .......... .......... .......... ..........  [51357.2KB/s]
    [ 87%]  .......... .......... .......... .......... ..........  [51497.6KB/s]
    [ 88%]  .......... .......... .......... .......... ..........  [51639.8KB/s]
    [ 88%]  .......... .......... .......... .......... ..........  [51711.9KB/s]
    [ 88%]  .......... .......... .......... .......... ..........  [51716.1KB/s]
    [ 89%]  .......... .......... .......... .......... ..........  [51842.1KB/s]
    [ 89%]  .......... .......... .......... .......... ..........  [51973.3KB/s]
    [ 90%]  .......... .......... .......... .......... ..........  [51920.8KB/s]
    [ 90%]  .......... .......... .......... .......... ..........  [52002.3KB/s]
    [ 91%]  .......... .......... .......... .......... ..........  [52112.7KB/s]
    [ 91%]  .......... .......... .......... .......... ..........  [52244.9KB/s]
    [ 91%]  .......... .......... .......... .......... ..........  [52386.3KB/s]
    [ 92%]  .......... .......... .......... .......... ..........  [52438.8KB/s]
    [ 92%]  .......... .......... .......... .......... ..........  [52435.8KB/s]
    [ 93%]  .......... .......... .......... ...
    Connection 1 finished
            ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,....... ..........  [52522.6KB/s]
    [ 93%]  .......... .......... .......... .......... ..........  [52440.1KB/s]
    [ 94%]  .......... .......... .......... .......... .
    Connection 0 finished
            ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,.........  [52484.1KB/s]
    [ 94%]  .......... .......... .......... .......... ..........  [52516.4KB/s]
    [ 94%]  .......... .......... .......... .......... ..........  [51792.9KB/s]
    [ 95%]  .......... .......... .......... .......... ..........  [51827.1KB/s]
    [ 95%]  .......... .......... .......... .......... ..........  [51969.2KB/s]
    [ 96%]  .......... .......... ...
    Connection 2 finished
            ,,,,,,,,,, ,,,,,,,,,, ,,,....... .......... ..........  [51028.9KB/s]
    [ 96%]  .......... .......... .......... .......... ..........  [51170.6KB/s]
    [ 97%]  .......... .......... .
    Connection 3 finished
            ,,,,,,,,,, ,,,,,,,,,, ,......... .......... ..........  [34906.4KB/s]
    [ 97%]  .......... .......... .......... .......... ..........  [35076.4KB/s]
    [ 97%]  .......... .......... .......... .......... ..........  [35203.5KB/s]
    [ 98%]  .......... .......... .......... .......... ..........  [35331.3KB/s]
    [ 98%]  .......... .......
    Connection 0 finished
    Connection 3 finished
            ,,,,,,,,,, ,,,,,,,... .......... .......... ..........  [35461.7KB/s]
    [ 99%]  .......... .......... ..
    Connection 2 finished
            ,,,,,,,,,, ,,,,,,,,,, ,,........ .......... ..........  [27314.3KB/s]
    [ 99%]  .......... .......... .......... .......... ..........  [27424.3KB/s]
    [100%]  .......... .......... .......... .......... .......
    
    Downloaded 11.6 Megabyte in 0 seconds. (27522.89 KB/s)
     
  6. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    5:26 PM
    Mainline
    10.2
    I'll just wait for your fix/update then?
     
  7. eva2000

    eva2000 Administrator Staff Member

    54,336
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    7:26 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+