Re: [HACKERS] Problem with CVS access to current sources - Mailing list pgsql-hackers

From Peter T Mount
Subject Re: [HACKERS] Problem with CVS access to current sources
Date
Msg-id Pine.LNX.3.96.980801233910.1201A-100000@maidast.retep.org.uk
Whole thread Raw
In response to Re: [HACKERS] Problem with CVS access to current sources  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: [HACKERS] Problem with CVS access to current sources  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
On Sat, 1 Aug 1998, The Hermit Hacker wrote:

> On Wed, 29 Jul 1998, Tom Lane wrote:
>
> > ernst.molitor@uni-bonn.de writes:
> > > The command
> > >   cvs -z3 -d :pserver:anoncvs@postgresql.org:/usr/local/cvsroot co -P pgsql
> > > returns
> > >   Fatal error, aborting.
> > >   : no such user
> >
> > Yeah, the cvs server at postgresql.org has been broken for a couple days
> > now.  I'm seeing the same and some other people have complained as well.
> >
> > Marc, are you awake?
>
> Try it now...I just tried it using anon-cvs from home, and it appears to
> work...

Well, CVS is now working here now, but I'm still getting:

ERROR:  pg_atoi: error in "f": can't parse "f"
ERROR:  pg_atoi: error in "f": can't parse "f"

when running initdb. Heres some more details (from --debug):

> creating bootstrap relation
bootstrap relation created ok
> Commit End
tuple 1242<Inserting value: 'boolin'
Typ == NULL, typeindex = 3 idx = 0
boolin End InsertValue
Inserting value: '11'
Typ == NULL, typeindex = 10 idx = 1
11 End InsertValue
Inserting value: 'f'
Typ == NULL, typeindex = 10 idx = 2
ERROR:  pg_atoi: error in "f": can't parse "f"
ERROR:  pg_atoi: error in "f": can't parse "f"
initdb: could not create template database
initdb: cleaning up by wiping out /usr/local/dbase/data/base/template1

--
Peter T Mount peter@retep.org.uk or petermount@earthling.net
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: OR clause indexing installed
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Problem with CVS access to current sources