[Kolab-devel] Installation on Wheezy - Experiences
Tobias Brunner
tobias at tobru.ch
Tue Nov 6 21:02:47 CET 2012
Hi,
>> The cyrus-imapd.pem file was created but empty in my case. The other
>> thing is, that the path in the imapd.conf file wasn't correct.
Oh yes, same here. Just corrected it but can't find ca-bundle.crt on my
system.
After restarting cyrus I get the following error while running "kolab
list-mailboxes":
Traceback (most recent call last):
File "/usr/sbin/kolab", line 39, in <module>
kolab = Cli()
File "/usr/lib/python2.7/dist-packages/pykolab/cli/__init__.py", line
55, in __init__
commands.execute('_'.join(to_execute))
File "/usr/lib/python2.7/dist-packages/pykolab/cli/commands.py", line
136, in execute
commands[cmd_name]['function'](conf.cli_args, kw)
File
"/usr/lib/python2.7/dist-packages/pykolab/cli/cmd_list_mailboxes.py",
line 70, in execute
imap.connect()
File "/usr/lib/python2.7/dist-packages/pykolab/imap/__init__.py",
line 144, in connect
self._imap[hostname].login(admin_login, admin_password)
File "/usr/lib/python2.7/dist-packages/pykolab/imap/cyrus.py", line
133, in login
cyruslib.CYRUS.login(self, *args, **kw)
File "/usr/lib/python2.7/dist-packages/cyruslib.py", line 416, in
login
self.__doexception("LOGIN", error)
File "/usr/lib/python2.7/dist-packages/cyruslib.py", line 359, in
__doexception
self.__doraise( function.upper(), msg )
File "/usr/lib/python2.7/dist-packages/cyruslib.py", line 368, in
__doraise
raise CYRUSError( idError[0], mode, msg )
cyruslib.CYRUSError: (10, 'LOGIN', 'Invalid user')
> I'm having troubles setting up a wheezy test installation these days
> (something about the netinstall kernel not matching any version of a
> kernel in the pool, and thus not being able to load modules).
I've installed my Wheezy Kolab test VM on a libvirt managed KVM
instance with
http://cdimage.debian.org/cdimage/wheezy_di_beta3/amd64/iso-cd/debian-wheezy-DI-b3-amd64-netinst.iso
Maybe you could try that one?
Cheers,
Tobias
More information about the devel
mailing list