Обсуждение: Running POSTMASTER problems
Mr. administrator, When I running the PostgreSQL "postmaster" in Slackware Linux ver 8.0 (kernel 2.2.14) with command: pg_ctl start -l logfile -D /usr/local/pgsql/data I am receiving the next messages: postmaster succesfully started PGSTAT:bind(2):Cannot assign requested address But the postmaster was not started! Can You recommend some documentation on this problem? Sorry for bad English. Thank You. Andrey / Ukraine, Lisichansk
"Andrey Shkuropiy" <tack@ukr.net> writes:
> When I running the PostgreSQL "postmaster" in Slackware Linux ver 8.0 (kernel 2.2.14) with command:
> pg_ctl start -l logfile -D /usr/local/pgsql/data
> I am receiving the next messages:
> postmaster succesfully started
> PGSTAT:bind(2):Cannot assign requested address
I think you have set up your networking configuration so that
connections to 127.0.0.1 don't work. Either loosen your networking
filters, or change postgresql.conf to disable statistics collection.
regards, tom lane