public inbox for [email protected]
help / color / mirror / Atom feedFrom website: all US download links fail for 8.4b1
5+ messages / 4 participants
[nested] [flat]
* From website: all US download links fail for 8.4b1
@ 2009-04-20 17:23 Gavin M. Roy <[email protected]>
2009-04-21 07:30 ` Re: From website: all US download links fail for 8.4b1 Dave Page <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Gavin M. Roy @ 2009-04-20 17:23 UTC (permalink / raw)
To: pgsql-www
I get sent to
http://www.postgresql.org/redir/198/h/source/v8.4beta/postgresql-8.4beta1.tar.bz2which
gives me a Not Found error.
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: From website: all US download links fail for 8.4b1
2009-04-20 17:23 From website: all US download links fail for 8.4b1 Gavin M. Roy <[email protected]>
@ 2009-04-21 07:30 ` Dave Page <[email protected]>
2009-04-21 17:45 ` Re: From website: all US download links fail for 8.4b1 Gavin M. Roy <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Dave Page @ 2009-04-21 07:30 UTC (permalink / raw)
To: Gavin M. Roy <[email protected]>; +Cc: pgsql-www
On Mon, Apr 20, 2009 at 6:23 PM, Gavin M. Roy <[email protected]> wrote:
> I get sent
> to http://www.postgresql.org/redir/198/h/source/v8.4beta/postgresql-8.4beta1.tar.bz2
> which gives me a Not Found error.
Where did you find that URL? Any /redir/ URL should be on wwwmaster
not www (as they seem to be when I check the website).
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: From website: all US download links fail for 8.4b1
2009-04-20 17:23 From website: all US download links fail for 8.4b1 Gavin M. Roy <[email protected]>
2009-04-21 07:30 ` Re: From website: all US download links fail for 8.4b1 Dave Page <[email protected]>
@ 2009-04-21 17:45 ` Gavin M. Roy <[email protected]>
2009-04-21 19:06 ` Re: From website: all US download links fail for 8.4b1 Dave Page <[email protected]>
2009-04-21 19:07 ` Re: From website: all US download links fail for 8.4b1 Magnus Hagander <[email protected]>
0 siblings, 2 replies; 5+ messages in thread
From: Gavin M. Roy @ 2009-04-21 17:45 UTC (permalink / raw)
To: Dave Page <[email protected]>; +Cc: pgsql-www
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:
<meta http-equiv="refresh"
content="5;/redir/198/h/source/v8.4beta/postgresql-8.4beta1.tar.bz2"
/>
to
<meta http-equiv="refresh"
content="5;http://wwwmaster.postgresql.org/redir/198/h/source/v8.4beta/postgresql-8.4beta1.tar.bz2";
/>
On Tue, Apr 21, 2009 at 3:30 AM, Dave Page <[email protected]> wrote:
> On Mon, Apr 20, 2009 at 6:23 PM, Gavin M. Roy <[email protected]> wrote:
>> I get sent
>> to http://www.postgresql.org/redir/198/h/source/v8.4beta/postgresql-8.4beta1.tar.bz2
>> which gives me a Not Found error.
>
> Where did you find that URL? Any /redir/ URL should be on wwwmaster
> not www (as they seem to be when I check the website).
>
> --
> Dave Page
> EnterpriseDB UK: http://www.enterprisedb.com
>
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: From website: all US download links fail for 8.4b1
2009-04-20 17:23 From website: all US download links fail for 8.4b1 Gavin M. Roy <[email protected]>
2009-04-21 07:30 ` Re: From website: all US download links fail for 8.4b1 Dave Page <[email protected]>
2009-04-21 17:45 ` Re: From website: all US download links fail for 8.4b1 Gavin M. Roy <[email protected]>
@ 2009-04-21 19:06 ` Dave Page <[email protected]>
1 sibling, 0 replies; 5+ messages in thread
From: Dave Page @ 2009-04-21 19:06 UTC (permalink / raw)
To: Gavin M. Roy <[email protected]>; +Cc: pgsql-www; Magnus Hagander <[email protected]>
On Tue, Apr 21, 2009 at 6:45 PM, Gavin M. Roy <[email protected]> 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:
>
> <meta http-equiv="refresh"
> content="5;/redir/198/h/source/v8.4beta/postgresql-8.4beta1.tar.bz2"
> />
>
> to
>
> <meta http-equiv="refresh"
> content="5;http://wwwmaster.postgresql.org/redir/198/h/source/v8.4beta/postgresql-8.4beta1.tar.bz2";
> />
Hmm, yes I see it now. Magnus; I assume this broke when you re-wrote
the redirector? Can you fix please?
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: From website: all US download links fail for 8.4b1
2009-04-20 17:23 From website: all US download links fail for 8.4b1 Gavin M. Roy <[email protected]>
2009-04-21 07:30 ` Re: From website: all US download links fail for 8.4b1 Dave Page <[email protected]>
2009-04-21 17:45 ` Re: From website: all US download links fail for 8.4b1 Gavin M. Roy <[email protected]>
@ 2009-04-21 19:07 ` Magnus Hagander <[email protected]>
1 sibling, 0 replies; 5+ messages in thread
From: Magnus Hagander @ 2009-04-21 19:07 UTC (permalink / raw)
To: Gavin M. Roy <[email protected]>; +Cc: Dave Page <[email protected]>; pgsql-www
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:
>
> <meta http-equiv="refresh"
> content="5;/redir/198/h/source/v8.4beta/postgresql-8.4beta1.tar.bz2"
> />
>
> to
>
> <meta http-equiv="refresh"
> 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
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2009-04-21 19:07 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2009-04-20 17:23 From website: all US download links fail for 8.4b1 Gavin M. Roy <[email protected]>
2009-04-21 07:30 ` Dave Page <[email protected]>
2009-04-21 17:45 ` Gavin M. Roy <[email protected]>
2009-04-21 19:06 ` Dave Page <[email protected]>
2009-04-21 19:07 ` Magnus Hagander <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox