I've created a zone "test" using fred_client.
For updating the BIND files I use "genzone_client" as advised recently
by Vyteszlav. Here are the results:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
root@mguerra:~# genzone_client test
Error when generating zone: CORBA failure, original exception is:
CosNaming.NamingContext.NotFound(why=missing_node,
rest_of_name=[CosNaming.NameComponent(id='ZoneGenerator',
kind='Object')])
Exception exceptions.AttributeError: "'Zone' object has no attribute
'zonedata'" in <bound method Zone.__del__ of <pyfred.zone.Zone object
at
0xb79009ac>> ignored
----------------------------------------------------------------------------------------------------------------------------------------------------------------
These are the genzone.conf contents:
----------------------------------------------------------------------------------------------------------------------------------------------------------------
[general]
# host[:port]
nameservice= localhost:2809
context = fred
reload = 1
verbose = 0
# if empty all zones will be generated
zones =
[0.2.4.e164.arpa]
chunk = 3
maxchanges= 30
backupdir = /usr/local/var/0.2.4.e164.arpa
zonedir = /etc/bind
[cz]
chunk = 100
maxchanges= 10%
backupdir = /usr/local/var/cz
zonedir = /etc/bind
[cr]
chunk = 100
maxchanges= 10%
backupdir = /usr/local/var/cz
zonedir = /etc/bind
[test] <------------------------------------------------- note this
-----------------------------------------------------
chunk = 100
maxchanges= 10%
backupdir = /usr/local/var/cz
zonedir = /etc/bind
----------------------------------------------------------------------------------------------------------------------------------------------------------------
The service that runs genzone_client (omniNames) is active.
Any hints?.
Thanks in advance.