From: | tom dyson <tom(at)torchbox(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Cc: | <rsanford(at)nolimitsystems(dot)com> |
Subject: | Re: [pgsql-general] Daily Digest V1 #1617 |
Date: | 2002-04-25 08:56:30 |
Message-ID: | B8ED834E.3F1D%tom@torchbox.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi there
I had exactly this problem yesterday (on my Titanium/OS X 10.1.4 running
pgmac.com's packaged version of Postgres). I solved it by adding an entry to
the 'machines' directory in NetInfo Manager.
Good luck
Tom
-----------------+
tom dyson
t: +44 (0)1608 811870
m: +44 (0)7958 752657
http://torchbox.com
> i am running postgresql 7.2 for OSX (10.1.4?) that was pre-built by marc
> liyange (thank you very much mr. liyange!). whenever i'm working on my local
> machine everything works gloriously. but when i attempt to use psql to
> attach to a remote host i always receive the error message of "unknown
> host".
>
> i will type in a command line of
> $psql -h 192.168.1.128 -U myName myDBName
>
> and get back
> psql: unknown host:192.168.1.128
>
> that server responds when i ping it. i have tried adding entries into my
> hosts file and restarting the system but that didn't help either. i have
> tried the -p 4532 option to specify the port but that doesn't work either.
>
> when i use dbvisualizer with the postgresql jdbc driver i can connect with
> no problems. when i try psql on a win2k machine using cygin i can connect
> with no problems. this leads me to believe that there is an issue with psql
> accessing the network on osx.
>
> any ideas and/or suggestions?
From | Date | Subject | |
---|---|---|---|
Next Message | TPCCUVA | 2002-04-25 09:10:16 | New postgres throughput. |
Previous Message | Justin Clift | 2002-04-25 08:23:30 | Re: importing csv files into v7.2.1 on Solaris 8 x86 |