[pkg-kolab] kolab-webclient problem

John McMonagle johnm at advocap.org
Tue Mar 31 02:48:36 UTC 2009


On Thursday 26 March 2009 03:44:00 am Mathieu Parent wrote:
> Hi,
>
> On Thu, Mar 26, 2009 at 2:19 AM, John McMonagle <johnm at advocap.org> wrote:
> > Trying a native install of new 2.2.1 snapshot on debian lenny.
> > Followed..
> > http://wiki.kolab.org/index.php/Debian_-_Administrators_-_Kolab_Installat
> >ion
> >
> > Everthing but horde seems to be working.
>
>    ^^ nice        ^^ :<(
>
> > Get 2 messages like this on the horde web page.
> >
> > Warning: file_get_contents(/tmp/cache_9f1846117c7ec45bb5c0cd5f8f4e8f51)
> > [function.file-get-contents]: failed to open stream: Permission denied
> > in /usr/share/horde3/lib/Horde/Cache/file.php on line 10
> >
> > /tmp/cache_.... files are owned by root so that explains the permission
> > issue but I suspect it's not supposed to be in /tmp.
> >
> > I tried redoing the bootstaping process a couple times.
> > Any Ideas?
>
> As said in
> https://wiki.kolab.org/index.php/Debian_-_Administrators_-_Horde_Installati
>on, this is due to http://bugs.debian.org/514528
>
> Solution is to patch /etc/cron.d/kronolith2 and then remove all
> /tmp/cache_*
>
Was side tracked but I'm back at it :-)

yes indeed that fixed that error.

No errors now on the web page but when I try to log in:
auth.log
Mar 30 21:20:08 kolabtest saslauthd[28229]: do_request      : NULL password 
received
mail.log
Mar 30 21:22:01 kolabtest cyrus/imap[31955]: badlogin: kolabtest.advocap.org 
[192.168.2.242] plaintext  SASL(-1): generic failure: All-whitespace 
username.
in horde log 
Mar 30 21:18:05 HORDE [error] [kronolith] Unable to create VFS directory. [pid 
31962 on line 77 of "/usr/share/horde3/lib/Horde/Scheduler.php"]

suspect I still have it messed up a bit :(
using testsaslauthd  works fine.
 
I suspected there is a missing kolab.php in /etc/horde/horde3?
Looking at an openpkg instalation I guessed at
<?php
$conf['log']['name'] = '/var/log/horde/horde.log';
$conf['cookie']['domain'] = 'mailtest.advocap.org';
$conf['problems']['email'] = 'postmaster at advocap.org';
$conf['problems']['maildomain'] = 'advocap.org';
$conf['kolab']['ldap']['server'] = 'kolabtest.advocap.org';
$conf['kolab']['ldap']['basedn'] = 'dc=advocap,dc=org';
$conf['kolab']['ldap']['phpdn'] = 'cn=nobody,cn=internal,dc=advocap,dc=org';
$conf['kolab']['ldap']['phppw'] = 'nobodypassword';
$conf['kolab']['imap']['server'] = 'kolabtest.advocap.org';
$conf['kolab']['imap']['maildomain'] = 'advocap.org';
?>

Any guess as to when there will be some production kolab packages for for 
debian possibly in lenny backports?  

Thanks

John



More information about the pkg-kolab-devel mailing list