Page MenuHomePhorge
Feed Advanced Search

Today

machniak added a project to T8352: setup-kolab: MySQL kolab password not escaped?: PyKolab.
Fri, Apr 19, 10:19 AM · PyKolab, Bug Reports
machniak added a project to T8337: [pykolab][wallace][Debian 12] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdf in position 3620: invalid continuation byte: PyKolab.
Fri, Apr 19, 10:18 AM · PyKolab, Bug Reports

Yesterday

machniak added a project to T8349: setup-kolab: ERROR 1356 (HY000) ... View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them: PyKolab.
Thu, Apr 18, 3:05 PM · PyKolab, Bug Reports

Feb 1 2024

ghane created T8334: [pykolab] [wallace] DELETE of asyncore and smtpd in Python 12.
Feb 1 2024, 6:51 PM · PyKolab, PyKolab Developers
machniak closed T7472: wallace does not deliver 8bit encoded utf-8 mails, throws UnicodeEncodeError as Resolved.

Patch merged.

Feb 1 2024, 10:38 AM · PyKolab, Bug Reports

Jan 3 2024

sicherha closed T6577: problem with creating user mailbox as Resolved.

Seems to be fixed by D3692 and rPbd3a9e74745461089d7afc4e51a39c21958907bf.

Jan 3 2024, 10:21 PM · Kolab 16, PyKolab, Bug Reports
sicherha closed T6989: Bugs logged for pykolab as Resolved.

Fixed by D3851.

Jan 3 2024, 10:18 PM · PyKolab, Bug Reports
sicherha added a comment to T7472: wallace does not deliver 8bit encoded utf-8 mails, throws UnicodeEncodeError .

Patch submitted as D4625.

Jan 3 2024, 10:06 PM · PyKolab, Bug Reports

Oct 1 2023

machniak closed T3751: Emails stuck in wallace queue until wallace is restarted as Resolved.

Old. Not enough info.

Oct 1 2023, 9:11 AM · PyKolab, Bug Reports
machniak added a project to T6847: Automatic Email Signatures work only with primary email address but not alias: PyKolab.
Oct 1 2023, 9:08 AM · PyKolab

Sep 27 2023

machniak added a project to T7472: wallace does not deliver 8bit encoded utf-8 mails, throws UnicodeEncodeError : PyKolab.
Sep 27 2023, 11:26 AM · PyKolab, Bug Reports
machniak lowered the priority of T6989: Bugs logged for pykolab from Needs Triage to Normal.
Sep 27 2023, 11:24 AM · PyKolab, Bug Reports
machniak lowered the priority of T6776: wallaced not starting after reboot from Needs Triage to Normal.
Sep 27 2023, 11:22 AM · PyKolab, Bug Reports
machniak lowered the priority of T6577: problem with creating user mailbox from Needs Triage to Normal.

@mollekopf, imap.user_mailbox_create() returns False on error.

Sep 27 2023, 11:18 AM · Kolab 16, PyKolab, Bug Reports
machniak closed T5860: wallace does not create calender placeholder events for forwarded meeting invitation emails as Wontfix.

I think it is better to pass the invitation to Inbox for manual processing.

Sep 27 2023, 10:30 AM · PyKolab, Kolab 16, Bug Reports
machniak lowered the priority of T5698: Recipient Policy broken when using hosted_domain mode from Needs Triage to Normal.
Sep 27 2023, 10:20 AM · PyKolab, Bug Reports
machniak lowered the priority of T5608: kolab-setup: MySQL injection on roundcube password: ERROR at line 1: Unknown command '\S'. from Needs Triage to Normal.

This specific issue may be fixed with:

--- a/pykolab/setup/setup_roundcube.py
+++ b/pykolab/setup/setup_roundcube.py
@@ -26,10 +26,11 @@ import hashlib
 import os
 import random
 import re
+import six
 import subprocess
 import sys
 import time
-import six
+import urllib.parse
Sep 27 2023, 10:13 AM · Maipo, PyKolab, Bug Reports
machniak closed T5605: ERROR: Can't open /var/log/clamav/freshclam.log as Invalid.

It looks to me it's rather CentOS7 issue. And it's old.

Sep 27 2023, 9:27 AM · PyKolab, Maipo, Bug Reports

Aug 10 2023

mollekopf closed T2729: pykolab error/trouble with Umlaute - again as Resolved.

I think this got fixed in the python3 migration. Please reopen if you run into this issue again on a python3 system (>= Debian 11)

Aug 10 2023, 10:13 AM · PyKolab

Mar 12 2023

stephanh removed a watcher for PyKolab: stephanh.
Mar 12 2023, 6:29 PM

Mar 7 2023

mollekopf added a comment to T6577: problem with creating user mailbox .

imap.user_mailbox_create() always returns a string, so this should be fine. Is there a command-line way to reproduce this issue?

Mar 7 2023, 9:40 PM · Kolab 16, PyKolab, Bug Reports

Jul 15 2022

ghane added a comment to T6577: problem with creating user mailbox .

D3692 and D3710 should fix this
I ran into same error, when testing for Python 3

Jul 15 2022, 10:50 AM · Kolab 16, PyKolab, Bug Reports

Jul 7 2022

sicherha closed T6811: Recipient access denied when inserting into the cache fails as Resolved by committing rP3d3a92dfb302: Catch exceptions in `cache_update()`.
Jul 7 2022, 10:24 PM · PyKolab Developers, PyKolab, Bug Reports

Feb 17 2022

jh23453 created T6859: Update postfix master.cf template for possibly better TLS.
Feb 17 2022, 9:05 PM · PyKolab

Feb 6 2022

tammus added a member for PyKolab: tammus.
Feb 6 2022, 8:17 AM

Feb 4 2022

sicherha added a revision to T6811: Recipient access denied when inserting into the cache fails: D3343: Catch exceptions in `cache_update()`.
Feb 4 2022, 9:07 PM · PyKolab Developers, PyKolab, Bug Reports
lennartack added a comment to T6811: Recipient access denied when inserting into the cache fails.

The exception comes from inside cache_update(). See attached the traceback, from the log file that Johannes sent me.

Feb 4 2022, 1:08 PM · PyKolab Developers, PyKolab, Bug Reports
sicherha assigned T6811: Recipient access denied when inserting into the cache fails to mollekopf.

Do you happen to have a log containing a backtrace for the case where the sender column is too short? After skimming the code, I would assume SQLAlchemy throws an exception which then gets caught in bin/kolab_smtp_access_policy.py:1717. That's obviously too late.

Feb 4 2022, 7:42 AM · PyKolab Developers, PyKolab, Bug Reports

Feb 3 2022

sicherha assigned T6577: problem with creating user mailbox to mollekopf.

According to the log, the script tries to create a user named '@'. That's, well, weird. Unfortunately, I'm not sufficiently familiar with the pykolab codebase to make a qualified guess where this username may have originated from.

Feb 3 2022, 10:12 PM · Kolab 16, PyKolab, Bug Reports

Jan 15 2022

lennartack added projects to T6811: Recipient access denied when inserting into the cache fails: PyKolab, PyKolab Developers.
Jan 15 2022, 11:26 PM · PyKolab Developers, PyKolab, Bug Reports

May 20 2021

pi.michael added projects to T6577: problem with creating user mailbox : PyKolab, Kolab 16.
May 20 2021, 10:25 PM · Kolab 16, PyKolab, Bug Reports

Jan 25 2021

MenuMaPrint added a comment to T5605: ERROR: Can't open /var/log/clamav/freshclam.log.
Jan 25 2021, 7:42 AM · PyKolab, Maipo, Bug Reports

Dec 4 2020

Revinbeer25415 added a comment to T4151: Wallace changes encoding of email bodies.
Dec 4 2020, 5:56 PM · PyKolab, Bug Reports

Oct 22 2020

smiler2505 added a watcher for PyKolab: smiler2505.
Oct 22 2020, 1:29 AM

Aug 25 2020

kara added a comment to T5608: kolab-setup: MySQL injection on roundcube password: ERROR at line 1: Unknown command '\S'..
Aug 25 2020, 3:01 PM · Maipo, PyKolab, Bug Reports
JeffSimons added a comment to T5698: Recipient Policy broken when using hosted_domain mode.
Aug 25 2020, 2:07 PM · PyKolab, Bug Reports
ruairidhlegge added a comment to T5860: wallace does not create calender placeholder events for forwarded meeting invitation emails.

I didn't know that wallace created generate calender placeholder. Do they have an update for this? Hoping that they fix it as soon as possible.

Aug 25 2020, 10:30 AM · PyKolab, Kolab 16, Bug Reports

Aug 12 2020

pasik added a comment to T5860: wallace does not create calender placeholder events for forwarded meeting invitation emails.

Any thoughts about how to fix this issue?

Aug 12 2020, 12:43 PM · PyKolab, Kolab 16, Bug Reports

May 3 2020

pasik updated the task description for T5860: wallace does not create calender placeholder events for forwarded meeting invitation emails.
May 3 2020, 10:33 PM · PyKolab, Kolab 16, Bug Reports
pasik renamed T5860: wallace does not create calender placeholder events for forwarded meeting invitation emails from Forwarded calendar invitation emails don't create placeholder event in wallace to wallace does not create calender placeholder events for forwarded meeting invitation emails.
May 3 2020, 10:31 PM · PyKolab, Kolab 16, Bug Reports
pasik added projects to T5860: wallace does not create calender placeholder events for forwarded meeting invitation emails: Kolab 16, PyKolab.
May 3 2020, 9:12 PM · PyKolab, Kolab 16, Bug Reports

Apr 1 2020

hayesmark added a comment to T5698: Recipient Policy broken when using hosted_domain mode.
Apr 1 2020, 12:48 PM · PyKolab, Bug Reports

Jan 17 2020

dhoffend closed T5734: encode_page_control() argument 2 must be string or read-only buffer as Resolved.

Closing Ticket. Change has been merged

Jan 17 2020, 12:53 AM · PyKolab, Bug Reports

Jan 9 2020

pasik added a comment to T5641: kolab wallace: ERROR event|todo_from_ical() exception: InvalidAttendeeCutypeError("Invalid cutype u'ROOM'",);.

Patch seems to work. I haven't seen this issue after applying the patch. Thanks a lot!

Jan 9 2020, 10:56 PM · Kolab 16, PyKolab, Bug Reports

Dec 23 2019

dhoffend added a comment to T5734: encode_page_control() argument 2 must be string or read-only buffer.

Additionally I get the following traceback:

2019-12-23 14:05:25,670 pykolab.auth ERROR [21425] An error occured using _paged_search: NameError("global name 'LDAP_CONTROL_PAGED_RESULTS' is not defined",)
2019-12-23 14:05:25,670 pykolab.auth ERROR [21425] Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pykolab/auth/ldap/__init__.py", line 3168, in _search
    secondary_domains
  File "<string>", line 10, in <module>
  File "/usr/lib/python2.7/dist-packages/pykolab/auth/ldap/__init__.py", line 2940, in _paged_search
    if c.controlType == LDAP_CONTROL_PAGED_RESULTS
NameError: global name 'LDAP_CONTROL_PAGED_RESULTS' is not defined
Dec 23 2019, 5:36 PM · PyKolab, Bug Reports

Dec 22 2019

dhoffend added a comment to T5734: encode_page_control() argument 2 must be string or read-only buffer.

This happend on a Debian 10 system with most recent pykolab package

  • pykolab 0.8.17-0~kolab2
  • python-ldap 3.1.0-2
Dec 22 2019, 9:45 PM · PyKolab, Bug Reports
dhoffend added a project to T5734: encode_page_control() argument 2 must be string or read-only buffer: PyKolab.
Dec 22 2019, 9:45 PM · PyKolab, Bug Reports

Dec 9 2019

balabadrasridhar212 added a comment to T5698: Recipient Policy broken when using hosted_domain mode.
Dec 9 2019, 1:45 PM · PyKolab, Bug Reports

Dec 6 2019

dhoffend closed T5686: kolab-server: Wrong access rights on pykolab.log as Resolved.
Dec 6 2019, 12:16 PM · PyKolab, Bug Reports

Nov 26 2019

dhoffend reopened T5698: Recipient Policy broken when using hosted_domain mode as "Open".

ups, reopen

Nov 26 2019, 6:05 PM · PyKolab, Bug Reports
dhoffend closed T5698: Recipient Policy broken when using hosted_domain mode as Invalid.

A workaround could be to move the hosted_root_dn from the [kolab_web] to [kolab] section and make a check for it. If hosted_mode is configured then look for ou=domain,$hosted_root_dn instead of the dc version. Another workaround would be to load all hosted domains into memory to avoid ldap query for every sync run. But we then need to trigger kolabd somehow to reload the domain list when domains have been changed or added

Nov 26 2019, 6:05 PM · PyKolab, Bug Reports
vanmeeuwen closed T5692: Invalid type conversion when setting ldap/timeout as Resolved by committing rPef261d5b5826: ldap/timeout: always convert to float, fix arguments.
Nov 26 2019, 9:13 AM · PyKolab, Bug Reports

Nov 23 2019

dhoffend added a comment to T5698: Recipient Policy broken when using hosted_domain mode.

Okay ... first issue (in my case) is that mgmt_root_dn is in the same domain name space ... One issue, but that's not the root cause

Nov 23 2019, 5:01 PM · PyKolab, Bug Reports
jh23453 merged T5683: pykolab: new errors with kolab-server 0.8.16-0~kolab1 into T5692: Invalid type conversion when setting ldap/timeout.
Nov 23 2019, 4:51 PM · PyKolab, Bug Reports
jh23453 merged task T5683: pykolab: new errors with kolab-server 0.8.16-0~kolab1 into T5692: Invalid type conversion when setting ldap/timeout.
Nov 23 2019, 4:51 PM · PyKolab, Bug Reports
dhoffend added a project to T5698: Recipient Policy broken when using hosted_domain mode: PyKolab.
Nov 23 2019, 4:37 PM · PyKolab, Bug Reports
dhoffend added a project to T5683: pykolab: new errors with kolab-server 0.8.16-0~kolab1: PyKolab.
Nov 23 2019, 3:13 PM · PyKolab, Bug Reports
dhoffend added a comment to T5686: kolab-server: Wrong access rights on pykolab.log.

Yepp. the chmod mask was held against the umask and therefore resulted in the wrong chmod mask. After changing this to a correct umask octcal number it's okay.

Nov 23 2019, 3:11 PM · PyKolab, Bug Reports
dhoffend added a project to T5686: kolab-server: Wrong access rights on pykolab.log: PyKolab.
Nov 23 2019, 3:10 PM · PyKolab, Bug Reports
dhoffend added a revision to T5692: Invalid type conversion when setting ldap/timeout: D871: ldap/timeout: always convert to float, fix arguments.
Nov 23 2019, 3:02 PM · PyKolab, Bug Reports
dhoffend added a project to T5692: Invalid type conversion when setting ldap/timeout: PyKolab.
Nov 23 2019, 2:51 PM · PyKolab, Bug Reports

Nov 19 2019

dhoffend added a comment to T5671: setup-kolab should support mysql unix_socket authentication.

This is especially useful for fully automated setup runs like

setup-kolab \
[...]
--mysqlserver=existing \
--mysqlrootpw=unix_socket
[...]
Nov 19 2019, 12:53 AM · PyKolab, Architecture & Design
dhoffend added a comment to T5671: setup-kolab should support mysql unix_socket authentication.
--- setup_mysql.py.bak  2019-11-19 00:37:07.398064712 +0100
+++ setup_mysql.py      2019-11-19 00:46:13.000342080 +0100
@@ -143,6 +143,9 @@
                 _("""
                     Please supply the root password for MySQL, so we can set
                     up user accounts for other components that use MySQL.
+
+                    Use password 'unix_socket' if you're using MariaDBs
+                    unix_socket authentication plugin.
                 """)
             )
Nov 19 2019, 12:48 AM · PyKolab, Architecture & Design
dhoffend updated the task description for T5671: setup-kolab should support mysql unix_socket authentication.
Nov 19 2019, 12:34 AM · PyKolab, Architecture & Design

Nov 18 2019

vanmeeuwen closed T5665: kolabd doesn't kill its childs when receving TERM signal as Resolved by committing rP6751e85733e7: Fixes T5665: kolabd should now terminate its child processes on exit.
Nov 18 2019, 12:05 PM · PyKolab, Bug Reports
vanmeeuwen closed T5659: pykolab daemons writing world-wide writeable pidfiles as Resolved.

The individual directories in /run/ are secured, so there's little need to secure the files within them.

Nov 18 2019, 12:04 PM · PyKolab, Bug Reports

Nov 16 2019

dhoffend added a comment to T5659: pykolab daemons writing world-wide writeable pidfiles.

Uploaded D847

Nov 16 2019, 2:55 AM · PyKolab, Bug Reports
dhoffend added a comment to T5665: kolabd doesn't kill its childs when receving TERM signal.

Uploaded D853

Nov 16 2019, 2:54 AM · PyKolab, Bug Reports
dhoffend updated the task description for T5665: kolabd doesn't kill its childs when receving TERM signal.
Nov 16 2019, 2:45 AM · PyKolab, Bug Reports
dhoffend added a project to T5665: kolabd doesn't kill its childs when receving TERM signal: PyKolab.
Nov 16 2019, 2:44 AM · PyKolab, Bug Reports

Nov 15 2019

dhoffend updated the task description for T5659: pykolab daemons writing world-wide writeable pidfiles.
Nov 15 2019, 11:51 AM · PyKolab, Bug Reports
dhoffend added a comment to T5659: pykolab daemons writing world-wide writeable pidfiles.

See Debian Bug Entry: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921016

Nov 15 2019, 11:51 AM · PyKolab, Bug Reports
dhoffend updated the task description for T5659: pykolab daemons writing world-wide writeable pidfiles.
Nov 15 2019, 11:41 AM · PyKolab, Bug Reports
dhoffend added a project to T5659: pykolab daemons writing world-wide writeable pidfiles: PyKolab.
Nov 15 2019, 11:28 AM · PyKolab, Bug Reports

Nov 8 2019

pasik added a comment to T5641: kolab wallace: ERROR event|todo_from_ical() exception: InvalidAttendeeCutypeError("Invalid cutype u'ROOM'",);.

@machniak Thanks a lot! I'll try the patch. This .ics arrived from Microsoft Exchange Server 2010 (based on the PRODID field in .ics).

Nov 8 2019, 12:30 PM · Kolab 16, PyKolab, Bug Reports
machniak closed T5641: kolab wallace: ERROR event|todo_from_ical() exception: InvalidAttendeeCutypeError("Invalid cutype u'ROOM'",); as Resolved.

Fixed.

Nov 8 2019, 11:30 AM · Kolab 16, PyKolab, Bug Reports
machniak added a comment to T5641: kolab wallace: ERROR event|todo_from_ical() exception: InvalidAttendeeCutypeError("Invalid cutype u'ROOM'",);.

Further investigation shows that actually Kolab format has CutypeRoom and CutypeUnknown defined. So, we can add these to the map, but still we should probably silently ignore unsupported values.

Nov 8 2019, 8:59 AM · Kolab 16, PyKolab, Bug Reports
machniak added a comment to T5641: kolab wallace: ERROR event|todo_from_ical() exception: InvalidAttendeeCutypeError("Invalid cutype u'ROOM'",);.

According to RFC5545 ROOM, UNKNOWN, X-* are valid values. Those aren't supported by Kolab, but we definitely should not throw exceptions on these. I wouldn't touch the map variable. Probably better to handle these in set_cutype().

Nov 8 2019, 8:02 AM · Kolab 16, PyKolab, Bug Reports

Nov 6 2019

pasik added projects to T5641: kolab wallace: ERROR event|todo_from_ical() exception: InvalidAttendeeCutypeError("Invalid cutype u'ROOM'",);: PyKolab, Kolab 16.
Nov 6 2019, 10:22 PM · Kolab 16, PyKolab, Bug Reports

Sep 30 2019

saper added a comment to T5608: kolab-setup: MySQL injection on roundcube password: ERROR at line 1: Unknown command '\S'..

spam ^^

Sep 30 2019, 9:11 AM · Maipo, PyKolab, Bug Reports

Sep 29 2019

KolkataEscortss added a comment to T5608: kolab-setup: MySQL injection on roundcube password: ERROR at line 1: Unknown command '\S'..
Sep 29 2019, 8:03 AM · Maipo, PyKolab, Bug Reports

Sep 25 2019

vanmeeuwen added a comment to T1030: Make it abundantly clear that the FQDN must resolve properly.

I suppose it should. If it doesn't, we'll take a ticket.

Sep 25 2019, 6:07 PM · Sprint 201608, PyKolab
saper added a comment to T1030: Make it abundantly clear that the FQDN must resolve properly.

Is it ok if the FQDN resolves only to an IPv6 address (working and reachable)?

Sep 25 2019, 5:41 PM · Sprint 201608, PyKolab
saper added a comment to T5608: kolab-setup: MySQL injection on roundcube password: ERROR at line 1: Unknown command '\S'..

This also produces a broken configuration file:

Sep 25 2019, 5:29 PM · Maipo, PyKolab, Bug Reports
saper added projects to T5608: kolab-setup: MySQL injection on roundcube password: ERROR at line 1: Unknown command '\S'.: PyKolab, Maipo.
Sep 25 2019, 5:18 PM · Maipo, PyKolab, Bug Reports
saper added a project to T5605: ERROR: Can't open /var/log/clamav/freshclam.log: PyKolab.
Sep 25 2019, 5:18 PM · PyKolab, Maipo, Bug Reports

Jul 5 2019

machniak closed T2199: Wallace Is not Starting as Resolved.

Strange. There's a new line after import re, so the error does not make sense. And no one complained about this, so looks like an issue with your system only. It's old, anyway.

Jul 5 2019, 11:06 AM · PyKolab, Bug Reports
machniak closed T2672: Kolab does not recognize new TLDs as Invalid.

If I understand this correctly toki.space is a domain space, FQDN should include hostname.

Jul 5 2019, 10:45 AM · PyKolab, Bug Reports
machniak added a project to T3709: wallace dies after trying to SELECT mailbox with lr access rights: PyKolab.
Jul 5 2019, 10:31 AM · PyKolab, Bug Reports
machniak added a project to T3775: Wallace is not processing invitations for members of a group (edited): PyKolab.
Jul 5 2019, 10:29 AM · PyKolab, Bug Reports
machniak closed T1607: Install on fresh CentOS 7 server fails because of missing clamav package as Resolved.
Jul 5 2019, 9:54 AM · PyKolab, Bug Reports

Jun 25 2019

machniak closed T5375: stopping wallace leaves a process behind, restart fails as Resolved.
Jun 25 2019, 12:36 PM · PyKolab, Bug Reports

Jun 23 2019

lazarimre added a comment to T5375: stopping wallace leaves a process behind, restart fails.

Yes, I can confirm that 0.8.13-0~kolab2 solves the problem. I suggest to close this issue.

Jun 23 2019, 9:19 AM · PyKolab, Bug Reports

Jun 22 2019

jh23453 added a comment to T5375: stopping wallace leaves a process behind, restart fails.

On my system wallace has been updated to 0.8.13-0~kolab2 and restarts seem to work now. I'l have an eye on it. If other people can confirm the fix we can close the ticket.

Jun 22 2019, 9:26 PM · PyKolab, Bug Reports

Jun 12 2019

lazarimre added a comment to T5375: stopping wallace leaves a process behind, restart fails.

The problem can be reproduced on CentoOS, and Ubuntu as well. There is no matter which distro is used and I’m sure that every current build is affected.

Jun 12 2019, 4:35 PM · PyKolab, Bug Reports

Jun 1 2019

jh23453 added a comment to T5375: stopping wallace leaves a process behind, restart fails.

My python is Python 2.7.13 from the debian packages:

Jun 1 2019, 4:26 PM · PyKolab, Bug Reports

May 31 2019

machniak added a comment to T5375: stopping wallace leaves a process behind, restart fails.

No such issue on CentOS with wallace-0.8.11-7.1.el7.kolab_16.

May 31 2019, 7:59 AM · PyKolab, Bug Reports

May 30 2019

jh23453 added a comment to T5375: stopping wallace leaves a process behind, restart fails.

I've tried reading the wallace source but didn't see an easy fix. For now I use a cron job
with the following script to fix wallace up:

May 30 2019, 5:13 PM · PyKolab, Bug Reports

May 29 2019

machniak lowered the priority of T5375: stopping wallace leaves a process behind, restart fails from Needs Triage to Normal.

Confirmed. If I then try to start wallace, I got:

2019-05-29 11:36:24,741 pykolab.wallace WARNING [10320] Could not bind to socket on port 10026 on bind address localhost
2019-05-29 11:36:24,741 pykolab.wallace WARNING [10320] Could not shut down socket
2019-05-29 11:36:25,743 pykolab.wallace WARNING [10320] Could not shut down socket
2019-05-29 11:36:26,745 pykolab.wallace WARNING [10320] Could not shut down socket
2019-05-29 11:36:27,747 pykolab.wallace WARNING [10320] Could not shut down socket
2019-05-29 11:36:28,750 pykolab.wallace WARNING [10320] Could not shut down socket
...

and

# ps ax | grep wallace
 3595 ?        S      0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
10320 ?        Sl     0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
10321 ?        S      0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
10322 ?        S      0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
10323 ?        S      0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
10324 ?        S      0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
May 29 2019, 12:38 PM · PyKolab, Bug Reports
machniak lowered the priority of T5327: Apostrophe in employee name causes LDAP crash from Needs Triage to Normal.
May 29 2019, 12:27 PM · PyKolab, Bug Reports