| I started to get this weird error when I did apt-get update: any way to fix this??
 
 
 
 Code: 
...
 ...
 Hit http://kanotix.com sid/non-free Sources
 Hit http://kanotix.com sid/vdr Sources
 99% [8 Sources gzip 0] [6 Packages bzip2 0] [Waiting for headers]
 gzip: stdin: not in gzip format
 Err http://ftp.de.debian.org unstable/contrib Sources
 Sub-process gzip returned an error code (1)
 99% [6 Packages bzip2 0] [Waiting for headers]
 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.
 
 Err http://ftp.de.debian.org testing/non-free Packages
 Sub-process bzip2 returned an error code (2)
 99% [7 Sources bzip2 0] [Waiting for headers]
 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.
 
 Err http://ftp.de.debian.org testing/main Sources
 Sub-process bzip2 returned an error code (2)
 Get:9 http://ftp.de.debian.org testing/contrib Packages [62.8kB]
 99% [Working]
 gzip: stdin: not in gzip format
 Err http://ftp.de.debian.org testing/contrib Packages
 Sub-process gzip returned an error code (1)
 Fetched 9B in 3s (2B/s)
 Failed to fetch http://ftp.de.debian.org/debian/dists/unstable/contrib/binary-i386/Packages.bz2  Sub-process bzip2 returned an error code (2)
 Failed to fetch http://ftp.de.debian.org/debian/dists/unstable/non-free/binary-i386/Packages.bz2  Sub-process bzip2 returned an error code (2)
 Failed to fetch http://ftp.de.debian.org/debian/dists/testing/non-free/binary-i386/Packages.bz2  Sub-process bzip2 returned an error code (2)
 Failed to fetch http://ftp.de.debian.org/debian/dists/testing/main/source/Sources.bz2  Sub-process bzip2 returned an error code (2)
 Failed to fetch http://ftp.de.debian.org/debian/dists/unstable/contrib/source/Sources.gz  Sub-process gzip returned an error code (1)
 Failed to fetch http://ftp.de.debian.org/debian/dists/testing/contrib/binary-i386/Packages.gz  Sub-process gzip returned an error code (1)
 Reading package lists... Done
 W: Couldn't stat source package list http://ftp.de.debian.org unstable/contrib Packages (/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_contrib_binary-i386_Packages) - stat (2 No such file or directory)
 W: Couldn't stat source package list http://ftp.de.debian.org unstable/non-free Packages (/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_non-free_binary-i386_Packages) - stat (2 No such file or directory)
 W: Couldn't stat source package list http://ftp.de.debian.org testing/contrib Packages (/var/lib/apt/lists/ftp.de.debian.org_debian_dists_testing_contrib_binary-i386_Packages) - stat (2 No such file or directory)
 W: Couldn't stat source package list http://ftp.de.debian.org testing/non-free Packages (/var/lib/apt/lists/ftp.de.debian.org_debian_dists_testing_non-free_binary-i386_Packages) - stat (2 No such file or directory)
 W: You may want to run apt-get update to correct these problems
 E: Some index files failed to download, they have been ignored, or old ones used instead.
 
 |