CustomBuild 2.0 awstats wrong url

Kiekeboe100

Verified User
Joined
Apr 19, 2008
Messages
146
Location
Belgium
Hi,

It seems awstats is pointing to the wrong url:

Code:
[root@host01 custombuild]# ./build awstats

*** MD5 Checksum for /usr/local/directadmin/custombuild/awstats-7.3.tar.gz Failed.  Redownloading...***

--2015-04-26 00:09:59--  http://files6.directadmin.com/services/all/awstats-7.3.tar.gz
Resolving files6.directadmin.com (files6.directadmin.com)... 2001:16e8:1:4:62:148:181:110, 62.148.181.110
Connecting to files6.directadmin.com (files6.directadmin.com)|2001:16e8:1:4:62:148:181:110|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-04-26 00:09:59 ERROR 404: Not Found.



*** MD5 Checksum for /usr/local/directadmin/custombuild/awstats-7.3.tar.gz failed *again*.***
The md5 checksum value may be incorrect, or a wrong file is being downloaded.
Install continuing with this possibly corrupted file. (it may also be fine)


File already exists
MD5 Checksum on patches/awstats_url.patch passed.

gzip: stdin: unexpected end of file
/bin/tar: Child returned status 1
/bin/tar: Error is not recoverable: exiting now
Directory /usr/local/awstats-7.3 does not exist

Should be http://files6.directadmin.com/services/all/awstats/awstats-7.3.tar.gz i think?
 
Thanks, I've updated CB2.0 on files1 with a fix.
Other files mirrors (eg: files6) may take up to 24 hours to get the rsync update.

Until then, the workaround would be to simply delete the awstats-7.3.tar.gz file, as path bug only applied to re-downloads on md5sum failures.

John
 
Still there is problem same this
[root@server custombuild]# ./build update
--2015-09-22 07:47:49-- http://files6.directadmin.com/services/custombuild/2/custombuild.tar.gz
Resolving files6.directadmin.com... 62.148.181.110, 2001:16e8:1:4:62:148:181:110
Connecting to files6.directadmin.com|62.148.181.110|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-09-22 07:47:57 ERROR 404: Not Found.
 
Edit your custombuild options.conf. Your setting should be
Code:
custombuild=2.0
and not "2".

John
 
Back
Top