Re: install problem

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: sol <sol(at)autonomon(dot)net>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: install problem
Date: 2002-09-26 08:58:45
Message-ID: 1033030725.9204.83.camel@linda
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, 2002-09-25 at 13:49, Oliver Elphick wrote:
> On Wed, 2002-09-25 at 07:16, sol wrote:
> > I've just been trying to install Postgresql 7.2.2 on Debian Sid/Unstable
> > and have been repeatedly failed to do so.
>
> You need to see in more detail what the install script is doing and
> where the failure is.
>
> Add "set -x" as the second line of
> /var/lib/dpkg/info/postgresql.postinst and then do "dpkg --configure
> postgresql". It should then be a lot easier to see which command in the
> install script is causing the problem.

The actual error was that "su - postgres" was interpreting "-" as the
desired login name. This was a bug in the latest login package, which
has now been fixed. You need to install login 4.0.3-2 or later.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight, UK
http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"For I am convinced that neither death, nor life, nor
angels, nor principalities, nor things present, nor
things to come, nor powers, nor height, nor depth, nor
any other created thing, shall be able to separate us
from the love of God, which is in Christ Jesus our
Lord." Romans 8:38,39

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2002-09-26 14:16:08 Re: Vacuum again and again
Previous Message Adam Witney 2002-09-26 08:46:35 Re: Best way to install PostgreSQL,