Re: IMP3,horde2, Postgresql from sid
On Tue, 2002-05-28 at 07:50, Mike Egglestone wrote:
> Hi Mark,
> Did you install postgres and horde2 from sid?
>
> mike
Yes, it was sid. I think I understand your problem now, though.
I am betting that your hosts file does not say
127.0.0.1 localhost hostname
but rather
127.0.0.1 localhost
your.network.ip.address hostname
This is fine. This is also why using anything but localhost causes
failure installing horde. Because as Oliver pointed out, postgres only
listens on 127.0.0.1 by default, not whatever your network ip address
is.
So, your whole problem is likely an imp configuration issue. assuming
that you now have a database named horde2, you should be set. (su to
root, then su postgres, run psql horde2, and do a \d to get a table
listing)
>From that point out, it is just a matter of configuring horde/imp
properly for database use.
I got this going by putting
host all 127.0.0.1 255.0.0.0 trust
in my pg_hba.conf
--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply to: