Problem with DA mirrored files servers - missing update files release between other servers

cichy

Verified User
Joined
Oct 22, 2020
Messages
14
Hi,
please checking and synchronizing files from files1.directadmin.com between other mirrored servers.

Example
At the moment on the main server http://files1.directadmin.com/services/custombuild/php-7.4.11.tar.gz 200

but other servers:
files5.directadmin.com/services/custombuild/php-7.4.11.tar.gz 404
files11.directadmin.com/services/custombuild/php-7.4.11.tar.gz 301
files14.directadmin.com/services/custombuild/php-7.4.11.tar.gz 404
files16.directadmin.com/services/custombuild/php-7.4.11.tar.gz 000
files17.directadmin.com/services/custombuild/php-7.4.11.tar.gz 404
files21.directadmin.com/services/custombuild/php-7.4.11.tar.gz 404
files24.directadmin.com/services/custombuild/php-7.4.11.tar.gz 404

We have in our infrascture a lot of DA with enabled auto update but the feuture not working.
Please synchronized it!
 
Only official mirrors should be enabled by default. Try:
Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
 
Dear @smtalk you probably don't understand:

In my options.cof I have server=files24.directadmin.com
When I execute: ./build update && ./build versions | grep available
PHP 7.4: 0 to 7.4.9 update is available.

but:
When I change server=files1.directadmin.com
And execute: ./build update && ./build versions | grep available
LetsEncrypt 2.0.7 to 2.0.8 update is available.
Nginx 1.19.2 to 1.19.3 update is available.
libxml2 2.9.9 to 2.9.10 update is available.
libxslt 1.1.33 to 1.1.34 update is available.
cURL 7.71.1 to 7.73.0 update is available.
FreeType 2.10.1 to 2.10.2 update is available.
Composer 1.10.10 to 1.10.13 update is available.
Lego 3.8.0 to 4.0.1 update is available.
exim.conf 4.5.28 to 4.5.30 update is available.
MariaDB 10.3.23 to 10.3.24 update is available.
PHP 7.2: 7.2.33 to 7.2.34 update is available.
PHP 7.3: 7.3.21 to 7.3.23 update is available.
PHP 7.4: 0 to 7.4.11 update is available.
RoundCube 1.4.8 to 1.4.9 update is available.
phpMyAdmin 4.9.5-all-languages to 4.9.7-all-languages update is available.


Check list on https://help.directadmin.com/item.php?id=305 and correct it if outdated.
 
Back
Top