Comment 18 for bug 133786

Revision history for this message
Teo Ruiz (teo) wrote :

I had the same problem:

$ cat /tmp/debsums.txt | egrep "mismatch|can't" | cut -d " " -f4 | uniq | wc -l
134

After undoing the prelinking on my system (ie. setting "PRELINKING" to "no" at /etc/default/prelink and running the daily prelink cron task) it changed to:

$ cat /tmp/debsums_noprelink.txt | egrep "mismatch|can't" | cut -d " " -f4 | uniq | wc -l
34

I'm also using XFS on the root partition and gutsy. I'm attaching the debsums file after undoing the prelink.