Using Plesk 8.6 on an Ubuntu 8.04 server ran okay until it became apparent that named wasn’t starting.
The error looked like:
[ 1343.483062] audit(1249551059.618:28): type=1503 operation=”inode_permission” requested_mask=”::r” denied_mask=”::r” name=”/var/named/run-root/etc/localtime” pid=20377 profile=”/usr/sbin/named” namespace=”default”
The following URL helped:
I updated the /etc/apparmor.d/usr.sbin.named file and included: /var/named/run-root/** rw,
Then, restarted:
/etc/init.d/apparmor reload
/etc/init.d/bind9 start
And it was all good.
2 responses so far ↓
1 admin // May 27, 2009 at 11:43 am
Used this… not fixed in Plesk 9.2.1 for Ubuntu 8.04.
2 Prosoxi All about Development & Design » Blog Archive » Ubuntu 8.04 bind9 dns do not Start on Pleks // Sep 11, 2009 at 10:07 am
[...] http://www.moe.co.uk/2008/10/13/bind9-not-starting-on-ubuntu-804/ [...]
Leave a Comment