[OPEN-ILS-DEV] Failed attempt when "create the database schema"
Mike Rylander
mrylander at gmail.com
Wed Mar 30 20:38:53 EDT 2011
On Wed, Mar 30, 2011 at 8:23 PM, Grant Johnson <fgjohnson at lojoh.ca> wrote:
> Gents and Gals...
>
> fedora14, evergreen 2.0.4, postgreSQL 8.4 --> all prereqs completed
> perfectly up until #6 on these instructions.
> http://open-ils.org/dokuwiki/doku.php?id=server:2.0:install:fedora
>
> BTW - 8.4 config is at this path --> /var/lib/pgsql/data/
>
> I know... everything is evergreen - But that's how this is.
> Any hints?
>
> Error below:
>
> [opensrf at myserver Evergreen-ILS-2.0.4]$ perl
> Open-ILS/src/support-scripts/eg_db_config.pl --update-config --service all
> --create-schema --create-offline --user evergreen --password evergreen
> --hostname localhost --port 5432 --database evergreen --admin-user evergreen
> --admin-pass evergreen
> Backed up original configuration file to
> '/openils/conf/opensrf.xml.2011.3.30.21.5.52'
> psql: FATAL: Ident authentication failed for user "evergreen"
This is your error. You'll need to adjust the Postgres authentication
configuration found in pg_hba.conf. You could elect to use "trust"
(insecure) or "md5" instead of "ident".
--
Mike Rylander
| VP, Research and Design
| Equinox Software, Inc. / Your Library's Guide to Open Source
| phone: 1-877-OPEN-ILS (673-6457)
| email: miker at esilibrary.com
| web: http://www.esilibrary.com
More information about the Open-ils-dev
mailing list