<br><br><div class="gmail_quote">On Wed, May 21, 2008 at 7:35 PM, Antonio Straziota <<a href="mailto:devgioiatech@gmail.com">devgioiatech@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ehmmm, i tryed to make a strace of apache...but i don't understand nothing about this...<br>the only things i uderstand are:<br><br>unlink("/kolab/var/apache/log/ssl_scache.dir") = -1 EACCES (Permission denied)<br>

unlink("/kolab/var/apache/log/ssl_scache.pag") = -1 EACCES (Permission denied)<br>unlink("/kolab/var/apache/log/ssl_scache.dir") = -1 EACCES (Permission denied)<br>unlink("/kolab/var/apache/log/ssl_scache.pag") = -1 EACCES (Permission denied)<br>

unlink("/kolab/var/apache/log/ssl_scache.db") = -1 ENOENT (No such file or directory)<br>unlink("/kolab/var/apache/log/ssl_scache") = -1 ENOENT (No such file or directory)<br><br>That reconduce to a permission error.<br>

Howerver,i attach the result of the action</blockquote><div><br>I looks like the HTTP request is missing !<br>Did you tired to login when strace was running ?<br><br>can you try this ?<br><br># ls -ld /kolab /kolab/var /kolab/var/apache /kolab/var/apache/log  /kolab/var/apache/log/ssl_scache.dir<br>
drwxr-xr-x 20 kolab   kolab 4096 May 12 01:42 /kolab<br>drwxr-xr-x 23 kolab   kolab 4096 Apr  3 10:56 /kolab/var<br>drwxr-xr-x  4 kolab   kolab 4096 Apr  3 09:55 /kolab/var/apache<br>drwxr-xr-x  3 kolab   kolab 4096 May  1 23:33 /kolab/var/apache/log<br>
-rw-r--r--  1 kolab-n root     0 May  1 23:33 /kolab/var/apache/log/ssl_scache.dir<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>Thanks<br><br><br><div class="gmail_quote">2008/5/21 Alain Spineux <<a href="mailto:aspineux@gmail.com" target="_blank">aspineux@gmail.com</a>>:<div><div></div><div class="Wj3C7c"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>On Wed, May 21, 2008 at 3:52 PM, Gunnar Wrobel <<a href="mailto:wrobel@pardus.de" target="_blank">wrobel@pardus.de</a>> wrote:<br>
> "Antonio Straziota" <<a href="mailto:devgioiatech@gmail.com" target="_blank">devgioiatech@gmail.com</a>> writes:<br>
><br>
>> /kolab/var/apache/log/ as permission drwxr-xr-x and owner kolab:kolab<br>
>><br>
>> inside it there are these files with permission:<br>
>><br>
>> -rw-r--r-- 1 root    root    12288 May 21 11:03 apache-access.log<br>
>> -rw-r--r-- 1 root    root    15612 May 21 11:04 apache-error.log<br>
>> drwxr-xr-x 2 kolab-n kolab-n  4096 Apr 30 17:20 fbview<br>
>> drwxr-xr-x 2 kolab-n kolab-n  4096 Apr 30 18:14 horde<br>
>> drwxr-xr-x 2 kolab-n kolab-n  4096 Apr 30 18:14 php<br>
>> -rw-r--r-- 1 kolab-n root        0 May 21 11:04 ssl_scache.dir<br>
>> -rw-r--r-- 1 kolab-n root        0 May 21 11:04 ssl_scache.pag<br>
>><br>
>> could be a problem on ssl_scache* files permission?<br>
>><br>
>> i didn't touch them after installation.<br>
><br>
> Hm, the permissions look fine. I assume your apache process is indeed<br>
> running as kolab-n user?<br>
><br>
>><br>
>> Do you suggest me to change owner of these files to kolab-n group, or is it useless?<br>
><br>
> Would be useless then but I admit I don't know what else might cause the error then.<br>
<br>
</div>This could be a DBM error, not a simple problem about rights.<br>
<br>
The ultimate trick is to run apache wih strace .. something like<br>
<br>
<br>
. /kolab/etc/apache/apache.sh<br>
strace /kolab/sbin/apache -X<br>
<div><div></div><div><br>
<br>
<br>
><br>
> Cheers,<br>
><br>
> Gunnar<br>
><br>
>><br>
>> 2008/5/21 Gunnar Wrobel <<a href="mailto:wrobel@pardus.de" target="_blank">wrobel@pardus.de</a>>:<br>
>><br>
>>     "Antonio Straziota" <<a href="mailto:devgioiatech@gmail.com" target="_blank">devgioiatech@gmail.com</a>> writes:<br>
>><br>
>>     > Yes, it's an openpkg.<br>
>>     ><br>
>>     > The /kolab/var/apache/log/apache-error.log log file contains yhe<br>
>>     > follow error "Internal error: Cannot store SSL session to DBM file<br>
>>     > `/kolab/var/apache/log/ssl_scache'"<br>
>><br>
>>     What are the permissions on the directory<br>
>><br>
>>     /kolab/var/apache/log/<br>
>><br>
>>     and the<br>
>><br>
>>     /kolab/var/apache/log/ssl_scache*<br>
>><br>
>>     files?<br>
>><br>
>>     Cheers,<br>
>><br>
>>     Gunnar<br>
>><br>
>>     ><br>
>>     > The others logs file doesn't contain any useful information about this error<br>
>>     ><br>
>>     > 2008/5/20 Alain Spineux <<a href="mailto:aspineux@gmail.com" target="_blank">aspineux@gmail.com</a>>:<br>
>>     ><br>
>>     >     On Tue, May 20, 2008 at 6:09 PM, Antonio Straziota<br>
>>     >     <<a href="mailto:devgioiatech@gmail.com" target="_blank">devgioiatech@gmail.com</a>> wrote:<br>
>>     >     > Hi all,<br>
>>     >     > i installed kolab2.2rc2. when i log in admin web interface, every task i try<br>
>>     >     > to do (change language also) automatically logged out me from interface.<br>
>>     >     > So i can't perform any action.<br>
>>     >     ><br>
>>     >     > Any Idea?<br>
>>     ><br>
>>     >     Is it an openpkg ?<br>
>>     ><br>
>>     >     did you check log file ?<br>
>>     ><br>
>>     >     /kolab/var/apache/log/apache-access.log<br>
>>     >     /kolab/var/apache/log/apache-error.log<br>
>>     >     /kolab/var/apache/log/php/php-errors.log<br>
>>     >     /kolab/var/fsl/fsl.log<br>
>>     ><br>
>>     >     ><br>
>>     >     > PS: sorry for bad english<br>
>>     >     ><br>
>>     >     > _______________________________________________<br>
>>     >     > Kolab-users mailing list<br>
>>     >     > <a href="mailto:Kolab-users@kolab.org" target="_blank">Kolab-users@kolab.org</a><br>
>>     >     > <a href="https://kolab.org/mailman/listinfo/kolab-users" target="_blank">https://kolab.org/mailman/listinfo/kolab-users</a><br>
>>     >     ><br>
>>     >     ><br>
>>     ><br>
>>     >     --<br>
>>     >     Alain Spineux<br>
>>     >     aspineux gmail com<br>
>>     >     May the sources be with you<br>
>>     ><br>
>>     > _______________________________________________<br>
>>     > Kolab-users mailing list<br>
>>     > <a href="mailto:Kolab-users@kolab.org" target="_blank">Kolab-users@kolab.org</a><br>
>>     > <a href="https://kolab.org/mailman/listinfo/kolab-users" target="_blank">https://kolab.org/mailman/listinfo/kolab-users</a><br>
>><br>
>>     --<br>
>>     ______ <a href="http://kdab.com" target="_blank">http://kdab.com</a> _______________ <a href="http://kolab-konsortium.com" target="_blank">http://kolab-konsortium.com</a> _<br>
>><br>
>>     p@rdus Kolab work is funded in part by KDAB and the Kolab Konsortium<br>
>><br>
>>     ____ <a href="http://www.pardus.de" target="_blank">http://www.pardus.de</a> _________________ <a href="http://gunnarwrobel.de" target="_blank">http://gunnarwrobel.de</a> _<br>
>>     E-mail : <a href="mailto:p@rdus.de" target="_blank">p@rdus.de</a>                                 Dr. Gunnar Wrobel<br>
>>     Tel.   : +49 700 6245 0000                          Bundesstrasse 29<br>
>>     Fax    : +49 721 1513 52322                          D-20146 Hamburg<br>
>>     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
>>       >> Mail at ease - Rent a kolab groupware server at p@rdus <<<br>
>>     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
>><br>
>> _______________________________________________<br>
>> Kolab-users mailing list<br>
>> <a href="mailto:Kolab-users@kolab.org" target="_blank">Kolab-users@kolab.org</a><br>
>> <a href="https://kolab.org/mailman/listinfo/kolab-users" target="_blank">https://kolab.org/mailman/listinfo/kolab-users</a><br>
><br>
> --<br>
> ______ <a href="http://kdab.com" target="_blank">http://kdab.com</a> _______________ <a href="http://kolab-konsortium.com" target="_blank">http://kolab-konsortium.com</a> _<br>
><br>
> p@rdus Kolab work is funded in part by KDAB and the Kolab Konsortium<br>
><br>
> ____ <a href="http://www.pardus.de" target="_blank">http://www.pardus.de</a> _________________ <a href="http://gunnarwrobel.de" target="_blank">http://gunnarwrobel.de</a> _<br>
> E-mail : <a href="mailto:p@rdus.de" target="_blank">p@rdus.de</a>                                 Dr. Gunnar Wrobel<br>
> Tel.   : +49 700 6245 0000                          Bundesstrasse 29<br>
> Fax    : +49 721 1513 52322                          D-20146 Hamburg<br>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
>   >> Mail at ease - Rent a kolab groupware server at p@rdus <<<br>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
><br>
> _______________________________________________<br>
> Kolab-users mailing list<br>
> <a href="mailto:Kolab-users@kolab.org" target="_blank">Kolab-users@kolab.org</a><br>
> <a href="https://kolab.org/mailman/listinfo/kolab-users" target="_blank">https://kolab.org/mailman/listinfo/kolab-users</a><br>
><br>
<br>
<br>
<br>
--<br>
Alain Spineux<br>
aspineux gmail com<br>
May the sources be with you<br>
</div></div></blockquote></div></div></div><br>
<br>_______________________________________________<br>
Kolab-users mailing list<br>
<a href="mailto:Kolab-users@kolab.org">Kolab-users@kolab.org</a><br>
<a href="https://kolab.org/mailman/listinfo/kolab-users" target="_blank">https://kolab.org/mailman/listinfo/kolab-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Alain Spineux<br>aspineux gmail com<br>May the sources be with you