gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] Client 3.9


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] Client 3.9
Date: Sat, 17 Jan 2009 11:46:28 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Geordie,

thanks for trying again.

> Server v3

I assume v9.

> installed without a hitch I followed pg_hba in the doc section. I have 
> several errors.
> In etc/gnumend/gnumed.conf
> you have host=
> I tried this and got a fatal postgres error.
> should it not be
> host=localhost  ??
That should work, too. However, leaving it empty is
functionally the same thing.

There is one difference, though:

If "host" is not given (host =) the connection is made over
UNIX domain sockets and whatever auth scheme is set for that
in pg_hba.conf applies.

(the lines starting with "local ...")

If "host" is "localhost" it may or may not assume IP address
127.0.0.1 (depending on distribution) and the connection is
made via local loopback TCP/IP and whatever auth scheme is
set for *that* in pg_hba.conf applies.

(the lines starting with "host ...")

> I have attached two log files one which contains password=ay-docn
> Could this be a problem?
Surely. You typed the password wrong.

However, on the second attempt you probably typed it
properly (at least the log timestamps say that the *second*
attempt did not complain about the wrong password). It then
goes on to complain about a faulty or missing pg_hba.conf.
Since we shall assume you do have PostgreSQL installed (in
any case it did not complain about that the first time
around) there must be something in your pg_hba.conf which is
not quite right.

You might want to post that file (off-list if you so wish)
so we can give advice.

Up until here there is no indication of any fault with
GNUmed code. It simply reports problems with the environment
it is told to run in.

> This was done in a fresh install of kdelite in virtualbox.
Nice to see people testing in diverse environments !

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346




reply via email to

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