[Spacewalk-devel] http://git.fedorahosted.org/git/?p=spacewalk.git; a=commit; h=580d6f1d3f86885b135875694bd88fd042d29517

2010-07-15 Thread Colin Coe
While trying to sort out the problem I emailed to the list a few minutes ago, I did a git pull in master. Now when I 'ant clean all': --- do-compile-main: [javac] Compiling 2548 source files to /home/coec/git/spacewalk/java/build/classes [javac] /home/coec/git/spacewalk/java/code/src/com/

[Spacewalk-devel] WARNING: User database is not persistable - no write permissions on directory

2010-07-15 Thread Colin Coe
First up, apologies in advance for the large post. I'm getting this error on a clean spacewalk development Xen guest I built yesterday. When I '/usr/sbin/rhn-satellite start' (and wait for tomcat to finish doing its thing), I can log in to the webUI, but when I navigate to the Systems tab and cli

Re: [Spacewalk-devel] [rhn-satellite-users] ESX hosts, 'flex guests' and Satellite

2010-07-15 Thread Cliff Perry
Colin Coe wrote: Hi Cliff Related to this, is it possible to get Satellite to query RHN hosted to check if the upstream entitlements match the certificate and if there is a mismatch, advise the administrator to grab a new cert? CC On Wed, Jul 14, 2010 at 11:43 PM, Cliff Perry wrote: Wilco No

Re: [Spacewalk-devel] [rhn-satellite-users] ESX hosts, 'flex guests' and Satellite

2010-07-15 Thread Colin Coe
Hi Cliff Related to this, is it possible to get Satellite to query RHN hosted to check if the upstream entitlements match the certificate and if there is a mismatch, advise the administrator to grab a new cert? CC On Wed, Jul 14, 2010 at 11:43 PM, Cliff Perry wrote: > Wilco Noordermeer wrote: >

Re: [Spacewalk-devel] Add system currency report

2010-07-15 Thread Colin Coe
Hi Cliff I've previously written and submitted a Perl script (/usr/bin/scr.cgi, it should have been put in /var/www/html/cgi-bin but never mind) which works using the API calls. The patch for the System Currency page is basically just a re-implementation of this. I don't think an API call is req

[Spacewalk-devel] [PATCH] 584860 - kickstart.profile.system.getPartitioningScheme does not return %include statements

2010-07-15 Thread Aron Parsons
This patch changes kickstart.profile.system.getPartitioningScheme() so that it doesn't discriminate against valid content from the partitions section of the Kickstart. /aron>From b332115b3811a0fdd736d34049a7af60d56420c4 Mon Sep 17 00:00:00 2001 From: Aron Parsons Date: Thu, 15 Jul 2010 13:55:07

Re: [Spacewalk-devel] [PATCH] allow multiple systems to be scheduled for an erratum via the API

2010-07-15 Thread Aron Parsons
Cliff, I'll be sure to update my Bugzillas accordingly. I already added the commit info for one and closed another one that wasn't really needed. /aron - Original Message - From: "Cliff Perry" To: spacewalk-devel@redhat.com Sent: Thursday, July 15, 2010 11:25:54 AM GMT -05:00 US/Canada

Re: [Spacewalk-devel] Add system currency report

2010-07-15 Thread Cliff Perry
Michael Mraka wrote: Hi Colin, couple of questions / comments to the commit: + + +SELECT DISTINCT s1.id, s1.name, +nvl((select count(distinct e.id) from +

Re: [Spacewalk-devel] [PATCH] allow multiple systems to be scheduled for an erratum via the API

2010-07-15 Thread Cliff Perry
Aron Parsons wrote: This patch allows multiple systems to be scheduled for an erratum update via the API, similar to how the web UI schedules multiple systems. This fixes the issue of having a single action scheduled for each system, which clutters up the schedule and makes checking the status

Re: [Spacewalk-devel] Add system currency report

2010-07-15 Thread Colin Coe
On Thu, Jul 15, 2010 at 7:48 PM, Michael Mraka wrote: >> > > Hi Colin, > > couple of questions / comments to the commit: > > + class="com.redhat.rhn.frontend.dto.SystemCurrency"> > +     > +

Re: [Spacewalk-devel] Add system currency report

2010-07-15 Thread Michael Mraka
> Hi Colin, couple of questions / comments to the commit: + + +SELECT DISTINCT s1.id, s1.name, +nvl((select count(distinct e.id) from +rhnErrata E, r

Re: [Spacewalk-devel] [PATCH] allow multiple systems to be scheduled for an erratum via the API

2010-07-15 Thread Tomas Lestach
- "Aron Parsons" wrote: > This patch allows multiple systems to be scheduled for an erratum > update via the API, similar to how > the web UI schedules multiple systems. This fixes the issue of having > a single action scheduled for > each system, which clutters up the schedule and makes ch

Re: [Spacewalk-devel] PATCH: alter system.scheduleRunScript API call to schedule multiple systems

2010-07-15 Thread Tomas Lestach
- "Aron Parsons" wrote: > Tomas, > Here is an updated patch that should apply cleanly to HEAD. It also > preserves the original > API call where you only pass in one server ID. Thanks Aron! I've committed your patch: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commit;h=2ab0856c47a23b