Hi all,
I get an postgres error during install on a debain etch server. When I try to configure the database user, the folloeing error occurs:
Etch:/opt/scalix-postgres/bin# ./sxpsql-setpwd <mypassword>
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/opt/scalix/e4/postgres/data/.s.PGSQL.5733"?
Postgres server runs:
Etch:/opt/scalix-postgres/bin# ps -ef | grep postgres
postgres 14863 1 0 13:03 ? 00:00:00 /usr/lib/postgresql/7.4/bin/postmaster -D /var/lib/postgresql/7.4/main
postgres 14870 14863 0 13:03 ? 00:00:00 postgres: stats buffer process
postgres 14871 14870 0 13:03 ? 00:00:00 postgres: stats collector process
postgres 14883 1 0 13:03 ? 00:00:00 /usr/lib/postgresql/7.4/bin/pg_autovacuum -p 5432 -H /var/run/postgresql -L /var/log/postgresql/pg_autovacuum-7.4-main.log
The directory has write access to the everyone, but the file ".s.PGSQL.5733" is not created.
Postgres server configuration is the debian packages default.
I use the "Manual Installation on Debian Etch" script installing Scalix 11.1.0.
Any help would be appreciated,
Martin