DA Dont Start

amirfateh

New member
Joined
Apr 6, 2012
Messages
3
Hi Dear Friend
about 2-3 days DA cant start?!!!
when i try to start DA manually this line appears:

Stopping DirectAdmin: [FAILED]
Starting DirectAdmin: /bin/bash: /usr/local/directadmin/directadmin: cannot execute binary file
[FAILED]
 
we do all idea on directadmin knowldge base & this forum but problem already exsit

Hi Dear Friend
about 2-3 days DA cant start?!!!
when i try to start DA manually this line appears:

Stopping DirectAdmin: [FAILED]
Starting DirectAdmin: /bin/bash: /usr/local/directadmin/directadmin: cannot execute binary file
[FAILED]

we do all idea on directadmin knowldge base & this forum but problem already exsit
 
cannot execute binary file

i do it but this line shown:
[root@srv1 custombuild]# cd /usr/local/directadmin
[root@srv1 directadmin]# killall -9 directadmin
directadmin: no process killed
[root@srv1 directadmin]# ./directadmin b2000
-bash: ./directadmin: cannot execute binary file
------------------------------------------------
dear friend we contact to DA Support through Datacenter ,
but they dont answer clearly !!?!
:(
 
Is your chmod wrong on the file?

Code:
cd /usr/local/directadmin/
chmod 700 directadmin
chown diradmin:diradmin directadmin
/sbin/service directadmin restart

You might also want to do this:

Code:
cd /usr/local/directadmin/scripts
./set_permissions.sh da_files
 
# ./directadmin b2000
-bash: ./directadmin: cannot execute binary file
Look at the file in a text editor to see if it looks like a binary file; perhaps it's an error message saying it couldn't download the file.
dear friend we contact to DA Support through Datacenter ,
but they dont answer clearly !!?!
If you got the license from your datacenter, then only they can help you resolve the issue and your recourse is through the datacenter, not through DirectAdmin support. If you bought the license directly from DirectAdmin, then just what do you mean?

Jeff
 
Back
Top