Re: kmail migration akonadi database Mysql to Sqlite3 (complete mail)

2025-03-10 Thread Martin Steigerwald
Hi Philippe. MERLIN Philippe - 10.03.25, 10:51:05 Mitteleuropäische Normalzeit: > Your instructions for migrating from mysql to sqlite3 are very clear, I > followed them to the letter and the migration went well, everything > works well, small problems quickly resolved, however, when I write a > m

Re: kmail migration akonadi database Mysql to Sqlite3 (complete mail)

2025-03-04 Thread Martin Steigerwald
ith slowdowns sometimes reaching almost a minute of very > unpleasant operation of Kmail which I perhaps wrongly attribute to > Akonadi and its Mysql Do you use POP3 and local maildir storage? I had these as well. With SQLite3 it is much better, much faster. But occasionally I still have such

Re: kmail migration akonadi database Mysql to Sqlite3

2025-03-04 Thread Martin Steigerwald
hich I perhaps wrongly attribute to > Akonadi and its Mysql Do you use POP3 and local maildir storage? I had these as well. With SQLite3 it is much better, much faster. But occasionally I still have such a strange pause. > database, I read in this list that Akonadi with a Sqlite3 databa

kmail migration akonadi database Mysql to Sqlite3

2025-03-04 Thread phil-deb1 . merlin
‌ Hey, Faced with slowdowns sometimes reaching almost a minute of very unpleasant  operation of Kmail which I perhaps wrongly attribute to Akonadi and its Mysql  database, I read in this list that Akonadi with a Sqlite3 database is much faster. I  would like to migrate my Mysql database to

Re: KDEPIM / Akonadi 24.12 coming to experimental

2024-12-15 Thread Martin Steigerwald
Martin Steigerwald - 15.12.24, 10:41:56 MEZ: > In addition here: > > Not upgrading: > skanpage > > REMOVING: > itinerary kde-full kdeutils kgpg libkpim6akonadinotes6 marknote Also Patrick uploaded rebuild of kgpg to experimental. Those who like to test KDE PIM from experimental, but de

Re: KDEPIM / Akonadi 24.12 coming to experimental

2024-12-15 Thread Martin Steigerwald
Sedat Dilek - 15.12.24, 02:43:20 MEZ: > marknote - Rebuild against libkmime-dev (24.12.0-1) my own. > Needs workaround - CMake Error: "Qt6::QmlPrivate" includes > non-existent path - see qt6-declarative-dev bug-reports. Patrick uploaded a fixed version of marknote to experimental. Thank you! --

Re: KDEPIM / Akonadi 24.12 coming to experimental

2024-12-15 Thread Martin Steigerwald
Hi Sedat. Sedat Dilek - 15.12.24, 02:43:20 MEZ: > akonadi-notes has no new upstream version thus no new > libkpim6akonadinotes6 (result: package will be uninstalled), > > marknote - Rebuild against libkmime-dev (24.12.0-1) my own. > Needs workaround - CMake Error: "Qt6::

Re: KDEPIM / Akonadi 24.12 coming to experimental

2024-12-14 Thread Sedat Dilek
On Sat, Dec 14, 2024 at 4:50 PM Martin Steigerwald wrote: > > Hi! > > Patrick uploaded it. Many thanks! > > Take usual care with upgrading in case you use KDEPIM / Akonadi from > experimental. > > Patrick plans to upload to unstable in case all goes well with it. >

KDEPIM / Akonadi 24.12 coming to experimental

2024-12-14 Thread Martin Steigerwald
Hi! Patrick uploaded it. Many thanks! Take usual care with upgrading in case you use KDEPIM / Akonadi from experimental. Patrick plans to upload to unstable in case all goes well with it. Best, -- Martin - please no carbon copy to me

Re: Debugging Akonadi

2024-10-14 Thread Sedat Dilek
On Sun, Oct 13, 2024 at 9:59 PM Hefee wrote: > > Hey, > > > `QT_LOGGING_RULES="*.*=true;qt.*=false" akonadictl start` > > ^^ restart does not work here - killed it from a different terminal > > with `akonadictl stop` > > > > Is it possible to add a TIMESTAMP? > > QT_MESSAGE_PATTERN="[%{time proces

Re: Debugging Akonadi

2024-10-13 Thread Hefee
Hey, > `QT_LOGGING_RULES="*.*=true;qt.*=false" akonadictl start` > ^^ restart does not work here - killed it from a different terminal > with `akonadictl stop` > > Is it possible to add a TIMESTAMP? QT_MESSAGE_PATTERN="[%{time process} %{type}] %{appname} %{category} % {function} - %{message}" Q

Re: Debugging Akonadi

2024-10-13 Thread Sedat Dilek
! > > Also as an extra mail with a nice subject, so I or anyone else can more > easily find it later: > > Sandro told me a nice shortcut on IRC to enable all log output for > Akonadi: > > `QT_LOGGING_RULES="*.*=true;qt.*=false" akonadictl restart` > > Thanks, Sandr

Akonadi database migration and Re: KMail2: Not defined sent-email folder after changing akonadi-backend

2024-10-13 Thread Martin Steigerwald
Hi Sedat, hi. Please no carbon copy. Sedat Dilek - 13.10.24, 02:08:13 MESZ: > KMail2 version 6.2.x (24.08.x) uses as default SQLite akonadi-backend. > > With previous KMail I used PostgreSQL akonadi-backend. > > Now, I switched back from SQLite to PostgeSQL backend for akonad

kdepim / akonadi / kmail 24.08.2 in Debian/experimental

2024-10-12 Thread Sedat Dilek
INFO: $ akonadictl status Akonadi Control: running Akonadi Server: running Akonadi Server Search Support: available (Remote Search) Available Agent Types: akonadi_akonotes_resource, akonadi_archivemail_agent, akonadi_birthdays_resource, akonadi_contacts_resource, akonadi_davgroupware_resource

Re: KMail2: Not defined sent-email folder after changing akonadi-backend

2024-10-12 Thread Sedat Dilek
6.2.x (24.08.x) uses as default SQLite akonadi-backend. > > With previous KMail I used PostgreSQL akonadi-backend. > > Now, I switched back from SQLite to PostgeSQL backend for akonadi. > > KMail2 now complains about a not-defined SENT folder when composing a NEW > em

KMail2: Not defined sent-email folder after changing akonadi-backend

2024-10-12 Thread Sedat Dilek
Hi, KMail2 version 6.2.x (24.08.x) uses as default SQLite akonadi-backend. With previous KMail I used PostgreSQL akonadi-backend. Now, I switched back from SQLite to PostgeSQL backend for akonadi. KMail2 now complains about a not-defined SENT folder when composing a NEW email. A Sent-Email

Debugging Akonadi

2024-10-06 Thread Martin Steigerwald
Hi! Also as an extra mail with a nice subject, so I or anyone else can more easily find it later: Sandro told me a nice shortcut on IRC to enable all log output for Akonadi: `QT_LOGGING_RULES="*.*=true;qt.*=false" akonadictl restart` Thanks, Sandro! I wrote "start" be

Re: Akonadi won't play with webdav

2023-05-06 Thread Borden
6 May 2023, 03:13 by borde...@tutanota.com: > Something must have changed somewhere. I ripped out the DAV Akonadi > connector, and re-added my address books and calendars using the _exact_ DAV > URL. I recall it used to find them automatically when I put in the base URL > and hit

Re: Akonadi won't play with webdav

2023-05-06 Thread Borden
Something must have changed somewhere. I ripped out the DAV Akonadi connector, and re-added my address books and calendars using the _exact_ DAV URL. I recall it used to find them automatically when I put in the base URL and hit "Fetch." Now Akonadi needs its hand held through the pr

Re: Akonadi won't play with webdav

2023-05-02 Thread Borden
May 2, 2023, 15:15 by so...@stoutner.com: > I am running the current> packages in testing, which will shortly become > bookworm. Perhaps you might > consider upgrading, which also gives you the ability to provide feedback on > any bullseye > bookworm transitions. > I stand corrected. I'm on bo

Re: Akonadi won't play with webdav

2023-05-02 Thread Soren Stoutner
I don’t know if I can add any helpful information for troubleshooting your problem, but I can confirm that in my case, Akonadi is working correctly with CalDav and CardDav running on a Nextcloud server. I am running the current packages in testing, which will shortly become bookworm. Perhaps

Akonadi won't play with webdav

2023-05-02 Thread Borden
It seems recently that Akonadi won't play with my CalDav and CardDav server. The server works because DAVx5 and the web interface work. On Debian bullseye, fully up-to-date. I've run the logger in Akonadi Konsole, restarted Akonadi, cleared the caches, checked the settings, all to no

Re: Akonadi using 100% CPU resources

2022-04-19 Thread piorunz
On 19/04/2022 08:03, Andrey Rahmatullin wrote: On Mon, Apr 18, 2022 at 08:41:13PM +0100, piorunz wrote: Thank you all, I was able to uninstall many akonadi packages, including akonadi server, and installed back (marked as installed manually) LibreOffice, system printing and few other things

Re: Akonadi using 100% CPU resources

2022-04-19 Thread Andrey Rahmatullin
On Mon, Apr 18, 2022 at 08:41:13PM +0100, piorunz wrote: > Thank you all, > > I was able to uninstall many akonadi packages, including akonadi server, > and installed back (marked as installed manually) LibreOffice, system > printing and few other things. Unfortunately akrega

Re: Akonadi using 100% CPU resources

2022-04-18 Thread Xavier Brochard
Le 18.04.2022 21:41, piorunz a écrit : Unfortunately akregator which I use (sporadically) Thunderbird can read RSS/Atom feeds --- Librement, Xavier Brochard xav...@alternatif.org La liberté est à l'homme ce que les ailes sont à l'oiseau (Jean-Pierre Rosnay)

Re: Akonadi using 100% CPU resources

2022-04-18 Thread piorunz
Akregator is gone, so is akonadi :) dpkg is clean, no more akonadi found. This group is invaluable as always - thank you Xavier! -- With kindest regards, Piotr. ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/ ⠈⠳⣄

Re: Akonadi using 100% CPU resources

2022-04-18 Thread piorunz
Thank you all, I was able to uninstall many akonadi packages, including akonadi server, and installed back (marked as installed manually) LibreOffice, system printing and few other things. Unfortunately akregator which I use (sporadically) still requires a few akonadi packages: $ dpkg -l | grep

Re: Akonadi using 100% CPU resources

2022-04-15 Thread Xavier Brochard
Le 15.04.2022 02:18, piorunz a écrit : I noticed that akonadi services are using 100% of 16-core CPU resources on my machine. I don't even use Kmail, I use Thunderbird. I'm not even sure what akonadi is for. I have following packages installed: $ dpkg -l | grep akonadi | awk

Re: Akonadi using 100% CPU resources

2022-04-15 Thread Xavier Brochard
Le 15.04.2022 02:18, piorunz a écrit : I noticed that akonadi services are using 100% of 16-core CPU resources on my machine. I don't even use Kmail, I use Thunderbird. I'm not even sure what akonadi is for. I have following packages installed: $ dpkg -l | grep akonadi | awk

Re: Akonadi using 100% CPU resources

2022-04-15 Thread Diederik de Haas
On vrijdag 15 april 2022 12:10:55 CEST piorunz wrote: > You mean I can install them manually, and they will stay as manually > installed? Manually installed applications, or applications marked as such, are (at least with aptitude) treated differently. > So only akonadi-server* kad

Re: Akonadi using 100% CPU resources

2022-04-15 Thread Diederik de Haas
On vrijdag 15 april 2022 12:40:34 CEST Martin Steigerwald wrote: > KRunner module my trigger starting Akonadi I think contact search is enabled by default, so that could be it. signature.asc Description: This is a digitally signed message part.

Re: Akonadi using 100% CPU resources

2022-04-15 Thread Martin Steigerwald
piorunz - 15.04.22, 11:56:28 CEST: > > Which processes of Akonadi are using up the CPU? In case it is just > > a > > certain process like "akonadi_indexing_agent", well what I did with > > this one is: > > > > chmod 000 /usr/bin/akonadi_inde

Re: Akonadi using 100% CPU resources

2022-04-15 Thread Martin Steigerwald
piorunz - 15.04.22, 11:58:17 CEST: > On 15/04/2022 09:37, Martin Steigerwald wrote: > > Well on those systems where I do not use Akonadi and switch to > > SQLite3. > > > > Please do not do this without having a good reason to do it, in case > > you actual

Re: Akonadi using 100% CPU resources

2022-04-15 Thread Andrey Rahmatullin
On Fri, Apr 15, 2022 at 11:10:55AM +0100, piorunz wrote: > > > > > Yes, totally. Why this abomination cannot be uninstalled without > > > > > pulling > > > > > half of KDE out? > > > > This is definitely not true. > > > >

Re: Akonadi using 100% CPU resources

2022-04-15 Thread piorunz
On 15/04/2022 11:07, Andrey Rahmatullin wrote: On Fri, Apr 15, 2022 at 11:05:03AM +0100, piorunz wrote: Yes, totally. Why this abomination cannot be uninstalled without pulling half of KDE out? This is definitely not true. $ sudo apt purge akonadi-server [...] The following packages will

Re: Akonadi using 100% CPU resources

2022-04-15 Thread Andrey Rahmatullin
On Fri, Apr 15, 2022 at 11:05:03AM +0100, piorunz wrote: > > > Yes, totally. Why this abomination cannot be uninstalled without pulling > > > half of KDE out? > > This is definitely not true. > > > $ sudo apt purge akonadi-server [...] > The following packages

Re: Akonadi using 100% CPU resources

2022-04-15 Thread piorunz
On 15/04/2022 11:03, Andrey Rahmatullin wrote: On Fri, Apr 15, 2022 at 10:56:28AM +0100, piorunz wrote: Yes, totally. Why this abomination cannot be uninstalled without pulling half of KDE out? This is definitely not true. $ sudo apt purge akonadi-server [sudo] password for pioruns: Reading

Re: Akonadi using 100% CPU resources

2022-04-15 Thread Andrey Rahmatullin
On Fri, Apr 15, 2022 at 10:56:28AM +0100, piorunz wrote: > Yes, totally. Why this abomination cannot be uninstalled without pulling > half of KDE out? This is definitely not true. -- WBR, wRAR signature.asc Description: PGP signature

Re: Akonadi using 100% CPU resources

2022-04-15 Thread piorunz
On 15/04/2022 09:37, Martin Steigerwald wrote: Well on those systems where I do not use Akonadi and switch to SQLite3. Please do not do this without having a good reason to do it, in case you actually use Akonadi. There is potential data loss – i.e. loosing mails, appointments, contacts – in

Re: Akonadi using 100% CPU resources

2022-04-15 Thread piorunz
On 15/04/2022 09:31, Martin Steigerwald wrote: Which processes of Akonadi are using up the CPU? In case it is just a certain process like "akonadi_indexing_agent", well what I did with this one is: chmod 000 /usr/bin/akonadi_indexing_agent It works. All of them. Screens

Re: Akonadi using 100% CPU resources

2022-04-15 Thread Martin Steigerwald
Martin Steigerwald - 15.04.22, 10:31:15 CEST: > What I do on systems where I do not use Akonadi – it may even work > well on systems where it is used – is to replace > "akonadi-backend-mysql" by "akonadi-backend-sqlite". That way I get > rid of an additional ful

Re: Akonadi using 100% CPU resources

2022-04-15 Thread Martin Steigerwald
piorunz - 15.04.22, 02:18:38 CEST: > I noticed that akonadi services are using 100% of 16-core CPU > resources on my machine. I don't even use Kmail, I use Thunderbird. I am not happy with Akonadi, but that can do such things even in case an user does not use it – that is new to me.

Akonadi using 100% CPU resources

2022-04-14 Thread piorunz
Hi all, I noticed that akonadi services are using 100% of 16-core CPU resources on my machine. I don't even use Kmail, I use Thunderbird. I'm not even sure what akonadi is for. I have following packages installed: $ dpkg -l | grep akonadi | awk {'print $2'} akonadi-b

Re: Akonadi > Agent Google Groupware behavior

2022-02-15 Thread Norbert Preining
Hallo Herbert, > >> a workaround exists: > > > disabling the address book feature for the google resource. This will > > > unbreak at least the calendar part. > Is this a notice for Debian-developpers or for end-users like me ? -> How can > I disable the > addressbook feature for the google reso

akonadi server crash all the time

2022-02-15 Thread Leopold Palomo-Avellaneda
mpared the mysql.conf, and several files in the ~/.local/share/akonadi folder from a user without an error and a user with error and no important differences I have found. Please, could you give me some idea about how to find a solution? Best regards, Leopold -- -- Linux User 1526

Re: Akonadi > Agent Google Groupware behavior

2022-02-14 Thread Norbert Preining
> It MUST be a problem within kdepim/akonadi-google-resource. Why: > I have installed too Manjaro Linux AND Debian Testing (both in virtualbox). > Same result -> no syncing nor calendar neither contacts of my google-account. Yes, there seems to be no easy solution for now. Quoting f

Re: Akonadi > Agent Google Groupware behavior

2022-02-14 Thread Max Freund
additional remarks to my original post of Dec.12/2021: It ist NOT the behaviour of 2-factor-authenification ! It MUST be a problem within kdepim/akonadi-google-resource. Why: I have installed too Manjaro Linux AND Debian Testing (both in virtualbox). Same result -> no syncing nor calendar neit

Re: Need help fixing Akonadi

2022-01-27 Thread Borden
Updates to this problem for the benefit of others: 30 Nov 2021, 06:10 by he...@debian.org: > > >> >> 1) Akonadi keeps downloading from my IMAP account at top speed (thereby >> >> hogging all the available bandwidth on my network) and never seems to >> &g

Akonadi > Agent Google Groupware behavior 2-factor-authentification

2021-12-12 Thread Herbert
I run KDE/Plasma on Debian 11 and use PIM-Suite 'kontact' since a long time. My google-account is embedded via akonadi-agent google-groupware which performs well i.e. to have acces to calendar / dates / contacts. Well the contacts module in pim-kontact (kaddressbook) did not have my

Re: Need help fixing Akonadi

2021-12-12 Thread Borden
> run Akonadi with logging enabled: > QT_LOGGING_RULES="*=true;qt.*=false" akonadictl restart > > or even log the complete IMAP traffic: > export KIMAP_LOGFILE=/tmp/imap.log > QT_LOGGING_RULES="*=true;qt.*=false" akonadictl restart > > see als

Re: Need help fixing Akonadi

2021-11-30 Thread Hefee
Hey, > > By the way, ~/.config/akonadi* are configuration files! So you hopefully > > have backup those, as I expect two of your problems would been fixed, if > > you recover those files. > > Not a problem. I made sure I read the files and wrote down any important >

Re: Need help fixing Akonadi

2021-11-29 Thread Borden
Nov 29, 2021, 11:54 by he...@debian.org: > By the way, ~/.config/akonadi* are configuration files! So you hopefully have > backup those, as I expect two of your problems would been fixed, if you > recover those files. > Not a problem. I made sure I read the files and wrote down a

Re: Need help fixing Akonadi

2021-11-29 Thread Hefee
Hey, > I made the grave mistake of upgrading from PostgreSQL 13 to 14 and assuming > that Akonadi would upgrade, too. This, of course, broke Kontact and all of > its sub-programs, so I deleted everything I could find in > ~/.local/share/akonadi* , ~/.config/akonadi* , ~/.cache/akonad

Re: Need help fixing Akonadi

2021-11-28 Thread Borden
28 Nov 2021, 08:47 by lilywhite2...@outlook.com: > Jokes aside, did you roll back PostgreSQL to 13 and purge all Akonadi-related > packages, then reinstall them? This worked for me (the purging and > reinstalling part) the first time it broke down. > I'd rather use different

Re: Need help fixing Akonadi

2021-11-28 Thread rhkramer
On Sunday, November 28, 2021 04:16:09 AM Borden wrote: > Incidentally, is there a resistance movement to get Akonadi out of KDE that > I could join and/or finance? The Internet seems pretty unified that the > Akonadi experiment has been a catastrophic failure and has left Linux > sour

Re: Need help fixing Akonadi

2021-11-28 Thread Lily White
Please let me know if there is such a movement, please. I've completely gotten rid of Akonadi-based KDE PIM tools after a one-week struggle trying to fix it. Even KTeaTime is a better alternative at alarm clocks if you remember to set it up every night. Jokes aside, did you roll

Need help fixing Akonadi

2021-11-28 Thread Borden
I made the grave mistake of upgrading from PostgreSQL 13 to 14 and assuming that Akonadi would upgrade, too. This, of course, broke Kontact and all of its sub-programs, so I deleted everything I could find in ~/.local/share/akonadi* , ~/.config/akonadi* , ~/.cache/akonadi* and a few kmail2

Get rid of deleted data in akonadi cache

2020-09-12 Thread Rainer Dorsch
Hi, does anybody know if there is a way to get rid of deleted data in the akonadi cache on a buster system? I thought $ akonadictl vacuum $ akonadictl fsck does that, but it does not seem so. I see many outputs like Found unreferenced external file: /home/rd/.local/share/akonadi

Re: Correction of a Kmail-Akonadi Bug

2020-07-01 Thread Martin Steigerwald
upstream bug tracker and I found by testing myself then, the issue somehow appear to have been fixed with Qt 5.14.2 and maybe some other package update. Synchronizing folders is much, much faster now. Maybe Akonadi 20.04 did not like Qt 5.12… but I am not sure whether that is all to it. Best, -- Martin

Re: Correction of a Kmail-Akonadi Bug

2020-06-22 Thread jeremy . huang . potter
ng ("bullseye"). As I said, I am very satisfied > with KDE Plasma, running it on an Intel Core2Duo Laptop from about 2009, > it is my daily 12 hours usage working horse. > The severe akonadi app problems have been when I was on "stretch" when > that one was Debia

Re: Correction of a Kmail-Akonadi Bug

2020-06-22 Thread Marco Möller
On 22.06.20 23:16, Johannes Zarl-Zierl wrote: As for kmail: (...) Even after years of mostly akonadi-related woes it still is a great mail user agent (when it works)... Cheers, Johannes I totally agree, Kmail itself is great! Marco

Re: Correction of a Kmail-Akonadi Bug

2020-06-22 Thread Marco Möller
n an Intel Core2Duo Laptop from about 2009, it is my daily 12 hours usage working horse. The severe akonadi app problems have been when I was on "stretch" when that one was Debian/stable, and I admit that since I skipped to use the mentioned apps I never tried to use them again. But th

Re: Correction of a Kmail-Akonadi Bug

2020-06-22 Thread Johannes Zarl-Zierl
son or another. As for kmail: I'm using kmail and I think (hope?) that there still is a sizeable user-base. Even after years of mostly akonadi-related woes it still is a great mail user agent (when it works)... Cheers, Johannes

Re: Correction of a Kmail-Akonadi Bug

2020-06-22 Thread rhkramer
e the impression that a > > developer has addressed the problem for the fixed. > > Philippe Merlin > > I am sorry for the inconveniences you are suffering and my reply will > not solve your problem, but is only to answer on your questions if > others are using Kmail. No, I

Correction of a Kmail-Akonadi Bug

2020-06-22 Thread MERLIN Philippe
For the first time, I'm going to be ranting. I have been using Debian Linux for over 15 years and I appreciate the quality of this system, the speed of correction by software maintainers in the event of a major bug. On May 31 I opened a Debian Bug # 961913 entitled "Kmail: the access and reading

Re: Correction of a Kmail-Akonadi Bug

2020-06-22 Thread Marco Möller
in I am sorry for the inconveniences you are suffering and my reply will not solve your problem, but is only to answer on your questions if others are using Kmail. No, I myself suffered everything related to akonadi so much in the past, that I finally did a fresh KDE install without installi

Re: Massive problems with kmail/akonadi

2020-03-31 Thread Martin Steigerwald
Dietz Proepper - 26.03.20, 10:17:33 CEST: > Am Montag, 23. März 2020, 08:59:22 CET schrieb Martin Steigerwald: > > Dietz Proepper - 23.03.20, 08:40:06 CET: > [kmail problems] > > > No such problems with KMail/KDEPIM/Akonadi from Debian Sid currently > > (19.08). &g

Re: Massive problems with kmail/akonadi

2020-03-27 Thread Sander van Grieken
On donderdag 26 maart 2020 10:17:33 CET Dietz Proepper wrote: > Am Montag, 23. März 2020, 08:59:22 CET schrieb Martin Steigerwald: > > Dietz Proepper - 23.03.20, 08:40:06 CET: > [kmail problems] > > > > No such problems with KMail/KDEPIM/Akonadi from Debian Sid currently &

Re: Massive problems with kmail/akonadi

2020-03-26 Thread Dietz Proepper
Am Montag, 23. März 2020, 08:59:22 CET schrieb Martin Steigerwald: > Dietz Proepper - 23.03.20, 08:40:06 CET: [kmail problems] > > No such problems with KMail/KDEPIM/Akonadi from Debian Sid currently > (19.08). > > But also had no such problems with KMail/KDEPIM/Akonadi from

Re: Massive problems with kmail/akonadi

2020-03-24 Thread Allan Sandfeld Jensen
On Tuesday, 24 March 2020 09:41:15 CET Dietz Proepper wrote: > Am Montag, 23. März 2020, 22:20:37 CET schrieb Allan Sandfeld Jensen: > > On Monday, 23 March 2020 08:40:06 CET Dietz Proepper wrote: > > > Hi, > > > > > > since some time, I encounter massive

Re: Massive problems with kmail/akonadi

2020-03-24 Thread Dietz Proepper
Am Montag, 23. März 2020, 22:20:37 CET schrieb Allan Sandfeld Jensen: > On Monday, 23 March 2020 08:40:06 CET Dietz Proepper wrote: > > Hi, > > > > since some time, I encounter massive problems with kmail: > > - akonadi crashes every couple of hours. > > - movi

Re: Massive problems with kmail/akonadi

2020-03-23 Thread Allan Sandfeld Jensen
On Monday, 23 March 2020 08:40:06 CET Dietz Proepper wrote: > Hi, > > since some time, I encounter massive problems with kmail: > - akonadi crashes every couple of hours. > - moving mail between folders is b0rken badly > (see https://bugs.kde.org/show_bug.cgi?id=418184

Re: Massive problems with kmail/akonadi

2020-03-23 Thread Dietz Proepper
Am Montag, 23. März 2020, 08:59:22 CET schrieb Martin Steigerwald: > Dietz Proepper - 23.03.20, 08:40:06 CET: > > since some time, I encounter massive problems with kmail: > > - akonadi crashes every couple of hours. > > - moving mail between folders is b0rken badly

Re: Massive problems with kmail/akonadi

2020-03-23 Thread Benjamin Eikel
Hi Dietz, Zitat von Dietz Proepper : Hi, since some time, I encounter massive problems with kmail: - akonadi crashes every couple of hours. - moving mail between folders is b0rken badly (see https://bugs.kde.org/show_bug.cgi?id=418184) Changing db backends did not help, recreating accounts

Re: Massive problems with kmail/akonadi

2020-03-23 Thread Martin Steigerwald
Dietz Proepper - 23.03.20, 08:40:06 CET: > since some time, I encounter massive problems with kmail: > - akonadi crashes every couple of hours. > - moving mail between folders is b0rken badly > (see https://bugs.kde.org/show_bug.cgi?id=418184) > > Changing db backends did no

Massive problems with kmail/akonadi

2020-03-23 Thread Dietz Proepper
Hi, since some time, I encounter massive problems with kmail: - akonadi crashes every couple of hours. - moving mail between folders is b0rken badly (see https://bugs.kde.org/show_bug.cgi?id=418184) Changing db backends did not help, recreating accounts, too. Has anyone similar problems? Am

Re: Akonadi 4:18.08.3-8 in experimental

2019-10-28 Thread Diederik de Haas
Hi, On maandag 28 oktober 2019 12:33:30 CET Sandro Knauß wrote: > Mmh, okay now the question is, if Akonadi was functional before you deleted > that file. Yes, it was functional. AFAIK akonadi uses my OS credentials, so it doesn't/ shouldn't need any creds that could be sto

Re: Akonadi 4:18.08.3-8 in experimental

2019-10-28 Thread Sandro Knauß
Hey, > On vrijdag 25 oktober 2019 12:08:12 CEST John Scott wrote: > > You probably have apparmor-notify installed which displays the > > notifications. > > That is correct. Mmh, okay now the question is, if Akonadi was functional before you deleted that file. Because at

Re: Akonadi 4:18.08.3-8 in experimental

2019-10-25 Thread Diederik de Haas
On vrijdag 25 oktober 2019 12:08:12 CEST John Scott wrote: > You probably have apparmor-notify installed which displays the > notifications. That is correct. signature.asc Description: This is a digitally signed message part.

Re: Akonadi 4:18.08.3-8 in experimental

2019-10-25 Thread John Scott
On October 24, 2019 11:43:05 PM EDT, Diederik de Haas wrote: >On donderdag 24 oktober 2019 21:30:22 CEST Sandro Knauß wrote: >> thanks for the reply. How this notification is displayed? Like any >> notification e.g. "new mail" or is just seen in dmesg? > >I don't have "new mail" notifications, bu

Re: Akonadi 4:18.08.3-8 in experimental

2019-10-24 Thread Diederik de Haas
On donderdag 24 oktober 2019 21:30:22 CEST Sandro Knauß wrote: > thanks for the reply. How this notification is displayed? Like any > notification e.g. "new mail" or is just seen in dmesg? I don't have "new mail" notifications, but I'd guess that's what I meant. Every time an issue with AppArmor h

Re: Akonadi 4:18.08.3-8 in experimental

2019-10-24 Thread Sandro Knauß
Hey, thanks for the reply. How this notification is displayed? Like any notification e.g. "new mail" or is just seen in dmesg? sandro -- On Mittwoch, 23. Oktober 2019 04:43:20 CEST Diederik de Haas wrote: > On woensdag 23 oktober 2019 04:06:29 CEST Diederik de Haas wrote: > > Right after sendi

Re: Akonadi 4:18.08.3-8 in experimental

2019-10-22 Thread Diederik de Haas
On woensdag 23 oktober 2019 04:06:29 CEST Diederik de Haas wrote: > Right after sending that, I get the following notification: > Profile: /usr/bin/akonadiserver > Operation: open > Name: /home/diederik/.pgpass > Denied: r > Logfile: /var/log/kern.log > For more information, visit https://wiki.debi

Re: Akonadi 4:18.08.3-8 in experimental

2019-10-22 Thread Diederik de Haas
On woensdag 23 oktober 2019 04:02:45 CEST Diederik de Haas wrote: > On dinsdag 24 september 2019 22:30:38 CEST Sandro Knauß wrote: > > I uploaded Akonadi 4:18.08.3-8 to experimental, the main reason is, that I > > want to test further AppArmor support. If you use unstable, please gi

Re: Akonadi 4:18.08.3-8 in experimental

2019-10-22 Thread Diederik de Haas
On dinsdag 24 september 2019 22:30:38 CEST Sandro Knauß wrote: > I uploaded Akonadi 4:18.08.3-8 to experimental, the main reason is, that I > want to test further AppArmor support. If you use unstable, please give it a > try and give feedback if you see any new issues. I just upgr

Re: Akonadi 4:18.08.3-7~deb10u1 automatically resolves mutiple merge candidates errors

2019-10-01 Thread Sandro Knauß
Hi, > A fix for Debian Buster definitely seems possible now that Sandro > backported the fix, however I do not know Sandro's plans there. It may > very well be that the Akonadi packages from Debian Sid could just be > installed in Buster, but I did not try this. In case it would

Re: Akonadi 4:18.08.3-8 in experimental

2019-09-25 Thread Martin Steigerwald
Martin Steigerwald - 25.09.19, 10:00:50 CEST: > Great. Looking forward to that! I am willing to set those from > experimental as well, in case you like to have some testers. s/set/test -- Martin

Re: Akonadi 4:18.08.3-8 in experimental

2019-09-25 Thread Martin Steigerwald
Sandro Knauß - 24.09.19, 22:30:38 CEST: > I uploaded Akonadi 4:18.08.3-8 to experimental, the main reason is, > that I want to test further AppArmor support. If you use unstable, > please give it a try and give feedback if you see any new issues. Is not allowed to use pg_ctl to start P

Akonadi 4:18.08.3-8 in experimental

2019-09-24 Thread Sandro Knauß
Hey, I uploaded Akonadi 4:18.08.3-8 to experimental, the main reason is, that I want to test further AppArmor support. If you use unstable, please give it a try and give feedback if you see any new issues. I will soon start packaging the current KDE Pim (19.08) packages. Before starting

Re: Akonadi 4:18.08.3-6 automatically resolves mutiple merge candidates errors

2019-09-04 Thread Andy G Wood
On Friday, 30 August 2019 09:54:27 BST Christian Hilberg wrote: > Am Freitag, 30. August 2019, 10:22:42 CEST schrieb Andy G Wood: > > On Thursday, 29 August 2019 19:24:26 BST Martin Steigerwald wrote: > > [...] > > > My major issue still are the Web Engine related crashes of KMail. KMail > > > cras

Re: Akonadi 4:18.08.3-6 automatically resolves mutiple merge candidates errors

2019-08-30 Thread Christian Hilberg
Am Freitag, 30. August 2019, 10:22:42 CEST schrieb Andy G Wood: > On Thursday, 29 August 2019 19:24:26 BST Martin Steigerwald wrote: > [...] > > My major issue still are the Web Engine related crashes of KMail. KMail > > crashes several times a day during filtering here¹. > > > > [1] kmail: Crash

Re: Akonadi 4:18.08.3-6 automatically resolves mutiple merge candidates errors

2019-08-30 Thread Andy G Wood
On Thursday, 29 August 2019 19:24:26 BST Martin Steigerwald wrote: [...] > My major issue still are the Web Engine related crashes of KMail. KMail > crashes several times a day during filtering here¹. > > [1] kmail: Crash during/after filtering inbox, probably related to Qt > WebEngine integration

Re: Akonadi 4:18.08.3-6 automatically resolves mutiple merge candidates errors

2019-08-29 Thread Martin Steigerwald
fix, however I do not know Sandro's plans there. It > > may very well be that the Akonadi > > pachttps://phabricator.kde.org/D19487kages > from Debian Sid could just be > > > installed in Buster, but I did not try this. In case it would break > > you would ge

Re: Akonadi 4:18.08.3-6 automatically resolves mutiple merge candidates errors

2019-08-29 Thread Sandro Knauß
Hi, Thanks for summerizing this so nicely, that will help to explain to ftpmasters, why we needs this in Buster. > A fix for Debian Buster definitely seems possible now that Sandro > backported the fix, however I do not know Sandro's plans there. It may > very well be that the Ak

Akonadi 4:18.08.3-6 automatically resolves mutiple merge candidates errors

2019-08-29 Thread Martin Steigerwald
Hi! Sandro kindly backported an important fix about the mutiple merge candidates issue from Akonadi 19.08 to 18.08¹ ². It does not fix the actual issue from happening, but it allows Akonadi to resolve the issue without user interaction³. The fix is currently available in Debian Sid. So if

Re: 18.08; imap.googlemail.com vs. imap.gmail.com; "akonadi resources for google services"

2019-05-08 Thread John Scott
On Wednesday, May 8, 2019 6:55:56 AM EDT Frank Mehnert wrote: > just to be sure: You are talking about sending e-mails over SMTP, correct? Yes, I can use SMTP with Gmail and XOAUTH2. Both Google accounts I use KMail with are organization ones. I wonder if that makes the difference. signature.asc

Re: 18.08; imap.googlemail.com vs. imap.gmail.com; "akonadi resources for google services"

2019-05-08 Thread Frank Mehnert
Hi, On Mittwoch, 8. Mai 2019 19:29:38 CEST Helge Reimer wrote: > Am Dienstag, 7. Mai 2019, 21:24:01 CEST schrieb Frank Mehnert: > > I would like to ask again if someone is successfully using gmail with > > XOAUTH2 for sending e-mails. I cannot imagine that nobody is using > &g

Re: 18.08; imap.googlemail.com vs. imap.gmail.com; "akonadi resources for google services"

2019-05-08 Thread Frank Mehnert
someone is successfully using gmail with > > > XOAUTH2 for sending e-mails. I cannot imagine that nobody is using > > > kmail/Akonadi with gmail. > > > > > > Thanks, > > > > > > Frank > > > > Hi, > > > > I had problems

Re: 18.08; imap.googlemail.com vs. imap.gmail.com; "akonadi resources for google services"

2019-05-08 Thread Helge Reimer
Am Dienstag, 7. Mai 2019, 21:24:01 CEST schrieb Frank Mehnert: > I would like to ask again if someone is successfully using gmail with > XOAUTH2 for sending e-mails. I cannot imagine that nobody is using > kmail/Akonadi with gmail. Hello Frank, you have to go to 'https://myacco

Re: 18.08; imap.googlemail.com vs. imap.gmail.com; "akonadi resources for google services"

2019-05-08 Thread Lisandro Damián Nicanor Pérez Meyer
El martes, 7 de mayo de 2019 17:18:31 -03 Facundo Aguilera escribió: > El 7/5/19 a las 16:24, Frank Mehnert escribió: > > Hi all, > > > > I would like to ask again if someone is successfully using gmail with > > XOAUTH2 for sending e-mails. I cannot imagine that nobody

  1   2   3   4   5   >