DA Setup Error on Debian6 64-Bit

sansak

Verified User
Joined
Jun 23, 2007
Messages
51
I've tried more than two times, it's still got this error

--2011-04-18 12:22:30-- http://files.directadmin.com/services/services_debian60_64.tar.gz
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 168191016 (160M) [application/x-gzip]
Saving to: â/usr/local/directadmin/scripts/packages/services.tar.gzâ

100%[====================================================================>] 168,191,016 20.5K/s in 67m 0s

2011-04-18 13:29:31 (40.9 KB/s) - â/usr/local/directadmin/scripts/packages/services.tar.gzâsaved [168191016/1168191016]

Extracting services file...
tar: Skipping to next header

gzip: stdin: invalid compressed data--crc error

gzip: stdin: invalid compressed data--length error
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Error extracting services file


=====================================
My license is Debian 6.0 64-Bit BETA

Please help..
 
have you tryed to download the file manually? Does it decompress without error? if yes, there was a problem during the download, retry installation.

Regards
 
After I downloaded it manually, I can extract this file, but when I try to install DA again, it's still the same error. :(
 
2011-04-18 13:29:31 (40.9 KB/s) - â/usr/local/directadmin/scripts/packages/services.tar.gzâsaved [168191016/1168191016]

Is it the problem of OS locale?

Try

Code:
cd /usr/local/directadmin
LANG=C wget http://files.directadmin.com/services/services_debian60_64.tar.gz

or run install script as

Code:
LANG=C /root/setup.sh
 
Is it the problem of OS locale?

Try

Code:
cd /usr/local/directadmin
LANG=C wget http://files.directadmin.com/services/services_debian60_64.tar.gz

or run install script as

Code:
LANG=C /root/setup.sh

I'm not sure, but I'll try and report again.

Thanks all
 
After I reinstall DA on clean os again by using this command

LANG=C /root/setup.sh

It's still get the same error. :(

--2011-04-18 22:24:29-- http://files.directadmin.com/services/services_debian60_64.tar.gz
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 168191016 (160M) [application/x-gzip]
Saving to: `/usr/local/directadmin/scripts/packages/services.tar.gz'

100%[====================================================================>] 168,191,016 43.3K/s in 73m 22s

2011-04-18 23:37:52 (37.3 KB/s) - `/usr/local/directadmin/scripts/packages/services.tar.gz' saved [168191016/168191016]

Extracting services file...

gzip: stdin: invalid compressed data--crc error
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Error extracting services file


Please help...
 
Hello,

Do an md5sum on that file to see if it's corrupted or not (I'm guessing it is).

This is from our files server (source of the file), so do the similar commands to see if it matches:
Code:
[root@services]# [b]ls -la services_debian60_64.tar.gz[/b]
-rw-r--r-- 1 root root [b]168191016[/b] Feb 20 22:09 services_debian60_64.tar.gz
[root@services]# [b]tar tvzf services_debian60_64.tar.gz[/b]
-rw-r--r-- root/root    593048 2011-02-21 00:13:50 da_exim-4.73.deb
-rwxr-xr-x root/root    312244 2003-07-28 22:11:23 majordomo-1.94.5.tar.gz
-rw-r--r-- root/root 168672818 2011-01-26 02:58:37 mysql-5.5.9-linux2.6-x86_64.tar.gz
-rw-r--r-- root/root   1433340 2011-02-21 00:11:55 proftpd-1.3.3d.deb
[root@services]# [b]md5sum services_debian60_64.tar.gz[/b]
[b]74a7eb80bc70724a066c80097cf577f1[/b]  services_debian60_64.tar.gz
[root@services]#
If it doesn't match, delete your services.tar.gz and download it again from the services_debian60_64.tar.gz.

Note, if the services.tar.gz exists, the DA installer will assume it's already been extracted..
So you can either delete it an run the setup.sh again, or download it and extract it, then run the setup.sh again.

You can also try a mirror if you're only getting 43K/s:
http://help.directadmin.com/item.php?id=305

John
 
Back
Top