ISPConfig & Bind chroot not starting
Hi all,
Running CentOS 4.3, bind-chroot (rpm) this info might help you.
I think I've found an issue in /root/ispconfig/isp/conf/named.conf.master. Each time a change is made to DNS ISPConfig restarts BIND and copy that file (root/ispconfig/isp/conf/named.conf.master) to /etc/named.conf (simlink to /var/chroot/etc/named.conf), however there is a configuration mistake in named.conf.master, where is writen :
pid-file "/var/named/chroot/var/run/named/named.pid";
should be changed to :
pid-file "/var/run/named/named.pid";
because BIND is running in a chroot mode.
or
you HAVE TO:
cd /var/named/chroot/
mkdir -p var/named/chroot/var/run/named/
chmod 770 var/named/chroot/var/run/named/
chown root.named var/named/chroot/var/run/named/
or bind wil not work.
Please review this and correct me if I'm wrong.
Thanks
srosa
|
Recent comments
17 hours 24 min ago
20 hours 19 min ago
21 hours 33 min ago
22 hours 57 min ago
1 day 35 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 19 hours ago
1 day 20 hours ago
1 day 23 hours ago