Re: can't update profile when it's updated by API

2011-12-28 Thread Shuichi Ihara
Thanks. I just replaced with xmlrpc, and now all works well. Ihara (12/29/11 12:38 AM), Michael DeHaan wrote: Don't use the python lib, use the xmlrpc ... The python lib is for cobbler's internal use and can only be used by the daemon. Koan and the webapp both show xmlrpc examples. -- Mich

Re: can't update profile when it's updated by API

2011-12-28 Thread Michael DeHaan
Don't use the python lib, use the xmlrpc ... The python lib is for cobbler's internal use and can only be used by the daemon. Koan and the webapp both show xmlrpc examples. -- Michael On Dec 28, 2011, at 8:42 AM, Shuichi Ihara wrote: > > Hi, > > I'm updating the profile in system object wi

Re: SELinux on Scientific Linux 6.x

2011-12-28 Thread Michael DeHaan
Cobbler check used to tell you all you needed on EL 5, from recent checking it appears to be good enough for all but maybe the webui on EL 6. The instructions on F 15 and 16 however appear to be quite different though so we need to figure out if that is just a doc item and we make "check" stop

can't update profile when it's updated by API

2011-12-28 Thread Shuichi Ihara
Hi, I'm updating the profile in system object with the following quick Python script and the profile seems to be updated. #!/usr/bin/python import re, codecs import cobbler.api as api cobbler = api.BootAPI() system = cobbler.find_system(name="r07") print system.profile system.set_profile("rhe

SELinux on Scientific Linux 6.x

2011-12-28 Thread Johan Sunnerstig
Hello. I'm in the process of setting up Cobbler on an SL 6.1 box. Currently I'm using 2.0.11 from the EPEL repo. I *think* I have the SELinux issues worked out, but it'd be nice to know, so I figured I'd ask if anyone else has set this up, and if there's any documentation for it? I've set the th