From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28508 invoked from network); 29 Aug 2008 23:01:55 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,WEIRD_PORT autolearn=no version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Aug 2008 23:01:55 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 83723 invoked from network); 29 Aug 2008 23:01:46 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Aug 2008 23:01:46 -0000 Received: (qmail 13051 invoked by alias); 29 Aug 2008 23:01:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25543 Received: (qmail 13031 invoked from network); 29 Aug 2008 23:01:37 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Aug 2008 23:01:37 -0000 Received: from smtp02.spamarrest.com (smtp02.spamarrest.com [67.228.25.94]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 5852C801E2B4 for ; Sat, 30 Aug 2008 01:01:33 +0200 (CEST) Received: from [192.168.1.2] (adsl-68-122-71-112.dsl.pltn13.pacbell.net [68.122.71.112]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp02.spamarrest.com (Postfix) with ESMTP id 5CB49FBC376; Fri, 29 Aug 2008 18:01:31 -0500 (CDT) Mime-Version: 1.0 Message-Id: In-Reply-To: <237967ef0808291414n4d8c1ca3u8d815b3e01284761@mail.gmail.com> References: <237967ef0808291414n4d8c1ca3u8d815b3e01284761@mail.gmail.com> Date: Fri, 29 Aug 2008 15:50:20 -0700 To: "Mikael Magnusson" From: Dave Yost Subject: Re: trouble downloading Cc: zsh-workers@sunsite.dk Content-Type: text/plain; charset="us-ascii" X-Virus-Scanned: ClamAV 0.92.1/8118/Fri Aug 29 19:54:27 2008 on bifrost X-Virus-Status: Clean At 11:14 PM +0200 2008-08-29, Mikael Magnusson wrote: >2008/8/29 Dave Yost : >> Can't see how to download the latest sources for building. >> > > Go to http://zsh.sourceforge.net/ >> Note the 'Download' heading. >> -> Hmm. must be either under Contents or Mirrors. >> Click on Contents >> -> Here I see only filenames, not complete URLs. Gotta make one up. >> Try http://zsh.sourceforge.net/zsh.tar.bz2 >> -> Nope. gets an error page >> Try http://zsh.sourceforge.net/Arc/zsh.tar.bz2 >> -> Nope. gets an error page > >And when you go back and click on Mirrors instead? I expected to see a list of mirrors of where I am now, in other words, same stuff, different host. That's the custom I'm used to. But apparently by "Mirrors" you mean "Download locations". Also: none of the US download URLs is currently working from either of hosts I tried (one in Silicon Valley and one in L.A.) 6 212 Z% curl -Ov --progress-bar ftp://ftp.rge.com/pub/shells/zsh/zsh.tar.bz2 * getaddrinfo(3) failed for ftp.rge.com:21 * Couldn't resolve host 'ftp.rge.com' * Closing connection #0 curl: (6) Couldn't resolve host 'ftp.rge.com' 6 213 Z% curl -Ov --progress-bar ftp://uiarchive.uiuc.edu/pub/packages/shells/zsh/zsh.tar.bz2 * getaddrinfo(3) failed for uiarchive.uiuc.edu:21 * Couldn't resolve host 'uiarchive.uiuc.edu' * Closing connection #0 curl: (6) Couldn't resolve host 'uiarchive.uiuc.edu' 6 214 Z% curl -Ov --progress-bar ftp://archive.progeny.com/zsh/zsh.tar.bz2 * About to connect() to archive.progeny.com port 21 (#0) * Trying 69.46.228.180... ^C 130 215 Z% curl -Ov --progress-bar ftp://sunsite.org.uk/packages/zsh/zsh.tar.bz2 * About to connect() to sunsite.org.uk port 21 (#0) * Trying 193.195.63.7... Network is unreachable * couldn't connect to host * Closing connection #0 curl: (7) couldn't connect to host 7 216 Z%