Greetings,

I'm using an old version of cobbler that is bundled with Red Hat
Satellite. When I attempt to modify a system, setting hostname and IP I
get this error:

Thu Jul 24 14:09:52 2014 - INFO | find_items; ['system']
Thu Jul 24 14:09:52 2014 - INFO | Exception occured: <class 
'cobbler.cexceptions.CX'>
Thu Jul 24 14:09:52 2014 - INFO | Exception value: 'dns-name duplicated: 
razz0547.example.com'
Thu Jul 24 14:09:52 2014 - INFO | Exception Info:
 File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 1759, in 
_dispatch
   return method_handle(*params)
  File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 766, in 
modify_system
   return self.modify_item("system",object_id,attribute,arg,token)
  File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 759, in 
modify_item
   return method(arg)
  File "/usr/lib/python2.6/site-packages/cobbler/item_system.py", line 582, in 
modify_interface
   if field == "dnsname"             : self.set_dns_name(value, interface)
  File "/usr/lib/python2.6/site-packages/cobbler/item_system.py", line 264, in 
set_dns_name
   raise CX("dns-name duplicated: %s" % dns_name)

I see no evidence of a duplicate DNS entry in any of the profiles. How can I
debug this?

--
Neil Watson
Linux/UNIX Consultant
http://watson-wilson.ca
_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to