This is funny: it's the same i did yesterday. Now I have another checksum but the same probem?¿
Code: Select all
Verifying Archive Contents...
Filesize: 101344088 - OK
SHA1 Checksum: dc37d64bb7dcbed8e9669d75c37c8759dfeeb3d6 - NOT OK (should be 9578672dd3ba07eda5b621e5a4ca108f82936746) - Archive corrupted. Exiting.
I edited the file so checksum and size are ok but then there was the next problem:
Code: Select all
Verifying Archive Contents...
Filesize: 101344089 - OK
SHA1 Checksum: 8c9902ccaa5fb3facabfb36e4a441f9a0fe62a7b - OK
Extracting and unpacking file scalix-11.4.0-GA-community-rhel5-intel.tgz
tar: Springe zum nächsten Kopfteil.
tar: Archiv enthält veraltete Base64-Kopfteile
gzip: stdin: invalid compressed data--crc error
gzip: stdin: invalid compressed data--length error
tar: Child returned status 1
tar: Fehler beim Beenden, verursacht durch vorhergehende Fehler.
Then I copied the file to scalix-11.4.0-GA-community-rhel5-intel.tar.gz and removed the line "-- START-ARCHIVE-CONTENT --" and everything above:
Code: Select all
# tar xvfz scalix-11.4.0-GA-community-rhel5-intel.tar.gz
scalix-11.4.0-GA/
scalix-11.4.0-GA/LICENSE.txt
scalix-11.4.0-GA/software/
[...]
scalix-11.4.0-GA/software/scalix_server/scalix-server-11.4.0.11669-1.rhel5.i386.rpm
tar: Springe zum nächsten Kopfteil.
tar: Archiv enthält veraltete Base64-Kopfteile
gzip: stdin: invalid compressed data--crc error
gzip: stdin: invalid compressed data--length error
tar: Child returned status 1
tar: Fehler beim Beenden, verursacht durch vorhergehende Fehler.
I downloaded 10.3:
Code: Select all
Verifying Archive Contents...
Filesize: 94107957 - OK
SHA1 Checksum: 03633f92985f6a45f06f37c64960b269121b2bb4 - NOT OK (should be 715392c2e7c2d92d81b8e707b534087b1ee2b150) - Archive corrupted. Exiting.
then scalix-11.2.0-GA-core-rhel5-intel.tgz:
Code: Select all
# tar tfz scalix-11.2.0-GA-core-rhel5-intel.tgz
scalix-11.2.0-GA/
scalix-11.2.0-GA/software/
[...]
scalix-11.2.0-GA/scalix-installer
gzip: stdin: invalid compressed data--crc error
tar: Child returned status 1

time to do something useful ...