directadmin dead but subsys locked

mctom

New member
Joined
Dec 30, 2005
Messages
3
Hi
I have problem with the DA...

Code:
[root@netohost /]# service directadmin status
directadmin dead but subsys locked
[root@netohost /]# service directadmin stop
Stopping DirectAdmin:                                      [FAILED]
[root@netohost /]# service directadmin start
Starting DirectAdmin:                                      [FAILED]
[root@netohost /]# service directadmin status
directadmin dead but subsys locked



I try to reboot the server but this is not do anything... still have the problem...

what I need to do?
thanks!
 
this is the last line:

2006:05:21-09:19:32: ConfigFile::writeFile(/usr/local/directadmin/data/users/dini/ftp.passwd) : Timestamp from when it was read is different, overwriting anyway
 
Last edited:
Hello,

Try it manually in the foreground:
Code:
cd /usr/local/directadmin
./directadmin
If you get a segfault or library error, it's probablby a binary for a different OS. Make sure the license is setup using the correct OS in our system.

John
 
Back
Top