Hi all,
I was trying to use module assistant to install some pacakages and all was going well until I got to a point where I needed to 'fakesource' to get another module to run properly.
Apparently it downloaded a corrupted image. I couldn't find a way to tell Module-assistant to redownload it. Thats fine I thought, I just located it and deleted it (it should download again right?). Now module-assistant complains it can't find the file and I *still* can't get it to download.
Some examples of commands I have tried
Code:
debian:~# module-assistant get fakesource
fakesource, what is fakesource?
debian:~# module-assistant a-i fakesource
fakesource, what is fakesource?
debian:~# module-assistant clean
No package specified. STOP.
debian:~# module-assistant clean fakesource
fakesource, what is fakesource?
debian:~# module-assistant clean kernel-source-2.6.8.tar.bz2
kernel-source-2.6.8.tar.bz2, what is kernel-source-2.6.8.tar.bz2?
and the original error I got
Code:
debian:~# module-assistant fakesource
Experimental kernel source recreating method...
Getting source...
Reading Package Lists... Done
Building Dependency Tree... Done
kernel-source-2.6.8 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Extracting pristine kernel source, please wait...
bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
tar: Read 4072 bytes from /usr/src/kernel-source-2.6.8.tar.bz2
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
the new error
Code:
debian:~# module-assistant fakesource
Experimental kernel source recreating method...
Getting source...
Reading Package Lists... Done
Building Dependency Tree... Done
kernel-source-2.6.8 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Extracting pristine kernel source, please wait...
tar: /usr/src/kernel-source-2.6.8.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
Thanks for your assistance.