has to be something with the cache service, because it works fine for me.

Esteban

On 06 Apr 2015, at 06:38, Hern��n Morales Durand <hernan.morales@gmail.com> wrote:

Reproduced with Windows and CentOS 7. Image ZIP downloads but it seems corrupt?

$ md5sum image.zip
7ff5e1cbdd434a1194b4777056005143 *image.zip

$ file image.zip
image.zip: Zip archive data, at least v2.0 to extract

13,6 MB (14.347.593 bytes)

$ zip -F image.zip --out img.zip
Fix archive (-F) - assume mostly intact archive
    zip warning: bad archive - missing end signature
    zip warning: (If downloaded, was binary mode used?  If not, the
    zip warning:  archive may be scrambled and not recoverable)
    zip warning: Can't use -F to fix (try -FF)

zip error: Zip file structure invalid (image.zip)

$ zip -FF image.zip --out img.zip
Fix archive (-FF) - salvage what can
    zip warning: Missing end (EOCDR) signature - either this archive
                     is not readable or the end is damaged
Is this a single-disk archive?  (y/n): y
  Assuming single-disk archive
Scanning for entries...
 copying: Pharo-40593.image  (9988133 bytes)
 copying: Pharo-40594.changes  (4362852 bytes)

$ unzip img.zip
Archive:  img.zip
  inflating: Pharo-40593.image      
  error:  invalid compressed data to inflate
 bad CRC 176d616a  (should be cb225fb1)
  inflating: Pharo-40594.changes    
  error:  invalid compressed data to inflate
 bad CRC aebb9aa5  (should be 4bc50ce1)


Cheers,

Hern��n


2015-04-04 17:32 GMT-03:00 Sven Van Caekenberghe <sven@stfx.eu>:
I think this has to do with CDN caching or cache invalidation.

> On 04 Apr 2015, at 21:09, Max Leske <maxleske@gmail.com> wrote:
>
> Confirmed.
>
>> On 04 Apr 2015, at 20:46, Hern��n Morales Durand <hernan.morales@gmail.com> wrote:
>>
>> FYI
>>
>> $ wget -O- get.pharo.org/40+vm | bash
>> --2015-04-04 18:41:59--  http://get.pharo.org/40+vm
>> Resolving get.pharo.org... 128.93.162.72
>> Connecting to get.pharo.org|128.93.162.72|:80... connected.
>> HTTP request sent, awaiting response... 200 OK
>> Length: 2885 (2.8K) [text/html]
>> Saving to: `STDOUT'
>>
>> 100%[======================================>] 2,885       --.-K/s   in 0.001s
>>
>> 2015-04-04 18:42:00 (2.54 MB/s) - written to stdout [2885/2885]
>>
>> Downloading the latest 40 Image:
>>     http://files.pharo.org/image/40/latest.zip
>> [image.MJSoCf/image.zip]
>>   End-of-central-directory signature not found.  Either this file is not
>>   a zipfile, or it constitutes one disk of a multi-part archive.  In the
>>   latter case the central directory and zipfile comment will be found on
>>   the last disk(s) of this archive.
>> unzip:  cannot find zipfile directory in one of image.MJSoCf/image.zip or
>>         image.MJSoCf/image.zip.zip, and cannot find image.MJSoCf/image.zip.ZIP,
>> period.
>