Can't start da on debian 5 64bit

tasy

New member
Joined
May 10, 2010
Messages
4
Hello,

I installed directadmin but when i try start directadmin giving me error.
/etc/init.d/directadmin start
Starting DirectAdmin: /etc/init.d/directadmin: line 22:
/usr/local/directadmin/directadmin: No such file or directory
[ FAILED ]

Why give me this error? did not give any errors while install!! I search google
for that error but i couldnt any solution!!

Thank you.
 
i checked /usr/local/directadmin/ directory and directadmin file exists!! What is the meter, i dont understand!!
 
If the script is telling you the file doesn't exist, but it appears to be in your directory you need to check several possibilities:

1) make sure you've installed the correct files for Debian 64-bit.

2) post the output of this command:
Code:
$ ls -al /usr/local/directadmin/directadmin
Since DirectAdmin for Debian 64-bit is in beta, it may not work for you.

Jeff
 
i reinstall 3 or 4 times!!

i sure correct files for debian 64bit.

ls -la:
Code:
ls -al /usr/local/directadmin/directadmin
-rwxr-xr-x 1 diradmin diradmin 1718421 Feb 16 11:35 /usr/local/directadmin/directadmin

Everything is ok, only one error, just this. Have you got any idea about this?? Because very strange events!!
 
i'm so sorry, i give uname -m command and solution is i686!! it's not 64bit, it is 32 bit debian...
 
Back
Top