[Akonadi] [Bug 389608] akonadictl fsck: offer to fix duplicate items

2022-11-16 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=389608

Martin Steigerwald  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Martin Steigerwald  ---
"akonadictl fsck" still does not offer to repair duplicate RIDs or help the
user to fix it themselves.

However I did not see this issue in the recent years. So works for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 389608] akonadictl fsck: offer to fix duplicate items

2022-11-15 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=389608

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 389608] akonadictl fsck: offer to fix duplicate items

2018-01-29 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=389608

--- Comment #4 from Martin Steigerwald  ---
Ok, so I completely misunderstood your explanation on the mailing list.
However, akonadictl fsck reports an issue, it cannot do anything about it, the
user can´t either. So what is the point? How how do these duplicates happen? I
do think there is something to fix here as the current situation is not
suitable to make the ordinary user. In the end for the user it is still just a
mail program, a calender application or an address book. And it has an fsck… I
am pretty sure I could not really explain this to my father easily.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 389608] akonadictl fsck: offer to fix duplicate items

2018-01-29 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=389608

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #3 from Daniel Vrátil  ---
See my comment on bug 389607. The "duplicates" refer to Remote IDs in the
database (which in case of maildir happen to be filenames), not to actual
messages in the backend.

If the situation happens that there are two records in the Akonadi database
that have identical RID, the only case when we could automatically delete one
or the other would be if we could be sure that both records are absolutely
identical (not just in the metadata but also in the payload). In most
situations I've seen there actually was a difference between the items with the
same RID and in that case, which one to keep?

I'll keep this opened for the "Should fix it" part, but note that most of what
you describe below is wrong (based on wrong assumption of what the message
implies - which goes back to bug 389607 of course :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 389608] akonadictl fsck: offer to fix duplicate items

2018-01-29 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=389608

--- Comment #2 from Martin Steigerwald  ---
Some test with the other files showed that files with the same SHA512 sum
appear only once in the folder

~/.local/share/local-mail/.Lichtvoll.directory/.Debian.directory/qt-kde-ml>
sha512sum */* | grep
7eb122521a7e154bfc7752f3487c965926471c51f22bb76932ff0177976acf89d78e4e91e06ad30db99f248cf56937c168c266b8b7ec9880c32c7d10572abfa3
7eb122521a7e154bfc7752f3487c965926471c51f22bb76932ff0177976acf89d78e4e91e06ad30db99f248cf56937c168c266b8b7ec9880c32c7d10572abfa3
 new/1435499291.R292.merkaba

~/.local/share/local-mail/.Lichtvoll.directory/.Debian.directory/qt-kde-ml>
sha512sum */* | grep
f48518033c959d7a17eb6ef452b93f226a2f9409ae3300d0826cda6ac33116ad9524c43d8b8a59a16d35f89d7a2981eb440f8ddcb8be9ef50b0ba91d45281bc1
f48518033c959d7a17eb6ef452b93f226a2f9409ae3300d0826cda6ac33116ad9524c43d8b8a59a16d35f89d7a2981eb440f8ddcb8be9ef50b0ba91d45281bc1
 new/1435497488.R146.merkaba

But also by Message-Id the appear only once:

~/.local/share/local-mail/.Lichtvoll.directory/.Debian.directory/qt-kde-ml>
fgrep "" */*
new/1435497488.R146.merkaba:Message-Id: 

Its for sure that an ordinary user would usually not go as far in order to fix
up issues, but now I give up as well. I honestly have no idea what to do about
these "duplicates" messages.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 389608] akonadictl fsck: offer to fix duplicate items

2018-01-29 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=389608

--- Comment #1 from Martin Steigerwald  ---
Nope: BTRFS is fine. It just appears that Akonadi sees the same file mutiple
times:

~/.local/share/local-mail/.Lichtvoll.directory/.Debian.directory/qt-kde-ml/new>
ls -l 1424455081.R806.merkaba*
-rw-r--r-- 1 martin martin 4175 Feb 20  2015 1424455081.R806.merkaba


~/.local/share/local-mail/.Lichtvoll.directory/.Debian.directory/qt-kde-ml/new#130>
sha512sum * | grep
bcd41316ed95949d8c211c38df21f818687d568c408db53bcaee9d70798c09c0408bb64bdd0286bad2bf798efe7af15568ada43b3dcf8ab2907a9d19feb7bb3d

bcd41316ed95949d8c211c38df21f818687d568c408db53bcaee9d70798c09c0408bb64bdd0286bad2bf798efe7af15568ada43b3dcf8ab2907a9d19feb7bb3d
 1424455081.R806.merkaba

-- 
You are receiving this mail because:
You are the assignee for the bug.