Lars Schmidbauer wrote:
With 'bunzip2 /<archive>.tar.bz2' in bash, i always get: 'bunzip2: Data integrity error when decompressing.' I copied this archive to my Ubuntu-PC (FTP) and it's no problem with decompressing the file there. Am i doing something wrong?
You probably have transferred the file in ASCII mode, which is usually the default for the FTP protocol.
In your FTP client, switch to binary mode and it will work. -- Vincent Rivière