Bug 464540 - akonadi crashes on startup
Summary: akonadi crashes on startup
Status: RESOLVED NOT A BUG
Alias: None
Product: kmailtransport
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-20 08:13 UTC by Aaron Williams
Modified: 2023-03-19 12:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Williams 2023-01-20 08:13:31 UTC
SUMMARY
Every time I attempt to start akonadi it crashes on startup, even after clearing out all configuration under .config/akonadi and .local/share/akonadi

I am unable to obtain a backtrace even though all debug symbols are installed. Additionally, there should be no permission problems.

***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1.  Backup and remove all files under ~/.config/akonadi
2.  Backup and remove all files under ~/.local/share/akonadi
3. Type akonadictl start


OBSERVED RESULT
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Cannot remove old log file '/home/aaronw/.local/share/akonadi/Akonadi.error.old': Permission denied
Failed to open metadata file: Permission denied
KCrash: Application 'akonadiserver' crashing...
KCrash: Attempting to start /usr/lib/drkonqi
KCrash failed to exec(), errno = 13
Unable to start Dr. Konqi
Re-raising signal for core dump handling.
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadiserver" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' crashed! 1 restarts left.
Cannot remove old log file '/home/aaronw/.local/share/akonadi/Akonadi.error.old': Permission denied
Failed to open metadata file: Permission denied
KCrash: Application 'akonadiserver' crashing...
KCrash: Attempting to start /usr/lib/drkonqi
KCrash failed to exec(), errno = 13
Unable to start Dr. Konqi
Re-raising signal for core dump handling.
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadiserver" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' crashed! 0 restarts left.
Cannot remove old log file '/home/aaronw/.local/share/akonadi/Akonadi.error.old': Permission denied
Failed to open metadata file: Permission denied
KCrash: Application 'akonadiserver' crashing...
KCrash: Attempting to start /usr/lib/drkonqi
KCrash failed to exec(), errno = 13
Unable to start Dr. Konqi
Re-raising signal for core dump handling.
org.kde.pim.akonadicontrol: ProcessControl: Application "/usr/bin/akonadiserver" stopped unexpectedly ( "Process crashed" )
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' crashed too often. Giving up!


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: OpenSUSE 15.4
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION
OpenSUSE 15.4
Comment 1 Aaron Williams 2023-03-19 12:11:45 UTC
This was due to me changing .local to a symbolic link to a SSD and AppArmor complaining.