Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id BAC4A632349 for ; Tue, 21 Apr 2009 16:07:53 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 13061-06 for ; Tue, 21 Apr 2009 16:07:51 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by mail.postgresql.org (Postfix) with ESMTP id D8BE062FBB4 for ; Tue, 21 Apr 2009 16:07:51 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id 0001EDCD2F1; Tue, 21 Apr 2009 21:07:49 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mha-laptop.hagander.net (Postfix) with ESMTP id 6343512442E; Tue, 21 Apr 2009 21:07:49 +0200 (CEST) Message-ID: <49EE1984.7060504@hagander.net> Date: Tue, 21 Apr 2009 21:07:48 +0200 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: "Gavin M. Roy" CC: Dave Page , PostgreSQL WWW Subject: Re: From website: all US download links fail for 8.4b1 References: <937d27e10904210030k39b94baeuab38d539aa8b6411@mail.gmail.com> In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200904/108 X-Sequence-Number: 16975 Gavin M. Roy wrote: > Clicking through from the beta links: > > Homepage - Participate in the Beta > > You can find the source code for the latest beta release in our FTP > area (http://www.postgresql.org/developer/beta) > > takes me to http://wwwmaster.postgresql.org/download/mirrors-ftp/source/v8.4beta/postgresql-8.4beta1.tar.bz2 >> which automatically redirects me to > http://www.postgresql.org/redir/198/h/source/v8.4beta/postgresql-8.4beta1.tar.bz2 > > It's still happening right now. What's odd is the url with the > refresh is wwwmaster.postgresql.org, maybe it's a weidness with > safari? It works fine in Firefox. Perhaps it would be better to > change: > > content="5;/redir/198/h/source/v8.4beta/postgresql-8.4beta1.tar.bz2" > /> > > to > > content="5;http://wwwmaster.postgresql.org/redir/198/h/source/v8.4beta/postgresql-8.4beta1.tar.bz2" > /> Indeed. And the code attempted to do htat. Except it accessed master_server instead of masterserver in the settings array. Fix applied, and update queued. Should be updated in <10 minutes, can you please try again then? :-) //Magnus