gcannot extract koha download using gunzip
Hi everybody I installing koha 2.2.9 but i am getting error when trying to extract the file using gunzip. I have used the following command to extracting the files # tar -xvf koha-2.2.9.tar.gz but this is what iam getting gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now. can somebody tell me what i am not getting right and how to go about it.
kenneth rotich a écrit :
Hi everybody
I installing koha 2.2.9 but i am getting error when trying to extract the file using gunzip. I have used the following command to extracting the files # tar -xvf koha-2.2.9.tar.gz but this is what iam getting
gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now. can somebody tell me what i am not getting right and how to go about it. tar xvfz koha-2.2.9.tar.gz will do the job. Or try using gunzip then tar -- Henri-Damien LAURENT
Hmm. No, it looks like gzip is being run, it's just that the file's corrupt. Kenneth: try downloading it again. -- Jesse
Jesse wrote:
Hmm. No, it looks like gzip is being run, it's just that the file's corrupt. Kenneth: try downloading it again.
Is the MD5 checksum of the tarball published anywhere? This is invaluable to (a) detect corrupt archives and (b) to detect hacking attempts. cheers rickw -- ________________________________________________________________ Rick Welykochy || Praxis Services || Internet Driving Instructor We like to think of ourselves as the Microsoft of the energy world. -- Kenneth Lay, former CEO of Enron
On Tue, Apr 15, 2008 at 5:30 PM, Rick Welykochy <rick@praxis.com.au> wrote:
Is the MD5 checksum of the tarball published anywhere? This is invaluable to (a) detect corrupt archives and (b) to detect hacking attempts.
Hi Rick, when I download it from http://download.savannah.nongnu.org/releases/koha/koha-2.2.9.tar.gz it extracts just fine with 'tar zxvf' on my linux system. Here's the md5sum for my download: fb76857452f1e3fb5f4bf04b65669be5 koha-2.2.9.tar.gz It's 8185551 bytes. Hope it helps. -Andy
Andrew Moore wrote:
when I download it from http://download.savannah.nongnu.org/releases/koha/koha-2.2.9.tar.gz it extracts just fine with 'tar zxvf' on my linux system. Here's the md5sum for my download:
fb76857452f1e3fb5f4bf04b65669be5 koha-2.2.9.tar.gz
It's 8185551 bytes.
Exactly what I have. Sounds fine. cheers rickw -- ________________________________________________________________ Rick Welykochy || Praxis Services || Internet Driving Instructor We like to think of ourselves as the Microsoft of the energy world. -- Kenneth Lay, former CEO of Enron
participants (5)
-
Andrew Moore -
Henri-Damien LAURENT -
Jesse -
kenneth rotich -
Rick Welykochy