could not bind IPv4 socket - Mailing list pgsql-hackers

From Ana Carolina Brito de Almeida
Subject could not bind IPv4 socket
Date
Msg-id 27c6eb60903180741o23a392cbpa89ca8fdc05a102d@mail.gmail.com
Whole thread Raw
Responses Re: could not bind IPv4 socket  (Ana Carolina Brito de Almeida <anacrl@ig.com.br>)
List pgsql-hackers
Hi all,<br /><br />I installed postgresql 8.3.5 with these commands:<br />- ./configure --enable-thread-safety (I need
thisbecause of dbt2)<br />- make<br />- make install<br /><br />I executed initdb. It's ok. I changed "postgresql.conf"
file:listen_addresses = '*'.<br /> So, when I started postgresql, I receive these messages:<br /><br />$ pg_ctl
start<br/>server starting<br />$<b> LOG:  could not bind IPv4 socket: Address already in use<br />HINT:  Is another
postmasteralready running on port 5432? If not, wait a few seconds and retry.</b><br /> LOG:  database system was shut
downat 2009-03-18 11:32:55 BRT<br />LOG:  autovacuum launcher started<br />LOG:  database system is ready to accept
connections<br/><br />What's wrong? Why do I receive these messages (about IPv4 socket and HINT)? Can you help me?<br
/><br/>Thanks,<br />Ana Carolina<br /><br /><br /><br /><br /> 

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: gettext, plural form and translation
Next
From: Ana Carolina Brito de Almeida
Date:
Subject: Re: could not bind IPv4 socket