gborg cvs ?

Started by Patrick Welcheover 22 years ago4 messagesgeneral
Jump to latest
#1Patrick Welche
prlw1@newn.cam.ac.uk

Is something up with gborg cvs, or have the settings changed?

% cvs update
cvs [update aborted]: connect to gborg.postgresql.org:2401 failed: Connection timed out
% cat CVS/Root
:pserver:anonymous@gborg.postgresql.org:/usr/local/cvsroot/libpqxx
% cat CVS/Repository
libpqxx

Cheers,

Patrick

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Patrick Welche (#1)
Re: gborg cvs ?

Patrick Welche <prlw1@newn.cam.ac.uk> writes:

Is something up with gborg cvs, or have the settings changed?

Works here. Probably your DNS server still has the old IP address
cached. All the Postgres servers were moved to new IP addresses today.

regards, tom lane

#3The Hermit Hacker
scrappy@hub.org
In reply to: Patrick Welche (#1)
Re: gborg cvs ?

Name: svr3.postgresql.org
Address: 200.46.204.161
Aliases: gborg.postgresql.org

On Mon, 13 Oct 2003, Patrick Welche wrote:

Show quoted text

Is something up with gborg cvs, or have the settings changed?

% cvs update
cvs [update aborted]: connect to gborg.postgresql.org:2401 failed: Connection timed out
% cat CVS/Root
:pserver:anonymous@gborg.postgresql.org:/usr/local/cvsroot/libpqxx
% cat CVS/Repository
libpqxx

Cheers,

Patrick

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

#4Patrick Welche
prlw1@newn.cam.ac.uk
In reply to: The Hermit Hacker (#3)
Re: gborg cvs ?

On Mon, Oct 13, 2003 at 11:14:11PM -0300, Marc G. Fournier wrote:

Name: svr3.postgresql.org
Address: 200.46.204.161
Aliases: gborg.postgresql.org

All OK today - thanks!

Patrick