ael DeHaan
> Sent: Friday, January 27, 2012 9:29 AM
> To: cobbler mailing list
> Subject: Re: cobbler xmlrpc subnet/netmask issue
>
>
>
>
>
> That's all templated out, check /etc/cobbler and you should find a template
> that references
xmlrpc subnet/netmask issue
That's all templated out, check /etc/cobbler and you should find a template
that references the old value, and probably a ".rpmnew" version that does not,
that needed to replace the old one.
Make sure you preserve any edits you might have made
Of Neal Shrader
> Sent: Thursday, January 26, 2012 8:08 PM
> To: cobbler mailing list
> Subject: Re: cobbler xmlrpc subnet/netmask issue
>
>
>
>
>
> Hello --
>
> Thanks for the reply. Yes, I saw that it was renamed, and I'm able to
> properly manipu
xmlrpc subnet/netmask issue
Hello --
Thanks for the reply. Yes, I saw that it was renamed, and I'm able to
properly manipulate netmask-eth0. The only problem is when running a
cobbler sync, /etc/dhcpd.conf is regenerated with the deprecated
subnet value instead of the value I set for netmask
Hello --
Thanks for the reply. Yes, I saw that it was renamed, and I'm able to
properly manipulate netmask-eth0. The only problem is when running a
cobbler sync, /etc/dhcpd.conf is regenerated with the deprecated
subnet value instead of the value I set for netmask-eth0. Here's the
revelant stan
This was renamed to net mask in a previous version of the app.
Looking at the code (item_system.py)
if not self.interfaces.has_key(name):
self.interfaces[name] = {
"mac_address" : "",
"mtu" : "",
"ip_address" : "",
Hello --
I've got a little problem regarding cobbler system netmasks, and
interfacing with them through xmlrpc API. I'm using a system that was
recently upgraded to cobbler 2.3.1. From what I can tell, the subnet field
was deprecated, but I still seem to be getting it in my output, and it's
affe