Cannot get Postgresql to start on Ubuntu Hardy
Posted
by Greg Arcara
on Server Fault
See other posts from Server Fault
or by Greg Arcara
Published on 2010-04-17T08:59:48Z
Indexed on
2010/04/17
9:03 UTC
Read the original article
Hit count: 568
I am getting this error with Postgresql 8.4 on Ubuntu Hardy:
$./postgres -D /usr/local/pgsql/data
LOG: could not bind IPv4 socket: Cannot assign requested address
HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
WARNING: could not create listen socket for "localhost"
FATAL: could not create any TCP/IP sockets
Here is my hosts file content (been finding a lot of stuff about this so just posting it now:
127.0.0.1 localhost
127.0.1.1 Home-Dev
© Server Fault or respective owner