[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: MD5sum mismatch?



Josh Huber <huberj@WPI.EDU> said:

> I know a couple other people have seen this, but has anyone figured
> out what is wrong/found a fix for it?
> 
> Failed to fetch http://http.us.debian.org/debian/dists/unstable/main/binary-p
owerpc/games/xpilot-client-nosound_4.1.0-4.U.4alpha2.3.deb
>   MD5Sum mismatch
> E: Unable to fetch some archives, maybe try with --fix-missing?

i did what someone else here suggested, and did individual `dpkg -i'
runs on the files in `/var/cache/apt/archives/partial'.  this makes it
easy:

    for i in *.FAILED; do dpkg -i $i && rm -f $i; done

i browsed of the debian-users and debian-devel list and found no other
mentions of the problem.  if i were to hazard a guess, i'd look for
recent changes in apt that had problems on different-endian systems
than i386's...

john


Reply to: