D3692 and D3710 should fix this
I ran into same error, when testing for Python 3
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jul 30 2022
Jul 15 2022
Jul 7 2022
Jun 15 2022
I would reinstall both just to be on the safe side.
I managed to install roundcubemail 1.5.2 with your advice but it wasn't as simple as it should be.
Jun 14 2022
Is roundcubemail-core still installed in the old version? If yes, uninstall it first (after manually patching the prerm script), then proceed with apt upgrade.
Do you get a specific error message? I believe the tricky part is probably to get the old roundcubemail-core package uninstalled as described above in T6971#96134: edit /var/lib/dpkg/info/roundcubemail-core.prerm, comment out the line with reload_apache, then perform the package upgrade.
Jun 13 2022
In T6971#96146, @johndoe wrote:Sorry, even with version 1.5.2-0~kolab4 apt-get upgrade does not work.
Do you get a specific error message? I believe the tricky part is probably to get the old roundcubemail-core package uninstalled as described above in T6971#96134: edit /var/lib/dpkg/info/roundcubemail-core.prerm, comment out the line with reload_apache, then perform the package upgrade.
Sorry, even with version 1.5.2-0~kolab4 apt-get upgrade does not work.
Jun 12 2022
I have fixed the dependency issues in OBS. The new roundcubemail should now play along nicely with the rest of the Kolab packages.
Correcting myself: the dependency on roundcubemail-plugins-kolab (>= 3.0) might be harmless after all, but roundcubemail-skin-kolab definitely reeks of problems.
It seems that the many individual Roundcube + plugin packages have been consolidated into one big 'standalone' package that bundles them all together (https://obs.kolabsys.com/package/show/Kolab:16/roundcubemail-selfcontained).
Jun 11 2022
Jun 9 2022
Should be better now.
Jun 8 2022
May 26 2022
@lennartack - Oops.. NOW it should be available again.. ;-)
May 25 2022
@petersen, still no website. This should not be so hard...
May 10 2022
Apr 29 2022
@lennartack - on it..
Apr 26 2022
Apr 25 2022
@petersen what is the address of the mailing list website? https://lists.kolab.org still doesn't work.
Apr 22 2022
Apr 19 2022
Apr 14 2022
This was fixed - the server is alive and kicking, Apheleia IT is interested in maintaining community engagement, and Kolab is still called Kolab. See my mail on the user list for more details.
Apr 10 2022
Mar 25 2022
https://docs.kolab.org has been fixed.
Mar 12 2022
Mar 11 2022
Thanks a lot! See D1966 for my review comments.
I made the latest version of the documentation available on my server at kolab.dlnet.org/docs. I don't think much has changed compared to the version at docs.kolab.org. But maybe having an up to date version will motivate community members to continue work on the documentation.
In T6220#95074, @hsmith wrote:@lennartack I don't believe Kolab are really interested in maintaining much community engagement.
Sure seems that way!
Mar 10 2022
I think the fix is trivial, but not obviously, specially when not familiar with LDIF. Manually solved the problem on my system (multidomain setup).
Mar 7 2022
Mar 6 2022
Mar 5 2022
Feb 28 2022
Since nobody is answering:
The reason for the above problem is the fact that apparently the following two packages are obsoleted by EPEL:
Feb 23 2022
Hello!
Feb 13 2022
Hopefully fixed through the addition of a %pretrans scriptlet as described in https://docs.fedoraproject.org/en-US/packaging-guidelines/Directory_Replacement/. Please reopen if the problem persists.
Feb 8 2022
@lennartack I don't believe Kolab are really interested in maintaining much community engagement.
http://lists.kolab.org is now completely offline.
Feb 4 2022
The exception comes from inside cache_update(). See attached the traceback, from the log file that Johannes sent me.
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 3 2022
Ooh, this is a subtle bug!
I guess we can close this?
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.
Fix is working for me.
I have just pushed a new, patched revision of the pykolab package. Please try it out and report back if it fixes the problem for you.
I'll take care of this.
This change causes the issue:
/usr/lib/python2.7/site-apckages/pykolab/logger.py
Same problem for Centos.
Jan 26 2022
Jan 16 2022
Jan 15 2022
Jan 13 2022
What's the status on this?
Jan 8 2022
Jan 5 2022
Dec 18 2021
Dec 11 2021
Dec 10 2021
Dec 7 2021
You can pass a full url there.
thanks, but it is set:
// URL of kolab-chwala installation
$config['kolab_files_url'] = '/chwala/';
sorry of late answer ..
Dec 5 2021
Nov 20 2021
Nov 2 2021
Oct 28 2021
Oct 25 2021
Oct 5 2021
Sep 22 2021
Fixed.
Sep 2 2021
Sep 1 2021
Aug 20 2021
Aug 19 2021
Jul 22 2021
The kolab_files plugin has some configuration. You can set these to an absolute URLs.
// URL of kolab-chwala installation $config['kolab_files_url'] = '/chwala/';
Jun 27 2021
Jun 25 2021
Jun 23 2021
Jun 22 2021
I'd say it's the carddav plugin issue. Maybe it does not "inject" its addressbook sources on task=calendar requests or sth like that.