Home > Amazon EC2 > AttributeError: CHECKSUM_VALUE Error with Rightscale Centos AMI Creation Script

AttributeError: CHECKSUM_VALUE Error with Rightscale Centos AMI Creation Script

February 19th, 2009 Leave a comment Go to comments

Rightscale created a great script to build an AMI from scratch – see http://blog.rightscale.com/2007/09/26/rightimages-changelog/

I got this error when trying to build the image from YUM.

AttributeError: CHECKSUM_VALUE rightscale

This worked for me;

rpm -qa | grep yum-metadata-parser
rpm -ev –nodeps yum-metadata-parser-VERSIONFROMABOVECMD

cd /tmp
wget ftp://ftp.univie.ac.at/systems/linux…8.fc6.i386.rpm
rpm -iv ./yum-metadata-parser-1.0-8.fc6.i386.rpm 
yum check-update

See - http://www.linuxforums.org/forum/redhat-fedora-linux-help/122580-solved-yum-update-fails-attributeerror-checksum_value.html

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • StumbleUpon
  • Reddit
  • TwitThis

No related posts.

Categories: Amazon EC2 Tags: ,
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.