Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Bind service fialed to start from the plesk panel  (Read 3619 times)

0 Members and 1 Guest are viewing this topic.

jominj

  • Guest
Bind service fialed to start from the plesk panel
« on: February 07, 2014, 07:30:31 pm »
We may get the following error while starting the Bind service from the Plesk Panel:
   Error: Unable to make action: Unable to manage service by dnsmng: dnsmng: Service /etc/init.d/bind9 failed to start
    ('--start', 'dns')

If we look in the /var/log/messages we could see the error :
kernel: [ 6858.107517] type=1503 audit(1375351936.035:25):  operation="open" pid=21824 parent=21822 profile="/usr/sbin/named" requested_mask="::r" denied_mask="::r" fsuid=107 ouid=0 name="/var/named/run-root/etc/named.conf"

This issue is because Apparmor is blocking the functionality
We can stop and remove the Apparmor
Code: [Select]
~# /etc/init.d/apparmor stop
~# /etc/init.d/apparmor teardown
~# update-rc.d -f apparmor remove
Update or re-install the Bind package using the apt-get
Code: [Select]
~# apt-get install bind9