Re: Regression Test Fails

From: Steve Bern <sabern(at)eshell(dot)net>
To: "Julio Cuz, Jr(dot)" <jcuz(at)rccd(dot)cc(dot)ca(dot)us>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Regression Test Fails
Date: 2001-01-04 21:25:34
Message-ID: Pine.LNX.4.21.0101041510540.6169-100000@eshell.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

1) you need to set the regression test to use a username that's defined to
postgres. It looks like it's currently using user 'username'. Out of the
box, you can set this to postgres if you did the default RPM install, or
installed right from RH7. Postgres is, of course, the superuser of the
database. So you'll need to edit the regression test and replace
'username' with 'postgres' and possibly add a password, depending on how
your pg_hba is set up.

2) do a man on pg_passwd to see how to setup users for postgresql -- note
particularly how the pg_hba.conf file is used.

3) You'll need to familiarize yourself with how authentication is done
to the database. Read/edit /var/lib/pgsql/data/pg_hba.conf. There are
instructions on how to do this in the file itself. Then restart postgres
(/etc/rc.d/init.d/postgresql restart) (not sure if actually need to do
this, but won't hurt anything). This is how you set up access.

On Thu, 4 Jan 2001, Julio Cuz, Jr. wrote:

> Hi--
>
> This is my first e-mail to this list :)
>
> I just installed Postgresql on Red Hat Linux 7 and when I try to run the
> 'Regression Test', I get this error:
>
> psql: FATAL 1: SetUserId: user 'username' is not in 'pg_shadow'
> createdb failed...
>
> Help !
>
> Julio Cuz, Jr.
> Riverside Community College
> jcuz(at)rccd(dot)cc(dot)ca(dot)us
>

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Dan Wilson 2001-01-04 21:40:52 Re: GUI interface
Previous Message Steve Bern 2001-01-04 21:09:37 Re: GUI interface