You are not logged in.

#1 2007-12-01 00:03:36

Doc Angelo
Member
From: Germany
Registered: 2007-11-28
Posts: 52

Problems with unpacking a .tar.bz2

Hallo there,

i have problems with unpacking a .tar.bz2. I downloaded a .tar.bz2 into /var/abs/local/ and tried to unpack it, with the following outcomes:

[]$ bunzip2 pSX_linux_1_13.tar.bz2

bunzip2: Data integrity error when decompressing.
        Input file = pSX_linux_1_13.tar.bz2, output file = pSX_linux_1_13.tar

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.

bunzip2: Deleting output file pSX_linux_1_13.tar, if it exists.

I also tried it with tar:

[]$ tar -xvpf pSX_linux_1_13.tar.bz2
tar: Das sieht nicht wie ein „tar"-Archiv aus.
tar: Springe zum nächsten Kopfteil.

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: Child returned status 2
tar: Fehler beim Beenden, verursacht durch vorhergehende Fehler.

With Konqueror its also not working. As Root and User.

Wierd: If i copy the archive to an other partition (my old Kubuntu partition, also ext3 as my Arch partition), it works.... with Konquerer and Konsole.

What am i missing?

Offline

#2 2007-12-01 02:51:50

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: Problems with unpacking a .tar.bz2

tar -xjvf pSX_linux_1_13.tar.bz2

u are not using tar right. The 'j' flag is the bzip filter.

-j, --bzip2
              filter archive through bzip2, use to decompress .bz2 files

man tar

Last edited by jacko (2007-12-01 02:56:06)

Offline

#3 2007-12-01 14:41:51

Doc Angelo
Member
From: Germany
Registered: 2007-11-28
Posts: 52

Re: Problems with unpacking a .tar.bz2

I get the same error message, as seen above.

I just downloaded the older file version of this application from http://psxemulator.gazaxian.com/ (1.12) and it unpacks without errors. Maybe someone could try both files out and tell what happens? I cant imagine, that this has to do with my system. (Not because im so perfect, but because its a very fresh installment wink )

Greets
Doc Angelo

Offline

#4 2007-12-01 14:46:47

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: Problems with unpacking a .tar.bz2

The package works fine here, check whether it became corrupted while downloading it.

Offline

#5 2007-12-01 14:54:31

nj
Member
Registered: 2007-04-06
Posts: 93

Re: Problems with unpacking a .tar.bz2

tar xjf works here. Maybe your download got corrupted? The md5sum of the file is 0812408db22184ceb8cb29ae7601298f.

Offline

#6 2007-12-02 12:49:47

Doc Angelo
Member
From: Germany
Registered: 2007-11-28
Posts: 52

Re: Problems with unpacking a .tar.bz2

Uhm... now suddenly it works... It works with Konqueror and inside the Konsole. Without any errors.

I downloaded it many times, and it unpacked never. I can remember, that the md5sum yesterday wasnt the same as nj said. The md5sum now is the same as nj said. I downloaded with the script from AUR and with Opera, and that approximately 20 times...

I hadn't changed anything except some updates and altering the xorg.conf. Updates i installed today:
- kdemod-kdebase 3.5.8-4
- psmisc 22.6-1
- slang 2.1.3-1
- hwd 5.2-1

I dont know, if any of these changes changed the behaviour, but know it works... seems like i downloaded it 20x with corruption. sad

Thanks for all the help!

Last edited by Doc Angelo (2007-12-02 12:53:49)

Offline

#7 2007-12-02 16:17:42

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: Problems with unpacking a .tar.bz2

did u d/l a corrupted file 20x from the server and then d/l'd it once from another server that didn't have a corrupted file???


what mirror are u using to d/l and keep your computer up to date?

Last edited by jacko (2007-12-02 16:18:12)

Offline

#8 2007-12-02 18:27:58

Doc Angelo
Member
From: Germany
Registered: 2007-11-28
Posts: 52

Re: Problems with unpacking a .tar.bz2

I downloaded it every time from this site:

http://psxemulator.gazaxian.com/

For pacman i use ftp.hosteurope.de.

Offline

Board footer

Powered by FluxBB