Re: [cobbler-devel] Bug introduced by 74bda5972fff (More refactoring around input validation.

2014-08-28 Thread Eduardo Bacchi Kienetz
Well, this reminds me that using a combo is a regression as we are no 
longer able to provide a custom kickstart url (used to be a text field).


On 08/28/2014 04:15 PM, Nishanth Aravamudan wrote:

This commit (afaict, not bisected, as I'm trying to get my server up 
running) broke the web UI. It removed the inherit entry from the
dropdown for systems' kickstarts. The default became  (added in a
separate commit) -- but then provided no means to set the kickstart as
inherited again.

The simple change below

--- a/web/cobbler_web/views.py
+++ b/web/cobbler_web/views.py
@@ -1108,6 +1108,7 @@ def generic_edit(request, what=None, obj_name=None, 
editmode=new):
  # allow for an empty value in the webui
  kickstart_list = remote.get_kickstart_templates()
  kickstart_list.append()
+kickstart_list.append(inherit)
  kickstart_list.sort()
  
  # populate some select boxes


got me working again, but seems like a workaround possibly for something
not expexpected.

Just an FYI, these refactoring changes seem like they are also
changing functionality -- dunno if that's ideal, it would be nice if the
commits were a bit more split up. But I appreciate all the improvements
I'm seeing!


___
cobbler-devel mailing list
cobbler-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler-devel


Re: [cobbler-devel] Anamon

2014-07-17 Thread Eduardo Bacchi Kienetz
Yes, I've used it a few times, quite useful to facilitate debugging 
(access to logs).


--
Eduardo Bacchi Kienetz

On 07/17/2014 09:30 AM, Jörgen Maas wrote:

Hi guys,

Just wondering if there are people out there actually using anamon ?
Please let me know if you do, or don't.

--
Grtz,
Jörgen Maas


___
cobbler-devel mailing list
cobbler-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler-devel


Re: [cobbler-devel] Cobbler running on SLES.

2013-12-03 Thread Eduardo Bacchi Kienetz

On 12/03/2013 12:19 PM, Michael Jansen wrote:


Hi

One of the patches in opensuse cobbler package confused me a bit.

https://build.opensuse.org/package/show?project=systemsmanagementpackage=cobbler

The patch users_patch.diff patches cobbler/action_reposync.py to do

$ chown -R root:wwwrun

after a reposync. But there is no wwwrun group in opensuse. The wwwrun 
user is in group www (see below). Since SLES is a bit difficult to 
come by i wonder if there is a wwwrun group there and that patch 
targets this platform.


$ id wwwrun

uid=30(wwwrun) gid=8(www) groups=126(git),8(www)

In cobblerd.py it just uses user wwwrun (no group) which seems to be 
correct.


And naturally i get this in a reposync log with the patch.

[...] - DEBUG | received on stderr: chown: invalid group: 'root:wwwrun'

Is someone here using cobbler on SLES (running. Not installing SLES)? 
I try to fix cobbler on openSUSE and perhaps it would be nice not to 
break it on SLES while doing that. So if someone running it on SLES 
here is willing to answer me some questions about that system if i 
need some clarifications that would be nice.




Yes, I am (we are).

I'll do my best to answer your questions :)
I'm eduardok on freenode (#cobbler-devel), but feel free to email me 
directly.


Soon,

Ed
___
cobbler-devel mailing list
cobbler-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler-devel


Re: [cobbler-devel] Cobbler Setup Question

2013-10-03 Thread Eduardo Bacchi Kienetz

On 10/03/2013 03:41 PM, jacob yong wrote:

Hello,

I am trying to setup a PXE Boot Server using cobbler, but do not have 
any control over our DHCP server. Is it still possible to setup with 
this constraint?


It is, as long as whoever maintains your DHCP server creates the records 
for you with next-server set (pointing to the cobbler server).


Regards,

Eduardo Kienetz

___
cobbler-devel mailing list
cobbler-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler-devel