On Sat, 2004-03-27 at 22:59 +0000, Rob Watkin wrote: > More... > > I've added > AddType application/x-yumhdr .hdr > to httpd.conf. .hdrs are gzipped files - just mark them as .gz - that'll be fine. > Now lynx lets me get the file ok but I still get the following error > when I run # yum check-update The reason lynx shows you the file is it is decompressing it them and then trying to display it for some irrational reason. why are you downloading .hdr's via lynx though - you should never need to. > Traceback (most recent call last): > File "/usr/bin/yum", line 30, in ? > yummain.main(sys.argv[1:]) > File "/usr/share/yum/yummain.py", line 249, in main > (uplist, newlist, nulist) = > clientStuff.getupdatedhdrlist(HeaderInfo, rpmDBInfo) > File "/usr/share/yum/clientStuff.py", line 478, in getupdatedhdrlist > newlist.remove((name, hdr_best_arch)) > ValueError: list.remove(x): x not in list This is goofy but I think I know what's going on. Thanks. The error is about getting the files though. -sv