Cannot start DirectAdmin service

shetab

New member
Joined
Jun 30, 2014
Messages
1
Hello

I have installed DirectAdmin on Ubuntu 13.10. When I try to start the service the following message is given:

Failed to open pipe log: Bad address

How do I fix this issue?
TIA
 
Just run into such an issue, and here is what I've done:

Code:
 [root@server directadmin]# /usr/local/directadmin/directadmin b800Debug mode. Level 800


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>


Thus wrong owner on /usr/local/directadmin/conf/directadmin.conf was changed by

Code:
chown diradmin:diradmin /usr/local/directadmin/conf/directadmin.conf
 
  • Like
Reactions: Kal
Back
Top