Hi,
I tried to install Aolserver and Postgres in a chroot jail and got
AOLserver already working. At least with the -z argument because
without I get a segmentation fault. This is due to the Postgres. I'm
not able to get to run it.
Is there anyone out there who already set up the chroot environment
W I T H the Postgres?
I started it without the "-i" parameter and my pg_hba.conf lists
LOCAL ALL TRUST.
I tried the Aolserver config file postgres driver line with
a) localhost:5432:database and
b) localhost::database
The socket was created (netstat).
The exact error message in the Aolserver logfile was:
Error: Ns_PgOpenDb(postgres): Could not connect to
localhost::database: connectDBStart() -- connect() failed: No such
file or directory
Is the postmaster running locally
and accepting connections on Unix socket
'/tmp/.s.PGSQL.5432'?
Any idea?