Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2009 09:47:14 -0800
From:      Jeremy Chadwick <freebsd@jdc.parodius.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: 8.0-RC USB/FS problem
Message-ID:  <20091124174714.GA2240@icarus.home.lan>
In-Reply-To: <200911241813.23616.hselasky@c2i.net>
References:  <CB2DD11991B27C4F99935E6229450D3203950A1C@STORK.scenix.com> <200911240933.19329.hselasky@c2i.net> <CB2DD11991B27C4F99935E6229450D3203950A2A@STORK.scenix.com> <200911241813.23616.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 24, 2009 at 06:13:21PM +0100, Hans Petter Selasky wrote:
> On Tuesday 24 November 2009 17:58:47 Guojun Jin wrote:
> > Sorry for the typo -- it is public not pub in the middle. The others should
> > be all public.
> >
> > http:/www.daemonfun.com/archives/public/USB/crash1-reset.bz2
> >
> 
> %fetch http:/www.daemonfun.com/archives/public/USB/crash1-reset.bz2
> fetch: http:/www.daemonfun.com/archives/public/USB/crash1-reset.bz2: No 
> address record
> 
> --HPS
> 
> > -----Original Message-----
> > From: Hans Petter Selasky [mailto:hselasky@c2i.net]
> > Sent: Tue 11/24/2009 12:33 AM
> > To: Guojun Jin
> > Cc: freebsd-usb@freebsd.org; bugs@freebsd.org; freebsd-stable@freebsd.org
> > Subject: Re: 8.0-RC USB/FS problem
> >
> > On Tuesday 24 November 2009 09:12:45 Guojun Jin wrote:
> > > http:/www.daemonfun.com/archives/pub/USB/crash1-reset.bz2
> >
> > I'm not able to fetch this file. Could you extract the panic backtrace?
> >
> > --HPS

The above issue is unrelated to the USB/FS problem.  It looks like
fetch(1) has a parser bug.  Note the text portion between the URI and
URL is colon-slash not colon-slash-slash like it should be.

Reproduction:

$ host www.daemonfun.com
www.daemonfun.com is an alias for daemonfun.com.
daemonfun.com has address 76.202.192.211
daemonfun.com mail is handled by 10 mh1.daemonfun.com.
daemonfun.com mail is handled by 20 mh2.daemonfun.com.

$ fetch http:/www.daemonfun.com/
fetch: http:/www.daemonfun.com/: No address record

I haven't examined the code, but my guess is fetch is trying to do a
lookup on the FQDN "http:/www.daemonfun.com/".  Who wants to file a PR?
:-)

-- 
| Jeremy Chadwick                                   jdc@parodius.com |
| Parodius Networking                       http://www.parodius.com/ |
| UNIX Systems Administrator                  Mountain View, CA, USA |
| Making life hard for others since 1977.              PGP: 4BD6C0CB |



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