|
From: Jamie C. <jca...@we...> - 2006-09-01 20:53:47
|
On 1/Sep/2006 03:21 Jony Hudson wrote .. > Jamie Cameron <jcameron <at> webmin.com> writes: > > > Does the zone actually exist in the named.conf or named.conf.local ? > > If it is in named.conf.local , is there a directive in named.conf like > : > > > > include "/etc/named.conf.local"; > > > > Using the full path to named.conf.local ? > > Yes, the zone is defined in /etc/named.conf.local. This file is included > as you > describe in named.conf using its full path. > > I've found a workaround. I added a (dummy) master zone using the Webmin > BIND > module, as opposed to using the Virtualmin "new virtual site" command. > Now _all_ > of the zones appear in the Webmin BIND module. What's more if I now add > new > zones by adding Virtualmin virtual sites, these new zones automatically > appear > in the Webmin BIND module. > > Not quite sure how to explain that yet! Will poke around a bit more and > see if I > can figure it out ... I did see this once before actually - it turned out that the cause was a syntax error in named.conf that was causing Webmin to stop parsing at that point. Check for any missing } or ; characters.. - Jamie |