Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 1997 21:26:08 -0500 (EST)
From:      mph@pobox.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/5074: fetch cannot retrieve a URL
Message-ID:  <199711180226.VAA05897@mph124.rh.psu.edu>
Resent-Message-ID: <199711180230.SAA07442@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         5074
>Category:       bin
>Synopsis:       fetch cannot retrieve a URL
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 17 18:30:01 PST 1997
>Last-Modified:
>Originator:     Matthew Hunt
>Organization:
none
>Release:        FreeBSD 2.2.5-RELEASE i386
>Environment:

     $Id: fetch.h,v 1.3.2.2 1997/09/15 08:07:04 jkh Exp $
     $Id: file.c,v 1.1.2.2 1997/11/12 04:40:45 obrien Exp $
     $Id: ftp.c,v 1.3.2.5 1997/10/08 18:44:07 fenner Exp $
     $Id: http.c,v 1.4.2.5 1997/11/08 22:24:45 obrien Exp $
     $Id: main.c,v 1.26.2.8 1997/09/15 08:07:06 jkh Exp $
     $Id: uri.c,v 1.1 1997/01/30 21:43:43 wollman Exp $
     $Id: util.c,v 1.5 1997/02/11 20:46:06 wollman Exp $


>Description:

fetch cannot retrieve the URL:

$ fetch http://www.geocities.com/SiliconValley/Park/2055/c2ps-40.tgz
fetch: reading reply from www.geocities.com: Connection reset by peer

$ tcpdump -tp host www.geocities.com
tcpdump: listening on ed0
mph124.rh.psu.edu.4174 > 209.1.224.11.http: SP 3332479440:3332479540(100) win 16728 <mss 1460,nop,wscale 0,nop,nop,timestamp[|tcp]> (DF)
209.1.224.11.http > mph124.rh.psu.edu.4174: S 1234567:1234567(0) ack 3332479441 win 2048
mph124.rh.psu.edu.4174 > 209.1.224.11.http: FP 101:166(65) ack 1 win 16728 (DF)
209.1.224.11.http > mph124.rh.psu.edu.4174: R 1:1(0) ack 102 win 2048

This problem is relevant to /usr/ports/print/c2ps.  wget and lynx can
both retreive the URL.

>How-To-Repeat:

fetch http://www.geocities.com/SiliconValley/Park/2055/c2ps-40.tgz

>Fix:

Unknown, sorry. :-(
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711180226.VAA05897>