DA don't update

thyssimonis

Verified User
Joined
Jan 6, 2007
Messages
6
Location
Netherlands
Hi,

I can't update my directadmin!
http://www.*****.nl:2222/CMD_LICENSE
When i click on Update:
Message: Update queued
Details

Your request for an update will begin in under a minute. You should be notified via the Message system when it is complete

But no update in 1 minute or more
Server Version 1.27.2

Greetz,

T Simonis

Edit: i have use this: http://help.directadmin.com/item.php?id=29
 
Last edited:
Hey,

Are there any errors in the log files?

Like in /var/log/directadmin... system.log or maybe errortaskq.log.

David
 
skruf said:
Hey,

Are there any errors in the log files?

Like in /var/log/directadmin... system.log or maybe errortaskq.log.

David


2007:01:06-14:02:42: Timeout from from 86.87.98.60 : last flagged: Request::readAndProcess(*skt, 86.87.98.60, 86.87.98.60)
 
If you need to update your copy of DirectAdmin manually, you can do so by running the following commands:
cd /usr/local/directadmin
wget -O update.tar.gz https://www.directadmin.com/cgi-bin/daupdate?uid=123\&lid=1234
tar xvzf update.tar.gz
./directadmin p
cd scripts
./update.sh
service directadmin restart
Where 123 and 1234 are your Client ID and License ID, respectively. Note that if you are running FreeBSD, you might need to add a \ before the ? character in the wget line. If there are errrors extracting the update.tar.gz file, then run:
head -n 1 update.tar.gz
to search for an error.

Succes ermee.. :)
 
Back
Top