Directadmin fileserver down?

HMTKSteve

Verified User
Joined
Jan 18, 2009
Messages
73
Trying to use custombuild to change PHP vesions and custombuild is showing 404 errors when trying to pull files. files.directadmin.com is also not responding to pings.

Code:
Skipping pigz tarball, needs more arguments in doclean_old_tarballs().
Downloading             php-5.4.28.tar.gz...
--2014-08-01 14:59:14--  http://files.directadmin.com/services/custombuild/php-5.4.28.tar.gz
Resolving files.directadmin.com... 69.30.193.202, 216.144.254.90
Connecting to files.directadmin.com|69.30.193.202|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-08-01 14:59:14 ERROR 404: Not Found.

Downloaded file /usr/local/directadmin/custombuild/php-5.4.28.tar.gz does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
--2014-08-01 14:59:14--  http://69.162.69.58/services/custombuild/php-5.4.28.tar.gz
Connecting to 69.162.69.58:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-08-01 14:59:14 ERROR 404: Not Found.


*** MD5 Checksum for php-5.4.28.tar.gz Failed.  Redownloading...***

Downloading             php-5.4.28.tar.gz...
--2014-08-01 14:59:14--  http://files.directadmin.com/services/custombuild/php-5.4.28.tar.gz
Resolving files.directadmin.com... 69.30.193.202, 216.144.254.90
Connecting to files.directadmin.com|69.30.193.202|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-08-01 14:59:15 ERROR 404: Not Found.

Downloaded file /usr/local/directadmin/custombuild/php-5.4.28.tar.gz does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
--2014-08-01 14:59:15--  http://69.162.69.58/services/custombuild/php-5.4.28.tar.gz
Connecting to 69.162.69.58:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-08-01 14:59:15 ERROR 404: Not Found.



*** MD5 Checksum for php-5.4.28.tar.gz failed *again*.***
The md5 checksum value may be incorrect, or a wrong file is being downloaded.
Install continuing with this possibly corrupted file. (it may also be fine)


*** Cannot find /usr/local/directadmin/custombuild/php-5.4.28.tar.gz. Aborting ***
 
Last edited:
Please give the following a try and let me know if it works:
Code:
cd /usr/local/directadmin/custombuild
./build set downloadserver files1.directadmin.com
./build update
 
Back
Top