Re: Unable to start postgresql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John Iliffe <john(dot)iliffe(at)iliffe(dot)ca>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Unable to start postgresql
Date: 2017-03-09 04:35:10
Message-ID: 27129.1489034110@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John Iliffe <john(dot)iliffe(at)iliffe(dot)ca> writes:
> [root(at)prod04 John]# lsof -n | grep postmaster
> [root(at)prod04 John]# lsof -n | grep postgres | grep 5432
> postgres 2760 postgres 5u unix 0xffff9e5390b5b800 0t0
> 69422 /tmp/.s.PGSQL.5432 type=STREAM

That isn't proving a lot: as I showed in my example lsof output, Fedora's
lsof will map "5432" to "postgres" in the context of an IP port number.
(I'm sure there's a way to turn that off, but -n ain't it.)

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message jpap00 2017-03-09 04:41:12 Which release does a commit end up getting into?
Previous Message Günce Kaya 2017-03-09 04:35:01 Re: import CSV file to a table