It's my dev server VM, I'll give it another try and let you know.
Still not working for me, just finished up. Everything else appeared to install fine. Code: US server detected HTTP/1.1 404 Not Found Download php-.tar.gz ... axel -4 https://www.php.net/get/php-.tar.gz/from/this/mirror -o php-.tar.gz Initializing download: https://www.php.net/get/php-.tar.gz/from/this/mirror HTTP/1.1 404 Not Found Error: php-.tar.gz download failed.
output for Code (Text): curl -4sL https://www.php.net/downloads.php | egrep -o "php\-[0-9.]+\.tar[.a-z]*" | grep -v '.asc' | awk -F "php-" '/.tar.gz$/ {print $2}' | sed -e 's|.tar.gz||g' | uniq | grep '7.3' | head -n1
Code: [04:56][root@devbox44x ~]# curl -4sL https://www.php.net/downloads.php | egrep -o "php\-[0-9.]+\.tar[.a-z]*" | grep -v '.asc' | awk -F "php-" '/.tar.gz$/ {print $2}' | sed -e 's|.tar.gz||g' | uniq | grep '7.3' | head -n1 7.3.3 Code: [04:56][root@devbox44x ~]# curl -4sI https://www.php.net/downloads.php HTTP/1.1 200 OK Server: myracloud Date: Mon, 25 Mar 2019 04:56:40 GMT Content-Type: text/html; charset=utf-8 Connection: keep-alive Content-language: en X-Frame-Options: SAMEORIGIN Set-Cookie: COUNTRY=NA%2C; expires=Mon, 01-Apr-2019 04:56:40 GMT; Max-Age=604800; path=/; domain=.php.net Cache-Control: private Pragma: no-cache Link: <http://php.net/downloads>; rel=shorturl Strict-Transport-Security: max-age=31536000
strange that should work then as you get the php 7.3 latest version number now only thing i can think of is php.net download being over a geodns mirror set, might play up with some of the php.net mirrors you got served with
I updated 123.09beta01 installers with hardcoded fallback php versions in case dynamic scripted php version detection breaks while looking up php versions on php.net site
Just did another run, not sure what is happening, but everything is downloading except php. (7.3, one liner) Code: US server detected HTTP/1.1 404 Not Found Download php-.tar.gz ... axel -4 https://www.php.net/get/php-.tar.gz/from/this/mirror -o php-.tar.gz Initializing download: https://www.php.net/get/php-.tar.gz/from/this/mirror HTTP/1.1 404 Not Found Error: php-.tar.gz download failed. ---------------------------------------------------------------------------------- check Centmin Mod log for details at /root/centminlogs/ Aborting script... ---------------------------------------------------------------------------------- Download imagick-3.4.3.tgz ... Download release-2.1.8-stable.tar.gz ... Download phpredis-3.1.6.tgz ... Download mongodb-1.5.3.tgz ... Error: mongodb-1.5.3.tgz not found !!! Downloading now...... \E[1;32;40m wget -cnv --no-dns-cache -4 --progress=bar https://pecl.php.net/get/mongodb-1.5.3.tgz -O mongodb-1.5.3.tgz --tries=3 phpredis-3.1.6.tgz found, skipping download... imagick-3.4.3.tgz found, skipping download... phpredis-3.1.6.tgz valid file. release-2.1.8-stable.tar.gz found, skipping download... imagick-3.4.3.tgz valid file. release-2.1.8-stable.tar.gz valid file. Download memcached-1.5.12.tar.gz ... Error: memcached-1.5.12.tar.gz not found !!! Downloading now...... \E[1;32;40m 2019-03-25 16:07:17 URL:https://pecl.php.net/get/mongodb-1.5.3.tgz [1059580/1059580] -> "mongodb-1.5.3.tgz" [1] Download done. mongodb-1.5.3.tgz valid file. HTTP/1.1 200 OK wget -cnv --no-dns-cache -4 --progress=bar https://www.memcached.org/files/memcached-1.5.12.tar.gz --tries=3 2019-03-25 16:07:18 URL:https://www.memcached.org/files/memcached-1.5.12.tar.gz [457719/457719] -> "memcached-1.5.12.tar.gz" [1] Download done. memcached-1.5.12.tar.gz valid file. Download memcache-3.0.8.tgz ... memcache-3.0.8.tgz found, skipping download... memcache-3.0.8.tgz valid file. Download memcached-2.2.0.tgz ... memcached-2.2.0.tgz found, skipping download... memcached-2.2.0.tgz valid file. Download libmemcached-1.0.18.tar.gz ... libmemcached-1.0.18.tar.gz found, skipping download... libmemcached-1.0.18.tar.gz valid file. US server detected HTTP/1.1 200 OK Download openssl-1.1.1b.tar.gz ... download_cmd https://www.openssl.org/source/openssl-1.1.1b.tar.gz HTTP/1.1 200 OK Download libressl-2.8.3.tar.gz ... 2019-03-25 16:07:20 URL:https://www.openssl.org/source/openssl-1.1.1b.tar.gz [8213737/8213737] -> "openssl-1.1.1b.tar.gz" [1] 0 Download done. 2019-03-25 16:07:20 URL:https://fastly.cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.3.tar.gz [3366196/3366196] -> "libressl-2.8.3.tar.gz" [1] Download done. openssl-1.1.1b.tar.gz valid file. libressl-2.8.3.tar.gz valid file. Download siege-4.0.4.tar.gz ... Download mysqlreport ... siege-4.0.4.tar.gz found, skipping download... siege-4.0.4.tar.gz valid file. Download sproxy-latest.tar.gz ... sproxy-latest found, skipping download... sproxy-latest.tar.gz valid file. ECDSA SSL Cipher BASED HTTPS detected, switching from axel to wget 2019-03-25 16:07:20 URL:https://centminmod.com/centminmodparts/mysqlreport/mysqlreport [49223/49223] -> "mysqlreport" [1] Download mysqlreport done. Download mysqltuner.pl ... wget ${WGETOPT} --progress=bar "${MYSQLTUNER_LINK}" -O "${MYSQLTUNER_LINKFILE}" --tries=3 2019-03-25 16:07:21 URL:https://centminmod.com/centminmodparts/mysqltuner/mysqltuner.txt [216581] -> "mysqltuner.pl" [1] Download mysqltuner.pl done.
If I go to the page "https://www.php.net/get/php-.tar.gz/from/this/mirror" and click on any of the links on the page, it gives me a "document not found" at the top of the site, even other countries. Weird.
you still aren't picking up the version number in download that i fixed i.e. 7.3.3 in php-7.3.3.tar.gz - you're getting blank version number php-.tar.gz = 404 not found. It could be some caching at play that you pick up the stale betainstaller73.sh script ? I cleared my cloudflare cache so see if you pick it up now.
Code: US server detected HTTP/1.1 302 Found Download php-7.3.3.tar.gz ... axel -4 https://www.php.net/get/php-7.3.3.tar.gz/from/this/mirror -o php-7.3.3.tar.gz Initializing download: https://www.php.net/get/php-7.3.3.tar.gz/from/this/mirror File size: unavailable Opening output file php-7.3.3.tar.gz Server unsupported, starting from scratch with one connection. Starting download
so looks like it was cloudflare cache on centminmod.com preventing you picking up the updated betainstaller73.sh with the fixes !