Thread

  1. gborg cvs ?

    Patrick Welche <prlw1@newn.cam.ac.uk> — 2003-10-13T18:22:34Z

    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
    
    
  2. Re: gborg cvs ?

    Tom Lane <tgl@sss.pgh.pa.us> — 2003-10-13T23:56:39Z

    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
    
    
  3. Re: gborg cvs ?

    Marc G. Fournier <scrappy@postgresql.org> — 2003-10-14T02:14:11Z

    
    Name:    svr3.postgresql.org
    Address:  200.46.204.161
    Aliases:  gborg.postgresql.org
    
    
    On Mon, 13 Oct 2003, Patrick Welche wrote:
    
    > 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
    >
    
    
  4. Re: gborg cvs ?

    Patrick Welche <prlw1@newn.cam.ac.uk> — 2003-10-14T11:59:22Z

    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