This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Akonadi refuses to start due to some libmysql.c error?

Tags: None
(comma "," separated)
marinmo
Registered Member
Posts
4
Karma
0
[quote]Akonadi Server Self-Test Report
===============================

Test 1: SUCCESS
--------

Database driver found.
Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration.
The following drivers are installed: QSQLITE, QMYSQL3, QMYSQL.
Make sure the required driver is installed.

File content of '/home/marinmo/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL

[QMYSQL]
Name=akonadi
User=
Password=
Options="UNIX_SOCKET=/home/marinmo/.local/share/akonadi/db_misc/mysql.socket"
ServerPath=/usr/sbin/mysqld
StartServer=true


Test 2: SUCCESS
--------

MySQL server found.
Details: You currently have configured Akonadi to use the MySQL server '/usr/sbin/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 locations varies depending on the distribution.

Test 3: SUCCESS
--------

MySQL server is executable.
Details: MySQL server found: /usr/sbin/mysqld Ver 5.0.76-debug-log for pc-linux-gnu on x86_64 (Gentoo Linux mysql-5.0.76-r1)


Test 4: SUCCESS
--------

No current MySQL error log found.
Details: The MySQL server did not report any errors during this startup into '/home/marinmo/.local/share/akonadi/db_data/mysql.err'.

Test 5: 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
#
[mysqld]
skip_grant_tables
skip_networking

# 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

# use InnoDB for transactions and better crash recovery
default_storage_engine=innodb
# case-insensitive table names, avoids trouble on windows
lower_case_table_names=1
character_set_server=latin1
collation_server=latin1_general_ci
table_cache=200
thread_cache_size=3
log_bin=mysql-bin
expire_logs_days=3
#sync_bin_log=0
# error log file name, relative to datadir
log_error=mysql.err
log_warnings=2
# 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
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
# maximum blob size
max_allowed_packet=32M
max_connections=256
# makes sense when having the same query multiple times
# makes no sense with prepared statements and/or transactions
query_cache_type=0
query_cache_size=0

innodb_file_per_table=1
innodb_log_buffer_size=1M
innodb_additional_mem_pool_size=1M
# messure database size and adjust
# SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
innodb_buffer_pool_size=80M
# size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
innodb_log_file_size=64M
innodb_flush_log_at_trx_commit=2



Test 6: SKIP
--------

MySQL server custom configuration not available.
Details: The custom configuration for the MySQL server was not found but is optional.

Test 7: SUCCESS
--------

MySQL server configuration is usable.
Details: The MySQL server configuration was found at /home/marinmo/.local/share/akonadi/mysql.conf and is readable.

File content of '/home/marinmo/.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
#
[mysqld]
skip_grant_tables
skip_networking

# 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

# use InnoDB for transactions and better crash recovery
default_storage_engine=innodb
# case-insensitive table names, avoids trouble on windows
lower_case_table_names=1
character_set_server=latin1
collation_server=latin1_general_ci
table_cache=200
thread_cache_size=3
log_bin=mysql-bin
expire_logs_days=3
#sync_bin_log=0
# error log file name, relative to datadir
log_error=mysql.err
log_warnings=2
# 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
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
# maximum blob size
max_allowed_packet=32M
max_connections=256
# makes sense when having the same query multiple times
# makes no sense with prepared statements and/or transactions
query_cache_type=0
query_cache_size=0

innodb_file_per_table=1
innodb_log_buffer_size=1M
innodb_additional_mem_pool_size=1M
# messure database size and adjust
# SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
innodb_buffer_pool_size=80M
# size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
innodb_log_file_size=64M
innodb_flush_log_at_trx_commit=2



Test 8: 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 Control: stopped
Akonadi Server: stopped


Test 9: 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 10: 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 11: 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 12: 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 /usr/share/akonadi/agents'. The XDG_DATA_DIRS environment variable is set to '/usr/share:/usr/local/share:/usr/share', make sure this includes all paths where Akonadi agents are installed to.

Directory listing of '/usr/share/akonadi/agents':
distlistresource.desktop
icalresource.desktop
imaplibresource.desktop
kabcresource.desktop
kcalresource.desktop
knutresource.desktop
localbookmarksresource.desktop
maildirresource.desktop
mailthreaderagent.desktop
nepomukcontactfeeder.desktop
nepomukemailfeeder.desktop
nepomuktagresource.desktop
nntpresource.desktop
strigifeeder.desktop
vcarddirresource.desktop
vcardresource.desktop
Directory listing of '/usr/share/akonadi/agents':
distlistresource.desktop
icalresource.desktop
imaplibresource.desktop
kabcresource.desktop
kcalresource.desktop
knutresource.desktop
localbookmarksresource.desktop
maildirresource.desktop
mailthreaderagent.desktop
nepomukcontactfeeder.desktop
nepomukemailfeeder.desktop
nepomuktagresource.desktop
nntpresource.desktop
strigifeeder.desktop
vcarddirresource.desktop
vcardresource.desktop

Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/local/share:/usr/share'

Test 13: ERROR
--------

Current Akonadi server error log found.
Details: The Akonadi server did report error during startup into /home/marinmo/.local/share/akonadi/akonadiserver.error.

File content of '/home/marinmo/.local/share/akonadi/akonadiserver.error':
"[
0: akonadiserver(_Z10kBacktracev+0x39) [0x40b6a9]
1: akonadiserver [0x40bc02]
2: /lib/libc.so.6 [0x7fe35541b270]
3: /lib/libc.so.6(gsignal+0x35) [0x7fe35541b1e5]
4: /lib/libc.so.6(abort+0x183) [0x7fe35541c703]
5: /lib/libc.so.6(__assert_fail+0xe9) [0x7fe355414229]
6: /usr/lib/libmysqlclient_r.so.15 [0x7fe3534e678a]
7: /usr/lib/libmysqlclient_r.so.15(mysql_stmt_bind_result+0x14c) [0x7fe3534e7ccc]
8: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7fe353859e96]
9: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7fe353858ef5]
10: /usr/lib64/qt4/libQtSql.so.4(_ZN9QSqlQuery4execERK7QString+0x127) [0x7fe356e32f07]
11: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer10checkTableERK11QDomElement+0x2bce) [0x7fe3574189ce]
12: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer3runEv+0x522) [0x7fe35741c022]
13: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi9DataStore4initEv+0x6b) [0x7fe35740efbb]
14: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x577) [0x7fe3573a5ac7]
15: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x7fe3573a6667]
16: akonadiserver(main+0x2e2) [0x4067c2]
17: /lib/libc.so.6(__libc_start_main+0xe6) [0x7fe3554075c6]
18: akonadiserver [0x4063e9]
]
"


Test 14: ERROR
--------

Previous Akonadi server error log found.
Details: The Akonadi server did report error during its previous startup into /home/marinmo/.local/share/akonadi/akonadiserver.error.old.

File content of '/home/marinmo/.local/share/akonadi/akonadiserver.error.old':
"[
0: akonadiserver(_Z10kBacktracev+0x39) [0x40b6a9]
1: akonadiserver [0x40bc02]
2: /lib/libc.so.6 [0x7f264dc32270]
3: /lib/libc.so.6(gsignal+0x35) [0x7f264dc321e5]
4: /lib/libc.so.6(abort+0x183) [0x7f264dc33703]
5: /lib/libc.so.6(__assert_fail+0xe9) [0x7f264dc2b229]
6: /usr/lib/libmysqlclient_r.so.15 [0x7f264bcfd78a]
7: /usr/lib/libmysqlclient_r.so.15(mysql_stmt_bind_result+0x14c) [0x7f264bcfeccc]
8: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7f264c070e96]
9: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7f264c06fef5]
10: /usr/lib64/qt4/libQtSql.so.4(_ZN9QSqlQuery4execERK7QString+0x127) [0x7f264f649f07]
11: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer10checkTableERK11QDomElement+0x2bce) [0x7f264fc2f9ce]
12: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer3runEv+0x522) [0x7f264fc33022]
13: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi9DataStore4initEv+0x6b) [0x7f264fc25fbb]
14: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x577) [0x7f264fbbcac7]
15: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x7f264fbbd667]
16: akonadiserver(main+0x2e2) [0x4067c2]
17: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f264dc1e5c6]
18: akonadiserver [0x4063e9]
]
"


Test 15: SUCCESS
--------

No current Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its current startup.

Test 16: SUCCESS
--------

No previous Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its previous startup.[/quote]


DBUS is started and operational. This is running on Gentoo so it's not an apparmor problem.

Running from console gives:


[quote]akonadictl start
Starting Akonadi Server...
done.
[akonadiserver] Database "akonadi" opened using driver "QMYSQL"
[akonadiserver] DbInitializer::run()
[akonadiserver] checking table "SchemaVersionTable"
[akonadiserver] checking table "ResourceTable"
[akonadiserver] checking table "LocationTable"
[akonadiserver] akonadiserver: libmysql.c:4301: setup_one_fetch_function: Assertion `param->buffer_length != 0' failed.
[akonadiserver] "[
[akonadiserver] 0: akonadiserver(_Z10kBacktracev+0x39) [0x40b6a9]
[akonadiserver] 1: akonadiserver [0x40bc02]
[akonadiserver] 2: /lib/libc.so.6 [0x7f2c09844270]
[akonadiserver] 3: /lib/libc.so.6(gsignal+0x35) [0x7f2c098441e5]
[akonadiserver] 4: /lib/libc.so.6(abort+0x183) [0x7f2c09845703]
[akonadiserver] 5: /lib/libc.so.6(__assert_fail+0xe9) [0x7f2c0983d229]
[akonadiserver] 6: /usr/lib/libmysqlclient_r.so.15 [0x7f2c0790f78a]
[akonadiserver] 7: /usr/lib/libmysqlclient_r.so.15(mysql_stmt_bind_result+0x14c) [0x7f2c07910ccc]
[akonadiserver] 8: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7f2c07c82e96]
[akonadiserver] 9: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7f2c07c81ef5]
[akonadiserver] 10: /usr/lib64/qt4/libQtSql.so.4(_ZN9QSqlQuery4execERK7QString+0x127) [0x7f2c0b25bf07]
[akonadiserver] 11: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer10checkTableERK11QDomElement+0x2bce) [0x7f2c0b8419ce]
[akonadiserver] 12: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer3runEv+0x522) [0x7f2c0b845022]
[akonadiserver] 13: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi9DataStore4initEv+0x6b) [0x7f2c0b837fbb]
[akonadiserver] 14: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x577) [0x7f2c0b7ceac7]
[akonadiserver] 15: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x7f2c0b7cf667]
[akonadiserver] 16: akonadiserver(main+0x2e2) [0x4067c2]
[akonadiserver] 17: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f2c098305c6]
[akonadiserver] 18: akonadiserver [0x4063e9]
[akonadiserver] ]
[akonadiserver] "
ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
[akonadiserver] Database "akonadi" opened using driver "QMYSQL"
[akonadiserver] DbInitializer::run()
[akonadiserver] checking table "SchemaVersionTable"
[akonadiserver] checking table "ResourceTable"
[akonadiserver] checking table "LocationTable"
[akonadiserver] akonadiserver: libmysql.c:4301: setup_one_fetch_function: Assertion `param->buffer_length != 0' failed.
[akonadiserver] "[
[akonadiserver] 0: akonadiserver(_Z10kBacktracev+0x39) [0x40b6a9]
[akonadiserver] 1: akonadiserver [0x40bc02]
[akonadiserver] 2: /lib/libc.so.6 [0x7f9916608270]
[akonadiserver] 3: /lib/libc.so.6(gsignal+0x35) [0x7f99166081e5]
[akonadiserver] 4: /lib/libc.so.6(abort+0x183) [0x7f9916609703]
[akonadiserver] 5: /lib/libc.so.6(__assert_fail+0xe9) [0x7f9916601229]
[akonadiserver] 6: /usr/lib/libmysqlclient_r.so.15 [0x7f99146d378a]
[akonadiserver] 7: /usr/lib/libmysqlclient_r.so.15(mysql_stmt_bind_result+0x14c) [0x7f99146d4ccc]
[akonadiserver] 8: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7f9914a46e96]
[akonadiserver] 9: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7f9914a45ef5]
[akonadiserver] 10: /usr/lib64/qt4/libQtSql.so.4(_ZN9QSqlQuery4execERK7QString+0x127) [0x7f991801ff07]
[akonadiserver] 11: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer10checkTableERK11QDomElement+0x2bce) [0x7f99186059ce]
[akonadiserver] 12: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer3runEv+0x522) [0x7f9918609022]
[akonadiserver] 13: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi9DataStore4initEv+0x6b) [0x7f99185fbfbb]
[akonadiserver] 14: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x577) [0x7f9918592ac7]
[akonadiserver] 15: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x7f9918593667]
[akonadiserver] 16: akonadiserver(main+0x2e2) [0x4067c2]
[akonadiserver] 17: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f99165f45c6]
[akonadiserver] 18: akonadiserver [0x4063e9]
[akonadiserver] ]
[akonadiserver] "
ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
[akonadiserver] Database "akonadi" opened using driver "QMYSQL"
[akonadiserver] DbInitializer::run()
[akonadiserver] checking table "SchemaVersionTable"
[akonadiserver] checking table "ResourceTable"
[akonadiserver] checking table "LocationTable"
[akonadiserver] akonadiserver: libmysql.c:4301: setup_one_fetch_function: Assertion `param->buffer_length != 0' failed.
[akonadiserver] "[
[akonadiserver] 0: akonadiserver(_Z10kBacktracev+0x39) [0x40b6a9]
[akonadiserver] 1: akonadiserver [0x40bc02]
[akonadiserver] 2: /lib/libc.so.6 [0x7f7c746ea270]
[akonadiserver] 3: /lib/libc.so.6(gsignal+0x35) [0x7f7c746ea1e5]
[akonadiserver] 4: /lib/libc.so.6(abort+0x183) [0x7f7c746eb703]
[akonadiserver] 5: /lib/libc.so.6(__assert_fail+0xe9) [0x7f7c746e3229]
[akonadiserver] 6: /usr/lib/libmysqlclient_r.so.15 [0x7f7c727b578a]
[akonadiserver] 7: /usr/lib/libmysqlclient_r.so.15(mysql_stmt_bind_result+0x14c) [0x7f7c727b6ccc]
[akonadiserver] 8: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7f7c72b28e96]
[akonadiserver] 9: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7f7c72b27ef5]
[akonadiserver] 10: /usr/lib64/qt4/libQtSql.so.4(_ZN9QSqlQuery4execERK7QString+0x127) [0x7f7c76101f07]
[akonadiserver] 11: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer10checkTableERK11QDomElement+0x2bce) [0x7f7c766e79ce]
[akonadiserver] 12: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer3runEv+0x522) [0x7f7c766eb022]
[akonadiserver] 13: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi9DataStore4initEv+0x6b) [0x7f7c766ddfbb]
[akonadiserver] 14: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x577) [0x7f7c76674ac7]
[akonadiserver] 15: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x7f7c76675667]
[akonadiserver] 16: akonadiserver(main+0x2e2) [0x4067c2]
[akonadiserver] 17: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f7c746d65c6]
[akonadiserver] 18: akonadiserver [0x4063e9]
[akonadiserver] ]
[akonadiserver] "
ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
[akonadiserver] Database "akonadi" opened using driver "QMYSQL"
[akonadiserver] DbInitializer::run()
[akonadiserver] checking table "SchemaVersionTable"
[akonadiserver] checking table "ResourceTable"
[akonadiserver] checking table "LocationTable"
[akonadiserver] akonadiserver: libmysql.c:4301: setup_one_fetch_function: Assertion `param->buffer_length != 0' failed.
[akonadiserver] "[
[akonadiserver] 0: akonadiserver(_Z10kBacktracev+0x39) [0x40b6a9]
[akonadiserver] 1: akonadiserver [0x40bc02]
[akonadiserver] 2: /lib/libc.so.6 [0x7f7ac3ba9270]
[akonadiserver] 3: /lib/libc.so.6(gsignal+0x35) [0x7f7ac3ba91e5]
[akonadiserver] 4: /lib/libc.so.6(abort+0x183) [0x7f7ac3baa703]
[akonadiserver] 5: /lib/libc.so.6(__assert_fail+0xe9) [0x7f7ac3ba2229]
[akonadiserver] 6: /usr/lib/libmysqlclient_r.so.15 [0x7f7ac1c7478a]
[akonadiserver] 7: /usr/lib/libmysqlclient_r.so.15(mysql_stmt_bind_result+0x14c) [0x7f7ac1c75ccc]
[akonadiserver] 8: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7f7ac1fe7e96]
[akonadiserver] 9: /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so [0x7f7ac1fe6ef5]
[akonadiserver] 10: /usr/lib64/qt4/libQtSql.so.4(_ZN9QSqlQuery4execERK7QString+0x127) [0x7f7ac55c0f07]
[akonadiserver] 11: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer10checkTableERK11QDomElement+0x2bce) [0x7f7ac5ba69ce]
[akonadiserver] 12: /usr/lib64/libakonadiprivate.so.1(_ZN13DbInitializer3runEv+0x522) [0x7f7ac5baa022]
[akonadiserver] 13: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi9DataStore4initEv+0x6b) [0x7f7ac5b9cfbb]
[akonadiserver] 14: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x577) [0x7f7ac5b33ac7]
[akonadiserver] 15: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x7f7ac5b34667]
[akonadiserver] 16: akonadiserver(main+0x2e2) [0x4067c2]
[akonadiserver] 17: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f7ac3b955c6]
[akonadiserver] 18: akonadiserver [0x4063e9]
[akonadiserver] ]
[akonadiserver] "
ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
"akonadiserver" crashed too often and will not be restarted![/quote]


Anyone? :) It all seems very strange to me to be honest ...
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
This appears to be a bug in the Qt MySQL driver, however I am not sure. Try moving the Akonadi data from ~/.local/share/akonadi/ to somewhere else ( it will be needed later in order to solve the bug ) to see if that temporarily resolves the problem. Please do not delete the data in question.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
marinmo
Registered Member
Posts
4
Karma
0
Okay, I took a backup and then deleted the directory you specified:

Running test from Akonadi Configuration in System Settings:
http://pastebin.com/m9e20c96

Running akonadictl start:
http://pastebin.com/mde80f8a

So still no luck I'm afraid ... It also seems like the controlprocess is sometimes registred at DBUS, sometimes not. I have no idea why.

Last edited by marinmo on Wed Jun 10, 2009 5:31 pm, edited 1 time in total.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
It appears that Akonadi is failing to start because the central server process cannot start ( due to the MySQLClient library issue ) have you updated any part of your system recently?


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
marinmo
Registered Member
Posts
4
Karma
0
Yes and no. I've been having this problem a long time to be quite honest with you. But to get to the point: I updated to KDE 4.2.4 just a few days ago, that was the last time I updated something. Running gentoo means that you update at least a few packages pretty much every 2-3 days so ... Is there something specific?

For reference, qt-sql is 4.5.1, built with mysql support.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
Anything related to MySQL client in particular since you began having the problem.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
User avatar
anda_skoa
KDE Developer
Posts
783
Karma
4
OS
In the second pastebin, line 17, MySQL client code hits an assertion.

That could be a version mismatch of MySQL client and server, or MySQL client lib used to build and run QtMySQL.

If it is the former, it should be possible to trigger the same assertion when doing the creation commands manually using the mysql command line client.

Might also be worth checking with other Gentoo users, maybe its of certain use flags for one of the involved components.

Cheers,
_


anda_skoa, proud to be a member of KDE forums since 2008-Oct.
marinmo
Registered Member
Posts
4
Karma
0
Sorry that it took a while to answer.

There does not seem to be a version mismatch within MYSQL. I can create databases with mysqladmin and drop them.

I also rebuilt both qt-sql and mysql, both to no avail it seems. Maybe it's a problem with USE-flags, I guess that's where I'm heading next. Seems very strange though to me, but it is possible.
samsonus
Registered Member
Posts
3
Karma
0
OS
i 've got the same problem, also running gentoo.
Serafean
Registered Member
Posts
31
Karma
1
OS
Hi, same here, Gentoo; KDE 4.3RC2. I'll keep diging.
boris64
Registered Member
Posts
2
Karma
0
OS
Same problem here on gentoo x86_64/KDE-4.3-rc3/Mysql-5.0.83

Are there any news about this issue?
User avatar
Cheater
Registered Member
Posts
3
Karma
0
OS
I'll throw my 'me too' in here as well. :)

There is a Gentoo bug for it here: http://bugs.gentoo.org/show_bug.cgi?id=267513
There is very little activity there though.

Upgrading to RC3 (4.2.98) now. Lets hope it fixes it.
User avatar
anda_skoa
KDE Developer
Posts
783
Karma
4
OS
Cheater wrote:Upgrading to RC3 (4.2.98) now. Lets hope it fixes it.


I wouldn't get my hopes up to much since it seems to be a Gentoo specific problem. Unless of course the ebuilds of KDE 4.3 RC3 have significant changes compared to 4.2 ones

Cheers,
_


anda_skoa, proud to be a member of KDE forums since 2008-Oct.
boris64
Registered Member
Posts
2
Karma
0
OS
Using KDE-4.3+Akonadi-server-1.2.0, still no go.
samsonus
Registered Member
Posts
3
Karma
0
OS
hello,
do you emerged mysql with the debug useflag? i could solve the issue by emerge mysql without debug.

greets samsonus


Bookmarks



Who is online

Registered users: Bing [Bot], daret, Google [Bot], Sogou [Bot]