Re: [Spacewalk-devel] [PATCH] Script contents not properly displayed

2012-08-14 Thread Jan Pazdziora
On Tue, Aug 14, 2012 at 03:53:08PM +0200, Johannes Renner wrote: > On 08/14/2012 03:36 PM, Stephen Herr wrote: > > Johannes, > > > > Could you ensure in /usr/share/pgsql/postgresql.conf that bytea_output = > > 'escape', and if not see if > > that corrects your problem? > > > > -Stephen > > Than

Re: [Spacewalk-devel] [PATCH] Script contents not properly displayed

2012-08-14 Thread Stephen Herr
On 08/14/2012 09:53 AM, Johannes Renner wrote: On 08/14/2012 03:36 PM, Stephen Herr wrote: Johannes, Could you ensure in /usr/share/pgsql/postgresql.conf that bytea_output = 'escape', and if not see if that corrects your problem? -Stephen Thanks, setting this option fixes the problem on the

Re: [Spacewalk-devel] [PATCH] Script contents not properly displayed

2012-08-14 Thread Johannes Renner
On 08/14/2012 03:36 PM, Stephen Herr wrote: > Johannes, > > Could you ensure in /usr/share/pgsql/postgresql.conf that bytea_output = > 'escape', and if not see if > that corrects your problem? > > -Stephen Thanks, setting this option fixes the problem on the postgres 9.1 database we are using.

Re: [Spacewalk-devel] [PATCH] Script contents not properly displayed

2012-08-14 Thread Stephen Herr
Johannes, Could you ensure in /usr/share/pgsql/postgresql.conf that bytea_output = 'escape', and if not see if that corrects your problem? -Stephen On 08/14/2012 08:57 AM, Stephen Herr wrote: Hi Johannes, Can you please give me more information on the system where you are experiencing this

Re: [Spacewalk-devel] [PATCH] Script contents not properly displayed

2012-08-14 Thread Jan Pazdziora
On Tue, Aug 14, 2012 at 12:18:39PM +0200, Johannes Renner wrote: > Hello, > > we found out that script contents are not properly displayed in the web UI > in "Systems" -> "Events" -> "History" (it's a perl page ...). > > To reproduce: > > - choose a system and go to "Remote Command" > - type in

Re: [Spacewalk-devel] [PATCH] Script contents not properly displayed

2012-08-14 Thread Stephen Herr
Hi Johannes, Can you please give me more information on the system where you are experiencing this problem? We had a bug with identical symptoms where the root cause was that the defaults on how a particular object was stored (as ascii or as hex) in Postgresql changed in newer versions of the

[Spacewalk-devel] [PATCH] Script contents not properly displayed

2012-08-14 Thread Johannes Renner
Hello, we found out that script contents are not properly displayed in the web UI in "Systems" -> "Events" -> "History" (it's a perl page ...). To reproduce: - choose a system and go to "Remote Command" - type in some script contents, e.g. "a b c d e f g h" - schedule the command - go to "Events