Re: [Spacewalk-devel] Newbie trying to test my code changes

2013-11-12 Thread Austin Lavinghouse
On Mon, Nov 11, 2013 at 1:36 PM, Austin Lavinghouse wrote: > On Mon, Nov 11, 2013 at 1:23 PM, Stephen Herr wrote: >> Oh, and upon re-reading I realized: You can't skip spacewalk-java-lib. >> That's the rpm that contains all the really important stuff. What client are >> you breaking by installing

[Spacewalk-devel] Critical security issue about your Spacewalk system

2013-11-12 Thread Cliff Perry
Hi Spacewalk community, today, a Critical security issue was announced within the Spacewalk code base. This is covered by CVE: https://access.redhat.com/security/cve/CVE-2013-4480 We have just committed into the Spacewalk git repo the fixes and building packages for Spacewalk 2.0 and 1.9. Th

[Spacewalk-devel] [PATCH] Fix Search for Custom Info Values + NPE

2013-11-12 Thread Johannes Renner
Hey, attached is a patch to fix the advanced search for custom info values. The indexing seems to work fine, it's only the removal of old index records that is failing. And AFAICS it is failing for custom info values only while it seems to work fine for e.g. system name/description. The issue

[Spacewalk-devel] Python server: better logging of exceptions

2013-11-12 Thread Flavio Castelli
Exceptions raised by the python server are not logged as errors, this could result in most of them to be missing from the log files. I noticed that when some code I added to the python server caused an internal exception: the logs didn't contain any useful information Cheers Flavio -- Flavio Ca