Impossible de faire fonctionner Kmail [Réglé]

Auligeur Membre non connecté
-
- Voir le profil du membre Auligeur
- Inscrit le : 24/02/2010
pour la première fois, je configure Kmail et voilà à chaque fois ce qu'il me met :

Et voici le rapport d'erreur du serveur Akonadi
Caché :
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/nicolas/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL
[QMYSQL]
Name=akonadi
Host=
Options="UNIX_SOCKET=/home/nicolas/.local/share/akonadi/socket-localhost/mysql.socket"
ServerPath=/usr/sbin/mysqld
StartServer=true
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'.
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.5.10 for Linux on i686 (Mageia - MySQL Community Edition (GPL))
Test 5: ERROR
--------
MySQL server log contains errors.
Details: The MySQL server error log file '<a href='/home/nicolas/.local/share/akonadi/db_data/mysql.err'>/home/nicolas/.local/share/akonadi/db_data/mysql.err</a>' contains errors.
File content of '/home/nicolas/.local/share/akonadi/db_data/mysql.err':
110616 23:01:38 InnoDB: The InnoDB memory heap is disabled
110616 23:01:38 InnoDB: Mutexes and rw_locks use GCC atomic builtins
110616 23:01:38 InnoDB: Compressed tables use zlib 1.2.5
110616 23:01:38 InnoDB: Using Linux native AIO
110616 23:01:38 InnoDB: Initializing buffer pool, size = 80.0M
110616 23:01:38 InnoDB: Completed initialization of buffer pool
110616 23:01:38 InnoDB: highest supported file format is Barracuda.
InnoDB: No valid checkpoint found.
InnoDB: If this error appears when you are creating an InnoDB database,
InnoDB: the problem may be that during an earlier attempt you managed
InnoDB: to create the InnoDB data files, but log file creation failed.
InnoDB: If that is the case, please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/error-creating-innodb.html
110616 23:01:38 [ERROR] Plugin 'InnoDB' init function returned error.
110616 23:01:38 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
110616 23:01:38 [ERROR] Unknown/unsupported storage engine: innodb
110616 23:01:38 [ERROR] Aborting
110616 23:01:38 [Note] /usr/sbin/mysqld: Shutdown complete
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]
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=utf8
collation_server=utf8_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 (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
# 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
# Do not drop the connection to the DB after 8 hours of inactivity
wait_timeout=1296000
[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/nicolas/.local/share/akonadi/mysql.conf'>/home/nicolas/.local/share/akonadi/mysql.conf</a> and is readable.
File content of '/home/nicolas/.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]
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=utf8
collation_server=utf8_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 (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
# 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
# Do not drop the connection to the DB after 8 hours of inactivity
wait_timeout=1296000
[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.5.2
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: ERROR
--------
Nepomuk search service not registered at D-Bus.
Details: The Nepomuk search service is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.
Test 13: 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 14: 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':
birthdaysresource.desktop
contactsresource.desktop
facebookresource.desktop
gcalresource.desktop
googledataresource.desktop
icalresource.desktop
imapresource.desktop
kabcresource.desktop
kcalresource.desktop
knutresource.desktop
kolabproxyresource.desktop
localbookmarksresource.desktop
maildirresource.desktop
maildispatcheragent.desktop
mboxresource.desktop
microblog.desktop
mtdummyresource.desktop
nepomukcalendarfeeder.desktop
nepomukcontactfeeder.desktop
nepomuktagresource.desktop
nntpresource.desktop
notesresource.desktop
pop3resource.desktop
vcarddirresource.desktop
vcardresource.desktop
Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/share:/usr/local/share'
Test 15: 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/nicolas/.local/share/akonadi/akonadiserver.error'>/home/nicolas/.local/share/akonadi/akonadiserver.error</a>.
File content of '/home/nicolas/.local/share/akonadi/akonadiserver.error':
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld"
arguments: ("--defaults-file=/home/nicolas/.local/share/akonadi//mysql.conf", "--datadir=/home/nicolas/.local/share/akonadi/db_data/", "--socket=/home/nicolas/.local/share/akonadi/socket-localhost/mysql.socket")
stdout: ""
stderr: ""
exit code: 1
process error: "Unknown error"
"[
0: akonadiserver(_Z11akBacktracev+0x35) [0x80864f5]
1: akonadiserver() [0x8086a8c]
2: [0xffffe400]
3: [0xffffe422]
4: /lib/i686/libc.so.6(gsignal+0x51) [0xb6e77181]
5: /lib/i686/libc.so.6(abort+0x17e) [0xb6e78cae]
6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb74ae9aa]
7: [(nil)]
]
"
Test 16: 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/nicolas/.local/share/akonadi/akonadiserver.error.old'>/home/nicolas/.local/share/akonadi/akonadiserver.error.old</a>.
File content of '/home/nicolas/.local/share/akonadi/akonadiserver.error.old':
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld"
arguments: ("--defaults-file=/home/nicolas/.local/share/akonadi//mysql.conf", "--datadir=/home/nicolas/.local/share/akonadi/db_data/", "--socket=/home/nicolas/.local/share/akonadi/socket-localhost/mysql.socket")
stdout: ""
stderr: ""
exit code: 1
process error: "Unknown error"
"[
0: akonadiserver(_Z11akBacktracev+0x35) [0x80864f5]
1: akonadiserver() [0x8086a8c]
2: [0xffffe400]
3: [0xffffe422]
4: /lib/i686/libc.so.6(gsignal+0x51) [0xb6f9a181]
5: /lib/i686/libc.so.6(abort+0x17e) [0xb6f9bcae]
6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb75d19aa]
7: [(nil)]
]
"
Test 17: SUCCESS
--------
No current Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its current startup.
Test 18: SUCCESS
--------
No previous Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its previous startup.
===============================
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/nicolas/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL
[QMYSQL]
Name=akonadi
Host=
Options="UNIX_SOCKET=/home/nicolas/.local/share/akonadi/socket-localhost/mysql.socket"
ServerPath=/usr/sbin/mysqld
StartServer=true
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'.
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.5.10 for Linux on i686 (Mageia - MySQL Community Edition (GPL))
Test 5: ERROR
--------
MySQL server log contains errors.
Details: The MySQL server error log file '<a href='/home/nicolas/.local/share/akonadi/db_data/mysql.err'>/home/nicolas/.local/share/akonadi/db_data/mysql.err</a>' contains errors.
File content of '/home/nicolas/.local/share/akonadi/db_data/mysql.err':
110616 23:01:38 InnoDB: The InnoDB memory heap is disabled
110616 23:01:38 InnoDB: Mutexes and rw_locks use GCC atomic builtins
110616 23:01:38 InnoDB: Compressed tables use zlib 1.2.5
110616 23:01:38 InnoDB: Using Linux native AIO
110616 23:01:38 InnoDB: Initializing buffer pool, size = 80.0M
110616 23:01:38 InnoDB: Completed initialization of buffer pool
110616 23:01:38 InnoDB: highest supported file format is Barracuda.
InnoDB: No valid checkpoint found.
InnoDB: If this error appears when you are creating an InnoDB database,
InnoDB: the problem may be that during an earlier attempt you managed
InnoDB: to create the InnoDB data files, but log file creation failed.
InnoDB: If that is the case, please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/error-creating-innodb.html
110616 23:01:38 [ERROR] Plugin 'InnoDB' init function returned error.
110616 23:01:38 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
110616 23:01:38 [ERROR] Unknown/unsupported storage engine: innodb
110616 23:01:38 [ERROR] Aborting
110616 23:01:38 [Note] /usr/sbin/mysqld: Shutdown complete
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]
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=utf8
collation_server=utf8_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 (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
# 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
# Do not drop the connection to the DB after 8 hours of inactivity
wait_timeout=1296000
[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/nicolas/.local/share/akonadi/mysql.conf'>/home/nicolas/.local/share/akonadi/mysql.conf</a> and is readable.
File content of '/home/nicolas/.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]
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=utf8
collation_server=utf8_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 (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
# 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
# Do not drop the connection to the DB after 8 hours of inactivity
wait_timeout=1296000
[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.5.2
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: ERROR
--------
Nepomuk search service not registered at D-Bus.
Details: The Nepomuk search service is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.
Test 13: 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 14: 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':
birthdaysresource.desktop
contactsresource.desktop
facebookresource.desktop
gcalresource.desktop
googledataresource.desktop
icalresource.desktop
imapresource.desktop
kabcresource.desktop
kcalresource.desktop
knutresource.desktop
kolabproxyresource.desktop
localbookmarksresource.desktop
maildirresource.desktop
maildispatcheragent.desktop
mboxresource.desktop
microblog.desktop
mtdummyresource.desktop
nepomukcalendarfeeder.desktop
nepomukcontactfeeder.desktop
nepomuktagresource.desktop
nntpresource.desktop
notesresource.desktop
pop3resource.desktop
vcarddirresource.desktop
vcardresource.desktop
Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/share:/usr/local/share'
Test 15: 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/nicolas/.local/share/akonadi/akonadiserver.error'>/home/nicolas/.local/share/akonadi/akonadiserver.error</a>.
File content of '/home/nicolas/.local/share/akonadi/akonadiserver.error':
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld"
arguments: ("--defaults-file=/home/nicolas/.local/share/akonadi//mysql.conf", "--datadir=/home/nicolas/.local/share/akonadi/db_data/", "--socket=/home/nicolas/.local/share/akonadi/socket-localhost/mysql.socket")
stdout: ""
stderr: ""
exit code: 1
process error: "Unknown error"
"[
0: akonadiserver(_Z11akBacktracev+0x35) [0x80864f5]
1: akonadiserver() [0x8086a8c]
2: [0xffffe400]
3: [0xffffe422]
4: /lib/i686/libc.so.6(gsignal+0x51) [0xb6e77181]
5: /lib/i686/libc.so.6(abort+0x17e) [0xb6e78cae]
6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb74ae9aa]
7: [(nil)]
]
"
Test 16: 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/nicolas/.local/share/akonadi/akonadiserver.error.old'>/home/nicolas/.local/share/akonadi/akonadiserver.error.old</a>.
File content of '/home/nicolas/.local/share/akonadi/akonadiserver.error.old':
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld"
arguments: ("--defaults-file=/home/nicolas/.local/share/akonadi//mysql.conf", "--datadir=/home/nicolas/.local/share/akonadi/db_data/", "--socket=/home/nicolas/.local/share/akonadi/socket-localhost/mysql.socket")
stdout: ""
stderr: ""
exit code: 1
process error: "Unknown error"
"[
0: akonadiserver(_Z11akBacktracev+0x35) [0x80864f5]
1: akonadiserver() [0x8086a8c]
2: [0xffffe400]
3: [0xffffe422]
4: /lib/i686/libc.so.6(gsignal+0x51) [0xb6f9a181]
5: /lib/i686/libc.so.6(abort+0x17e) [0xb6f9bcae]
6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb75d19aa]
7: [(nil)]
]
"
Test 17: SUCCESS
--------
No current Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its current startup.
Test 18: SUCCESS
--------
No previous Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its previous startup.
N'y connaissant rien, qu'est ce ?
Merci d'avance
Édité par Auligeur Le 17/06/2011 à 00h17
Mageia Cauldron, sur VirtualBox (en attendant)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)

Auligeur Membre non connecté
-
- Voir le profil du membre Auligeur
- Inscrit le : 24/02/2010

Une pitite indication s'il vous plaît

Mageia Cauldron, sur VirtualBox (en attendant)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)

Visiteur
Visiteur
Je ne sais pas si cela va t'aider ?
le tuto kmail
Tu dois supprimer tous les comptes, et en créer un nouveau


Frezi Membre non connecté
-
- Voir le profil du membre Frezi
- Inscrit le : 09/06/2011
- Site internet
Y aurait-il un petit bug ?
Mageia - Kali OS - BackBox
ASUS CG8250 - Intel Core i5-2320 Cadencé à 3 GHz
NVIDIA GeForce GT 545 Ti - 6 Go RAM

ASUS CG8250 - Intel Core i5-2320 Cadencé à 3 GHz
NVIDIA GeForce GT 545 Ti - 6 Go RAM


Auligeur Membre non connecté
-
- Voir le profil du membre Auligeur
- Inscrit le : 24/02/2010

Et bien ça marche pas, le compte est bien paramétré et rien>. Je penses que ça vient de Akonadi mais un rapport de bug est inutile puisque Kmail 1 est plus supporté mais c'est Kmail 2 (tiens une news

De plus un truc étrange, lorsque j'ai cherché Akonadi dans RPMdrake, deux paquets le liant à KDE Pim n'était pas installé

Heureusement que j'ai mon ami hirondelle Thunderbird

Mageia Cauldron, sur VirtualBox (en attendant)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)

Visiteur
Visiteur

Chez moi, çà fonctionne

Alors pourquoi ??? j'ai installé avec DVD....
Pourrai tu compléter dans ton profil, ce serait gentil de ta part : CD ou DVD ou ???? Merci

Cela permet de cibler d'avantage les réponses, lors des demandes d'aides .

PS: avez-vous lancé Kontact ? qui regroupe tous pour le calendrier, contacts etc... :
En fait, toutes les infos personnelles .

Atari-San Membre non connecté
-
- Voir le profil du membre Atari-San
- Inscrit le : 31/05/2011
Edit : http://www.mageialinux-online.org/forum/topic-10504+probleme-avec-akonadi.php#m105935
Es-ce le même genre de problème ?
Edit 2 : C'est un problème de Akonadi
Edit 3 : Je vais vous faire un rapport de bug dès que j'ai plus d'information comme les log du crash d'akonadi, la version utilisé, etc. Il va juste falloir que quelqu'un sachent ou les trouver et nous répondres.


Hackbook Dell Inspiron 1545 : 320 Go, DVD-RW double layers drive, Intel Core 2 Duo, Intel Wi-Fi 5100, Realtek or Broadcom ethernet, Intel Family Pro chip 4, 4 Go Ram.
OS : Windows 7, Ubuntu 11.10, OpenIndiana 151a, Mac OSX Snow Leopord hackintosh Iatkos S3 V2, PC-BSD, BlackBuntu, Arch Linux AMD64 Gnome 3.
PowerBook G4 : Powerbook G4 Titanium Mercury (TiBook Janvier 2001) avec 1 go de ram.
OS : Mac OSX Leopard Officiel, Ubuntu 12.04 LTS PPC
Autre PC : Mac LC II (1992), Desktop No-Name (Pentium 4), Futur Serveur Inconnu.

Auligeur Membre non connecté
-
- Voir le profil du membre Auligeur
- Inscrit le : 24/02/2010

Atari-San :
Edit 3 : Je vais vous faire un rapport de bug dès que j'ai plus d'information comme les log du crash d'akonadi, la version utilisé, etc. Il va juste falloir que quelqu'un sachent ou les trouver et nous répondres.
Tu veux qu'on te donne des infos pour t'aidé ? Demandes-nous comment et on t'aide.
Autre capture
Mageia Cauldron, sur VirtualBox (en attendant)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)

Visiteur
Visiteur
Comme est venu me le dire Auligeur ,nos problèmes sont sûrement les mêmes ,donc je met le liens au cas ou ,si ça peut servir .

Visiteur
Visiteur
Je dis encore que tout est lié avec Kontact : il suffit d'aller voir là :
-Configuration du système -> Infos personnelles -> cliquer sur ajouter,et accepter...puis redémarrer le pc pour être pris en compte.
Je n'ai rien fais de plus ni moins....et tout est OK chez moi .


Auligeur Membre non connecté
-
- Voir le profil du membre Auligeur
- Inscrit le : 24/02/2010
je l'est fait et ça marche toujours pas

Mageia Cauldron, sur VirtualBox (en attendant)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)

Frezi Membre non connecté
-
- Voir le profil du membre Frezi
- Inscrit le : 09/06/2011
- Site internet
Auligeur :
Salut lamontagne 22,
je l'est fait et ça marche toujours pas
je l'est fait et ça marche toujours pas

Idem, je n'arrive même pas à ajouter Akonadi
Édité par Frezi Le 18/06/2011 à 17h03
Mageia - Kali OS - BackBox
ASUS CG8250 - Intel Core i5-2320 Cadencé à 3 GHz
NVIDIA GeForce GT 545 Ti - 6 Go RAM

ASUS CG8250 - Intel Core i5-2320 Cadencé à 3 GHz
NVIDIA GeForce GT 545 Ti - 6 Go RAM


Auligeur Membre non connecté
-
- Voir le profil du membre Auligeur
- Inscrit le : 24/02/2010

c'est résolu pour moi grâce à la version dvd;
Merci lamontagne 22


Mageia Cauldron, sur VirtualBox (en attendant)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)

Visiteur
Visiteur
Très content pour toi

Il faut savoir aussi que sur le CD c'est le minimum ...
Le DVD est + complet ...,et + de choses "libres" , (mais + long à télé-charger...) différences aussi entre le 32 et 64 ....
PS :
c'est un peu comme avant avec Mandriva One et DVD Free ....
Bien qu'avec mageia ce soit quand même différent....

Bonne semaine


Auligeur Membre non connecté
-
- Voir le profil du membre Auligeur
- Inscrit le : 24/02/2010
Quand Mageia sera sur mon PC, cela sera une 64 bits donc DVD

lamontagne 22 :
Bonne semaine 

Merci à toi aussi

Pou moi les vacances commencent

Mageia Cauldron, sur VirtualBox (en attendant)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)
HP pavilion g7 - 1235 sf
640 Go disque dur
4 Go de RAM
AMD Athlom II P360 Dual-Core
AMD M880G avec ATI Mobility Radeon HD 4250 (AMD vision technlolgy)
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie