Re: [Spacewalk-devel] Audit Logging

2011-08-24 Thread Bo Maryniuk
On 08/24/2011 01:41 PM, Miroslav Suchý wrote: Q: Why not just another log appender? A: We believe it should be generic, agnostic and reliable. Hence the embedded database and thread black magic are involved among other things. :) This is where I disagree. But I would like to see your code and m

Re: [Spacewalk-devel] spacewalk with oracle 11.2 has problems with the monitoring code

2011-08-24 Thread Michael Calmer
Hi, Am Mittwoch, 24. August 2011, 13:29:30 schrieb Miroslav Suchý: > On 08/24/2011 01:05 PM, Michael Calmer wrote: > > Some monitoring code expect special columns with id 1 which fail if id 1 > > column does not exist. > > > > E.g: > > java/code/src/com/redhat/rhn/domain/monitoring/satcluster/S

Re: [Spacewalk-devel] Audit Logging

2011-08-24 Thread Bo Maryniuk
On 08/24/2011 01:20 PM, Tomas Lestach wrote: what was the original use/business case for the audit logging add-on? To know who did what, when and from where. How do you plan to present the audit information? I plan to send it where it is needed in the way the destination is asking. So it depe

Re: [Spacewalk-devel] Audit Logging

2011-08-24 Thread Miroslav Suchý
On 08/23/2011 06:26 PM, Bo Maryniuk wrote: > Entire Spacewalk components are going to be altered, where each > audit-able action will perform a call. We already developed an log4j > appender and now processing all Java part and XML-RPC backend and a > frontend. This will help community to reconnect

Re: [Spacewalk-devel] spacewalk with oracle 11.2 has problems with the monitoring code

2011-08-24 Thread Miroslav Suchý
On 08/24/2011 01:05 PM, Michael Calmer wrote: > Some monitoring code expect special columns with id 1 which fail if id 1 > column does not exist. > > E.g: > java/code/src/com/redhat/rhn/domain/monitoring/satcluster/SatClusterFactory.java > private static final PhysicalLocation PHYSICAL_LOCATI

Re: [Spacewalk-devel] Audit Logging

2011-08-24 Thread Tomas Lestach
Hey Bo, what was the original use/business case for the audit logging add-on? How do you plan to present the audit information? Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat On 08/23/2011 06:26 PM, Bo Maryniuk wrote: Hi, all! Here at SUSE we are working on an audit loggi

[Spacewalk-devel] spacewalk with oracle 11.2 has problems with the monitoring code

2011-08-24 Thread Michael Calmer
Hi, JFYI: I found out, that oracle 11.2 Databases got a new "feature" which makes some trouble with spacewalk. This "feature" cause oracle sequences to not start with "1"; they start with "2". See http://stackoverflow.com/questions/4153807/oracle-sequence-starting- with-2-instead-of-1 Some mo