Re: [HACKERS] Can't run current PostgreSQL

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: darcy(at)druid(dot)net (D'Arcy J(dot)M(dot) Cain)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Can't run current PostgreSQL
Date: 1998-01-10 22:45:10
Message-ID: 199801102245.RAA03104@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> I am trying to run the latest version (supping source daily) and I get the
> following error when I run psql.
>
> Connection to database 'darcy' failed.
> connectDB() failed: Is the postmaster running and accepting connections at 'UNIX Socket' on port '5432'?
>
> Have I missed some change that I have to make? This is on the same
> system as the server.

I have seen cases since the password changes that the postmaster does
not start properly. If I start it from a script, it failes, but if I
start it from the command line or gdb, it works.

Haven't figured out why yet.

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Witten 1998-01-11 01:12:44 unsubscribe
Previous Message D'Arcy J.M. Cain 1998-01-10 22:23:50 Re: [HACKERS] Can't run current PostgreSQL