Well there's the issue. You're wget'ing from a mirror page. If you follow those links, aka in browser, until you get to the essentially "final link" that points to the actual file on sourceforge's servers, you can then copy paste that into a terminal and wget the file.

The prdownloads is a link to a list of mirror sites that host the file, so what you're getting is the html file result of grabbing the mirror page.

Try following that prdownloads link until you get to a page that prompts you to save a file, the one I used for instance to get the file was
http://aleron.dl.sourceforge.net/sourceforge/clamav/clamav-0.80rc2.tar.gz


But it's totally up to you which mirror you want to get the file from.

Hope that helps.

Tim

Dave Filchak wrote:

Well, still no love here ..

tar xvf clamav-0.80rc2.tar.gz tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors


So then:

file clamav-0.80rc2.tar.gz reports:
clamav-0.80rc2.tar.gz: HTML document text


I used wget to download this file. I'm thinking that it must be the way I
invoked wget which was simply:

wget http://prdownloads.sourceforge.net/clamav/clamav-0.80rc2.tar.gz

I also tried wget -dv
http://prdownloads.sourceforge.net/clamav/clamav-0.80rc2.tar.gz and got this
output:

DEBUG output created by Wget 1.8.2 on linux-gnu.

--00:00:19--
http://prdownloads.sourceforge.net/clamav/clamav-0.80rc2.tar.gz
          => `clamav-0.80rc2.tar.gz'
Resolving prdownloads.sourceforge.net... done.
Caching prdownloads.sourceforge.net => 66.35.250.217
Connecting to prdownloads.sourceforge.net[66.35.250.217]:80... connected.
Created socket 3.
Releasing 0x8081e78 (new refcount 1).
---request begin---
GET /clamav/clamav-0.80rc2.tar.gz HTTP/1.0
User-Agent: Wget/1.8.2
Host: prdownloads.sourceforge.net
Accept: */*
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... HTTP/1.1 200 OK
Date: Sat, 25 Sep 2004 03:53:24 GMT
Server: Apache/1.3.26 (Unix) PHP/4.3.8
X-Powered-By: PHP/4.3.8
X-Accelerated-By: PHPA/1.3.3r2
Connection: close
Content-Type: text/html


Length: unspecified [text/html]

[ <=>
] 14,314 32.36K/s


Closing fd 3
00:00:20 (32.36 KB/s) - `clamav-0.80rc2.tar.gz' saved [14314]

Dave

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dennis
Peterson
Sent: Friday, September 24, 2004 11:08 PM
To: [EMAIL PROTECTED]
Subject: Re: [Clamav-users] Unpacking archive

Dave Filchak said:


Can someone save me from either my own stupidity or my insanity? I have downloaded the latest release candidate of ClamAV and then tried to extract the archive and nothing I do is working. Here is what I have been trying:

zcat clamav-0.80rc2.tar.gz | tar xvf -

And here is the response I get:

zcat: clamav-0.80rc2.tar.gz: not in gzip format

In fact, no permutation of tar or gunzip seems to work for me. Any help for this brain of mine?

Dave



Assuming that there were not download problems...

Run

$> file clamav-0.80rc2.tar.gz

and chances are beyond belief it will report it is a tar file. Or just run

$> tar xvf clamav-0.80rc2.tar.gz and see if it explodes.

My bet is it will. Browsers/webservers are notorious for uncompressing files
on the fly without renaming them.

dp


------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users






------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to