Re: oidvector undefined

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: rob <rstodd(at)cts(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: oidvector undefined
Date: 2000-07-12 18:37:59
Message-ID: 20000712133759.A3388@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Rob -
I'd swear I saw several replys to your earlier posts. You sure you're
subscribed? Anyway, take a look at the output you sent. Anything look
suspicious? Looks to me like you don't have the permissions set
properly on /jo/database: it needs to be owned by 'postgres'

BTW, this was _not_ a fresh, clean install: you didn't rm -rf /jo/database

Ross
--
Ross J. Reedstrom, Ph.D., <reedstrm(at)rice(dot)edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St., Houston, TX 77005

On Tue, Jul 11, 2000 at 05:46:38PM -0700, rob wrote:
> I am about at wits end. I have been firing off emails, getting no
> reply, and it has been about a week and a half. To top this off, I
> gotta describe why I am getting nowhere on this database to my boss!
>
> I am attaching the output of initdb, and mind you, this is a FRESH
> install, fresh recompile from a fresh source tree.
>
> If necessary, I could easily give you all of the compile output, but I
> can't see where that'll get you.
>
>

> [root(at)bloodyaxes bin]# su postgres -c "initdb --pglib=/usr/local/pgsql/lib --pgdata=/jo/database -d"
> Running with debug mode on.
> initdb: using /usr/local/pgsql/lib/local1_template1.bki.source as input to create the template database.
> initdb: using /usr/local/pgsql/lib/global1.bki.source as input to create the global classes.
> initdb: using /usr/local/pgsql/lib/pg_hba.conf.sample as the host-based authentication control file.
>
> We are initializing the database system with username postgres (uid=100).
> This user will own all the files and must also own the server process.
>
> rm: cannot remove `/jo/database/base/template1': Permission denied
> mkdir: cannot make directory `/jo/database/base/template1': Permission denied

here's the problem!

> Creating template database in /jo/database/base/template1
> Running: postgres -boot -C -F -D/jo/database -d template1
> <proname name>
> <proowner int4>
> <prolang oid>
> <proisinh bool>
> <proistrusted bool>
> <proiscachable bool>
> <pronargs int2>
> <proretset bool>
> <prorettype oid>
> bootstrap.c: External Type: oidvector
> ERROR: Error: unknown type 'oidvector'.
>
> ERROR: Error: unknown type 'oidvector'.
>
> initdb: could not create template database
> initdb: cleaning up by wiping out /jo/database/base/template1
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mario Simeone 2000-07-12 19:09:31 incoming connections
Previous Message Michael Holopainen 2000-07-12 06:15:17 Is there anyway to recover dropped tables ?