Luke512 wrote:ok..here are some answers
[root@obi-waan ~]# ls -l /var/opt/scalix/on/postgres
insgesamt 4
drwx------ 11 postgres postgres 4096 17. Dez 09:40 data
-rw------- 1 postgres postgres 0 17. Dez 09:40 pgstartup.log
[root@obi-waan ~]# netstat -apn |grep 5733
tcp 0 0 192.168.1.11:5733 0.0.0.0:* LISTEN 11101/postmaster
unix 2 [ ACC ] STREAM HÖRT 152272 11101/postmaster /var/opt/scalix/on/postgres/data/.s.PGSQL.5733
[root@obi-waan ~]# service iptables status
Firewall wurde beendet.
looks like theres a permission error because the owner of the data directory is postgres itself, the firewall is stopped
i will try to change the permission and start istalling again
selinux is in permissive mode cause i make setenforce 0
Sorry, i got that wrong, permissions look right. I've just checked my server, the files and directories should be owned by postgres:postgres.
[root@mail ~]# ls -la /var/opt/scalix/ml/postgres/data
total 84
drwx------ 11 postgres postgres 4096 Nov 13 00:01 .
drwxr-xr-x 3 postgres postgres 4096 Jun 19 18:13 ..
drwx------ 6 postgres postgres 4096 Nov 12 23:48 base
drwx------ 2 postgres postgres 4096 Dec 18 17:19 global
drwx------ 2 postgres postgres 4096 Jun 19 18:13 pg_clog
-rw------- 1 postgres postgres 3535 Nov 12 23:59 pg_hba.conf
-rw------- 1 postgres postgres 1460 Jun 19 18:13 pg_ident.conf
drwx------ 2 postgres postgres 4096 Jun 25 00:00 pg_log
drwx------ 4 postgres postgres 4096 Jun 19 18:13 pg_multixact
drwx------ 2 postgres postgres 4096 Oct 28 18:06 pg_subtrans
drwx------ 2 postgres postgres 4096 Jun 19 18:13 pg_tblspc
drwx------ 2 postgres postgres 4096 Jun 19 18:13 pg_twophase
-rw------- 1 postgres postgres 4 Jun 19 18:13 PG_VERSION
drwx------ 3 postgres postgres 4096 Nov 28 11:01 pg_xlog
-rw------- 1 postgres postgres 13699 Jun 19 18:13 postgresql.conf
-rw------- 1 postgres postgres 122 Nov 13 00:01 postmaster.opts
-rw------- 1 postgres postgres 59 Nov 13 00:01 postmaster.pid
srwxrwxrwx 1 postgres postgres 0 Dec 18 17:44 .s.PGSQL.5733
-rw------- 1 postgres postgres 39 Dec 18 17:44 .s.PGSQL.5733.lock
It must be something else......
I notice in the debug log you have 2 interfaces detected....
192.168.2.11 and 192.168.1.11
Perhaps its getting confused about which one to setup. maybe try having the second interface down when you install?