Re: _CIDR function missing in 2.0.1?

2009-10-06 Thread Cristian Ciupitu
- Original Message > From: Glenn Bailey > To: cobbler development list > Sent: Tuesday, October 6, 2009 11:40:58 PM > Subject: _CIDR function missing in 2.0.1? > > Just started playing with 2.0.1 and it seems the _CIDR function is missing > from > utils.py? Took a look in there, and t

Re: [PATCH] sessions directory should be moved from /usr/share/cobbler/web to /var (#499)

2009-10-15 Thread Cristian Ciupitu
The fix for bug #499 (https://fedorahosted.org/cobbler/ticket/499) is available at git://github.com/ciupicri/cobbler.git on the master-bugfix499 branch. ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.or

proposal: stop using duplicated/bundled libraries

2009-10-23 Thread Cristian Ciupitu
m provided libraries and if they aren't available fall back to the bundled ones. I'm waiting for your opinions on this. Thank you, Cristian Ciupitu ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedo

[PATCH] koan should create qemu virtual images in /var/lib/libvirtd/images instead of /opt/qemu (RFE #497)

2009-10-24 Thread Cristian Ciupitu
By default virt-manager creates qemu images in /var/lib/libvirtd/images. For consistency koan should create them in the same directory, instead of /opt/qemu. The patch is available at g...@github.com:ciupicri/cobbler.git branch master-rfe497. Link to RFE: https://fedorahosted.org/cobbler/ticket/49

Re: [PATCH] koan should create qemu virtual images in /var/lib/libvirtd/images instead of /opt/qemu (RFE #497)

2009-10-24 Thread Cristian Ciupitu
> From: Cristian Ciupitu > The patch is available at g...@github.com:ciupicri/cobbler.git branch > master-rfe497. The correct address is git://github.com/ciupicri/cobbler.git. Sorry for the mistake. Cristian ___ cobbler-devel mai

Re: proposal: stop using duplicated/bundled libraries

2009-10-25 Thread Cristian Ciupitu
> From: Cristian Ciupitu What I would like > to propose is to try using the system provided libraries and if they > aren't available fall back to the bundled ones. I'm waiting for your > opinions on this. I've started working a bit on this and I've found 2 quick

Re: proposal: stop using duplicated/bundled libraries

2009-10-28 Thread Cristian Ciupitu
> From: Cristian Ciupitu > > As some of you might already know, bundling libraries isn't a good > practice for various reasons. You can read more about this subject at > http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries. I've reported 2 bugs on Fe

Re: proposal: stop using duplicated/bundled libraries

2009-10-30 Thread Cristian Ciupitu
7;ve reported 2 bugs on Fedora's bug tracker: > > https://bugzilla.redhat.com/show_bug.cgi?id=530726 (cobbler) > > https://bugzilla.redhat.com/show_bug.cgi?id=530724 (koan) > > > > I've used this bug tracker, because Fedora has this (strict) policy. > > >

Re: proposal: stop using duplicated/bundled libraries

2009-10-31 Thread Cristian Ciupitu
> From: Cristian Ciupitu > > git://github.com/ciupicri/cobbler.git branches: > - master-bugfix530724 > - master-bugfix530726 > > Be careful that the code hasn't been tested yet, but I'll try to make > some RPMs and test it as soon as possible. I tested it

[PATCH] fix a misspell

2009-10-31 Thread Cristian Ciupitu
It's nothing fancy, just a misspell. git://github.com/ciupicri/cobbler.git - master-typos - release20-typos (same patch) Cheers, Cristian ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listi

cobbler check: BIND detection not working

2009-10-31 Thread Cristian Ciupitu
cobbler check doesn't properly detect that BIND is available on Fedora 11. It runs "named --help" and it searches in its stdout for "unknown option". On Fedora 11, this is printed on stderr, not on stdout. What I would like to propose is to run "named -v" which prints to stdout something like "BIN

Re: cobbler check: BIND detection not working

2009-11-02 Thread Cristian Ciupitu
> From: Cristian Ciupitu > cobbler check doesn't properly detect that BIND is available on Fedora > 11. It runs "named --help" and it searches in its stdout for "unknown > option". On Fedora 11, this is printed on stderr, not on stdout. I've submitted b

Re: proposal: stop using duplicated/bundled libraries

2009-11-07 Thread Cristian Ciupitu
> From: Alex Wood > To: cobbler development list > Sent: Fri, November 6, 2009 11:23:16 PM > Subject: Re: proposal: stop using duplicated/bundled libraries > > >> git://github.com/ciupicri/cobbler.git branches: > >> - master-bugfix530724 > >> - master-bugfix530726 > >> > >> Be careful that the

Re: [PATCH] Logging and cli error patches for master

2009-11-10 Thread Cristian Ciupitu
>From: "Vreman, Peter" >To: cobbler development list >Sent: Tue, November 10, 2009 12:33:30 PM >Subject: RE: [PATCH] Logging and cli error patches for master > > > > > >> >Can somebody please have a look >at the patches below: > >The Koan and CLI error handling >patches are real issues that brea

Re: [PATCH] Logging and cli error patches for master

2009-11-13 Thread Cristian Ciupitu
> From: "Vreman, Peter" > To: cobbler development list > Sent: Fri, November 13, 2009 4:20:14 PM > Subject: RE: [PATCH] Logging and cli error patches for master > > . > I copied only the code from cobbler/utils.py. This optimization shall then be > applied to both koan and cobbler. Or mayb

Re: [PATCH] Logging and cli error patches for master

2009-11-13 Thread Cristian Ciupitu
> From: Jeff Schroeder > To: cobbler development list > Sent: Sat, November 14, 2009 12:13:09 AM > Subject: Re: [PATCH] Logging and cli error patches for master > > On Fri, Nov 13, 2009 at 2:09 PM, Cristian Ciupitu > wrote: > >> From: "Vreman, Peter"

Re: [PATCH] Logging and cli error patches for master

2009-11-15 Thread Cristian Ciupitu
> From: Garrett Holmstrom > To: cobbler development list > Sent: Sat, November 14, 2009 7:38:07 AM > Subject: Re: [PATCH] Logging and cli error patches for master > > From: "Jeff Schroeder" > Date: Friday, November 13, 2009 10:23 PM > To: "cobbler development list" > Subject: Re: [PATCH] Logg

release 2.0.2 - minor fixes

2009-11-24 Thread Cristian Ciupitu
It seems that some one forgot to bump the version in all the required places. The fix can be found at git://github.com/ciupicri/cobbler.git branch master-packaging. Cheers, Cristian ___ cobbler-devel mailing list cobbler-devel@lists.fedorahoste

[PATCH] #550 RFE: cobbler should stop leaking file handlers to its logs

2010-01-06 Thread Cristian Ciupitu
Link to the bug: https://fedorahosted.org/cobbler/ticket/550 The patch can be found at git://github.com/ciupicri/cobbler.git branch bugfix-550. I'm waiting for your opinions on it or suggestions of other ways to fix the issue. I would also appreciate some testing on old systems like RHEL 3. Cheers

Re: problem with make on fedora 12 64-bit

2010-01-08 Thread Cristian Ciupitu
- Original Message > From: Leonid Flaks > To: cobbler development list > Sent: Fri, January 8, 2010 8:49:57 PM > Subject: problem with make on fedora 12 64-bit > > I am not sure if it is specific to this particular OS and arch. > I am trying to run make install or make webtest or actua

Re: ipv6 fields and ipv4 mtu fields rfe #469

2010-01-09 Thread Cristian Ciupitu
>From: Jonathan Sabo >To: cobbler development list >Sent: Sat, January 9, 2010 2:43:55 AM >Subject: ipv6 fields and ipv4 mtu fields rfe #469 > >I wanted to see if I could get an update on the status of this ticket >and see when the patch would be included. Sorry to be a pest but it's >been awhil

Re: ipv6 fields and ipv4 mtu fields rfe #469

2010-01-09 Thread Cristian Ciupitu
> From: Jonathan Sabo > To: cobbler development list > Sent: Sat, January 9, 2010 11:32:52 PM > Subject: Re: ipv6 fields and ipv4 mtu fields rfe #469 > > Right because the previously created json didn't have the new fields > entries. If you reserialized, which at one point was possible by > runn

Re: FW: [PATCH] Logging and cli error patches for master

2010-01-13 Thread Cristian Ciupitu
> From: Scott Henson > To: cobbler-devel > Sent: Wed, January 13, 2010 5:21:50 PM > Subject: Re: FW: [PATCH] Logging and cli error patches for master > > Excerpts from Vreman, Peter's message of Tue Jan 12 05:51:13 -0500 2010: > > Koan: > > + afda8a88249ed3a124651a25fc52e9f78d1ab414 update string

Re: [PATCH] #566 fix cobbler replicate so that it creates distro symlinks

2010-02-05 Thread Cristian Ciupitu
> From: Jonathan Sabo > Subject: [PATCH] #566 fix cobbler replicate so that it creates distro symlinks > To: "cobbler development list" > Date: Friday, February 5, 2010, 1:03 AM > I noticed that when I replicated from a > master to a master and tried to go in the reverse direction > I didn't have

Re: Interest in moving from mod_python to mod_wsgi?

2010-02-23 Thread Cristian Ciupitu
> From: Devan Goodwin > Subject: Interest in moving from mod_python to mod_wsgi? > To: "cobbler development list" > Date: Tuesday, February 23, 2010, 3:29 PM > ... > mod_wsgi is in Fedora and EPEL as far back as EL4. What about EL3? I thought that EL3 needs to be supported, too. Cheers, Cristia

improved "Adding an SSH key to authorized keys" snippet

2011-02-09 Thread Cristian Ciupitu
Hi, I've improved a bit the "Adding an SSH key to authorized keys" snippet from the wiki[1] and at Scott Henson's suggestion, I'm adding it to cobbler. Git repository: - git://github.com/ciupicri/cobbler.git / branch snippet - https://github.com/ciupicri/cobbler/tree/snippet Any suggestions, e

SELinux policy for puppet integration

2011-05-11 Thread Cristian Ciupitu
https://bugzilla.redhat.com/show_bug.cgi?id=703813 ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler-devel

Re: Fix for SNIPPET() takes exactly 2 arguments (3 given)

2011-05-23 Thread Cristian Ciupitu
It's been already fixed in 67d7bebf8d96db36d26a1094e387e54bde027a6b . ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler-devel

Re: [cobbler-devel] Call for help: testing RPM packages

2014-02-23 Thread Cristian Ciupitu
Hi, I've just run `make rpms` on version f317176 then I tried to install the result on Fedora 20: Transaction check error: file /var/log/httpd from install of cobbler-2.5.0-1.fc20.noarch conflicts with file from package httpd-2.4.6-6.fc20.x86_64 Cheers, Cristian Ci

Re: [cobbler-devel] Call for help: testing RPM packages

2014-02-23 Thread Cristian Ciupitu
On Sunday, February 23, 2014 9:19 PM, Jörgen Maas wrote: > I found the issue and resolved it, the fix has been pushed to master > and new packages have been build. I can confirm that it has been fixed. Thanks! ___ cobbler-devel mailing list cobbler-dev