[Spacewalk-list] Debugging broken kickstart profile

2017-02-23 Thread Ree, Jan-Albert van
Since a few days one of my kickstart profiles is broken : on selecting the profile I get an orange box with the text : "There are errors in your kickstart template. Please check the 'Kickstart File' tab to determine the problem with the template." When I click on the Kickstart File tab, there is

Re: [Spacewalk-list] Debugging broken kickstart profile

2017-02-23 Thread Colin Coe
Have you recently commented out some code? Make sure that any comments have a space after the hash. CC On 23 Feb. 2017 17:44, "Ree, Jan-Albert van" wrote: > Since a few days one of my kickstart profiles is broken : on selecting the > profile I get an orange box with the text : > "There are erro

Re: [Spacewalk-list] Debugging broken kickstart profile

2017-02-23 Thread Ree, Jan-Albert van
Thanks for the hint, it turned out to be something even more stupid... In one of the post scripts I install a load of RPM's in one go. After one of the line breaks I had a space character which apparently messes things up. Regards, -- Jan-Albert Jan-Albert van Ree | Linux System Administrato

[Spacewalk-list] Spacewalk, PostgreSQL 9.6, SQL reserved words

2017-02-23 Thread Rob Sterenborg
Hi, We currently use Spacewalk 2.2 with PostgreSQL 8.4 on CentOS 6 and we have problems with it (TRACEBACK emails), so I want to replace these old servers. I'm now setting up Spacewalk 2.6 with PostgreSQL 9.6 on CentOS 7. Installing and importing the database seems to have worked, however.. No

Re: [Spacewalk-list] Spacewalk, PostgreSQL 9.6, SQL reserved words

2017-02-23 Thread Ree, Jan-Albert van
Just use the stock CentOS7 PostgreSQL 9.2 , which works flawless out of the box. And as a tip : also use the same PostgreSQL database for your jabberd database, this for us has finally completely fixed all OSAD problems. Been running over a month without any machine losing connection through OSAD

Re: [Spacewalk-list] Fwd: Re: How to tell what Errata has been applied

2017-02-23 Thread Spamm
On Wed, 22 Feb 2017 22:31:29 +0100, Robert Paschedag wrote > Damn... Missed the list again. See answer at the end > > Ursprüngliche Nachricht > Von: Robert Paschedag > Gesendet: 22. Februar 2017 17:06:55 MEZ > An: Daryl Rose > Betreff: Re: [Spacewalk-list] How to tell what

Re: [Spacewalk-list] Spacewalk, PostgreSQL 9.6, SQL reserved words

2017-02-23 Thread Andreas Dijkman
Or you could fix the query as stated in this PR on GitHub: https://github.com/spacewalkproject/spacewalk/pull/465 This adds PostgreSQL 9.6-support. Met vriendelijke groet, Andreas Dijkman Cygnis | Stationsweg 3B | 9726 AC Groningen On 23 Feb 2017, at 14:32, Ree, Jan-Alb

Re: [Spacewalk-list] Debugging broken kickstart profile

2017-02-23 Thread Konstantin Raskoshnyi
Did you add any snippets? I had problem with snippets where I commented out #set On Thu, Feb 23, 2017 at 1:44 AM Ree, Jan-Albert van wrote: > Since a few days one of my kickstart profiles is broken : on selecting the > profile I get an orange box with the text : > "There are errors in your kicks

Re: [Spacewalk-list] Spacewalk, PostgreSQL 9.6, SQL reserved words

2017-02-23 Thread Rob Sterenborg
Right, I didn't find that but it should do the trick I guess. -- Thanks, Rob From: spacewalk-list-boun...@redhat.com [mailto:spacewalk-list-boun...@redhat.com] On Behalf Of Andreas Dijkman Sent: donderdag 23 februari 2017 16:41 To: spacewalk-list@redhat.com Subject: Re: [Spacewalk-list] Spac

Re: [Spacewalk-list] Debugging broken kickstart profile

2017-02-23 Thread David Rock
> On Feb 23, 2017, at 04:34, Ree, Jan-Albert van wrote: > > Thanks for the hint, it turned out to be something even more stupid... > In one of the post scripts I install a load of RPM's in one go. After one of > the line breaks I had a space character which apparently messes things up. Specifi

Re: [Spacewalk-list] Spacewalk, PostgreSQL 9.6, SQL reserved words

2017-02-23 Thread Avi Miller
Hey, > On 24 Feb 2017, at 12:32 am, Ree, Jan-Albert van wrote: > > And as a tip : also use the same PostgreSQL database for your jabberd > database, this for us has finally completely fixed all OSAD problems. > Been running over a month without any machine losing connection through OSAD. Do yo

Re: [Spacewalk-list] Fwd: Re: How to tell what Errata has been applied

2017-02-23 Thread Robert Paschedag
Am 23. Februar 2017 07:45:41 MEZ schrieb Spamm : >On Wed, 22 Feb 2017 22:31:29 +0100, Robert Paschedag wrote >> Damn... Missed the list again. See answer at the end >> >> Ursprüngliche Nachricht >> Von: Robert Paschedag >> Gesendet: 22. Februar 2017 17:06:55 MEZ >> An: Daryl

Re: [Spacewalk-list] Fwd: Re: How to tell what Errata has been applied

2017-02-23 Thread David Rock
> On Feb 23, 2017, at 12:14, Robert Paschedag wrote: > > But this does not show you the "errata" installed... Just the versions of the > packages. > what about spacewalk-report system-history-errata If you apply your errata via spacewalk directly (i.e., not by running yum update locally),

Re: [Spacewalk-list] Fwd: Re: How to tell what Errata has been applied

2017-02-23 Thread Daryl Rose
Thanks for the thoughts. Unfortunately, this isn't what I'm looking for. After giving this some thought, I think that I should be able to write a script using the spacecmd command to query the systems seeing what is required, and then through a matter of deduction, figure out what errata has

Re: [Spacewalk-list] Fwd: Re: How to tell what Errata has been applied

2017-02-23 Thread Daryl Rose
David, This does look promising. I think that I'll play with this and see if I can make this work. Thank you for passing on this command. I didn't have it install and didn't even know that it existed. Daryl From: spacewalk-list-boun...@redhat.com on b

Re: [Spacewalk-list] Fwd: Re: How to tell what Errata has been applied

2017-02-23 Thread Robert Paschedag
Am 23. Februar 2017 21:25:49 MEZ schrieb Daryl Rose : >David, > > >This does look promising. I think that I'll play with this and see if >I can make this work. > > >Thank you for passing on this command. I didn't have it install and >didn't even know that it existed. > > >Daryl > >_

Re: [Spacewalk-list] Spacewalk, PostgreSQL 9.6, SQL reserved words

2017-02-23 Thread Avi Miller
Hi, > On 24 Feb 2017, at 6:26 am, Avi Miller wrote: > > On 24 Feb 2017, at 12:32 am, Ree, Jan-Albert van wrote: >> >> And as a tip : also use the same PostgreSQL database for your jabberd >> database, this for us has finally completely fixed all OSAD problems. >> Been running over a month wit

Re: [Spacewalk-list] Fwd: Re: How to tell what Errata has been applied

2017-02-23 Thread Michael Hamrich
unsubscribe On Thu, Feb 23, 2017 at 2:57 PM, David Rock wrote: > > > On Feb 23, 2017, at 12:14, Robert Paschedag > wrote: > > > > But this does not show you the "errata" installed... Just the versions > of the packages. > > > > what about > > spacewalk-report system-history-errata > > If you ap

[Spacewalk-list] HTTP Status 403, Saving first channel details

2017-02-23 Thread InvalidPath
S I setup a fresh Spacewalk server today on CentOS 7.3, upon setting up my very first parent channel I click to save it and I get a 403- Validation of CSRF Security Token Failed. [image: Inline image 1] Anyone know what I can do about this? ___ Spacewal