./build: Permission denied ERROR

Which files.directadmin.com server are you using?
I've only updated the main one. The mirrors are synced nightly.
Code:
[root@server]# dig [B]files.directadmin.com[/B]

; <<>> DiG 9.2.1 <<>> files.directadmin.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44170
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;files.directadmin.com.         IN      A

;; ANSWER SECTION:
files.directadmin.com.  9026    IN      A       [B]72.35.85.222[/B]

Check to see if it resolves to 72.35.85.222 for you.
If it doesn't, edit your /etc/hosts file, and add:
Code:
72.35.85.222   files.directadmin.com
John
 
Yes its resolving to the main server:
[root@seagate ~]# dig files.directadmin.com

; <<>> DiG 9.2.4 <<>> files.directadmin.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57539
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;files.directadmin.com. IN A

;; ANSWER SECTION:
files.directadmin.com. 13745 IN A 72.35.85.222
 
Check the md5 code that you get vs the code that is in the versions file, eg:
Code:
[root@sever custombuild]# cd /usr/local/directadmin/custombuild
[root@sever custombuild]# md5sum autoconf-2.61.tar.gz
51f472f71a6a04850a0f0126bf594cdb  autoconf-2.61.tar.gz
[root@sever custombuild]# grep autoconf versions.txt
autoconf:2.61:51f472f71a6a04850a0f0126bf594cdb
[root@server custombuild]#
see if the hash matches.
 
Looks the same to me:
[root@seagate custombuild]# md5sum autoconf-2.61.tar.gz
51f472f71a6a04850a0f0126bf594cdb autoconf-2.61.tar.gz
[root@seagate custombuild]# grep autoconf versions.txt
autoconf:2.61:51f472f71a6a04850a0f0126bf594cdb
[root@seagate custombuild]#
 
I'm still getting the checksum errors during the build, maybe I'm doing something wrong. I'll submit the details once I finish up a few things.
Thanks,
 
Details sent, just to let you know the last build failed so apache isn't working.
 
John,
New server deployed a few hours ago, just tried custombuild and I still have the checksum errors:

04:51:15 (178.70 KB/s) - `/usr/local/directadmin/custombuild/mod_ssl-2.8.31-1.3.41.tar.gz' saved [820067/820067]

/usr/bin/md5sum: mod_ssl-2.8.31-1.3.41.tar.gz: No such file or directory

*** MD5 Checksum for mod_ssl-2.8.31-1.3.41.tar.gz Failed. Redownloading...***


The checksums match, but your script doesn't seem to see this. I've tried custombuild on 3 servers now and they all have checksum errors.
The errors can be found when you run:
./build all
wait until it downloads mod_ssl or curl.
 
Back
Top