./build update not working

Rasman

New member
Joined
Aug 23, 2012
Messages
3
Hello !

I am having problems updating Directadmin on my xen vps server .
The server keeps connecting to directadmin.com and doesnt do anything but keeps retrying

Code:
Do you want to update now? (STRONGLY RECCOMENDED) (y/n):
y
--2012-08-23 11:29:26--  http://files.directadmin.com/services/custombuild/1.1/c                                                                                        ustombuild.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... Read error (Connection timed out) in hea                                                                                        ders.
Retrying.

--2012-08-23 11:44:28--  (try: 2)  http://files.directadmin.com/services/customb                                                                                        uild/1.1/custombuild.tar.gz
Connecting to files.directadmin.com|69.30.193.202|:80... connected.
HTTP request sent, awaiting response... Read error (Connection timed out) in hea                                                                                        ders.
Retrying.

--2012-08-23 11:59:30--  (try: 3)  http://files.directadmin.com/services/customb                                                                                        uild/1.1/custombuild.tar.gz
Connecting to files.directadmin.com|69.30.193.202|:80... connected.
HTTP request sent, awaiting response... Read error (Connection timed out) in hea                                                                                        ders.
Retrying.

--2012-08-23 12:14:33--  (try: 4)  http://files.directadmin.com/services/customb                                                                                        uild/1.1/custombuild.tar.gz
Connecting to files.directadmin.com|69.30.193.202|:80... connected.
HTTP request sent, awaiting response...

I dont have any firewall installed ,no iptables nothing so i dont think the connection is getting blocked .

The version.txt file is also empty ?

I been trying to fix this for 2 days without any luck .

Can someone please help me fix this issue :(
 
Try:

Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build update_versions
 
Try:

Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build update_versions

Thnx for your reply !

The problem still remains ;
Code:
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...
and thats it :( it will just keep connecting with timeouts .
 
Ok i restarted everything and now ./build update_versions
is working but with error ;
Code:
[root@server3 custombuild]#./build update_versions
Updating DirectAdmin
Updating Apache
File already exists:    httpd-.tar.gz
MD5 Checksum on httpd-.tar.gz passed.
File already exists:    httpd_2
File already exists:    httpd_2_freebsd
File already exists:    httpd_2_debian
Backing up certificate and key, and turning off httpd for DirectAdmins's check.
Found /usr/local/directadmin/custombuild/httpd-.tar.gz
Extracting /usr/local/directadmin/custombuild/httpd-.tar.gz...

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./build: line 5878: cd: httpd-: No such file or directory
Configuring httpd-
/usr/local/directadmin/custombuild/configure/ap2/configure.apache: line 3: ./configure: is a directory

*** There was an error while trying to configure Apache 2. Check the configure/ap2/configure.apache file

How can i fix this ?
 
You seem to have network connectivity issues.

Try:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build update_versions
 
Back
Top