Re: Regression Test Fails

Поиск
Список
Период
Сортировка
От Steve Bern
Тема Re: Regression Test Fails
Дата
Msg-id Pine.LNX.4.21.0101041510540.6169-100000@eshell.net
обсуждение исходный текст
Ответ на Regression Test Fails  ("Julio Cuz, Jr." <jcuz@rccd.cc.ca.us>)
Ответы pg_shadow???  ("Julio Cuz, Jr." <jcuz@rccd.cc.ca.us>)
Список 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@rccd.cc.ca.us
>


В списке pgsql-php по дате отправления:

Предыдущее
От: Steve Bern
Дата:
Сообщение: Re: GUI interface
Следующее
От: "Dan Wilson"
Дата:
Сообщение: Re: GUI interface