Page MenuHomePhorge
Feed Search

Jun 6 2023

sevens added a comment to T7247: New Kolab install broken on Debian 11.

...

Test sending mail

Tested:

  • ...
  • Sent a mail to my personal address (on personal domain)

Results:

  • ...
  • The test mail sent to my personal address didn't arrive either, but I didn't expect it to

...

Jun 6 2023, 10:23 AM · Kolab 16, Bug Reports
sevens added a comment to T7247: New Kolab install broken on Debian 11.

Some quick further testing.

Jun 6 2023, 10:02 AM · Kolab 16, Bug Reports

Jun 2 2023

machniak added a comment to T3283: wap: generation of replication agreements for more then two hosts have wrong nsDS5ReplicaHost.

Fixed via D4352: Fix nsDS5ReplicaHost and nsDS5ReplicaPort.

Jun 2 2023, 1:42 PM · Net_LDAP3, Bug Reports
machniak closed T7463: roundcubemail css problem with shared contacts after last upgrade of kolab 16 on ubuntu 16.04 as Resolved.

Fixed in git master.

Jun 2 2023, 10:22 AM · Bug Reports

Jun 1 2023

sevens added a comment to T7247: New Kolab install broken on Debian 11.

So I finally had some time to look into this some more. First, thanks to all others for their notes and further progress, this helped me today as well. I only had some of the issues others had, possibly as they have been fixed in the packages/upstream in the meantime, and hit some issues not yet mentioned here as well. What follows is an extensive log of and some notes on the relevant parts of my updates, changes and fixes since my last comment. Hoping this helps others further along as well.

Jun 1 2023, 9:17 AM · Kolab 16, Bug Reports

May 24 2023

mollekopf added a comment to T7097: iRony fails to run after update.

I have included the patch and it's now building here: https://obs.kolabsys.com/package/show/Kolab:16:Testing/iRony

May 24 2023, 9:04 AM · Bug Reports

May 22 2023

Koni closed T7460: DB Error: [1146] Table 'roundcube.collected_addresses' doesn't exist as Resolved.
  1. droped database roundcube in mysql
  2. sudo setup-kolab roundcube
May 22 2023, 8:50 PM · Bug Reports
Koni created T7463: roundcubemail css problem with shared contacts after last upgrade of kolab 16 on ubuntu 16.04.
May 22 2023, 8:06 PM · Bug Reports
Koni updated the task description for T7460: DB Error: [1146] Table 'roundcube.collected_addresses' doesn't exist.
May 22 2023, 8:01 PM · Bug Reports
Koni created T7460: DB Error: [1146] Table 'roundcube.collected_addresses' doesn't exist.
May 22 2023, 8:01 PM · Bug Reports
machniak added a comment to T7439: Event notification missing time.

What calendar version? What calendar driver? Does it happen for every invitation?

May 22 2023, 8:11 AM · Bug Reports

May 16 2023

ghane added a comment to T7247: New Kolab install broken on Debian 11.

wallace error mentioned here: T7247#100099

May 16 2023, 5:27 PM · Kolab 16, Bug Reports

May 14 2023

ghane added a comment to T7247: New Kolab install broken on Debian 11.

@waadaa85 : Did you try to limit synchronous (+S) and asynchronous (+A) threads?

May 14 2023, 4:34 PM · Kolab 16, Bug Reports

May 12 2023

waadaa85 added a comment to T7247: New Kolab install broken on Debian 11.

Awesome job sevens !! Kolab Installation completed and kolab-setup ran successfully.
I've generated new cert-key pairs with letsencrypt.
Moving on :

May 12 2023, 12:58 AM · Kolab 16, Bug Reports

May 4 2023

johndoe added a comment to T7097: iRony fails to run after update.

Yes, now it works (tested with irony 0.4.8-1~kolab1).
Please push upstream.

May 4 2023, 2:05 PM · Bug Reports
mroland added a comment to T7097: iRony fails to run after update.

Indeed, I failed to commit the latest version after I had experimented with getting rid of the use statements. So its those two commits here: https://github.com/michaelroland/kolab-iRony/compare/master...fix-canonical-principal-name-from-auth that make the patch.

May 4 2023, 9:58 AM · Bug Reports
johndoe added a comment to T7097: iRony fails to run after update.

Your patch does not work, at least for me.
My system is Debian 10 Buster (up2date).

May 4 2023, 8:53 AM · Bug Reports

May 3 2023

sicherha-admin renamed T7355: Spam post removed from مكافحة حشرات الكويت to Spam post removed.
May 3 2023, 8:04 PM · Bug Reports
mroland added a comment to T7097: iRony fails to run after update.

@johndoe Yes, that's the only patch needed to make shortlogins work again.

May 3 2023, 8:27 AM · Bug Reports

May 2 2023

johndoe added a comment to T7097: iRony fails to run after update.

Is https://github.com/michaelroland/kolab-iRony/commit/5a9cc8f0f131470caafa4253f1e7df19f57b9546 the only patch that is needed to fix the issue?

May 2 2023, 8:55 PM · Bug Reports

Apr 28 2023

mroland added a comment to T7097: iRony fails to run after update.

Btw. here is a version with the fix applied: https://github.com/michaelroland/kolab-iRony/tree/fix-canonical-principal-name-from-auth (not sure if I could have somehow created a merge request on this platform here)

Apr 28 2023, 11:47 AM · Bug Reports
machniak added a comment to T7276: kolab-plugins calendar/taskutil caldav driver is not connecting to radicale.

I really tested the drivers only with Cyrus/Kolab DAV servers, so it might indeed not work with others, but I don't fully understand where's the problem. Could you provide the full dav.log (with dav_debug=true in config) from the unmodified code?

Apr 28 2023, 9:34 AM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T7282: kolab-plugins - libkolab connecting to radicale gives 'Data too long for column ctag'.

The standards do not define max length, but I think we can set it to 128.

Apr 28 2023, 9:26 AM · Roundcube Kolab Plugins , Bug Reports
mroland added a comment to T7097: iRony fails to run after update.

The issue with shortlogins seems to stem from the transition to sabre/dav > 2.1. The AbstractBasic authentication backend API has changed since then and AbstractBasic now always uses the concatenation of the principalPrefix and the HTTP username as principal name (see https://github.com/sabre-io/dav/blob/4.4.0/lib/DAV/Auth/Backend/AbstractBasic.php#L107). To overcome this, we would need to override the check() method in iRony/lib/Kolab/DAV/Auth/HTTPBasic.php to return the canonicalized principal name:

Apr 28 2023, 8:54 AM · Bug Reports

Apr 24 2023

mollekopf closed T7337: Tasklist is empty (error table 'roundcube.tasklists' doesn't exist) as Resolved.

Great, glad to hear it.

Apr 24 2023, 11:32 AM · Bug Reports

Apr 22 2023

tasis added a comment to T7337: Tasklist is empty (error table 'roundcube.tasklists' doesn't exist).

Thank you, it is resolved and along side with it, the folders in settings are now visible and editable again via the UI (path /?_task=settings&_action=folders). Thank you for fixing this, it was rather crippling

Apr 22 2023, 10:58 AM · Bug Reports
tasis added a comment to T7343: Roundcube email actions 'Save as Event' 'Save as Task' 'Add a Note' are no longer available.

Thank you! It is resolved.

Apr 22 2023, 10:57 AM · Bug Reports

Apr 21 2023

mollekopf added a comment to T7337: Tasklist is empty (error table 'roundcube.tasklists' doesn't exist).

This was caused by a change of the default tasklist driver from kolab to database, which I have now reverted. Package build is still pending.

Apr 21 2023, 1:10 PM · Bug Reports
mollekopf closed T7343: Roundcube email actions 'Save as Event' 'Save as Task' 'Add a Note' are no longer available as Resolved.

I believe this is resolved with the roundcubemail update from today, please reopen if you can still reproduce the issue.

Apr 21 2023, 1:06 PM · Bug Reports
mollekopf closed T7355: Spam post removed as Invalid.
Apr 21 2023, 1:01 PM · Bug Reports
Tallahassee created T7439: Event notification missing time.
Apr 21 2023, 8:53 AM · Bug Reports

Apr 19 2023

emunson added a comment to T7133: Unable to send mail via web interface after roundcube update.

I have the package php-net-smtp from the Ubuntu 18.04 repos which is version 1.8.0. I have tried updating to new Ubuntu versions but the last time I tried (in December) there were packaging problems. Is 18.04 still supported and if so, how can I get this newer library?

Apr 19 2023, 8:38 PM · Kolab 16, Bug Reports
waadaa85 added a comment to T7133: Unable to send mail via web interface after roundcube update.

Hi emunson+machniak
I'll check this out. Just to be sure on what we are talking about, the net_SNMP package your are referring to : is it a php or a python3 package?
So much errors through pykolab on debian10 that I decided to revert to debian9 for the time being. Which doesn't work either with a recent debian9 "apt-get update" I've done...

Apr 19 2023, 5:10 PM · Kolab 16, Bug Reports
machniak added a comment to T7133: Unable to send mail via web interface after roundcube update.

It might be caused by outdated Net_SMTP package in the system (or in Roundcube's /vendor folder). At least version 1.10.0 is required.

Apr 19 2023, 4:38 PM · Kolab 16, Bug Reports
emunson added a comment to T7133: Unable to send mail via web interface after roundcube update.

I honestly don't remember, I did the update in late December and have only been able to send mail from external clients (and that is my work around). This is fairly irritating because it shouldn't be that hard but I managed to screw something up.

Apr 19 2023, 3:58 PM · Kolab 16, Bug Reports

Apr 13 2023

tasis added a comment to T7337: Tasklist is empty (error table 'roundcube.tasklists' doesn't exist).

Root cause seems to be this: https://git.kolab.org/T7400

Apr 13 2023, 8:32 PM · Bug Reports
tasis added a comment to T7343: Roundcube email actions 'Save as Event' 'Save as Task' 'Add a Note' are no longer available.

Root cause seems to be this: https://git.kolab.org/T7400

Apr 13 2023, 8:32 PM · Bug Reports

Apr 12 2023

tasis updated the task description for T7343: Roundcube email actions 'Save as Event' 'Save as Task' 'Add a Note' are no longer available.
Apr 12 2023, 5:36 AM · Bug Reports

Apr 10 2023

waadaa85 added a comment to T7133: Unable to send mail via web interface after roundcube update.

Hi emunson,

Apr 10 2023, 7:11 PM · Kolab 16, Bug Reports

Mar 31 2023

shaterone created T7355: Spam post removed.
Mar 31 2023, 1:28 PM · Bug Reports

Mar 25 2023

mollekopf closed T7127: Can't read / write Contacts or Calendar as Resolved.

Reopen if this still is a problem please.

Mar 25 2023, 9:55 AM · Bug Reports

Mar 22 2023

tasis created T7343: Roundcube email actions 'Save as Event' 'Save as Task' 'Add a Note' are no longer available.
Mar 22 2023, 4:50 PM · Bug Reports

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, 8:40 PM · Kolab 16, PyKolab, Bug Reports

Mar 6 2023

tasis created T7337: Tasklist is empty (error table 'roundcube.tasklists' doesn't exist).
Mar 6 2023, 9:03 PM · Bug Reports

Feb 22 2023

emunson added a comment to T7133: Unable to send mail via web interface after roundcube update.

Any chance I can get someone to look at this, I believe I have fixed all the config files that are related and were changed by the update, not sure what I missed.

Feb 22 2023, 4:26 PM · Kolab 16, Bug Reports
sevens added a comment to T7247: New Kolab install broken on Debian 11.
In T7247#99901, @ghane wrote:

Thanks for the debugging

Feb 22 2023, 8:07 AM · Kolab 16, Bug Reports

Feb 16 2023

tilmankroesche added a comment to T7247: New Kolab install broken on Debian 11.

Thx for the hints. I'l try the Git Version.

Feb 16 2023, 9:53 AM · Kolab 16, Bug Reports

Feb 15 2023

Tofandel closed T7294: PHP Extension Runtime Error as Resolved.
Feb 15 2023, 10:49 PM · Bug Reports
Tofandel added a comment to T7294: PHP Extension Runtime Error.

Well after much hair loss, it seems this issue was caused by the order the extensions were loaded in

Feb 15 2023, 10:48 PM · Bug Reports
Tofandel updated the task description for T7294: PHP Extension Runtime Error.
Feb 15 2023, 1:50 PM · Bug Reports
Tofandel updated the task description for T7294: PHP Extension Runtime Error.
Feb 15 2023, 1:50 PM · Bug Reports
Tofandel updated the task description for T7294: PHP Extension Runtime Error.
Feb 15 2023, 1:47 PM · Bug Reports
Tofandel created T7294: PHP Extension Runtime Error.
Feb 15 2023, 1:40 PM · Bug Reports

Feb 7 2023

conathan created T7282: kolab-plugins - libkolab connecting to radicale gives 'Data too long for column ctag'.
Feb 7 2023, 6:44 PM · Roundcube Kolab Plugins , Bug Reports
conathan added a comment to T7276: kolab-plugins calendar/taskutil caldav driver is not connecting to radicale.

Was probing this further, and noticed in listFolders the following responses:
(with discover modified to use $response = $this->request('/', 'PROPFIND', $body, ['Depth' => 1, 'Prefer' => 'return-minimal']); - removed $roots[$component])

Feb 7 2023, 6:13 PM · Roundcube Kolab Plugins , Bug Reports

Feb 5 2023

ghane added a comment to T7247: New Kolab install broken on Debian 11.

Debian11 Install is testing....
check error with existing tasks on bug list.
As PHP and Python3 needs upgrades to newer versions, shipped with new distributions, there are still rough corners and known errors.

Feb 5 2023, 5:20 PM · Kolab 16, Bug Reports
tilmankroesche added a comment to T7247: New Kolab install broken on Debian 11.

And yet another python exeption in wallace:

Feb 5 2023, 12:20 PM · Kolab 16, Bug Reports

Feb 4 2023

tilmankroesche added a comment to T7247: New Kolab install broken on Debian 11.

Thx for the help, to setup Kolab on Debian 11. I've encountered another Error after upgrading to PHP 7.4:

Feb 4 2023, 6:16 PM · Kolab 16, Bug Reports
conathan updated the task description for T7276: kolab-plugins calendar/taskutil caldav driver is not connecting to radicale.
Feb 4 2023, 12:43 AM · Roundcube Kolab Plugins , Bug Reports
conathan created T7276: kolab-plugins calendar/taskutil caldav driver is not connecting to radicale.
Feb 4 2023, 12:42 AM · Roundcube Kolab Plugins , Bug Reports

Feb 3 2023

ghane placed T7247: New Kolab install broken on Debian 11 up for grabs.

Thanks for the debugging

Feb 3 2023, 12:02 AM · Kolab 16, Bug Reports

Feb 2 2023

sevens added a comment to T7247: New Kolab install broken on Debian 11.

Ok, here we go; this is a long one as I encountered quite a few issues, but hopefully much of it is useful...

Feb 2 2023, 10:39 AM · Kolab 16, Bug Reports
windkracht8 added a comment to T7241: PHP warnings.

plugins/calendar/drivers/calendar_driver.php on line 510
Undefined $exception
Proposal: $next_event['id'] = $next_event['uid'] . '-' . $next_event['_instance'];

Feb 2 2023, 10:39 AM · Bug Reports
ghane reopened T7247: New Kolab install broken on Debian 11 as "Open".
Feb 2 2023, 10:38 AM · Kolab 16, Bug Reports
ghane closed T7247: New Kolab install broken on Debian 11 as Resolved.

adding:
deb http://obs.kolabsys.com/repositories/Kolab:/16/Debian_11.0/ ./
deb http://obs.kolabsys.com/repositories/Kolab:/Winterfell/Debian_11.0/ ./
deb http://obs.kolabsys.com/repositories/Kolab:/16:/Testing/Debian_11.0/ ./
'changed the typo'

Feb 2 2023, 10:38 AM · Kolab 16, Bug Reports
ghane triaged T7255: New Kolab install broken on Ubuntu 22.04 as Normal priority.
Feb 2 2023, 10:38 AM · Architecture & Design, Bug Reports
ghane lowered the priority of T7247: New Kolab install broken on Debian 11 from Needs Triage to Low.

Work for for newer Distributions are still in progress!

Feb 2 2023, 10:38 AM · Kolab 16, Bug Reports
ghane lowered the priority of T7255: New Kolab install broken on Ubuntu 22.04 from Needs Triage to Low.

work is in progress

Feb 2 2023, 10:38 AM · Architecture & Design, Bug Reports
raptor2101 created T7255: New Kolab install broken on Ubuntu 22.04.
Feb 2 2023, 10:37 AM · Architecture & Design, Bug Reports

Jan 27 2023

sevens created T7247: New Kolab install broken on Debian 11.
Jan 27 2023, 4:00 PM · Kolab 16, Bug Reports

Jan 26 2023

windkracht8 created T7241: PHP warnings.
Jan 26 2023, 12:02 PM · Bug Reports

Jan 25 2023

sicherha added a comment to T7097: iRony fails to run after update.

No news yet from my side, sorry. Working life has grabbed me again, and I'll need a couple of contiguous undisturbed hours to narrow down the problem.

Jan 25 2023, 9:30 PM · Bug Reports

Jan 24 2023

johndoe added a comment to T7097: iRony fails to run after update.

Thank you @mollekopf
Shortlogins still don't work, so I will wait what @sicherha can tell if he finds time looking into this.

Jan 24 2023, 9:05 PM · Bug Reports
mollekopf added a comment to T7097: iRony fails to run after update.

I have pushed iRony 0.4.7 to Kolab:16. Don't know about the shortlogins, the code seems to still work in my tests, but I don't have an actual system that supports shortlogins that I could test against thunderbird.

Jan 24 2023, 4:28 PM · Bug Reports
mollekopf added a comment to T7127: Can't read / write Contacts or Calendar .

Is this still a thing? Because I can't reproduce the issue.

Jan 24 2023, 4:26 PM · Bug Reports

Jan 19 2023

johndoe added a comment to T7097: iRony fails to run after update.

@sicherha
Any news on this - shortlogin not working with latest iRony? No stress if you are busy with other things... let me know.

Jan 19 2023, 4:28 PM · Bug Reports

Jan 16 2023

mollekopf added a comment to T7097: iRony fails to run after update.

I think the username canonification is done by kolab_auth plugin. So, maybe some problem with loading plugins/configuration.

Jan 16 2023, 9:21 AM · Bug Reports
mollekopf added a comment to T7097: iRony fails to run after update.

The iRony patch is now available in https://obs.kolabsys.com/package/show/Kolab:16:Testing/iRony

Jan 16 2023, 9:08 AM · Bug Reports

Jan 15 2023

sicherha-admin renamed T3323: Spam post removed from Customized SHR Laser Machine to Spam post removed.
Jan 15 2023, 8:48 PM · Bug Reports
sicherha-admin renamed T7091: Spam post removed from Customized Feather Quilt to Spam post removed.
Jan 15 2023, 8:41 PM · Bug Reports
sicherha-admin renamed T7085: Spam post removed from China polycrystalline silicon stick manufacturers to Spam post removed.
Jan 15 2023, 8:41 PM · Bug Reports
sicherha-admin renamed T7082: Spam post removed from Solvent Inkjet ink for sale to Spam post removed.
Jan 15 2023, 8:41 PM · Bug Reports
sicherha-admin renamed T7079: Spam post removed from 關鍵字排名服務 to Spam post removed.
Jan 15 2023, 8:40 PM · Bug Reports
sicherha-admin renamed T7076: Spam post removed from Pet Sweaters Pricelist to Spam post removed.
Jan 15 2023, 8:40 PM · Bug Reports
sicherha-admin renamed T7073: Spam post removed from Jewelry 3D Printing to Spam post removed.
Jan 15 2023, 8:40 PM · Bug Reports
sicherha-admin renamed T7070: Spam post removed from Electric Tricycle for sale to Spam post removed.
Jan 15 2023, 8:40 PM · Bug Reports
sicherha-admin renamed T7067: Spam post removed from Customized Vehicle Safety Marking Sign to Spam post removed.
Jan 15 2023, 8:40 PM · Bug Reports
sicherha-admin renamed T7064: Spam post removed from Exclusive Gaming Chair to Spam post removed.
Jan 15 2023, 8:40 PM · Bug Reports
sicherha-admin renamed T7058: Spam post removed from Prototype Manufacture to Spam post removed.
Jan 15 2023, 8:39 PM · Bug Reports
sicherha-admin renamed T7052: Spam post removed from Customized PU Computer Racing Gaming Chair to Spam post removed.
Jan 15 2023, 8:39 PM · Bug Reports
sicherha-admin renamed T7049: Spam post removed from Steel Frame Electric Scooter price to Spam post removed.
Jan 15 2023, 8:39 PM · Bug Reports
sicherha-admin renamed T7046: Spam post removed from used truck tractor trailer price to Spam post removed.
Jan 15 2023, 8:39 PM · Bug Reports
sicherha-admin renamed T7043: Spam post removed from ppr pipe 63mm factory to Spam post removed.
Jan 15 2023, 8:39 PM · Bug Reports
sicherha-admin renamed T7040: Spam post removed from Ice Hockey Model to Spam post removed.
Jan 15 2023, 8:39 PM · Bug Reports
sicherha-admin renamed T7034: Spam post removed from Tea Drink in stock to Spam post removed.
Jan 15 2023, 8:38 PM · Bug Reports
sicherha-admin renamed T7025: Spam post removed from Mdf Veneer Slat Acoustic Panel quotation to Spam post removed.
Jan 15 2023, 8:38 PM · Bug Reports
sicherha-admin renamed T7031: Spam post removed from low price Hydraulic Drift Handbrake to Spam post removed.
Jan 15 2023, 8:38 PM · Bug Reports
sicherha-admin renamed T7037: Spam post removed from Cervical Traction Device manufacturers to Spam post removed.
Jan 15 2023, 8:38 PM · Bug Reports
sicherha-admin renamed T7028: Spam post removed from Buy Infrared Thermometer to Spam post removed.
Jan 15 2023, 8:38 PM · Bug Reports
sicherha-admin renamed T7088: Spam post removed from swing-arm manipulator to Spam post removed.
Jan 15 2023, 8:37 PM · Bug Reports