| From: | Bernie <bfb(at)att(dot)net> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Postmaster Won't Start |
| Date: | 1998-08-02 03:37:32 |
| Message-ID: | 35C3DEFC.6FE662B5@att.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Roman Volkoff | 1998-08-02 16:47:40 | unsubscribe |
| Previous Message | The Hermit Hacker | 1998-08-02 03:00:01 | Weekly Posting: Mini-FAQ (Last Modified: Jun 7, 98) |