Thanks all, added the two new stanzas in /etc/cobbler/settings and all is well with cobbler-web now :)
Interestingly enough, the lack of those new stanzas didn't break "cobbler edit --name <profile> --kickstart <ks-file>" so I was able to change it before the stanzas were added. -Will -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Alan Evangelista Sent: Thursday, October 23, 2014 11:32 AM To: [email protected] Subject: Re: [cobbler] Got traceback on Cobbler 2.6.6 when saving a copied profile in cobbler-web On 10/23/2014 01:03 PM, Will Dennis wrote: > Traceback: > > File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py" > in get_response > > 109. response = callback(request, > *callback_args, **callback_kwargs) > > File > "/usr/lib/python2.6/site-packages/django/views/decorators/http.py" in > inner > > 41. return func(request, *args, **kwargs) > > File "/usr/lib/python2.6/site-packages/django/utils/decorators.py" in > _wrapped_view > > 91. response = view_func(request, *args, **kwargs) > > File "/usr/share/cobbler/web/cobbler_web/views.py" in generic_save > > 1168. fields = get_fields(what, subobject) > > File "/usr/share/cobbler/web/cobbler_web/views.py" in get_fields > > 173. elem["value"] = settings[key] > > Exception Type: KeyError at /profile/save > > Exception Value: 'proxy_url_int' > > This is a known issue, tracked at: https://github.com/cobbler/cobbler/issues/1311 . I'll send a patch to fix it soon. For now, manually add proxy_url_int and proxy_url_ext to /etc/cobbler/settings, restart cobbler daemon and then it will work. Regards, Alan Evangelista _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
