solaris 10 patches
Hi,
I have this problem trying to unzip the solaris 10 patches. The file is called 10_Recommended.zip. If I use the following command i get this:
#file 10_Recommended.zip
10_Recommended.zip:English text
and when I unzip the file i get this error message:
#unzip 10_Recommended.zip
file #2084: bad zipfile offset (local header sig): 19887935
what do I need to unzip this file.
Thanks
# 1
Hi,
Dowload by HTTP is bad.
I have the same problem with the first download.
Compare bytes of your file and these of Sun.
Download the file more times untill it was good.
Unzip is the good manner to get out the file.
Take care that ftp translate between Windows and Solaris is binary mode.
Bye.
# 2
If the ZIP file is valid, it will be identified as a "ZIP archive":
bash-3.00$ file 10_Recommended.zip
10_Recommended.zip:ZIP archive
And the following command should indicate the ZIP file integrity is OK:
bash-3.00$ zip -T 10_Recommended.zip
test of 10_Recommended.zip OK