[Spacewalk-devel] I'm about to change a+ to a for log files

2009-01-19 Thread Jan Pazdziora
Hello, while working on SELinux, I see that httpd opens logs (via rhnLog.py) for reading. I plan to change the mode from a+ to a, via change below. Do you see any problem with this change? diff --git a/backend/common/rhnLog.py b/backend/common/rhnLog.py index e43c428..0b06af3 100644 ---

Re: [Spacewalk-devel] PATCH: tagger.py: make email in changelog optional

2009-01-19 Thread Dennis Gilmore
On Monday 19 January 2009 04:03:28 am Jan Pazdziora wrote: Hello Devan, I tried build.py --tag-release and it complained that there is no email address in the changelog entry line. I do not want to put my email address there. This patch makes that part optional. I would ask that we not apply

Re: [Spacewalk-devel] PGPORT Initial porting guidelines.

2009-01-19 Thread Jeff Ortel
Jan Pazdziora wrote: On Thu, Jan 15, 2009 at 03:36:55PM +0530, Gurjeet Singh wrote: I am attaching the text file here. Lets discuss the issues here, and finalize them, before going ahead with the actual modifications. Thank you for the writeup. Here are my observations. == Open

Re: [Spacewalk-devel] schema update issue

2009-01-19 Thread Travis Camechis
Thanks, I will continue with the setup and see what happens. On Sun, Jan 18, 2009 at 12:12 PM, Justin Sherrill jsher...@redhat.comwrote: Travis Camechis wrote: I am trying to deploy the development schema as documented under the wiki I am running this command make satellite-clean

Re: [Spacewalk-devel] PGPORT Initial porting guidelines.

2009-01-19 Thread Jan Pazdziora
On Mon, Jan 19, 2009 at 12:12:20PM -0500, Jeff Ortel wrote: 8.1.11 (the one in RHEL 5) and later. Yes, this was confirmed by Satellite Roadmap alignment. It has been mentioned that there are advantages to using 8.2. Are there The target is 8.1, not 8.2. PostgreSQL in RHEL 5 won't be

Re: [Spacewalk-devel] PGPORT (installation issue using make)

2009-01-19 Thread Vikram Rai
Hi Jeff, Here is what we have tried so far: Installed spacewalk with version 0.3 and got permission denied and internal errors which do not give information as to what went wrong. Installed 0.4 and got: Tomcat failed to start properly or the installer ran out of tries. Please check

Re: [Spacewalk-devel] schema update issue

2009-01-19 Thread Vikram Rai
we ran into the same issue and and figured out that spacewalk should be installed before you run this command. refer the giude below and let me know if it gets u all the way through. https://fedorahosted.org/spacewalk/wiki/DevelopmentWorkstationSetup regards, vikram On Sun, Jan 18, 2009 at

Re: [Spacewalk-devel] PGPORT (installation issue using make)

2009-01-19 Thread Jesus M. Rodriguez
On Mon, Jan 19, 2009 at 3:19 PM, Vikram Rai vra...@gmail.com wrote: Hi Jeff, Here is what we have tried so far: Installed spacewalk with version 0.3 and got permission denied and internal errors which do not give information as to what went wrong. Installed 0.4 and got: Tomcat failed to

[Spacewalk-devel] error after completing development workstation setup

2009-01-19 Thread Travis Camechis
After completing the development workstation setup, I attempted to hit the spacewalk page but received an error on the page. After looking at the logs it appeared to be a null pointer exception on line 90 of CertificateManager.java. I attempted to redo the spacewalk-setup --disconnected,

Re: [Spacewalk-devel] error after completing development workstation setup

2009-01-19 Thread Jesus M. Rodriguez
On Mon, Jan 19, 2009 at 10:11 PM, Travis Camechis camec...@gmail.com wrote: After completing the development workstation setup, I attempted to hit the spacewalk page but received an error on the page. After looking at the logs it appeared to be a null pointer exception on line 90 of