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, -- Andy Speagle "THE Student" - UCATS Wichita State University
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
