directadmin not working

Code:
service directadmin restart
ps aux | grep -v grep | grep directadmin
tail /var/log/directadmin/error.log

???
 
On my CentOS servers it's at /var/run/directadmin.pid, but you can be sure:
Code:
locate directadmin.pid
Jeff
 
try running it in the foreground

Code:
[root@es01 ~]# cd /usr/local/directadmin/
[root@es01 directadmin]# ./directadmin

You'll probably see

Code:
Unable to read config file. Unable to open /usr/local/directadmin/conf/directadmin.conf for reading.<br>
<br>
Unable to read config file. Unable to open /usr/local/directadmin/conf/directadmin.conf for reading.<br>
<br>

Unsure as to the solution just yet but if I figure it out I'll post back.
 
well i dont think is related for this problem cause was regarding the pid so was just to remove the file that hasnt been removed automatically for some reason and then just restart directadmin.

Regards
 
Back
Top