On Wed, Oct 14, 2009 at 01:57:59PM -0700, Jason Babicka wrote:
2009-10-14 16:43:40 <1> linux(3177) [source] SourceImpl.cc(getPossibleCachedMetadataFile):386 File dvd:///updates/suse/setup/descr/EXTRA_PROV has no checksum available.
The comments in the create_update_source.sh script explain this.. # in the data directory (<source>/updates/suse) # after that do "cd setup/descr" and then: # for i in *; do echo -n "META SHA1 "; sha1sum $i|awk '{ORS=""; print $1}'; # echo -n " "; basename $i; done # copy the output to the end of the updates/content file There's a way to get it to just ignore this info. I use the following in my main xml file in the <general> section: <signature-handling> <accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum> <accept_unsigned_file config:type="boolean">true</accept_unsigned_file> <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key> <accept_non_trusted_gpg_key config:type="boolean">true</accept_non_trusted_gpg_key> <accept_verification_failed config:type="boolean">true</accept_verification_failed> </signature-handling> The specific issue you're seeing is the accept_unsigned_file part. -- Mike Marion-Unix SysAdmin/Staff IT Engineer-http://www.qualcomm.com [Lisa and Bart used Gandpa's name on a cartoon script they wrote] Bart - "Didn't you wonder why you were getting checks for doing absolutely nothing?" Grandpa - "I figured 'cause the Democrats are in power again." -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org