unable to find masters list

Joseph S D Yao jsdy at center.osis.gov
Fri Dec 22 01:19:23 UTC 2006


On Wed, Dec 20, 2006 at 09:50:16AM +0100, Per Jessen wrote:
> I'm trying to use the BIND option for defining a masters list for use
> with slave zones, but I keep getting this message:
> 
> /etc/named.d/reverse-zones.conf:11: unable to find masters list 'enidan'
> 
> The list 'enidan' IS defined in named.conf.


Is it defined and used as follows?  If so, is it possible that a syntax
error in the line before the definition is poisoning the definition?
Like a missing semi-colon?

masters "enidan" { first.ip.add.ress; second.ip.add.ress; };

...

zone "enidan.example"	{
	type slave;
	masters "enidan";
	...
};

-- 
Joe Yao
-----------------------------------------------------------------------
   This message is not an official statement of OSIS Center policies.



More information about the bind-users mailing list