micxas Posted September 2, 2014 Report Posted September 2, 2014 untar and unzip aite do a gunzip filename.tar.zip which removes .zip and then run tar -xvf file name man... else try running singlen command tar -zxvf filename.tar.zip..
iamlegend Posted September 2, 2014 Report Posted September 2, 2014 you can use Quote: gzip -d bcs.tar.gz u will get the tar file(bcs.tar) and after that use the command Quote: tar -xvf bcs.tar
anandam2012 Posted September 2, 2014 Author Report Posted September 2, 2014 you can use Quote: gzip -d bcs.tar.gz u will get the tar file(bcs.tar) and after that use the command Quote: tar -xvf bcs.tar idi kuda try chesanu bhayya..naaku same problem vastundi.... script is working with other set of files..but i am getting that error for certain files. tar: directory checksum error (4 != 35013) ee error enduku vastundo emayina idea vuntey cheppandi...
pedda_edava Posted September 2, 2014 Report Posted September 2, 2014 http://stackoverflow.com/questions/7120232/untar-a-file-on-solaris-reports-tar-directory-checksum-error Look at this link he says to do it in two different steps so add 2 steps in the script to tar and gunzip seperately...
anandam2012 Posted September 2, 2014 Author Report Posted September 2, 2014 http://stackoverflow.com/questions/7120232/untar-a-file-on-solaris-reports-tar-directory-checksum-error Look at this link he says to do it in two different steps so add 2 steps in the script to tar and gunzip seperately... Thanks bhayya try chesanu but i am getting the same error...:( :(
sigsegv Posted September 2, 2014 Report Posted September 2, 2014 idi kuda try chesanu bhayya..naaku same problem vastundi.... script is working with other set of files..but i am getting that error for certain files. tar: directory checksum error (4 != 35013) ee error enduku vastundo emayina idea vuntey cheppandi... check sum error ante nee tar file corupt ayyiuntundhi ..
Recommended Posts