update 1.28.0 > 1.28.1 fails

Remco00

Verified User
Joined
Feb 22, 2006
Messages
278
When trying to update from DA version 1.28.0 to 1.28.1 using the CP nothing happens on our servers. Trying to do a manual update I get this:

Code:
[root@s02 directadmin]# wget -O update.tar.gz [url]https://www.directadmin.com/cgi-bin/daupdate?uid=XXXX\&lid=XXXXX[/url]
--15:56:13--  [url]https://www.directadmin.com/cgi-bin/daupdate?uid=XXXX&lid=XXXXX[/url]
           => `update.tar.gz'
Resolving [url]www.directadmin.com...[/url] 66.51.122.131
Connecting to [url]www.directadmin.com[/url][66.51.122.131]:443... connected.
Segmentation fault
[root@s02 directadmin]#
(XXX replaces the orginal uid en lid)

Whats left is a file named update.tar.gz with a size of 0 bytes. Anyone else having the same problem updating?
 
Last edited:
Thanks John, following your advice we could manual do the update. However updating DA using the CP still still does not work. Any advice on that?
 
Worked fine for me? What time did you try it last?

Check for any errors in /var/log/directadmin/system.log
 
There are no errors in any of the logs. And the task.queue is being processed. Using the CP to update makes an update.tar.gz file with a size of 0 bytes. However the manual update works with all servers. No clue what is causing the problem.
 
Error restoring file /usr/local/directadmin/update.tar.gz :
gzip: stdin: not in gzip format
/bin/tar: Child returned status 1
/bin/tar: Error exit delayed from previous errors
: tar returned error code 512
 
and more:
Code:
This is an automated message notifying you that an error has occurred while trying to update the license file.
The generated message is as follows:

New License is invalid: Unable to read the contents of the license
 
Hello,

For the empty tar.gz files, use this guide to see what it says:
http://help.directadmin.com/item.php?id=29

For the "unable to read contents of license" file, that's not a DA update issue, that an empty license. The update would have restarted DA which would try to load in the broken license, thus the error. So try updating the license file:
http://help.directadmin.com/item.php?id=30

For both cases, if it downloads a file that is 45 bytes in size, then our system is rejecting your server. Either wrong info is being passed (uid/lid), the wrong IP is being used to do the update (doesn't match what we have), or your license is not qualified for updates. In either of those 3 cases, you can email us and we can help you sort out what your particular issue is.

John
 
Back
Top