Akonadi gecrasht

der_holzwurm

Active member
Registriert
10 Jan. 2010
Beiträge
444
Seit ewiger Zeit verwende ich Kmail (derzeit4.13.3) mit Korganizer. Gestern habe ich mein T61 (Ubuntu 14.10LTS) gebootet, um Abends noch mal Mails abzuholen. Kmail startete nicht, dafür kam dann die Fehlermeldung, dass Akonadi nicht läuft und "mehr Details" brachte folgenden Report:


Code:
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/dirk/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL

[QMYSQL]
Name=akonadi
Host=
Options="UNIX_SOCKET=/tmp/akonadi-dirk.ilnPyu/mysql.socket"
ServerPath=/usr/sbin/mysqld-akonadi
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/mysqld-akonadi'.
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: 161027 13:20:40 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
/usr/sbin/mysqld  Ver 5.5.53-0ubuntu0.14.04.1 for debian-linux-gnu on i686 ((Ubuntu))


Test 5:  SUCCESS
--------

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

Test 6:  SUCCESS
--------

MySQL server default configuration found.
Details: The default configuration for the MySQL server was found and is readable at <a href='/etc/akonadi/mysql-global.conf'>/etc/akonadi/mysql-global.conf</a>.

File content of '/etc/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 <a href='/home/dirk/.local/share/akonadi/mysql.conf'>/home/dirk/.local/share/akonadi/mysql.conf</a> and is readable.

File content of '/home/dirk/.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.12.1


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/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/'; make sure this includes all paths where Akonadi agents are installed.

Directory listing of '/usr/share/akonadi/agents':
akonadinepomukfeederagent.desktop
akonotesresource.desktop
archivemailagent.desktop
birthdaysresource.desktop
contactsresource.desktop
davgroupwareresource.desktop
facebookresource.desktop
folderarchiveagent.desktop
googlecalendarresource.desktop
googlecontactsresource.desktop
icaldirresource.desktop
icalresource.desktop
imapresource.desktop
invitationsagent.desktop
kabcresource.desktop
kalarmdirresource.desktop
kalarmresource.desktop
kcalresource.desktop
kdeaccountsresource.desktop
kolabproxyresource.desktop
localbookmarksresource.desktop
maildirresource.desktop
maildispatcheragent.desktop
mailfilteragent.desktop
mboxresource.desktop
migrationagent.desktop
mixedmaildirresource.desktop
mtdummyresource.desktop
newmailnotifieragent.desktop
nntpresource.desktop
notesresource.desktop
openxchangeresource.desktop
pop3resource.desktop
sendlateragent.desktop
vcarddirresource.desktop
vcardresource.desktop

Environment variable XDG_DATA_DIRS is set to '/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/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='/home/dirk/.local/share/akonadi/akonadiserver.error'>/home/dirk/.local/share/akonadi/akonadiserver.error</a>.

File content of '/home/dirk/.local/share/akonadi/akonadiserver.error':
Database process exited unexpectedly during initial connection! 
executable: "/usr/sbin/mysqld-akonadi" 
arguments: ("--defaults-file=/home/dirk/.local/share/akonadi/mysql.conf", "--datadir=/home/dirk/.local/share/akonadi/db_data/", "--socket=/tmp/akonadi-dirk.ilnPyu/mysql.socket") 
stdout: "" 
stderr: "/usr/sbin/mysqld: Error on realpath() on '/var/lib/mysql-files' (Error 2)
161027 13:20:39 [ERROR] Failed to access directory for --secure-file-priv. Please make sure that directory exists and is accessible by MySQL Server. Supplied value : /var/lib/mysql-files
161027 13:20:39 [ERROR] Aborting

" 
exit code: 1 
process error: "Unknown error" 
"[
0: akonadiserver() [0x805d445]
1: akonadiserver() [0x805d6ce]
2: [0xb7703cdc]
3: [0xb7703cf9]
4: /lib/i386-linux-gnu/libc.so.6(gsignal+0x47) [0xb6da9687]
5: /lib/i386-linux-gnu/libc.so.6(abort+0x143) [0xb6dacab3]
6: /usr/lib/i386-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x123) [0xb7452d73]
7: akonadiserver() [0x805f514]
8: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xc8) [0xb74f7488]
9: /usr/lib/i386-linux-gnu/libQtCore.so.4(+0x11083e) [0xb750783e]
10: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x35) [0xb7510f35]
11: akonadiserver() [0x805877a]
12: akonadiserver() [0x80fcc72]
13: akonadiserver() [0x80600c9]
14: akonadiserver() [0x80627fe]
15: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN14QMetaCallEvent13placeMetaCallEP7QObject+0x3a) [0xb75818aa]
16: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x20b) [0xb75896fb]
17: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x60) [0xb7570040]
18: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication6notifyEP7QObjectP6QEvent+0x54) [0xb75700a4]
19: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x7a) [0xb756fe4a]
20: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1dd) [0xb757370d]
21: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication16sendPostedEventsEP7QObjecti+0x2c) [0xb7573c1c]
22: /usr/lib/i386-linux-gnu/libQtCore.so.4(+0x1a923e) [0xb75a023e]
23: /lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x273) [0xb6c7a1e3]
24: /lib/i386-linux-gnu/libglib-2.0.so.0(+0x47468) [0xb6c7a468]
25: /lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x38) [0xb6c7a528]
26: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x6b) [0xb759f93b]
27: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x43) [0xb756e823]
28: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x179) [0xb756eb49]
29: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x8e) [0xb75748fe]
30: akonadiserver() [0x8057849]
31: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0xb6d94af3]
32: akonadiserver() [0x8058372]
]
" 


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='/home/dirk/.local/share/akonadi/akonadiserver.error.old'>/home/dirk/.local/share/akonadi/akonadiserver.error.old</a>.

File content of '/home/dirk/.local/share/akonadi/akonadiserver.error.old':
Database process exited unexpectedly during initial connection! 
executable: "/usr/sbin/mysqld-akonadi" 
arguments: ("--defaults-file=/home/dirk/.local/share/akonadi/mysql.conf", "--datadir=/home/dirk/.local/share/akonadi/db_data/", "--socket=/tmp/akonadi-dirk.ilnPyu/mysql.socket") 
stdout: "" 
stderr: "/usr/sbin/mysqld: Error on realpath() on '/var/lib/mysql-files' (Error 2)
161027 13:20:39 [ERROR] Failed to access directory for --secure-file-priv. Please make sure that directory exists and is accessible by MySQL Server. Supplied value : /var/lib/mysql-files
161027 13:20:39 [ERROR] Aborting

" 
exit code: 1 
process error: "Unknown error" 
"[
0: akonadiserver() [0x805d445]
1: akonadiserver() [0x805d6ce]
2: [0xb776ecdc]
3: [0xb776ecf9]
4: /lib/i386-linux-gnu/libc.so.6(gsignal+0x47) [0xb6e14687]
5: /lib/i386-linux-gnu/libc.so.6(abort+0x143) [0xb6e17ab3]
6: /usr/lib/i386-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x123) [0xb74bdd73]
7: akonadiserver() [0x805f514]
8: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xc8) [0xb7562488]
9: /usr/lib/i386-linux-gnu/libQtCore.so.4(+0x11083e) [0xb757283e]
10: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x35) [0xb757bf35]
11: akonadiserver() [0x805877a]
12: akonadiserver() [0x80fcc72]
13: akonadiserver() [0x80600c9]
14: akonadiserver() [0x80627fe]
15: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN14QMetaCallEvent13placeMetaCallEP7QObject+0x3a) [0xb75ec8aa]
16: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x20b) [0xb75f46fb]
17: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x60) [0xb75db040]
18: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication6notifyEP7QObjectP6QEvent+0x54) [0xb75db0a4]
19: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x7a) [0xb75dae4a]
20: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1dd) [0xb75de70d]
21: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication16sendPostedEventsEP7QObjecti+0x2c) [0xb75dec1c]
22: /usr/lib/i386-linux-gnu/libQtCore.so.4(+0x1a923e) [0xb760b23e]
23: /lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x273) [0xb6ce51e3]
24: /lib/i386-linux-gnu/libglib-2.0.so.0(+0x47468) [0xb6ce5468]
25: /lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x38) [0xb6ce5528]
26: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x6b) [0xb760a93b]
27: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x43) [0xb75d9823]
28: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x179) [0xb75d9b49]
29: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x8e) [0xb75df8fe]
30: akonadiserver() [0x8057849]
31: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0xb6dffaf3]
32: akonadiserver() [0x8058372]
]
" 


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.
 
Zuletzt bearbeitet:
Ääh ... schon mal was vom
Code:
 Tag gehört? Oder [URL="http://pastebin.com/"]Pastebin[/URL]?

VG

Smoerrebroed
 
... habe mich mal mit den Tags beschäftigt und siehe da, Post geändert. Danke Smoerrebroed.


Nichtsdestotrotz suche ich verzweifelt anch einer Möglichkeit meine Mails, Termine und Telefonnummern zu retten. Ich habe ein T430 mit Ubuntu 16.10LTS aufgesetzt, Kmail installiert und nach dem Aufruf von Kmail kommt auch die Meldung, dass akonadi gecasht ist. Habe dann Evolution installiert und versucht, die Verzeichnisse der Evolution-Suite unterzuschieben. Doch die kann mit den Dateiformaten nichts anfangen.

Bin mit meinem laienhaften Wissen am Ende, kann noch nicht mal jemanden anrufen, da ich an die Telefonnummer nicht rankomme ....

Als Backup habe ich stets icalout.ics für den Kalender und adressbook.csv für Adressen angelegt, die werden aber nicht von Evolution gefunden...
 
Hallo Holzwurm,

anhand der Fehlermeldung
Code:
stderr: "/usr/sbin/mysqld: Error on realpath() on '/var/lib/mysql-files' (Error 2)
siehst Du, dass das Problem nicht bei Kmail oder Akonadi selber liegt, sondern MySQL ein Problem hat.

Mit der weiteren Fehlermeldung
Code:
161027 13:20:39 [ERROR] Failed to access directory for --secure-file-priv. Please make sure that directory exists and is accessible by MySQL Server. Supplied value : /var/lib/mysql-files
kannst Du folgende Google-Schlagworte zusammenstellen:
Code:
mysql Failed to access directory for --secure-file-priv. Please make sure that directory exists and is accessible by MySQL Server. Supplied value : /var/lib/mysql-files

Das erste Suchergebnis bringt Dir folgenden Foreneintrag und die Lösung:
Code:
sudo mkdir /var/lib/mysql-files

Nach nem Neustart läuft wieder alles.

Gruß
Andreas
 
Danke für den Tipp, doch leider lag es nicht daran. Immerhin haben scheinbar noch viele andere das Problem. Auch ich machte eine Aktualisierung.

Habe das Verzeichnis erstellt, den Rechner neu gestartet und es gibt immer noch Fehlermeldungen. habe im Terminal als user "mysql" aufgerufen. da kommt als Medlung dann: ERROR2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)


Hier ist die Meldung beim Aufruf von Kmail:

Code:
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/dirk/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL

[QMYSQL]
Name=akonadi
Host=
Options="UNIX_SOCKET=/tmp/akonadi-dirk.ilnPyu/mysql.socket"
ServerPath=/usr/sbin/mysqld-akonadi
StartServer=false
User=
Password=

[Debug]
Tracer=null

[QPSQL]
StartServer=true
Name=akonadi
Host=
User=
Password=
Port=5432

[SQLITE]
Name=akonadi


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:  SKIP
--------

MySQL server executable not tested.
Details: The current configuration does not require an internal MySQL server.

Test 4:  SKIP
--------

MySQL server error log not tested.
Details: The current configuration does not require an internal MySQL server.

Test 5:  SKIP
--------

MySQL server configuration not tested.
Details: The current configuration does not require an internal MySQL server.

Test 6:  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.12.1


Test 7:  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 8:  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 9:  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 10:  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/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/'; make sure this includes all paths where Akonadi agents are installed.

Directory listing of '/usr/share/akonadi/agents':
akonadinepomukfeederagent.desktop
akonotesresource.desktop
archivemailagent.desktop
birthdaysresource.desktop
contactsresource.desktop
davgroupwareresource.desktop
facebookresource.desktop
folderarchiveagent.desktop
googlecalendarresource.desktop
googlecontactsresource.desktop
icaldirresource.desktop
icalresource.desktop
imapresource.desktop
invitationsagent.desktop
kabcresource.desktop
kalarmdirresource.desktop
kalarmresource.desktop
kcalresource.desktop
kdeaccountsresource.desktop
kolabproxyresource.desktop
localbookmarksresource.desktop
maildirresource.desktop
maildispatcheragent.desktop
mailfilteragent.desktop
mboxresource.desktop
migrationagent.desktop
mixedmaildirresource.desktop
mtdummyresource.desktop
newmailnotifieragent.desktop
nntpresource.desktop
notesresource.desktop
openxchangeresource.desktop
pop3resource.desktop
sendlateragent.desktop
vcarddirresource.desktop
vcardresource.desktop

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

Test 11:  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='/home/dirk/.local/share/akonadi/akonadiserver.error'>/home/dirk/.local/share/akonadi/akonadiserver.error</a>.

File content of '/home/dirk/.local/share/akonadi/akonadiserver.error':
Database error: Cannot open database. 
  Last driver error: "QMYSQL: Unable to connect" 
  Last database error: "Can't connect to local MySQL server through socket '/tmp/akonadi-dirk.ilnPyu/mysql.socket' (2)" 
Unable to open database "Can't connect to local MySQL server through socket '/tmp/akonadi-dirk.ilnPyu/mysql.socket' (2) QMYSQL: Unable to connect" 
"[
0: akonadiserver() [0x805d445]
1: akonadiserver() [0x805d6ce]
2: [0xb76e4cdc]
3: [0xb76e4cf9]
4: /lib/i386-linux-gnu/libc.so.6(gsignal+0x47) [0xb6d8a687]
5: /lib/i386-linux-gnu/libc.so.6(abort+0x143) [0xb6d8dab3]
6: /usr/lib/i386-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x123) [0xb7433d73]
7: akonadiserver() [0x805f514]
8: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xc8) [0xb74d8488]
9: /usr/lib/i386-linux-gnu/libQtCore.so.4(+0x11083e) [0xb74e883e]
10: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x35) [0xb74f1f35]
11: akonadiserver() [0x8062cbc]
12: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN14QMetaCallEvent13placeMetaCallEP7QObject+0x3a) [0xb75628aa]
13: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x20b) [0xb756a6fb]
14: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x60) [0xb7551040]
15: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication6notifyEP7QObjectP6QEvent+0x54) [0xb75510a4]
16: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x7a) [0xb7550e4a]
17: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1dd) [0xb755470d]
18: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication16sendPostedEventsEP7QObjecti+0x2c) [0xb7554c1c]
19: /usr/lib/i386-linux-gnu/libQtCore.so.4(+0x1a923e) [0xb758123e]
20: /lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x273) [0xb6c5b1e3]
21: /lib/i386-linux-gnu/libglib-2.0.so.0(+0x47468) [0xb6c5b468]
22: /lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x38) [0xb6c5b528]
23: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x6b) [0xb758093b]
24: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x43) [0xb754f823]
25: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x179) [0xb754fb49]
26: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x8e) [0xb75558fe]
27: akonadiserver() [0x8057849]
28: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0xb6d75af3]
29: akonadiserver() [0x8058372]
]
" 


Test 12:  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='/home/dirk/.local/share/akonadi/akonadiserver.error.old'>/home/dirk/.local/share/akonadi/akonadiserver.error.old</a>.

File content of '/home/dirk/.local/share/akonadi/akonadiserver.error.old':
Database error: Cannot open database. 
  Last driver error: "QMYSQL: Unable to connect" 
  Last database error: "Can't connect to local MySQL server through socket '/tmp/akonadi-dirk.ilnPyu/mysql.socket' (2)" 
Unable to open database "Can't connect to local MySQL server through socket '/tmp/akonadi-dirk.ilnPyu/mysql.socket' (2) QMYSQL: Unable to connect" 
"[
0: akonadiserver() [0x805d445]
1: akonadiserver() [0x805d6ce]
2: [0xb7733cdc]
3: [0xb7733cf9]
4: /lib/i386-linux-gnu/libc.so.6(gsignal+0x47) [0xb6dd9687]
5: /lib/i386-linux-gnu/libc.so.6(abort+0x143) [0xb6ddcab3]
6: /usr/lib/i386-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x123) [0xb7482d73]
7: akonadiserver() [0x805f514]
8: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xc8) [0xb7527488]
9: /usr/lib/i386-linux-gnu/libQtCore.so.4(+0x11083e) [0xb753783e]
10: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x35) [0xb7540f35]
11: akonadiserver() [0x8062cbc]
12: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN14QMetaCallEvent13placeMetaCallEP7QObject+0x3a) [0xb75b18aa]
13: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x20b) [0xb75b96fb]
14: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x60) [0xb75a0040]
15: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication6notifyEP7QObjectP6QEvent+0x54) [0xb75a00a4]
16: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x7a) [0xb759fe4a]
17: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1dd) [0xb75a370d]
18: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication16sendPostedEventsEP7QObjecti+0x2c) [0xb75a3c1c]
19: /usr/lib/i386-linux-gnu/libQtCore.so.4(+0x1a923e) [0xb75d023e]
20: /lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x273) [0xb6caa1e3]
21: /lib/i386-linux-gnu/libglib-2.0.so.0(+0x47468) [0xb6caa468]
22: /lib/i386-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x38) [0xb6caa528]
23: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x6b) [0xb75cf93b]
24: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x43) [0xb759e823]
25: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x179) [0xb759eb49]
26: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x8e) [0xb75a48fe]
27: akonadiserver() [0x8057849]
28: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0xb6dc4af3]
29: akonadiserver() [0x8058372]
]
" 


Test 13:  SUCCESS
--------

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

Test 14:  SUCCESS
--------

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

... immerhin habe ich heute gelernt, wie ich Code in ein Posting bekomme.....


Denke, Akonadi kann nicht auf eine Datenbank zugreifen, da diese korrupt ist. Ob das von MySQL kommt, oder von woanders erscjhliesst sich mir nicht.
 
Zuletzt bearbeitet:
Jetzt weißt du, warum TDE als Fork von KDE3.5 weiterlebt (auch wenn's dir nichts nichts nützt, aber das Problem war seit Einführung von Akonadi "freudig" erwartet worden)
 
Habe auf einem leeren T430 Ubuntu 14.04LTS installiert (sogar extra ohne Aktualisierungen) und kmail über die Paketverwaltung. Auch hier kam die Akonadi-Fehlermeldung.

Werde mal kubuntu 16.04LTS ausprobieren, da ist ja KDE nativ dabei ....


Bin frustriert, habe nun evolution installiert und konnte die std.ics (Termine) in evolution einlesen. Termine sind also wieder da. Die Adressen-Datenbank (*.csv) bekomme ich noch nicht richtig eingelesen, bin aber dran. Einzig meine lokal gespeicherten Mails bereiten mir Kopfzerbrechen, diese Struktur mit diesen /cur & /new & /tmp Unterverzeichnissen bekomme ich nicht konvertiert. Da half mir bisher auch das Netz nicht, vermutlich habe ich die falschen Suchbegriffe verwendet.


btw, was ist TDE ??
 
Ich verwende ja kein KDE, ich habe das Klassiche Ubuntu 14.04LTS (inkl. aller angebotenen Aktualisierungen) mit dem unity-Desktop und da habe ich kmail installiert. Hat ja auch jetzt fast 2 1/2 Jahre prima gelaufen.

Habe aber nun eine Lösung gefunden. Habe Kubuntu 16.04LTS auf dem T430 installiert. Dort läuft Kmail. Danach den Ordner von der nichtlaufenden Installation (Ubuntu m. Unity) /home/.../.local/share/local-mail einfach in das neue Verzeichnis .../local-mail kopiert, unter Kmail den Import aus "einer alten Kmail-Version" angestossen und nun finden sich alle Mails ein.


:) Problem gelöst !!!

...jetzt muss ich mich nur noch mit KDE anfreunden. Bin ja damals von SuSE-Linux mit KDE zu Ubuntu mit Gnome / später unitiy gewechselt, weil ich es schicker fand ....

- - - Beitrag zusammengeführt - - -

Nachtrag:

es gibt wohl mittlerweile sogar einen Bug-report und einen Patch
 
schön, daß Du eine Lösung gefunden hast :). Trotzdem stehe ich eher auf den klassichen GUIs ;)
 
Update:

Der Akonadi-server macht weiterhin Probleme. jetzt auch auf dem neuem System, einem Dualboot T430. (Win10 & Kubuntu16.04LTS)

Habe die Daten des Adressbuches, meine Termine und meine Mails auf meinem T430 weitestgehend wieder aufbereitet. Kann seit dem 1.11.2016 wieder Termine eintragen, Adressen einfügen/bearbeiten/löschen, mails schicken/empfangen/bearbeiten.

Doch seit heute (nach schlappen 3 Tagen) kommt wieder die Meldung, dass der Akonadi-Server nicht richtig läuft. Genauso, wie es auf meinem T61 mit Win7 & Ubuntu14.04LTS angefangen hat.

Kann das ggf. daran liegen, dass ich letzte Nacht auf eine Daten-Partition ca. 250 GB an Fotos zu kopiert habe und das System überlastet ist? Immerhin ist das T430 mit USB3.0 und Ultrabay auch um ein vielfaches langsamer, als das USB2.0 und Ultrabay-slim T61 4:3. Ich versuche ich seit 2 Tagen, ca. 1,5 TB an Dateien (fast alles JPGs & CR2s) auf das T430 zu schieben. Wenn ich dann nach einer Nacht kopieren (ca. 250GB bei weingen MB/s) den Rechner ausschalte und dann wieder einschalte benötigt Kubuntu ca. eine Stunde (heute 57Min) zum booten. Besonders schlimm (langwierig) ist es, wenn ich von Win10 auf Kubuntu neu boote. Heute kam dann auch noch die Meldung, als ich kmail startete, die Meldung, dass der Akonadiserver nicht läuft. Erst nach einem weiteren booten des T430 lief Korganizer/Kmail/Kontact wieder.

Ist ein T430 ein Hardware-mässiger Rückschritt gegenüber einem T61 4:3?

Wie bekomme ich meine Termine/Adressen/Mails in die Thunderbird-Suite konvertiert?

Warum sind die Kopiervorgänge von grösseren Mengen von Daten unter Win10 sowie Kubuntu16.04LTS so langsam?
(Unter Ubuntu16.04LTS mit der Ultraby-slim-HDD brauchte das Backup der FotoPartition von ca. 1TB ungefähr 6 Stunden, solange brauchte beim T430 mit Ultrabay die Datenmenge von ca. 250GB)


...Fragen über Fragen und viel zu wenige Antworten ;)
 
Update:

Wenn ich dann nach einer Nacht kopieren (ca. 250GB bei weingen MB/s) den Rechner ausschalte und dann wieder einschalte benötigt Kubuntu ca. eine Stunde (heute 57Min) zum booten. Besonders schlimm (langwierig) ist es, wenn ich von Win10 auf Kubuntu neu boote. Heute kam dann auch noch die Meldung, als ich kmail startete, die Meldung, dass der Akonadiserver nicht läuft. Erst nach einem weiteren booten des T430 lief Korganizer/Kmail/Kontact wieder.

Warum sind die Kopiervorgänge von grösseren Mengen von Daten unter Win10 sowie Kubuntu16.04LTS so langsam?
(Unter Ubuntu16.04LTS mit der Ultraby-slim-HDD brauchte das Backup der FotoPartition von ca. 1TB ungefähr 6 Stunden, solange brauchte beim T430 mit Ultrabay die Datenmenge von ca. 250GB)

Hast du schon an ein Hardwareproblem gedacht? Falls du eine SSD benutzt, kann die durchaus auch ein Firmware-Update benötigen. Die 57 MInuten Startzeit sind alles andere als gesund, es muß dafür eine Ursache geben. Was sagt dmesg?
 
Habe sudo dmesg mal im Terminal eingetippt. Da kommen viele, sehr viele Zeilen mit für mich schon sehr krytischen Codeschnipseln.... Wie kann ich die Ausgabe filtern, dass nur wichtige Zeilen übrigbleiben?

Im T430 ist eine 7mm hohe, 2TB fassende Samsung HDD (keine SSD) verbaut. Habe das Notebook heute noch mehrmals neu gebootet (ohne zwischendurch WIN10 zu starten) und mittlerweile ist der Start "normal". Werde heute Nacht wieder große Datenmengen auf die Platte schieben und morgen mal schauen....
 
Habe sudo dmesg mal im Terminal eingetippt. Da kommen viele, sehr viele Zeilen mit für mich schon sehr krytischen Codeschnipseln.... Wie kann ich die Ausgabe filtern, dass nur wichtige Zeilen übrigbleiben?

Stückweise anzeigen mit more oder less:

sudo dmesg |more oder
sudo dmesg |less

Filtern kannst duas mit grep, etwa
sudo dmesg |grep sda

Nach grep steht das Suchmuster, hier "sda". da solltest du den Gerätenamen deiner HDD eingeben, den findest du auch in der Ausgabe von dmesg.
 
Habe endlich jemanden gefunden, der sich auf der Konsole zuhause fühlt. nach einigen Stunden googeln und tippen hat sich herausgestellt, dass Daten in der MySQL-Datenbank die falschen Rechte hatten. obwohl auf allen Rechnern immer derselbe User mit demselben PW angemeldet war. Über die MySQL-Konsole wurde das PW geändert und schon konnte Akonadi wieder auf die Datenbank zugreifen.

Schlussendlich haben wir einen Akonadi-Self-test gemacht und Punkt 4 war OK (MySQL-Datenbank vorhanden) und Punkt 5 sagte, dass der Server nicht auf die datenbank zugreifen kann.

Bisher ist jedoch die Fehlermeldung, dass keine Verbindung zum D-Bus besteht noch nicht aufgelöst, da das Web dazu iwie nix hergibt / wir falsch suchen.
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben