instaling problem on cloud vps

monofeo

New member
Joined
Jun 25, 2013
Messages
1
wend im instaling it i get at the end this :
Fastest server is files6.directadmin.com at 7549747 B/s
Changed downloadserver option from files6.directadmin.com to files6.directadmin.com
beginning pre-checks, please wait...
--21:49:19-- http://files6.directadmin.com/services/4.9/files.sh
=> `/usr/local/directadmin/scripts/files.sh'
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
21:49:19 ERROR 404: Not Found.

*** Unable to download files.sh
tried: http://files6.directadmin.com/services/4.9/files.sh

what can i do to fix this or you guys to fix it
 
Well i dont think is a DNS error, cause wget is actually resolving that, and, trying to access that url directly give a 404 Error page.

I've checked on my own mirror, and that file doesnt exist there too, but the 4.8 version does, so i guess you're using an unsopported OS version, or, some bug in custombuild.

What OS are you using? Have you tryed to contact DA Staff?

Regards
 
@monofeo,

Is that really CentOS 4.9 you are using there? What do you see with

Code:
cat /etc/redhat-release
?

and

Code:
uname -a
?
 
Hello,

I've added a link on files1:
4.9 -> es_4.0

which may help.. but if this is a fresh install, I'd recommend CentOS 6, as it's not end-of-life.
The link should rsync to all other mirrors within 24 hours.

John
 
install Error

hi.
me today install directadmin but error:

Fastest server is files25.directadmin.com at 2768240 B/s
Changed downloadserver option from files25.directadmin.com to files25.directadmin.com
beginning pre-checks, please wait...
--2016-11-03 01:35:31-- http://files25.directadmin.com/services/6.8/files.sh
Resolving files25.directadmin.com... 213.163.93.209
Connecting to files25.directadmin.com|213.163.93.209|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-11-03 01:35:31 ERROR 404: Not Found.

*** Unable to download files.sh
tried: http://files25.directadmin.com/services/6.8/files.sh

cat /etc/redhat-release
CentOS release 6.8 (Final)
 
The setup.sh probably isn't figuring it out from the release file.
Type:
Code:
cat /etc/redhat-release
uname -m
and let us know what it says.

John
 
Back
Top