| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "sam karush" <sk418(at)rivah(dot)net> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: PG on zeta 1.0 |
| Date: | 2006-05-20 15:53:07 |
| Message-ID: | 10565.1148140387@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
"sam karush" <sk418(at)rivah(dot)net> writes:
> $ ./postmaster -D /boot/home/database
> LOG: could not translate host name "localhost", service "5432" to address:=
> unknown name or service
> WARNING: could not create listen socket for "localhost"
> FATAL: could not create any TCP/IP sockets
It looks to me like you don't have DNS correctly configured on that
machine. Every machine should be able to resolve "localhost" as
"127.0.0.1" --- that's standard. Look at name resolution settings,
/etc/resolv.conf, that sort of thing.
(BTW, what in the heck is "zeta"? I don't think it's really BeOS;
we dropped support for that thing several PG versions back.)
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | kmh496 | 2006-05-20 16:23:16 | Re: PG on zeta 1.0 |
| Previous Message | sam karush | 2006-05-20 14:15:29 | Re: PG on zeta 1.0 |