gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] Can't run GNUmed without database connection


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] Can't run GNUmed without database connection
Date: Sat, 30 Aug 2008 13:15:05 +0200

> On Samstag 30 August 2008, Geordie wrote:
> > failed for user "any-doc" DSN: dbname=gnumed_v9 port=5432 user=any-doc
> > password=gmadmin sslmode=prefer  Please retry or cancel !

Try the password "any-doc" for user "any-doc".

> 2008-08-29 21:30:55 [WARN]
> (/var/lib/python-support/python2.5/Gnumed/wxpython/gmAuthWidgets.py:connect
> >address@hidden):   exception value: PostgreSQL: FATAL:
> > Ident authentication failed for user "any-doc"
Your local pg_hba.conf is still configured to require ident-based 
authentication for "any-doc".
This will not work. Please resend your pg_hba.conf.

> > DSN: dbname=gnumed_v9 port=5432 user=any-doc password=gmadmin
> > sslmode=prefer 2008-08-29 21:30:59  [INFO]
> 
> same for password here
However, the password will not even be considered because pg_hba.conf is
configured to require IDENT authentication for any-doc.

> Please install pgadmin gui

Good advice.

   apt-get install pgadmin3

It can be a bit confusing, however, at times.

Alternatively, in a shell, try:

   psql -d gnumed_v9 -U any-doc

if it does ask for a password, use "any-doc". It probably won't because, see 
above, pg_hba.conf
is set up to require IDENT rather than md5.

> If this works then gnumed will work as well (AFAIK)
It should, correct.

Karsten
-- 
Psssst! Schon das coole Video vom GMX MultiMessenger gesehen?
Der Eine für Alle: http://www.gmx.net/de/go/messenger03




reply via email to

[Prev in Thread] Current Thread [Next in Thread]