In T7247#102317, @sevens wrote:...
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
...
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Jun 6 2023
Jun 6 2023
Some quick further testing.
Jun 2 2023
Jun 2 2023
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 1 2023
Jun 1 2023
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.
May 24 2023
May 24 2023
I have included the patch and it's now building here: https://obs.kolabsys.com/package/show/Kolab:16:Testing/iRony
May 22 2023
May 22 2023
Koni closed T7460: DB Error: [1146] Table 'roundcube.collected_addresses' doesn't exist as Resolved.
- droped database roundcube in mysql
- sudo setup-kolab roundcube
Koni updated the task description for T7460: DB Error: [1146] Table 'roundcube.collected_addresses' doesn't exist.
What calendar version? What calendar driver? Does it happen for every invitation?
May 16 2023
May 16 2023
wallace error mentioned here: T7247#100099
May 14 2023
May 14 2023
@waadaa85 : Did you try to limit synchronous (+S) and asynchronous (+A) threads?
May 12 2023
May 12 2023
Awesome job sevens !! Kolab Installation completed and kolab-setup ran successfully.
I've generated new cert-key pairs with letsencrypt.
Moving on :
May 4 2023
May 4 2023
Yes, now it works (tested with irony 0.4.8-1~kolab1).
Please push upstream.
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.
Your patch does not work, at least for me.
My system is Debian 10 Buster (up2date).
May 3 2023
May 3 2023
@johndoe Yes, that's the only patch needed to make shortlogins work again.
May 2 2023
May 2 2023
Is https://github.com/michaelroland/kolab-iRony/commit/5a9cc8f0f131470caafa4253f1e7df19f57b9546 the only patch that is needed to fix the issue?
Apr 28 2023
Apr 28 2023
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)
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?
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.
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 24 2023
Apr 24 2023
mollekopf closed T7337: Tasklist is empty (error table 'roundcube.tasklists' doesn't exist) as Resolved.
Great, glad to hear it.
Apr 22 2023
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
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 21 2023
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.
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 19 2023
Apr 19 2023
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?
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...
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.
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 13 2023
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
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 12 2023
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 10 2023
Apr 10 2023
Hi emunson,
Mar 31 2023
Mar 31 2023
Mar 25 2023
Mar 25 2023
Reopen if this still is a problem please.
Mar 22 2023
Mar 22 2023
Mar 7 2023
Mar 7 2023
imap.user_mailbox_create() always returns a string, so this should be fine. Is there a command-line way to reproduce this issue?
Mar 6 2023
Mar 6 2023
Feb 22 2023
Feb 22 2023
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.
In T7247#99901, @ghane wrote:Thanks for the debugging
Feb 16 2023
Feb 16 2023
Thx for the hints. I'l try the Git Version.
Feb 15 2023
Feb 15 2023
Well after much hair loss, it seems this issue was caused by the order the extensions were loaded in
Feb 7 2023
Feb 7 2023
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 5 2023
Feb 5 2023
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.
And yet another python exeption in wallace:
Feb 4 2023
Feb 4 2023
Thx for the help, to setup Kolab on Debian 11. I've encountered another Error after upgrading to PHP 7.4:
conathan updated the task description for T7276: kolab-plugins calendar/taskutil caldav driver is not connecting to radicale.
Feb 3 2023
Feb 3 2023
Thanks for the debugging
Feb 2 2023
Feb 2 2023
Ok, here we go; this is a long one as I encountered quite a few issues, but hopefully much of it is useful...
plugins/calendar/drivers/calendar_driver.php on line 510
Undefined $exception
Proposal: $next_event['id'] = $next_event['uid'] . '-' . $next_event['_instance'];
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'
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!
ghane lowered the priority of T7255: New Kolab install broken on Ubuntu 22.04 from Needs Triage to Low.
work is in progress
Jan 27 2023
Jan 27 2023
Jan 26 2023
Jan 26 2023
Jan 25 2023
Jan 25 2023
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 24 2023
Jan 24 2023
Thank you @mollekopf
Shortlogins still don't work, so I will wait what @sicherha can tell if he finds time looking into this.
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.
Is this still a thing? Because I can't reproduce the issue.
Jan 19 2023
Jan 19 2023
@sicherha
Any news on this - shortlogin not working with latest iRony? No stress if you are busy with other things... let me know.
Jan 16 2023
Jan 16 2023
In T7097#99230, @machniak wrote:I think the username canonification is done by kolab_auth plugin. So, maybe some problem with loading plugins/configuration.
The iRony patch is now available in https://obs.kolabsys.com/package/show/Kolab:16:Testing/iRony
Jan 15 2023
Jan 15 2023
sicherha-admin renamed T3323: Spam post removed from Customized SHR Laser Machine to Spam post removed.
sicherha-admin renamed T7085: Spam post removed from China polycrystalline silicon stick manufacturers to Spam post removed.
sicherha-admin renamed T7082: Spam post removed from Solvent Inkjet ink for sale to Spam post removed.
sicherha-admin renamed T7070: Spam post removed from Electric Tricycle for sale to Spam post removed.
sicherha-admin renamed T7067: Spam post removed from Customized Vehicle Safety Marking Sign to Spam post removed.
sicherha-admin renamed T7052: Spam post removed from Customized PU Computer Racing Gaming Chair to Spam post removed.
sicherha-admin renamed T7049: Spam post removed from Steel Frame Electric Scooter price to Spam post removed.
sicherha-admin renamed T7046: Spam post removed from used truck tractor trailer price to Spam post removed.
sicherha-admin renamed T7025: Spam post removed from Mdf Veneer Slat Acoustic Panel quotation to Spam post removed.
sicherha-admin renamed T7031: Spam post removed from low price Hydraulic Drift Handbrake to Spam post removed.
sicherha-admin renamed T7037: Spam post removed from Cervical Traction Device manufacturers to Spam post removed.