Re: [Spacewalk-devel] Re: Merge branch 'master' of ssh://jlsherr...@git.fedorahosted.org/git/spacewalk

2009-03-11 Thread Jan Pazdziora
On Thu, Mar 12, 2009 at 07:27:19AM +0100, Jan Pazdziora wrote: > On Wed, Mar 11, 2009 at 08:09:49PM -0700, Mike McCune wrote: > > > > > > 'git pull --rebase' next time? > > It should be possi

Re: [Spacewalk-devel] F10 nightly repo

2009-03-11 Thread Jan Pazdziora
On Thu, Mar 12, 2009 at 12:00:41AM -0400, Jesus Rodriguez wrote: > I tried to install the F10 nightly repo tonight on a fresh (and updated) > F10 box. I got the following dependency errors: > > http://fpaste.org/paste/5924 > > the el5 nightly has hibernate3 in it while the F10 repo doesn't. > Whe

Re: [Spacewalk-devel] Re: Merge branch 'master' of ssh://jlsherr...@git.fedorahosted.org/git/spacewalk

2009-03-11 Thread Jan Pazdziora
On Wed, Mar 11, 2009 at 08:09:49PM -0700, Mike McCune wrote: > > > 'git pull --rebase' next time? It should be possible to do a post commit hook to refuse commits which introduce merges that

Re: [Spacewalk-devel] 2 bugs for 0.5

2009-03-11 Thread Mike McCune
Mike McCune wrote: #2: Bug 472595 - Extreme kickstart performance problem https://bugzilla.redhat.com/show_bug.cgi?id=472595 meant to say that I'm 90% done with this and it is being tested. Just trying to figure out why DownloadAction won't let me throw a 404 error. Mike __

[Spacewalk-devel] 2 bugs for 0.5

2009-03-11 Thread Mike McCune
I'd really like to solve these 2 bugs before 0.5 goes out but time is running out for me since I'm going on PTO for half day tomorrow and also on Friday: #1: Bug 474774 - Probe details do not show neither graph nor event log https://bugzilla.redhat.com/show_bug.cgi?id=474774 reproducer is he

[Spacewalk-devel] F10 nightly repo

2009-03-11 Thread Jesus Rodriguez
I tried to install the F10 nightly repo tonight on a fresh (and updated) F10 box. I got the following dependency errors: http://fpaste.org/paste/5924 the el5 nightly has hibernate3 in it while the F10 repo doesn't. Where does hibernate 3 come from if not in the F10 repo? jesus -- jesus m. rodr

[Spacewalk-devel] 481180 - update KickstartFormatter to not include --interpetter in profile f...

2009-03-11 Thread jmrodri
If isInterpreter() returns a string you could've used StringUtils.isEmpty(kss.getInterpreter()) to avoid having to do the null and empty checks as isEmpty does both for you. jesus Sent to you by jmrodri via Google Reader: 481180 - update KickstartFormatter to not include --interpetter in profile

[Spacewalk-devel] adding taskomatic task to regenerate deleted kickstart wizard files

2009-03-11 Thread jmrodri
a few comments: 1) why is the taskomatic_user defined as web.taskomatic_cobbler_user? is it used by the web or solely by taskomatic? 2) In the KickstartFileSyncTask you have private long WARN_COUNT; If it's not a constant, then it should be warnCount or warncount, otherwise make it static fina

[Spacewalk-devel] Merge branch 'master' of ssh://jlsherr...@git.fedorahosted.org/git/spacewalk

2009-03-11 Thread jmrodri
git pull --rebase and tig --all are your friend! jesus Sent to you by jmrodri via Google Reader: Merge branch 'master' of ssh://jlsherr...@git.fedorahosted.org/git/spacewalk via Fedora Hosted Git Repositories - spacewalk.git/rss log by Justin Sherrill on 3/11/09 Merge branch 'master' of ssh://j

[Spacewalk-devel] Re: Merge branch 'master' of ssh://jlsherr...@git.fedorahosted.org/git/spacewalk

2009-03-11 Thread Mike McCune
'git pull --rebase' next time? -- Mike McCune mmccune AT redhat.com Engineering | Portland, OR RHN Satellite | 650.567.9039x79248

Re: [Spacewalk-devel] Status of Spacewalk @ Fedora

2009-03-11 Thread Michael Stahnke
Me again. rhnpush is emailing us every night about issues in Fedora. Will Fedora be shipping a rhnlib package? rhnpush has broken dependencies in the development tree: On ppc: rhnpush-0.4.5-1.fc11.noarch requires rhnlib On x86_64: rhnpush-0.4.5-1.fc11.noarch requires rhnlib On i3

Re: [Spacewalk-devel] Anyone knowledgeable with jabberd and how we use it?

2009-03-11 Thread Devan Goodwin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 10 Mar 2009 23:06:12 -0400 Cliff wrote: > > Suspect setting 'secret' within router.xml and router-users.xml > should work for our needs. > > I be honest in saying do not understand this setting, but this is > what we have historically used.

[Spacewalk-devel] removal of rhnmdwrap.c

2009-03-11 Thread Miroslav Suchý
Working on package rhnmd I look in file rhnmdwrap.c and find there: /* This hack is needed to get around a Red Hat patch that disallows non-root users to run the sshd binary. */ int setgroups(size_t size, const gid_t *list) { return 0; } I was wondering if it is true. So I tried it and appar