I had done a backup from /var/opt/
omshut
cd /var/opt/scalix
tar czvf scalixstore.tgz *
omrc
scp scalixstore.tgz root@newsscalix:/var/opt/scalix
tar -zxvf scalixstore.tgz
then i installed Scalix by the normal way in the shell with the existing Messagestore
after installation i execute the following commands to change the rights
omcheck -i -s > /tmp/omcheck ; sh /tmp/omcheck
omcheck -d -s > /tmp/omcheck ; sh /tmp/omcheck
After all had done ich start Scalix with omrc
but nothing happens
in /var/opt/scalix/logs/fatal i found these entries
Code: Select all
[root@mail2 logs]# pwd
/var/opt/scalix/logs
[root@mail2 logs]# cat fatal
ERROR Session Monito(Session Monito) Tue Oct 10 16:01:44 2006
[SYS 13] Permission denied
File Name: /var/opt/scalix/sys/dir.index.lk
Pid of logging process: 1927
Current errno value: 13
ERROR Shared memory (Shared memory ) Tue Oct 10 16:01:45 2006
[SYS 13] Keine Berechtigung
File Name: /var/opt/scalix/sys/omlocks
Pid of logging process: 1935
Current errno value: 13
ERROR Shared memory (Shared memory ) Tue Oct 10 16:01:45 2006
[OM.SMEM 280] Failed to read library data into regular memory.
File Name: /var/opt/scalix/sys/omlocks
Pid of logging process: 1935
Current errno value: 42
ERROR Shared memory (Shared memory ) Tue Oct 10 16:01:45 2006
[OM.SMEM 120] An error has occurred while reading library data information into
shared memory.
Library 2 was being processed when the error occurred.
File Name: /var/opt/scalix/sys/omlocks
Pid of logging process: 1935
Current errno value: 42
SERIOUS ERROR Queue Manager (Queue Manager ) Tue Oct 10 16:01:46 2006
[SYS 13] Keine Berechtigung
File Name: /var/opt/scalix/sys/omlocks
Pid of logging process: 1943
Current errno value: 13
SERIOUS ERROR Queue Manager (Queue Manager ) Tue Oct 10 16:01:46 2006
[OM.DMON 1006] The Queue manager has shutdown due to a fatal error.
File Name: /var/opt/scalix/sys/omlocks
Pid of logging process: 1943
Current errno value: 13
SERIOUS ERROR Licence Monito(Licence Monito) Tue Oct 10 16:01:46 2006
[SYS 13] Keine Berechtigung
File Name: /var/opt/scalix/sys/dir.index.lk
Pid of logging process: 1946
Current errno value: 13
ERROR Administration(Scalix Admin C) Tue Oct 10 16:05:35 2006
[SYS 2] Datei oder Verzeichnis nicht gefunden
File Name: /var/opt/scalix/ds/*
Pid of logging process: 2782
Current errno value: 2
ERROR Administration(Scalix Admin C) Tue Oct 10 16:05:52 2006
[SYS 2] Datei oder Verzeichnis nicht gefunden
File Name: /var/opt/scalix/ds/*
Pid of logging process: 3533
Current errno value: 2
the other log files are empty
Any suggestions? thanks in advance
Andreas