Brian Timares schrieb am Friday, den 11. March 2011:

> Looking at the latest (1.3) instructions, on the quickstart-idoutils.html, I 
> see
> PostgreSQL:
> 
> Create database and User:
> 
>  #> su - postgres
>  $psql
>  postgres=# CREATE USER icinga;
>  postgres=# ALTER USER icinga WITH PASSWORD 'icinga';
>  postgres=# CREATE DATABASE icinga; 
> 
> 
> When I type psql at the $ prompt I get:
> psql: FATAL: Ident authentication failed for user "postgres"
Any default installation of postgresql should give to admin permissions to
the postgres user. Are you sure you are really user postgres? (try id before
calling psql). If yes you somehow mixed up your pg_hba.conf or something else
in your system. 

Alex

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to