Re: could not bind IPv4 socket - Mailing list pgsql-general

From Grzegorz Buś
Subject Re: could not bind IPv4 socket
Date
Msg-id 000101c9ccab$9e628360$db278a20$@org
Whole thread Raw
In response to Re: could not bind IPv4 socket  ("Vladimir N. Indik" <vladimir.indik@gmail.com>)
Responses Re: could not bind IPv4 socket
List pgsql-general
When I run separately start/stop commands I still get "could not bind socket" message:

# service postgresql stop
Stopping postgresql service:                               [  OK  ]
# netstat -plunt | grep 5432
# ps -A | grep postmaster
# rm /var/lib/pgsql/pgstartup.log
rm: remove regular file `/var/lib/pgsql/pgstartup.log'? y
# service postgresql start
Starting postgresql service:                               [  OK  ]
# cat /var/lib/pgsql/pgstartup.log
LOG:  could not bind IPv4 socket: Address already in use
HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.

--
Kind Regards,
Grzegorz Bus

-----Original Message-----
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Vladimir N. Indik
Sent: Monday, May 04, 2009 10:15 AM
To: pgsql-general@postgresql.org
Subject: Re: [GENERAL] could not bind IPv4 socket

Try this command separately.
# service postgresql stop
and then
# service postgresql start

On Воскресенье 03 мая 2009 23:01:24 Grzegorz Buś wrote:
> postgresql restart
> Stopping postgresql service:                               [  OK  ]
> Starting postgresql service:                               [  OK  ]

--
Vladimir N. Indik

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


pgsql-general by date:

Previous
From: Grzegorz Buś
Date:
Subject: Re: could not bind IPv4 socket
Next
From: Moe
Date:
Subject: Adding automatic backup of a DB