Re: BUG #3039: install completely but can't connect to server

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jessica" <hxq7681(at)cs(dot)rit(dot)edu>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3039: install completely but can't connect to server
Date: 2007-02-23 05:25:17
Message-ID: 11763.1172208317@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Jessica" <hxq7681(at)cs(dot)rit(dot)edu> writes:
> logfile:
> LOG: could not bind IPv6 socket: Cannot assign requested address
> HINT: Is another postmaster already running on port 5432? If not, wait a
> few seconds and retry.
> FATAL: could not open lock file "/tmp/.s.PGSQL.5432.lock": Permission
> denied

> How to solve it?

Seems like you have an existing Postgres installation that you need to
shut down --- or else select a different port number for the new one
to use.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message guru 2007-02-23 06:03:32 ERROR: relation "pg_catalog.pg_user" does not exist
Previous Message Tom Lane 2007-02-23 05:22:58 Re: BUG #3054: getopt_long () misbehaviour