gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] bootstrap error on Mandriva 2010 - not really solved


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] bootstrap error on Mandriva 2010 - not really solved
Date: Sun, 26 Sep 2010 11:42:45 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Sep 20, 2010 at 10:26:57AM +0200, Karsten Hilbert wrote:

> which is duly reflected in the (likely old) log file:
> 
> > 2010-07-25 15:41:12  INFO      gm.bootstrapper 
> > (./bootstrap_gm_db_system.py::__connect_superuser_to_srv_template() #347): 
> > using database port [5433] from environment variable [GM_DB_PORT]
> 
> So, ATM, I am not sure why it then gives an error message
> about a socket at port 5432. One thing you might try is doing
> 
>       export PGPORT="5432"
> 
> in addition to setting GM_DB_PORT such that this will
> configure any libpq-based software we might have missed to
> pass "-p GM_DB_PORT" to. I added this to the relevant shell
> scripts now.

This would, of course, have to be:

        export PGPORT="5433"                    # in the OPs case

or even better:

        export PGPORT="${GM_DB_PORT}"

to actually make the workaround happen.

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]