Upgraded DA and now named, exim, lfd services are down... please help.

Status
Not open for further replies.

beansbaxter

Verified User
Joined
Mar 17, 2004
Messages
218
Location
WA
A few days ago, I upgraded DA to the latest version and updated custombuild to the latest version available from DA. Ever since then, every day I keep getting notices that the following services are down:

named
exim

Everything was working before. How can I resolve this?

In DA, when I goto Service Monitor, and click Restart named, it says "cannot find the script". Same error for exim.

Running CentOS 5.5 if it matters. Thanks in advance.
 
Last edited:
For exim, I typed this:
Code:
/usr/local/directadmin/scripts/exim.sh
In the DA Services, it now shows as running.

For named, I typed this:
Code:
yum -y reinstall bind bind-libs bind-utils

wget -O /etc/init.d/named http://www.directadmin.com/named
chmod 755 /etc/init.d/named

/etc/init.d/named restart
In DA Services, when I click restart, it does nothing. Not even an error like before. But I noticed the PID numbers are changing every time so I'm assuming it's working. Is this correct? It still shows as stopped but the PID numbers are now changing.


Thoughts?
 
Last edited:
named now works, after reinstalled bind.

Everything is all good now. No need to respond to my thread. Thanks.
 
Status
Not open for further replies.
Back
Top