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: Sat, 25 Sep 2010 20:03:02 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Sat, Sep 25, 2010 at 07:57:51PM +0200, Michael Schütt wrote:

> > > Maybe this only works if a server is running on port 5432 and 5433 ?
> > 
> > No. All this comes about because Michael does not end up
> > modifying and running the proper bootstrap-latest.sh.

The one left over psql picking up the wrong port was in this
line of bootstrap-latest.sh:

        VER_EXISTS=`su -c "psql -l" -l postgres | grep gnumed_v${DB_VER}`

which should be:

        VER_EXISTS=`su -c "psql -l ${PORT_DEF}" -l postgres | grep 
gnumed_v${DB_VER}`

> wait a moment.
> There is something going on..... With a lot of errors, but we will get
> an error-log.

:-)

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]