Thread: PGSTAT error

PGSTAT error

From
john.murdoch@ig.com.br
Date:
I tried to install the Postgre 7.2.3 in my Conectiva Linux 8, after the rpms
installing the server start automatic in the system boot, but not related to
postgre appear on the procces list. When I try to run postmaster the system
show this error:

[postgres@furtab bin]$ ./postmaster -D /home/share/data/
GSTAT: bind(2): Cannot assign requested address

On the shutdown, the system don't stop the postgre server, this action fail
here.

What do I have to do?

Dirceu Semighini Filho

_________________________________________________________
Voce quer um iGMail protegido contra v�rus e spams?
Clique aqui: http://www.igmailseguro.ig.com.br


Re: PGSTAT error

From
Tom Lane
Date:
john.murdoch@ig.com.br writes:
> [postgres@furtab bin]$ ./postmaster -D /home/share/data/
> GSTAT: bind(2): Cannot assign requested address

Your kernel is configured to prevent connections to 127.0.0.1 (ie,
standard loopback address).  Fix that...

            regards, tom lane