No I haven’t removed Kontct. I can lanuch Kontact, but it won’t let me add or save anythin. I suppose because don’t have mail set up. Here’s the message I get:
The Akonadi personal information management service is not operational.
Detail:
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/fred/.config/akonadi/akonadiserverrc’:
[%General]
Driver=QMYSQL
[QMYSQL]
Name=akonadi
Host=
Options=“UNIX_SOCKET=/tmp/akonadi-fred.qRPRsF/mysql.socket”
ServerPath=/usr/bin/mysqld
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/bin/mysqld’.
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/bin/mysqld Ver 10.0.13-MariaDB-log for Linux on x86_64 (MariaDB Server)
Test 5: ERROR
MySQL server log contains errors.
Details: The MySQL server error log file ‘/home/fred/.local/share/akonadi/db_data/mysql.err’ contains errors.
File content of ‘/home/fred/.local/share/akonadi/db_data/mysql.err’:
2014-09-09 07:23:30 7fa71ef91780 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB’s internal memory allocator.
140909 7:23:30 [Note] InnoDB: Using mutexes to ref count buffer pool pages
140909 7:23:30 [Note] InnoDB: The InnoDB memory heap is disabled
140909 7:23:30 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
140909 7:23:30 [Note] InnoDB: Compressed tables use zlib 1.2.8
140909 7:23:30 [Note] InnoDB: Using Linux native AIO
140909 7:23:30 [Note] InnoDB: Using CPU crc32 instructions
140909 7:23:30 [Note] InnoDB: Initializing buffer pool, size = 80.0M
140909 7:23:30 [Note] InnoDB: Completed initialization of buffer pool
140909 7:23:30 [Note] InnoDB: Highest supported file format is Barracuda.
140909 7:23:30 [Note] InnoDB: The log sequence numbers 0 and 0 in ibdata files do not match the log sequence number 1763736 in the ib_logfiles!
140909 7:23:30 [Note] InnoDB: Database was not shutdown normally!
140909 7:23:30 [Note] InnoDB: Starting crash recovery.
140909 7:23:30 [Note] InnoDB: Reading tablespace information from the .ibd files…
140909 7:23:30 [Note] InnoDB: Restoring possible half-written data pages
140909 7:23:30 [Note] InnoDB: from the doublewrite buffer…
140909 7:23:30 [ERROR] 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.
To report this bug, see http://kb.askmonty.org/en/reporting-bugs
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.
Server version: 10.0.13-MariaDB
key_buffer_size=16384
read_buffer_size=131072
max_used_connections=0
max_threads=258
thread_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 566742 K bytes of memory
Hope that’s ok; if not, decrease some variables in the equation.
Thread pointer: 0x0x0
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 = 0x0 thread_stack 0x48000
/usr/bin/mysqld(my_print_stacktrace+0x3d)[0xba084d]
/usr/bin/mysqld(handle_fatal_signal+0x345)[0x70ea65]
/usr/lib/libpthread.so.0(+0xf4b0)[0x7fa71e2ed4b0]
/usr/bin/mysqld[0x9d7629]
/usr/bin/mysqld[0x9d8ee3]
/usr/bin/mysqld[0x938c85]
/usr/bin/mysqld[0x8724a3]
/usr/bin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x64)[0x710c14]
/usr/bin/mysqld[0x5c4833]
/usr/bin/mysqld(_Z11plugin_initPiPPci+0x550)[0x5c5c60]
/usr/bin/mysqld[0x52a1c2]
/usr/bin/mysqld(_Z11mysqld_mainiPPc+0x5ad)[0x52e2dd]
/usr/lib/libc.so.6(__libc_start_main+0xf0)[0x7fa71d0b9000]
/usr/bin/mysqld[0x522ae1]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
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 /usr/share/config/akonadi/mysql-global.conf.
File content of ‘/usr/share/config/akonadi/mysql-global.conf’:
Global Akonadi MySQL server settings,
These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
Based on advice by Kris Köhntopp kris@mysql.com
[mysqld]
strict query parsing/interpretation
TODO: make Akonadi work with those settings enabled
sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat
sql_mode=strict_trans_tables
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_queries=mysql.slow
long_query_time=1
log queries not using indices, debug only, disable for production use
log_queries_not_using_indexes=1
mesure database size and adjust innodb_buffer_pool_size
SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in (“mysql”, “information_schema”);
NOTES:
Keep Innob_log_waits and keep Innodb_buffer_pool_wait_free small (see show global status like “inno%”, show global variables)
#expire_logs_days=3
#sync_bin_log=0
Use UTF-8 encoding for tables
character_set_server=utf8
collation_server=utf8_general_ci
use InnoDB for transactions and better crash recovery
default_storage_engine=innodb
memory pool InnoDB uses to store data dictionary information and other internal data structures (default:1M)
Deprecated in MySQL >= 5.6.3
innodb_additional_mem_pool_size=1M
memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
Larger values means less I/O
innodb_buffer_pool_size=80M
Create a .ibd file for each table (default:0)
innodb_file_per_table=1
Write out the log buffer to the log file at each commit (default:1)
innodb_flush_log_at_trx_commit=2
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_log_buffer_size=1M
Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery.
innodb_log_file_size=64M
# error log file name, relative to datadir (default:hostname.err)
log_error=mysql.err
print warnings and connection errors (default:1)
log_warnings=2
Convert table named to lowercase
lower_case_table_names=1
Maximum size of one packet or any generated/intermediate string. (default:1M)
max_allowed_packet=32M
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_cache=200
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=31536000
We use InnoDB, so don’t let MyISAM eat up memory
key_buffer_size=16K
[client]
default-character-set=utf8
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 /home/fred/.local/share/akonadi/mysql.conf and is readable.
File content of ‘/home/fred/.local/share/akonadi/mysql.conf’:
Global Akonadi MySQL server settings,
These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
Based on advice by Kris Köhntopp kris@mysql.com
[mysqld]
strict query parsing/interpretation
TODO: make Akonadi work with those settings enabled
sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat
sql_mode=strict_trans_tables
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_queries=mysql.slow
long_query_time=1
log queries not using indices, debug only, disable for production use
log_queries_not_using_indexes=1
mesure database size and adjust innodb_buffer_pool_size
SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in (“mysql”, “information_schema”);
NOTES:
Keep Innob_log_waits and keep Innodb_buffer_pool_wait_free small (see show global status like “inno%”, show global variables)
#expire_logs_days=3
#sync_bin_log=0
Use UTF-8 encoding for tables
character_set_server=utf8
collation_server=utf8_general_ci
use InnoDB for transactions and better crash recovery
default_storage_engine=innodb
memory pool InnoDB uses to store data dictionary information and other internal data structures (default:1M)
Deprecated in MySQL >= 5.6.3
innodb_additional_mem_pool_size=1M
memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
Larger values means less I/O
innodb_buffer_pool_size=80M
Create a .ibd file for each table (default:0)
innodb_file_per_table=1
Write out the log buffer to the log file at each commit (default:1)
innodb_flush_log_at_trx_commit=2
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_log_buffer_size=1M
Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery.
innodb_log_file_size=64M
# error log file name, relative to datadir (default:hostname.err)
log_error=mysql.err
print warnings and connection errors (default:1)
log_warnings=2
Convert table named to lowercase
lower_case_table_names=1
Maximum size of one packet or any generated/intermediate string. (default:1M)
max_allowed_packet=32M
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_cache=200
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=31536000
We use InnoDB, so don’t let MyISAM eat up memory
key_buffer_size=16K
[client]
default-character-set=utf8
Test 9: SUCCESS
akonadictl found and usable
Details: The program ‘/usr/bin/akonadictl’ to control the Akonadi server was found and could be executed successfully.
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/akonadi/agents’. The XDG_DATA_DIRS environment variable is set to ‘/usr/share:/usr/share:/usr/local/share’; make sure this includes all paths where Akonadi agents are installed.
Directory listing of ‘/usr/share/akonadi/agents’:
akonadibalooindexingagent.desktop
akonadinepomukfeederagent.desktop
akonotesresource.desktop
archivemailagent.desktop
birthdaysresource.desktop
contactsresource.desktop
davgroupwareresource.desktop
facebookresource.desktop
googlecalendarresource.desktop
googlecontactsresource.desktop
icaldirresource.desktop
icalresource.desktop
imapresource.desktop
invitationsagent.desktop
kabcresource.desktop
kalarmdirresource.desktop
kalarmresource.desktop
kcalresource.desktop
kdeaccountsresource.desktop
knutresource.desktop
kolabproxyresource.desktop
kolabresource.desktop
localbookmarksresource.desktop
maildirresource.desktop
maildispatcheragent.desktop
mailfilteragent.desktop
mboxresource.desktop
migrationagent.desktop
mixedmaildirresource.desktop
mtdummyresource.desktop
newmailnotifieragent.desktop
nntpresource.desktop
notesagent.desktop
notesresource.desktop
openxchangeresource.desktop
pop3resource.desktop
sendlateragent.desktop
vcarddirresource.desktop
vcardresource.desktop
Environment variable XDG_DATA_DIRS is set to ‘/usr/share:/usr/share:/usr/local/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 /home/fred/.local/share/akonadi/akonadiserver.error.
File content of ‘/home/fred/.local/share/akonadi/akonadiserver.error’:
Database process exited unexpectedly during initial connection!
executable: “/usr/bin/mysqld”
arguments: ("–defaults-file=/home/fred/.local/share/akonadi/mysql.conf", “–datadir=/home/fred/.local/share/akonadi/db_data/”, “–socket=/tmp/akonadi-fred.qRPRsF/mysql.socket”)
stdout: “”
stderr: “”
exit code: 1
process error: “Unknown error”
"[
0: akonadiserver(_Z11akBacktracev+0x4a) [0x462c1a]
1: akonadiserver() [0x462e89]
2: /usr/lib/libc.so.6(+0x33df0) [0x7f421235fdf0]
3: /usr/lib/libc.so.6(gsignal+0x37) [0x7f421235fd67]
4: /usr/lib/libc.so.6(abort+0x148) [0x7f4212361118]
5: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x5f) [0x7f4213b5c9ff]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xad) [0x46515d]
7: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb0) [0x7f4213bf7560]
8: /usr/lib/libQtCore.so.4(+0x11ac2d) [0x7f4213c06c2d]
9: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x31) [0x7f4213c0f811]
10: akonadiserver(_ZN6QDebugD1Ev+0x49) [0x45cd29]
11: akonadiserver(_ZN7Akonadi6Server13DbConfigMysql19startInternalServerEv+0x1cd2) [0x4d2aa2]
12: akonadiserver(_ZN7Akonadi6Server13AkonadiServer20startDatabaseProcessEv+0xff) [0x465dff]
13: akonadiserver(_ZN7Akonadi6Server13AkonadiServer4initEv+0xba) [0x46866a]
14: akonadiserver() [0x542189]
15: /usr/lib/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x24e) [0x7f4213c816ae]
16: /usr/lib/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x6d) [0x7f4213c6958d]
17: /usr/lib/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1ed) [0x7f4213c6c6dd]
18: /usr/lib/libQtCore.so.4(+0x1aa9e3) [0x7f4213c969e3]
19: /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x22d) [0x7f4211a33efd]
20: /usr/lib/libglib-2.0.so.0(+0x491a8) [0x7f4211a341a8]
21: /usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7f4211a3424c]
22: /usr/lib/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x65) [0x7f4213c962a5]
23: /usr/lib/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f) [0x7f4213c6815f]
24: /usr/lib/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x175) [0x7f4213c68455]
25: /usr/lib/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x89) [0x7f4213c6d719]
26: akonadiserver(main+0x1f2) [0x45c272]
27: /usr/lib/libc.so.6(__libc_start_main+0xf0) [0x7f421234c000]
28: akonadiserver() [0x45ca9e]
]
"
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 /home/fred/.local/share/akonadi/akonadiserver.error.old.
File content of ‘/home/fred/.local/share/akonadi/akonadiserver.error.old’:
Database process exited unexpectedly during initial connection!
executable: “/usr/bin/mysqld”
arguments: ("–defaults-file=/home/fred/.local/share/akonadi/mysql.conf", “–datadir=/home/fred/.local/share/akonadi/db_data/”, “–socket=/tmp/akonadi-fred.qRPRsF/mysql.socket”)
stdout: “”
stderr: “”
exit code: 1
process error: “Unknown error”
"[
0: akonadiserver(_Z11akBacktracev+0x4a) [0x462c1a]
1: akonadiserver() [0x462e89]
2: /usr/lib/libc.so.6(+0x33df0) [0x7fad66119df0]
3: /usr/lib/libc.so.6(gsignal+0x37) [0x7fad66119d67]
4: /usr/lib/libc.so.6(abort+0x148) [0x7fad6611b118]
5: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x5f) [0x7fad679169ff]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xad) [0x46515d]
7: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb0) [0x7fad679b1560]
8: /usr/lib/libQtCore.so.4(+0x11ac2d) [0x7fad679c0c2d]
9: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x31) [0x7fad679c9811]
10: akonadiserver(_ZN6QDebugD1Ev+0x49) [0x45cd29]
11: akonadiserver(_ZN7Akonadi6Server13DbConfigMysql19startInternalServerEv+0x1cd2) [0x4d2aa2]
12: akonadiserver(_ZN7Akonadi6Server13AkonadiServer20startDatabaseProcessEv+0xff) [0x465dff]
13: akonadiserver(_ZN7Akonadi6Server13AkonadiServer4initEv+0xba) [0x46866a]
14: akonadiserver() [0x542189]
15: /usr/lib/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x24e) [0x7fad67a3b6ae]
16: /usr/lib/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x6d) [0x7fad67a2358d]
17: /usr/lib/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1ed) [0x7fad67a266dd]
18: /usr/lib/libQtCore.so.4(+0x1aa9e3) [0x7fad67a509e3]
19: /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x22d) [0x7fad657edefd]
20: /usr/lib/libglib-2.0.so.0(+0x491a8) [0x7fad657ee1a8]
21: /usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7fad657ee24c]
22: /usr/lib/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x65) [0x7fad67a502a5]
23: /usr/lib/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f) [0x7fad67a2215f]
24: /usr/lib/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x175) [0x7fad67a22455]
25: /usr/lib/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x89) [0x7fad67a27719]
26: akonadiserver(main+0x1f2) [0x45c272]
27: /usr/lib/libc.so.6(__libc_start_main+0xf0) [0x7fad66106000]
28: akonadiserver() [0x45ca9e]
]
"
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.