Page 2 of 2

Re: Warnings on attempt to migrate Plesk

Posted: Sun Jun 05, 2016 5:09 pm
by jmackenz
Now I'm getting named errors :

/
usr/sbin/named-checkconf -z /etc/named.conf
zone 0.0.127.IN-ADDR.ARPA/IN: loading from master file localhost.rev failed: file not found
zone 0.0.127.IN-ADDR.ARPA/IN: not loaded due to errors.
_default/0.0.127.IN-ADDR.ARPA/IN: file not found
zone something.com/IN: loading from master file something.com failed: file not found
zone something.com/IN: not loaded due to errors.

Re: Warnings on attempt to migrate Plesk

Posted: Sun Jun 05, 2016 5:20 pm
by jmackenz
/etc/sysconfig/named

Code: Select all

# Currently, you can use the following options:
# ROOTDIR="/some/where"  --  will run named in a chroot environment.
#                            you must set up the chroot environment before
#                            doing this.
# OPTIONS="whatever" -- These additional options will be passed to named
#                       at startup. Don't add -t here, use ROOTDIR instead.

ROOTDIR="/var/named/chroot"
OPTIONS="-c /etc/named.conf -u named -n 2"
All zonefiles seem to reside in /var/named/chroot/var/*zonefile*