cancel
Showing results for 
Search instead for 
Did you mean: 

Untar errors

odontocete
Champ in-the-making
Champ in-the-making
I've tried both the tomcat and jboss bundles, and I get a "lone zero block" error for both while trying to decompress and untar. I've downloaded each of the bundles twice to try to ensure that the files are not corrupt. Posting MD5 hash sums would help.

For alfresco-jboss-0.4.0a, I get:

    tar: A lone zero block at 152427

For alfresco-tomcat-0.4.0a, I get:

    tar: A lone zero block at 67841

My linux distro is an up to date gentoo 2005.1. My version of tar is "tar (GNU tar) 1.15.1".
8 REPLIES 8

odontocete
Champ in-the-making
Champ in-the-making
I should note that I also tried untar with the "-i" option to ignore said error. That results in:

tar: Skipping to next header
tar: Error exit delayed from previous errors

kevinr
Star Contributor
Star Contributor
Unfortunately we haven't seen the problems you mention. Other users on Linux have untar-ed the distributions with no issues. Can you try downloading the bundles from a different SourceForge mirror in case they are corrupt?

Thanks,

Kevin

jasons
Champ in-the-making
Champ in-the-making
Hello,

I tried the following without problem….

tar -xvzf alfresco-jboss-0.4.0a.tar.gz

worked for me on Whitebox Linux.

J.

odontocete
Champ in-the-making
Champ in-the-making
Tried from multiple sources with the same (unsuccessful) results. Any chance you can post MD5 or SHA1 hashes?

kevinr
Star Contributor
Star Contributor
FYI…

The MD5 hash for "alfresco-tomcat-0.4.0a.tar.gz" is:
92c00d22888a0dc76e5fc695b80abb76

and the MD5 hash for the TAR inside it "alfresco-tomcat-0.4.0a.tar" is:
01c15072543a2b67dc4897dc166ec61b

I downloaded the file from a SourceForge mirror myself to check and it unTARed fine.

Cheers,

Kevin

odontocete
Champ in-the-making
Champ in-the-making
MD5 hash sums match, but still no joy.

kevinr
Star Contributor
Star Contributor
Clearly there is nothing wrong with the files then. Can you try a different TAR utility?

Kev

odontocete
Champ in-the-making
Champ in-the-making
Can you run 'tar –version' and let me know which version it resports? Thanks.

Hello,

I tried the following without problem….

tar -xvzf alfresco-jboss-0.4.0a.tar.gz

worked for me on Whitebox Linux.

J.