Error HTTP request sent, awaiting response... 404 Not Found

youyoums

Verified User
Joined
Jul 21, 2011
Messages
37
Code:
[root@server custombuild]# ./build update
: integer expression expected
: integer expression expected
./build: line 2506: [: : integer expression expected
--2016-09-09 02:50:12--  http://files.directadmin.com%0D/services/custombuild/2.0%0D/custombuild.tar.gz
Resolving files.directadmin.com\r (files.directadmin.com\r)... failed: Name or service not known.
wget: unable to resolve host address 'files.directadmin.com\r'
Fileserver might be down, using the backup file server..
--2016-09-09 02:50:14--  http://69.162.69.58/services/custombuild/2.0%0D/custombuild.tar.gz
Connecting to 69.162.69.58:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-09-09 02:50:15 ERROR 404: Not Found.

Unable to extract custombuild.tar.gz.
: integer expression expected
: integer expression expected
./build: line 2506: [: : integer expression expected
_VER.tar.gz...  	php-
--2016-09-09 02:50:16--  http://files.directadmin.com%0D/services/custombuild/php-%0D_VER.tar.gz
Resolving files.directadmin.com\r (files.directadmin.com\r)... failed: Name or service not known.
wget: unable to resolve host address 'files.directadmin.com\r'
_VER.tar.gz does not exist or is empty after downloadp-
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
--2016-09-09 02:50:16--  http://69.162.69.58/services/custombuild/php-%0D_VER.tar.gz
Connecting to 69.162.69.58:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-09-09 02:50:17 ERROR 404: Not Found.

_VER.tar.gz...  	php-
--2016-09-09 02:50:17--  http://files.directadmin.com%0D/services/custombuild/php-%0D_VER.tar.gz
Resolving files.directadmin.com\r (files.directadmin.com\r)... failed: Name or service not known.
wget: unable to resolve host address 'files.directadmin.com\r'
_VER.tar.gz does not exist or is empty after downloadp-
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
--2016-09-09 02:50:17--  http://69.162.69.58/services/custombuild/php-%0D_VER.tar.gz
Connecting to 69.162.69.58:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-09-09 02:50:17 ERROR 404: Not Found.

[root@server custombuild]#
 
Hello,

Try this:

Code:
cd /usr/local/directadmin
wget -O custombuild.tar.gz http://files.directadmin.com/services/custombuild/2.0/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build set_fastest
./build update

if it does not help, then you will need to rebuild options.conf with:

Code:
./build create_options
 
Back
Top