It seems that the version number for packaging needs to be increased at some slope rider point now.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Nov 6 2025
Aug 28 2025
Current git version gives the full error:
Aug 20 2025
Jul 3 2025
I guess the version number for packaging needs to be bumped somewhere now.
Apr 20 2025
Apr 7 2025
docs.kolab.org was built from this repository: https://git.kolab.org/diffusion/D/ (which should be the same as the github one, but if in question git.kolab.org is the up-to-date version).
There where many documents
- Howtos
- Admin and Developer Guids
- Kolab Architecture
Apr 5 2025
Fixed in master of kolab-webadmin and kolab-net-ldap3.
I'm not sure about this since we have Knowledge Base. https://kb.kolab.org/2023/03/install-kolab-16-on-alma-linux-9/
Mar 26 2025
I would just remove the _debug() call.
Mar 25 2025
Feb 17 2025
Jan 30 2025
So the 389-ds packages are a mess in Ubuntu. The tools and scripts needed to update the on disk formats are not built and when I enable them they are broken. I am not sure if the upstream source is broken or it comes from the patches applied by Debian or Ubuntu. The only thing that I found worked was moving the contents of /var/lib/dirsrv and /etc/dirsrv to a backup, then upgrade from 18.04 to 20.04 and return the contents before rebooting. There were several other hiccups in the process as kolab packaging for Ubuntu newer than 18.04 is broken and missing packages, see: https://git.kolab.org/T8416
Jan 23 2025
On our server ipv6 was disabled in the kernel. Enabling ipv6 did resolve the crash of guam
Jan 22 2025
I also see crashes of guam on AlmaLinux release 9.5 (Teal Serval)
I tested with I guam-0.9.13-3.61.el9.kolab_16.x86_64
Jan 4 2025
Dec 23 2024
Patch merged.
Oct 31 2024
This patch fixes the login for me - thanks a lot.
Oct 30 2024
Maybe something like this would help:
diff --git a/lib/Auth/LDAP.php b/lib/Auth/LDAP.php index f5e33b2..2db826e 100644 --- a/lib/Auth/LDAP.php +++ b/lib/Auth/LDAP.php @@ -122,6 +122,12 @@ class LDAP extends Net_LDAP3 { $this->config_set("root_dn", $root_dn); }
Oct 29 2024
Oct 27 2024
php-net-ldap3 is our main workhorse for ldap connections, php-net-ldap2 is a dependency there for a one or two features in use.
Oct 19 2024
The message header is parsed!
As the fix sets encoding="utf8", does this mean all messages are utf-8 encoded here?
Oct 3 2024
this link of yours https://kb.kolab.org/2023/03/install-kolab-16-on-alma-linux-9/solar smash The package is missing when doing dnf install kolab.
Sep 25 2024
The package has been updated; closing this task.
Packaging fix: https://obs.kolabsys.com/request/show/3324
Sep 20 2024
Proposed fix in D4959.
Aug 18 2024
I've now removed the package from my system - let's see what happens.
We most likely can't "Conflict" roundcube with this package - other Debian packages might still need it.
Thanks for the vendoring hint. We might want to hint admins during upgrades that it might be possible/useful to remove old packages.
Aug 7 2024
I believe we're now using composer to install dependencies into /usr/share/roundcubemail/vendor folder, so packages like this aren't needed.
Aug 6 2024
The debian package seems to work when editing sieve filters.
Jul 25 2024
Sorry, I didn't mean to imply otherwise on the 389ds issue, I knew it was upstream that was broken but also that it is required for Kolab and has been stopping an update to 20.04.
Jul 22 2024
389ds update issue resides on Ubuntu, it is not a Kolab issue.
Jul 21 2024
Please do, that might help me get the 389ds update for ubuntu functioning and get me off of 18.04 finally.
Jul 16 2024
I can second that. I ran into this issue as well. The dependency is not configured therefore the package is missing when doing dnf install kolab.
Hi there,
I was just able to successfully upgrade from CentOS 7 to Almalinux 9. Everything seems to be working the in place upgrade of the 389ds and the cyrus imapd were a bit of a hassle, but after testing it several times based on backups it worked ok. I can share my list of commands.
Jul 15 2024
I managed to get the package updated but I still cannot send from the webmail interface, I see the same errors in roundcube/errors.log (with a new line number)
[15-Jul-2024 14:24:45 -0400]: <ka2vqi5j> PHP Error: STARTTLS failed (POST /webmail/hF3kdGo6e2kLGlvH/?_task=mail&_unlock=loading1721067885788&_framed=1&_action=send) [15-Jul-2024 14:24:45 -0400]: <ka2vqi5j> PHP Error: Invalid response code received from server (POST /webmail/hF3kdGo6e2kLGlvH/?_task=mail&_unlock=loading1721067885788&_framed=1&_action=send) [15-Jul-2024 14:24:45 -0400]: <ka2vqi5j> SMTP Error: Authentication failure: STARTTLS failed (Code: ) in /usr/share/roundcubemail/program/lib/Roundcube/rcube.php on line 1815 (POST /webmail/hF3kdGo6e2kLGlvH/?_task=mail&_unlock=loading1721067885788&_framed=1&_action=send)
I don't think this should be closed, the roundcube-1.5.7.4-1 package which contains the fix is not installable on Ubuntu 18.04 (it conflicts with roundcube-plugins-kolab) so this is an open issue for me.
Thanks. Fixed.
Jul 14 2024
Jul 9 2024
Update request: https://obs.kolabsys.com/request/show/3299
Jul 5 2024
Jul 3 2024
Short term, we should update the php-http-request2 package. 2.6.0 supports PHP >= 5.6 still, so there's no issue with that.
Jun 30 2024
Thanks - I've added it to my "must fix list" when upgrading...
Jun 24 2024
it was a smarty version issue.
bookworm comes with smarty4.
Jun 22 2024
Can you explain "Smarty issue fixed by hand" in detail? What's the issue and how did you fix it?
Jun 21 2024
Fixed in master
Jun 19 2024
Maybe something like this:
--- a/cyruslib.py +++ b/cyruslib.py @@ -885,6 +885,7 @@ class CYRUS: annotation = annotation.strip() tokens = tokenize(annotation) folder = tokens[0] + mailbox = ensure_binary(mailbox)
Jun 18 2024
May 10 2024
This file opening problem again caused wallace to crash on my server, resulting in the failure to deliver emails to the end recipient.
Searching though the wallace directory I found the following instances
Apr 22 2024
Same file opening problem exists in /usr/lib/python3.9/site-packages/wallace/module_invitationpolicy.py - line 270 :-
Apr 20 2024
Apr 19 2024
Apr 18 2024
Looks like something to fix in https://git.kolab.org/source/pykolab/browse/master/pykolab/setup/setup_mysql.py$184
Fixed in 79bd5932b24b.
Apr 10 2024
I would agree, probably not the right patch (Just provided it as it's what we do to make it work, just carrying the patch internally)
Apr 5 2024
Mar 31 2024
should be fixed in 1.5.6.7
Mar 26 2024
The error was fixed in https://git.kolab.org/rRPK84c232f6dc4c603949199c46865d2cf6cd1bfd34, I'm not aware of the packaging state.
Mar 25 2024
Also applies to EL9.
One solution appears to be to change the declaration of $ready , in class/kolab_ldap (files /usr/share/roundcubemail/plugins/libkolab/lib/kolab_ldap.php and /usr/share/roundcubemail/public_html/assets/plugins/libkolab/lib/kolab_ldap.php) from private to public.
There is also another problem, the directory /usr/share/roundcubemail/program/resources containing the "Ooops ..." error message that, presumably, should be displayed on crashes is missing.
Mar 21 2024
It's because of default php versions on Debian:
Debian 10 - php 7.3
Debian 11 - php 7.4
Debian 12 - php 8.2
Mar 15 2024
I'm still on Debian 10 - a new test-install on Debian 12 throws errors when logging in to kolab-webadmin. Didn't investigate further...
Mar 10 2024
Feb 20 2024
Feb 1 2024
Patch merged.
Jan 29 2024
Thanks for this happy news :-)
Jan 18 2024
This has now been merged into Kolab:16, though the package is still building, but should become available shortly.
Jan 11 2024
Thx for the News!
Problem is with loading order of php modules. On Ubuntu the fix for me was:
mv /etc/php7.4/cli/conf.d/30-kolabformat.ini /etc/php7.4/cli/conf.d/32-kolabformat.ini mv /etc/php7.4/apache2/conf.d/30-kolabformat.ini /etc/php7.4/apache2/conf.d/32-kolabformat.ini
We're working on a fix for packaging.