[SOGo] Sogod process don't start correctly

2012-12-19 Thread Gabriel Gomiz
is running fine. I've also ran a strace to the sogod process and it did not execute any system call. Any help? Mnay thanks! -- Lic. Gabriel Gomiz - Jefe de Sistemas / Administrador Gerencia de Sistemas - Cooperativa Obrera Ltda. Tel: (0291) 456-0084 signature.asc Description: OpenPGP

Re: [SOGo] Sogod process don't start correctly

2012-12-19 Thread Gabriel Gomiz
. It doesn't even connect to database. The only file descriptors that the process has are: 0 - /dev/pts/3 1 - /var/log/sogo/sogo.log 2 - /var/log/sogo/sogo.log -- Lic. Gabriel Gomiz - Jefe de Sistemas / Administrador Gerencia de Sistemas - Cooperativa Obrera Ltda. Tel: (0291) 456-0084 On 12

Re: [SOGo] Sogod process don't start correctly

2012-12-19 Thread Gabriel Gomiz
=0x785f6d58, isDirectory=0x0) at NSFileManager.m:1516 #2 0x751d3352 in -[NSFileManager fileExistsAtPath:] (self=0x7838f158, _cmd=0x760c1580, path=0x785f6d58) at NSFileManager.m:1470 . . Sorry for the noise. -- Lic. Gabriel Gomiz - Jefe de Sistemas

Re: [SOGo] Sogod process don't start correctly

2012-12-20 Thread Gabriel Gomiz
an idea of how can I continue debugging this problem? Many thanks in advance -- Lic. Gabriel Gomiz - Jefe de Sistemas / Administrador Gerencia de Sistemas - Cooperativa Obrera Ltda. Tel: (0291) 456-0084 On 12/19/2012 06:57 PM, Gabriel Gomiz wrote: I've ran again with gnustep debuginfo

Re: [SOGo] Sogod process don't start correctly

2012-12-20 Thread Gabriel Gomiz
On 12/20/2012 09:06 AM, Thoralf Schulze wrote: hi gabriel, Am 20.12.2012 12:27 schrieb Gabriel Gomiz: Anyone has an idea of how can I continue debugging this problem? maybe try to strace the process? that way, you should at least be able to see the files sogod is accessing. Thoralf