| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Andrey Shkuropiy" <tack(at)ukr(dot)net> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Running POSTMASTER problems |
| Date: | 2002-08-07 03:18:06 |
| Message-ID: | 12059.1028690286@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
"Andrey Shkuropiy" <tack(at)ukr(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ragnar Kjørstad | 2002-08-07 03:35:27 | Re: High Availability PostgreSQL HOWTO article |
| Previous Message | Rami A. Kishek | 2002-08-07 01:29:13 | Update linux from 7.1 to 7.3 and couldn't get Psql7.0.3 back to work |