On 08/13/2009 12:32 PM, Andy Speagle wrote:
On Thu, 2009-08-13 at 10:58 -0500, Pradeep Kilambi wrote:
Right whats happening here is. Your channel creation has pass3ed with
above patch. But since the checksum is not set in perl code, you're
checksum value is still null in the db and hence the traceback while
editing. Now you need to rerun the update table to fix the empty rows.
I'll be working on a patch to fix this issue sometime today and build
new packages. I'll let you know when the new packages are ready.
Should be no later than tomorrow.

~ Prad

Thanks Prad.  One thing to note is that after cloning the channel... I
DID run the table update again:

-----
SQL>  UPDATE rhnChannel SET checksum_type_id = (select id from
rhnChecksumType where LABEL = 'sha1') WHERE checksum_type_id is null;

1 row updated.
-----

And it updated the row... but the webform still shows SHA-256 .. and any
attempts to edit the channel still throw a server error.

Thanks,

Hello Andy:

I checked in a fix for this into the git repo. Should be in both master(1949d15abbc1dae321a1b54431602b89892c7f32) and spacewalk-0.6(

11e1848cb0274990d7b9eea378f95e2f635fd78a) if you git pull. I'll place a request 
to get the new respins for rhn-java pushed to the repo asap.

Thanks for your patience.

~ Prad



------------------------------------------------------------------------

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel


--
--
Pradeep Kilambi
Senior Software Engineer
RHN Satellite Engineering
Phone: +1 919 754 4285
RHCE # 805008680430554


_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to