Operating System - HP-UX
1828390 Members
2716 Online
109977 Solutions
New Discussion

Tar error! blocksize changed

 
Achilles_2
Regular Advisor

Tar error! blocksize changed

Hi all,

I have encountered a problem when I uncompress the bundle which I downloaded from HP offical web site. It is September bundle named bundle11i_B.11.23.0409.3.depot (size ~520 MB)

I also try to download using different format and come from different region but it got the same result.

Here are the error message:

# gunzip -c hpux_800_11.23_11101208.tgz|tar xvf -
x patch_manifest, 113 bytes, 1 tape blocks
x README_hp-ux, 1780 bytes, 4 tape blocks
x create_depot_hp-ux_11, 5768 bytes, 12 tape blocks
x BUNDLE11i_B.11.23.0409.3.depot, 532490240 bytes, 1040020 tape blocks

gunzip: hpux_800_11.23_11101208.tgz: unexpected end of file
Tar: error! blocksize changed

Do anyone know how to solve the problem?

Regards and Thanks
Alex
8 REPLIES 8
bhavin asokan
Honored Contributor

Re: Tar error! blocksize changed

hi,

i think the problem may be due to the file *.tgz has not fully downloaded from the site.

regds,
Achilles_2
Regular Advisor

Re: Tar error! blocksize changed

The download box said that It is completed downloaded
bhavin asokan
Honored Contributor

Re: Tar error! blocksize changed

hi,

this problem mainly occurs when we have to download nearly 100MB or more size files .even if you are getting download completed message, problem remains.are you using any download software .it is better to use any download software like dap. dap 7.3 trial version is freely available on internet.with this software you can resume the broken downloads.


regds,
Ranjith_5
Honored Contributor

Re: Tar error! blocksize changed

Hi,

See what is the size of the file that you have downloaded.

pls see this old ITRC threads.
1.)
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=211284

2.)
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=317972

Regards,
Syam
Darrell Tschakert
Regular Advisor

Re: Tar error! blocksize changed

Alex,
I agree with those who suggested that you did not get the entire file downloaded. Some time back, I downloaded a depot file from the HP site to my PC. I discovered later that I had not gotten the entire file. Later, I tried downloading the same file a number of times to my XP PC again and each time the file length was short of what it should have been. It usually, but as I recall not always, gave me the same length download file which was less than the full length of the file as listed on the HP site. I finally used the Netscape on the HP-UX 11i L9000 to download the file directly to the HP L9000 and then I got the entire file. I always assumed that there was some sequence of bytes that told some part of the system to assume that the download was complete.

I suggest downloading again and check the length. If it is short, then download to another computer.

Enjoy,

Darrell Tschakert

I'll add a quote when I think of one.
Zeev Schultz
Honored Contributor

Re: Tar error! blocksize changed

Hi

Have you also tried to separately
1)gunzip
2)tar

But unexpected EOF could mean partially downloaded file.
So computers don't think yet. At least not chess computers. - Seymour Cray
Eric Antunes
Honored Contributor

Re: Tar error! blocksize changed

This happens a lot with large downloads: try to open the zipped file before using it... If you can't open it, it isn´t valid and your download didn't finish sucessfuly!

Best Regards,

Er
Each and every day is a good day to learn.
Gerhard Roets
Esteemed Contributor

Re: Tar error! blocksize changed

Hi Alex

gunzip: hpux_800_11.23_11101208.tgz: unexpected end of file
Is the core statement and looking at its name its seems to be some patches incorrectly downloaded and or the download timedout.

The next error Tar: error! blocksize changed
just implies tar expected more data from tape in this case stdin and did not get it ...

Regards
Gerhard