From: Gerhard <ger...@gm...> - 2002-06-13 20:45:16
|
* Dave Strickler <Dst...@em...> [2002-06-13 16:29 -0400]: > Hmmm.... Still getting: > DatabaseError: FATAL 1: No pg_hba.conf entry for host 10.0.0.120, user > root, database xamime > > The problem here being I don't know what I'm doing wrong. Is this a > syntax issue, a rights issue, or a bug (doubt it the latter). A rights and thus a PostgreSQL configuration issue. The pg_hba.conf file must be configured to allow you this access and the postmaster must be started with the option "-i" to listen on TCP/IP connections at all (default is not to). Gerhard -- mail: gerhard <at> bigfoot <dot> de registered Linux user #64239 web: http://www.cs.fhm.edu/~ifw00065/ OpenPGP public key id 86AB43C0 public key fingerprint: DEC1 1D02 5743 1159 CD20 A4B6 7B22 6575 86AB 43C0 reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b'))) |