Merhabalar,
Plesk Panel kullandığım bir sanal sunucuda, Unable to make action: Unable to manage service by dnsmng: dnsmng: Service /etc/init.d/named failed to start (‘–start’, ‘dns’) hatasıyla karşılaştım ve gözden kaçan basit bir hatanın neden olduğunu fark ettim, sizlerle de paylaşmak istedim.
Hi All,
I had encountered a mistake on my server’s Plesk Panel and I wanted sharing to you. Unable to make action: Unable to manage service by dnsmng: dnsmng: Service /etc/init.d/named failed to start (‘–start’, ‘dns’)
Service /etc/init.d/named failed to start ERROR Solution
Service /etc/init.d/named failed to start ERROR Çözüm
SSH
-
# cd /var/log
-
# tail -f messages |grep named
It will say you, what is your mistake.
DNS ile ilgili hataları gösterecektir.
For example;
NS has no address records (A or AAAA)
Sep 29 02:01:29 server named[7069]:
OR
zone domain.com/IN: NS 'ns1.domain.com' has no address records (A or AAAA)
zone domain.com/IN: NS 'ns2.domain.com' has no address records (A or AAAA)
EN: You should add the following to your dns records for your domain name.
TR: Örnekte olduğu gibi dns kayıtlarına A kayıtlarını eklemeniz gerekiyor.
ns1 IN A 174.your.ip.ad
ns2 IN A 174.your.ip.ad
As a result, you can see your dns mistake in your log register,
and then you can solve as above.
Bir önceki yazımız olan CentOS ClamAV Antivirus - Sunucu Otomatik Virüs Tarayıcısı başlıklı makalemizi de okumanızı öneririz.