2015?2?3? ??10:20? "Marc Muehlfeld" <mmuehlfeld at samba.org>???> > Hello Dongsheng, > > Am 03.02.2015 um 13:09 schrieb Dongsheng Song: > > named exited when loading 'AD DNS Zone': > > > > ... > > Feb 03 17:46:43 ID-01 named[4498]: zone 30.168.192.in-addr.arpa/NONE:has> > no NS records > > Feb 03 17:46:43 ID-01 named[4498]: samba_dlz: Failed to configure zone > > '30.168.192.in-addr.arpa.' > > Feb 03 17:46:43 ID-01 named[4498]: loading configuration: bad zone > > Feb 03 17:46:43 ID-01 named[4498]: exiting (due to fatal error) > > Feb 03 17:46:43 ID-01 named[4498]: samba_dlz: shutting down > > > What's happen when you just remove this problematic reverse zone? If you > think about 'cleaning DNS' stuff in general, I think you don't care > about deleting this zone. :-) >Yes, but how can I delete this zone when the named refuse running ?> Don't forget: It's always wise to have a backup, before doing major > changes ;-) >Thanks, now I see the result.> > Regards, > Marc
On 04/02/15 00:40, Dongsheng Song wrote:> 2015?2?3? ??10:20? "Marc Muehlfeld" <mmuehlfeld at samba.org>??? >> Hello Dongsheng, >> >> Am 03.02.2015 um 13:09 schrieb Dongsheng Song: >>> named exited when loading 'AD DNS Zone': >>> >>> ... >>> Feb 03 17:46:43 ID-01 named[4498]: zone 30.168.192.in-addr.arpa/NONE: > has >>> no NS records >>> Feb 03 17:46:43 ID-01 named[4498]: samba_dlz: Failed to configure zone >>> '30.168.192.in-addr.arpa.' >>> Feb 03 17:46:43 ID-01 named[4498]: loading configuration: bad zone >>> Feb 03 17:46:43 ID-01 named[4498]: exiting (due to fatal error) >>> Feb 03 17:46:43 ID-01 named[4498]: samba_dlz: shutting down >> >> What's happen when you just remove this problematic reverse zone? If you >> think about 'cleaning DNS' stuff in general, I think you don't care >> about deleting this zone. :-) >> > Yes, but how can I delete this zone when the named refuse running ? > >samba-tool dns zonedelete --help Rowland
On Wed, Feb 4, 2015 at 4:59 PM, Rowland Penny <rowlandpenny at googlemail.com> wrote:>> Yes, but how can I delete this zone when the named refuse running ? >> >> > samba-tool dns zonedelete --help >Thanks, I didn't know this command works fine without named running.