The service 'named' on server server.domain.net is currently down

Jamie

New member
Joined
Jun 3, 2012
Messages
3
I am recieving more than 40 email every day with this subject:

PHP:
This message has been automatically generated notifying you that the service named is currently down.

I try to fix error:

[root@server ~]# /etc/init.d/named restart

-bash: /etc/init.d/named: No such file or directory

Please tell me is it necessary service?! if yes how can i repair that?!
 
Thanks you for reply!

Os my vps: Centos 5.8 64bit
Linux ... 2.6.18-194.17.4.el5xen #1 SMP Mon Oct 25 16:36:31 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
 
Make sure bind is installed

Code:
rpm -qa | grep -i ^bind

and install it if you have no bind:

Code:
yum install bind
 
I see after execute your command:
[root@server ~]# rpm -qa | grep -i ^bind
bind-libs-9.3.6-20.P1.el5
bind-utils-9.3.6-20.P1.el5

Thanks you for reply!.
 
Back
Top