More on this /tmp/s.PGSQL.5423 problem

From: Douglas Nichols <dnichols(at)fhcrc(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: More on this /tmp/s.PGSQL.5423 problem
Date: 1999-05-14 19:48:37
Message-ID: 373C7E15.618A6FFC@fhcrc.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This error is almost like mine:
.....
FATAL: StreamServerPort: bind() failed: errno=13
Is another postmaster already running on that port?
If not, remove socket node
(/tmp/.s.PGSQL.<portnr>)and retry.
/usr/bin/postmaster: cannot create UNIX stream port
postmaster []
.....

But I absolutely do not have any .s.* any file in my /tmp
directory. So there must be someother reason that this error
comes up postgres....

Thanks for your time.

dn

Re: [GENERAL] Postmaster Won't Start

From: Brian <signal(at)shreve(dot)net>
To: Bernie <bfb(at)att(dot)net>
Subject: Re: [GENERAL] Postmaster Won't Start
Date: Sun, 2 Aug 1998 12:45:39 -0500 (CDT)

On Sun, 2 Aug 1998, Bernie wrote:

>
>
> whenever I attempt to start the postmaster, I get the
> following error:
>
> FindBackend: found "/usr/bin/postgres" using argv[0]
> FATAL: StreamServerPort: bind() failed: errno=13
> Is another postmaster already running on that port?
> If not, remove socket node (/tmp/.s.PGSQL.<portnr>)and retry.

you removed the .s.PGAQL.<portnr> files in /tmp like it says
to right?

>
> I'ts been working fine for several weeks until recently. There are
> no files in /tmp relating to postgreSQL. The port I'm using is not in
> use by another process, determined with the ps auxw|grep postma
> command, and also, fuser -vun tcp 5432.
>
> Here's the command I'm using to start postmaster:
> nohup /usr/bin/postmaster -i -B 256 -p 5432 -d -D /var/lib/pgsql
> >/home/postgres/pgsql.log 2>/home/postgres/pgsql.err &
>
> I'm using postgreSQL 6.3.2 under RedHat Linux 5.1.
> Any suggestions would be greatly appreciated.
>

remove the files in tmp its asking you to.

> -Thanks
>
>

--------------------------------------------------------------------------
Brian Feeny (BF304) | ShreveNet Inc. - Premium Internet
Service Provider
Network Administrator | Shreveport, Louisiana -
http://www.shreve.net/
signal(at)shreve(dot)net | Web Hosting, Virtual Domains,
Storefronts,
(318)222-2NET x 109 | Database/Web Integration, 56k, ISDN,
T1
--
Cheers

Douglas Nichols
dnichols(at)fhcrc(dot)org
----------------------------------------------------------------------------
Database Manager National Wilms
Tumor Study Group
Fred Hutchinson Cancer Research Center

Browse pgsql-general by date

  From Date Subject
Next Message Jonny Hinojosa 1999-05-14 22:06:09 Anyone know what this ERROR means???
Previous Message Keith.Christian 1999-05-14 18:10:49