Debian 8 installer files missing?

ThomasK

Verified User
Joined
Apr 8, 2007
Messages
21
Location
Shanghai, China
Hi All,

I'm trying this new ARM box (******* Exynos-5422 Octa-Core) that only runs on Ubuntu 15.04

Getting this download error while trying to run the default setup (custombuild 2.0 and custombuild 2.0 BETA)

Any ideas? (I tried multiple download servers)


Connecting to files.directadmin.com (files.directadmin.com)|208.167.226.3|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-12-10 11:47:39 ERROR 404: Not Found.

*** Unable to download files.sh
tried: http://files.directadmin.com/services/debian_8.0/files.sh
 
Last edited:
That's Debian 8, 32-bit.
We only support a 64-bit version of Debian 8.

Confirm by typing:
Code:
uname -m
where we'd want to see amd64 or x86_64.
i386 or i686 would be 32-bit.

If you can install a 64-bit version on that hardware, then it might work.

Note, if you're use some other less common processor type, I'm not 100% sure if our binaries are compatible.

John
 
Hi John,

It's an ARM processor:

Linux odroid 3.10.92-64 #1 SMP PREEMPT Mon Nov 23 15:13:42 BRST 2015 armv7l armv7l armv7l GNU/Linux

I can't compile into the binaries myself i assume?

Thomas.
 
Correct, the DirectAdmin binaries are not available as source so cannot be compiled on your server.
I have my doubts that our x86 binaries would work on the ARM processor.
 
ARM boxes are an upcoming trend, interesting to see where that goes. But I think most new ARM boxes will go 64 bit in the near future anyway.
 
Back
Top