Akonadi personal information management service not operational after upgrading
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
akonadi (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Last night, I upgraded from Ubuntu 14.10 to Ubuntu 15.04.
Upon logging in, I found that I no longer have the KDE Plasma desktop available.
Then, when trying to open Kontact, I got the following error message: "The Akonadi personal information management service is not operational."
I was able to reinstall the Plasma desktop, and it seems to be working well, but the problem with Kontact is persisting.
Below is the report. Please advise what steps I can take; I rely quite heavily on data in Kontact, which at this time I am unable to access easily.
Akonadi Server Self-Test Report
=======
Test 1: SUCCESS
--------
Database driver found.
Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration and was found on your system.
File content of '/home/
[%General]
Driver=QMYSQL
[QMYSQL]
Name=akonadi
Host=
Options=
ServerPath=
StartServer=true
[Debug]
Tracer=null
Test 2: SUCCESS
--------
Akonadi is not running as root
Details: Akonadi is not running as a root/administrator user, which is the recommended setup for a secure system.
Test 3: SUCCESS
--------
MySQL server found.
Details: You have currently configured Akonadi to use the MySQL server '/usr/sbin/
Make sure you have the MySQL server installed, set the correct path and ensure you have the necessary read and execution rights on the server executable. The server executable is typically called 'mysqld'; its location varies depending on the distribution.
Test 4: SUCCESS
--------
MySQL server is executable.
Details: MySQL server found: /usr/sbin/mysqld Ver 5.6.24-0ubuntu2 for debian-linux-gnu on x86_64 ((Ubuntu))
Test 5: ERROR
--------
MySQL server log contains errors.
Details: The MySQL server error log file '<a href='/
File content of '/home/
2015-04-24 19:15:57 25465 [Note] Plugin 'FEDERATED' is disabled.
2015-04-24 19:15:57 7fb52b594740 InnoDB: Warning: Using innodb_
2015-04-24 19:15:57 25465 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-04-24 19:15:57 25465 [Note] InnoDB: The InnoDB memory heap is disabled
2015-04-24 19:15:57 25465 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2015-04-24 19:15:57 25465 [Note] InnoDB: Memory barrier is not used
2015-04-24 19:15:57 25465 [Note] InnoDB: Compressed tables use zlib 1.2.8
2015-04-24 19:15:57 25465 [Note] InnoDB: Using Linux native AIO
2015-04-24 19:15:57 25465 [Note] InnoDB: Using CPU crc32 instructions
2015-04-24 19:15:57 25465 [Note] InnoDB: Initializing buffer pool, size = 80.0M
2015-04-24 19:15:57 25465 [Note] InnoDB: Completed initialization of buffer pool
2015-04-24 19:15:57 25465 [Note] InnoDB: Highest supported file format is Barracuda.
2015-04-24 19:15:57 25465 [Note] InnoDB: The log sequence numbers 694421054 and 694421054 in ibdata files do not match the log sequence number 791222025 in the ib_logfiles!
2015-04-24 19:15:57 25465 [Note] InnoDB: Database was not shutdown normally!
2015-04-24 19:15:57 25465 [Note] InnoDB: Starting crash recovery.
2015-04-24 19:15:57 25465 [Note] InnoDB: Reading tablespace information from the .ibd files...
2015-04-24 19:15:57 25465 [Note] InnoDB: Restoring possible half-written data pages
2015-04-24 19:15:57 25465 [Note] InnoDB: from the doublewrite buffer...
23:15:57 UTC - mysqld got signal 11 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
key_buffer_
read_buffer_
max_used_
max_threads=256
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0 thread_stack 0x40000
/usr/sbin/
/usr/sbin/
/lib/x86_
/usr/sbin/
/usr/sbin/
/usr/sbin/
/usr/sbin/
/usr/sbin/
/usr/sbin/
/usr/sbin/
/usr/sbin/
/lib/x86_
/usr/sbin/
The manual page at http://
information that should help you find out what is causing the crash.
Test 6: SUCCESS
--------
MySQL server default configuration found.
Details: The default configuration for the MySQL server was found and is readable at <a href='/
File content of '/etc/akonadi/
#
# Global Akonadi MySQL server settings,
# These settings can be adjusted using $HOME/.
#
# Based on advice by Kris Köhntopp <email address hidden>
#
[mysqld]
# strict query parsing/
# TODO: make Akonadi work with those settings enabled
# sql_mode=
# sql_mode=
# DEBUGGING:
# log all queries, useful for debugging but generates an enormous amount of data
# log=mysql.full
# log queries slower than n seconds, log file name relative to datadir (for debugging only)
# log_slow_
# long_query_time=1
# log queries not using indices, debug only, disable for production use
# log_queries_
#
# mesure database size and adjust innodb_
# SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_
# NOTES:
# Keep Innob_log_waits and keep Innodb_
#expire_logs_days=3
#sync_bin_log=0
# Use UTF-8 encoding for tables
character_
collation_
# use InnoDB for transactions and better crash recovery
default_
# memory pool InnoDB uses to store data dictionary information and other internal data structures (default:1M)
# Deprecated in MySQL >= 5.6.3
innodb_
# memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
# Larger values means less I/O
innodb_
# Create a .ibd file for each table (default:0)
innodb_
# Write out the log buffer to the log file at each commit (default:1)
innodb_
# Buffer size used to write to the log files on disk (default:1M for builtin, 8M for plugin)
# larger values means less I/O
innodb_
# Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery.
innodb_
# # error log file name, relative to datadir (default:
log_error=mysql.err
# print warnings and connection errors (default:1)
log_warnings=2
# Convert table named to lowercase
lower_case_
# Maximum size of one packet or any generated/
max_allowed_
# Maximum simultaneous connections allowed (default:100)
max_connections=256
# The two options below make no sense with prepared statements and/or transactions
# (make sense when having the same query multiple times)
# Memory allocated for caching query results (default:0 (disabled))
query_cache_size=0
# Do not cache results (default:1)
query_cache_type=0
# Do not use the privileges mechanisms
skip_grant_tables
# Do not listen for TCP/IP connections at all
skip_networking
# The number of open tables for all threads. (default:64)
table_open_
# How many threads the server should cache for reuse (default:0)
thread_cache_size=3
# wait 365d before dropping the DB connection (default:8h)
wait_timeout=
# We use InnoDB, so don't let MyISAM eat up memory
key_buffer_size=16K
[client]
default-
Test 7: SKIP
--------
MySQL server custom configuration not available.
Details: The custom configuration for the MySQL server was not found but is optional.
Test 8: SUCCESS
--------
MySQL server configuration is usable.
Details: The MySQL server configuration was found at <a href='/
File content of '/home/
#
# Global Akonadi MySQL server settings,
# These settings can be adjusted using $HOME/.
#
# Based on advice by Kris Köhntopp <email address hidden>
#
[mysqld]
# strict query parsing/
# TODO: make Akonadi work with those settings enabled
# sql_mode=
# sql_mode=
# DEBUGGING:
# log all queries, useful for debugging but generates an enormous amount of data
# log=mysql.full
# log queries slower than n seconds, log file name relative to datadir (for debugging only)
# log_slow_
# long_query_time=1
# log queries not using indices, debug only, disable for production use
# log_queries_
#
# mesure database size and adjust innodb_
# SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_
# NOTES:
# Keep Innob_log_waits and keep Innodb_
#expire_logs_days=3
#sync_bin_log=0
# Use UTF-8 encoding for tables
character_
collation_
# use InnoDB for transactions and better crash recovery
default_
# memory pool InnoDB uses to store data dictionary information and other internal data structures (default:1M)
# Deprecated in MySQL >= 5.6.3
innodb_
# memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
# Larger values means less I/O
innodb_
# Create a .ibd file for each table (default:0)
innodb_
# Write out the log buffer to the log file at each commit (default:1)
innodb_
# Buffer size used to write to the log files on disk (default:1M for builtin, 8M for plugin)
# larger values means less I/O
innodb_
# Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery.
innodb_
# # error log file name, relative to datadir (default:
log_error=mysql.err
# print warnings and connection errors (default:1)
log_warnings=2
# Convert table named to lowercase
lower_case_
# Maximum size of one packet or any generated/
max_allowed_
# Maximum simultaneous connections allowed (default:100)
max_connections=256
# The two options below make no sense with prepared statements and/or transactions
# (make sense when having the same query multiple times)
# Memory allocated for caching query results (default:0 (disabled))
query_cache_size=0
# Do not cache results (default:1)
query_cache_type=0
# Do not use the privileges mechanisms
skip_grant_tables
# Do not listen for TCP/IP connections at all
skip_networking
# The number of open tables for all threads. (default:64)
table_open_
# How many threads the server should cache for reuse (default:0)
thread_cache_size=3
# wait 365d before dropping the DB connection (default:8h)
wait_timeout=
# We use InnoDB, so don't let MyISAM eat up memory
key_buffer_size=16K
[client]
default-
Test 9: SUCCESS
--------
akonadictl found and usable
Details: The program '/usr/bin/
Result:
Akonadi 1.13.0
Test 10: ERROR
--------
Akonadi control process not registered at D-Bus.
Details: The Akonadi control process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.
Test 11: ERROR
--------
Akonadi server process not registered at D-Bus.
Details: The Akonadi server process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.
Test 12: SKIP
--------
Protocol version check not possible.
Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.
Test 13: ERROR
--------
No resource agents found.
Details: No resource agents have been found, Akonadi is not usable without at least one. This usually means that no resource agents are installed or that there is a setup problem. The following paths have been searched: '/usr/share/
Directory listing of '/usr/share/
akonadibalooind
akonadinepomukf
akonotesresourc
archivemailagen
birthdaysresour
contactsresourc
davgroupwareres
facebookresourc
folderarchiveag
followupreminde
googlecalendarr
googlecontactsr
icaldirresource
icalresource.
imapresource.
invitationsagen
kabcresource.
kalarmdirresour
kalarmresource.
kcalresource.
kdeaccountsreso
kolabproxyresou
kolabresource.
localbookmarksr
maildirresource
maildispatchera
mailfilteragent
mboxresource.
migrationagent.
mixedmaildirres
mtdummyresource
newmailnotifier
nntpresource.
notesagent.desktop
notesresource.
openxchangereso
pop3resource.
sendlateragent.
vcarddirresourc
vcardresource.
Environment variable XDG_DATA_DIRS is set to '/usr/share/
Test 14: ERROR
--------
Current Akonadi server error log found.
Details: The Akonadi server reported errors during its current startup. The log can be found in <a href='/
File content of '/home/
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/
arguments: ("--defaults-
stdout: ""
stderr: "2015-04-24 19:15:57 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_
2015-04-24 19:15:57 0 [Note] /usr/sbin/mysqld (mysqld 5.6.24-0ubuntu2) starting as process 25465 ...
"
exit code: 1
process error: "Process operation timed out"
"[
0: akonadiserver() [0x418c8a]
1: akonadiserver() [0x418f04]
2: /lib/x86_
3: /lib/x86_
4: /lib/x86_
5: /usr/lib/
6: akonadiserver() [0x41ad0d]
7: /usr/lib/
8: /usr/lib/
9: /usr/lib/
10: akonadiserver() [0x48235e]
11: akonadiserver() [0x41b90f]
12: akonadiserver() [0x41dff8]
13: akonadiserver() [0x4e2e49]
14: /usr/lib/
15: /usr/lib/
16: /usr/lib/
17: /usr/lib/
18: /lib/x86_
19: /lib/x86_
20: /lib/x86_
21: /usr/lib/
22: /usr/lib/
23: /usr/lib/
24: /usr/lib/
25: akonadiserver() [0x4131b5]
26: /lib/x86_
27: akonadiserver(
]
"
Test 15: ERROR
--------
Previous Akonadi server error log found.
Details: The Akonadi server reported errors during its previous startup. The log can be found in <a href='/
File content of '/home/
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/
arguments: ("--defaults-
stdout: ""
stderr: "2015-04-24 19:15:56 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_
2015-04-24 19:15:56 0 [Note] /usr/sbin/mysqld (mysqld 5.6.24-0ubuntu2) starting as process 25451 ...
"
exit code: 1
process error: "Process operation timed out"
"[
0: akonadiserver() [0x418c8a]
1: akonadiserver() [0x418f04]
2: /lib/x86_
3: /lib/x86_
4: /lib/x86_
5: /usr/lib/
6: akonadiserver() [0x41ad0d]
7: /usr/lib/
8: /usr/lib/
9: /usr/lib/
10: akonadiserver() [0x48235e]
11: akonadiserver() [0x41b90f]
12: akonadiserver() [0x41dff8]
13: akonadiserver() [0x4e2e49]
14: /usr/lib/
15: /usr/lib/
16: /usr/lib/
17: /usr/lib/
18: /lib/x86_
19: /lib/x86_
20: /lib/x86_
21: /usr/lib/
22: /usr/lib/
23: /usr/lib/
24: /usr/lib/
25: akonadiserver() [0x4131b5]
26: /lib/x86_
27: akonadiserver(
]
"
Test 16: SUCCESS
--------
No current Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its current startup.
Test 17: SUCCESS
--------
No previous Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its previous startup.
tags: | added: vivid |
Changed in akonadi (Ubuntu): | |
importance: | Undecided → Medium |
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people interested in the package can find the bugs about it. You can find some hints about determining what package your bug might be about at https:/ /wiki.ubuntu. com/Bugs/ FindRightPackag e. You might also ask for help in the #ubuntu-bugs irc channel on Freenode.
To change the source package that this bug is filed about visit https:/ /bugs.launchpad .net/ubuntu/ +bug/1448345/ +editstatus and add the package name in the text box next to the word Package.
[This is an automated message. I apologize if it reached you inappropriately; please just reply to this message indicating so.]