I just downloaded and my RAR tells me the file is corrupted.

Comments

syscrusher’s picture

It's a TAR file, compressed with GZIP, not a RAR file.

Scott

ñull’s picture

Yes, but you are probably not aware that RAR can open tar.gz files without a problem, only in this case it indicates corruption. How would you that under Linux?

ñull’s picture

I meant: How would you test for corruption under Linux?

syscrusher’s picture

Assigned: Unassigned » syscrusher

If you type "tar -tzf somefile.tar.gz" under Linux, you'll get a listing of the contents of the archive.

If you downloaded the tarball under Windows IE, be aware that IE may have extracted the GZIP compression and what you have may be an uncompressed tar file instead of a compressed one -- but the contents would still be okay. I don't know why IE does this "favor" for you, because the target file takes up a *lot* more space on disk, but....that's Micro$oft.

In any case, if "tar -tzf somefile.tar.gz" fails, try "tar -tf somefile.tar.gz". If this second command works, then rename the file to "somefile.tar" and you're good to go.

I'm almost 100% certain the problem is with your download or local extraction process, because the Drupal web site creates these tarballs automatically every night. The odds of one tarball being defective with a process that works successfully tens of thousands of times in a row are extremely small. (The programmers don't upload the tarballs -- we just commit source to CVS, and drupal.org has a batch job that automatically makes tarballs.)

Scott

syscrusher’s picture

By the way, the tarball is now known to be okay on the server. I have a test report from another user who successfully downloaded and installed this version.

ñull’s picture

Status: Active » Fixed

Must have been a glitch. I downloaded anew and now RAR tests it without errors.

syscrusher’s picture

Status: Fixed » Closed (fixed)

Terrific! Thanks for the un-error report. I'll close this issue.