> -----Original Message-----
> From: spacewalk-devel-bounces [mailto:spacewalk-devel-
> bounces] On Behalf Of Jan
> Sent: 6. toukokuuta 2011 12:53
> To: spacewalk-devel
> Subject: Re: [Spacewalk-devel] Fix remote commands on Spacewalk 1.4 and
> PostgreSQL
> 
> On Tue, May 03, 2011 at 03:19:04PM +0300, Ville Salmela wrote:
> >
> > these patches and the one already applied
>
> > --- RHN/DB/Scheduler.pm.backup      2011-05-02 10:13:04.000000000 +0300
> > +++ RHN/DB/Scheduler.pm     2011-05-02 10:47:00.000000000 +0300
> > @@ -1511,7 +1511,7 @@
> >      # can't use the normal add_systems for the set...
> >      $sth = $dbh->prepare(<<EOQ);
> >  INSERT INTO rhnServerAction (server_id, action_id, status)
> > -SELECT DISTINCT S.id, :action_id, :status
> > +SELECT DISTINCT S.id, :action_id + 0, :status + 0
> >    FROM rhnServer S,
> >         rhnClientCapabilityName CCN,
> >         rhnClientCapability CC,
> 
> I've applied this one as 3ebe752c01faa2e685e82bf6b59567a682d6ee30.

Hi,

There were some leftovers from testing in my tree. I cleaned and reinstalled 
some packages and applied those two patches you committed. And it works now. 
The other patches can be forgotten I think.

br,
Ville

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to