Installation Problems (V3.2)
Heiko Kernbach
h.kernbach at triagens.de
Mon Jul 21 17:26:57 CEST 2014
Hello,
problem solved. Thanks to the supporters of the mirc channel ;)
Solution: It was a client-language-problem. The LANG variable of my shell was not set (Mac OS X 10.9.4), so python used the wrong language settings. In order to fix this problem, you have to edit your ~/.profile or ~/.bash_profile file and set the LANG variable.
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
(or your favorite lang, e.g. de_DE etc.)
After changing those file, restart your terminal and start the setup again. Now the setup should work without problems.
On 21 Jul 2014, at 16:10, Heiko Kernbach <h.kernbach at triagens.de> wrote:
> Hello. Anybody having issues installing Kolab 3.2 on a clean new installed linux server? Already tried Ubuntu 14.04, Debian 7 and CentOS 6.5. I followed all given steps using the instructions on the official site, also tried some user tutorials (http://docs.kolab.org/installation-guide/centos.html). Then tried to run setup-kolab. On every distribution i got some python errors. Anyone who has same problems? Is there any distribution or kolab version which runs just fine after installation?
>
> Current problem is:
>
> Traceback (most recent call last):
> File "/usr/sbin/setup-kolab", line 42, in <module>
> setup.run()
> File "/usr/lib/python2.6/site-packages/pykolab/setup/__init__.py", line 43, in run
> components.execute('_'.join(to_execute))
> File "/usr/lib/python2.6/site-packages/pykolab/setup/components.py", line 170, in execute
> execute(component)
> File "/usr/lib/python2.6/site-packages/pykolab/setup/components.py", line 202, in execute
> components[component_name]['function'](conf.cli_args, kw)
> File "/usr/lib/python2.6/site-packages/pykolab/setup/setup_ldap.py", line 481, in execute
> log.info(_("Inserting service users into LDAP."))
> File "/usr/lib/python2.6/site-packages/pykolab/translate.py", line 29, in <lambda>
> _ = lambda x: gettext.ldgettext(domain, x)
> File "/usr/lib64/python2.6/gettext.py", line 543, in ldgettext
> return t.lgettext(message)
> File "/usr/lib64/python2.6/gettext.py", line 364, in lgettext
> return self._fallback.lgettext(message)
> File "/usr/lib64/python2.6/gettext.py", line 368, in lgettext
> return tmsg.encode(locale.getpreferredencoding())
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 1: ordinal not in range(128).
>
> Also tried running LANG=C setup-kolab, with no success.
More information about the users
mailing list