Postmaster Won't Start

Started by Bernieover 27 years ago3 messagesgeneral
Jump to latest
#1Bernie
bfb@att.net

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.

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.

-Thanks

#2Brian
signal@shreve.net
In reply to: Bernie (#1)
Re: [GENERAL] Postmaster Won't Start

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@shreve.net | Web Hosting, Virtual Domains, Storefronts,
(318)222-2NET x 109 | Database/Web Integration, 56k, ISDN, T1

#3Jeremy Hansen
jeremy@xxedgexx.com
In reply to: Brian (#2)
what's the best x interface?

I'm looking for the best x postgresql interface for
db management.

Any suggestions?

Thanks
-jeremy