Problème avec akonadi [Réglé]

Visiteur
Visiteur
j'ai voulu installer mageia 1 et donc après l'installation j'ai voulu lancer akonadi mais il ne veut pas se lancer ,j'ai ça comme erreur :
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/live/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL
[QMYSQL]
Name=akonadi
Host=
Options="UNIX_SOCKET=/home/live/.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/live/.local/share/akonadi/db_data/mysql.err'>/home/live/.local/share/akonadi/db_data/mysql.err</a>' contains errors.
File content of '/home/live/.local/share/akonadi/db_data/mysql.err':
110610 20:08:42 InnoDB: The InnoDB memory heap is disabled
110610 20:08:42 InnoDB: Mutexes and rw_locks use GCC atomic builtins
110610 20:08:42 InnoDB: Compressed tables use zlib 1.2.5
110610 20:08:42 InnoDB: Using Linux native AIO
110610 20:08:42 InnoDB: Initializing buffer pool, size = 8.0M
110610 20:08:42 InnoDB: Completed initialization of buffer pool
110610 20:08:42 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
110610 20:08:42 [ERROR] Plugin 'InnoDB' init function returned error.
110610 20:08:42 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
110610 20:08:42 [ERROR] Unknown/unsupported storage engine: innodb
110610 20:08:42 [ERROR] Aborting
110610 20:08:42 [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=8M
# 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=2M
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/live/.local/share/akonadi/mysql.conf'>/home/live/.local/share/akonadi/mysql.conf</a> and is readable.
File content of '/home/live/.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=8M
# 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=2M
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/live/.local/share/akonadi/akonadiserver.error'>/home/live/.local/share/akonadi/akonadiserver.error</a>.
File content of '/home/live/.local/share/akonadi/akonadiserver.error':
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld"
arguments: ("--defaults-file=/home/live/.local/share/akonadi//mysql.conf", "--datadir=/home/live/.local/share/akonadi/db_data/", "--socket=/home/live/.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: [0xffffe430]
4: /lib/i686/libc.so.6(gsignal+0x51) [0xb6fe1181]
5: /lib/i686/libc.so.6(abort+0x17e) [0xb6fe2cae]
6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb76189aa]
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/live/.local/share/akonadi/akonadiserver.error.old'>/home/live/.local/share/akonadi/akonadiserver.error.old</a>.
File content of '/home/live/.local/share/akonadi/akonadiserver.error.old':
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld"
arguments: ("--defaults-file=/home/live/.local/share/akonadi//mysql.conf", "--datadir=/home/live/.local/share/akonadi/db_data/", "--socket=/home/live/.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: [0xffffe430]
4: /lib/i686/libc.so.6(gsignal+0x51) [0xb6ed6181]
5: /lib/i686/libc.so.6(abort+0x17e) [0xb6ed7cae]
6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb750d9aa]
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/live/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL
[QMYSQL]
Name=akonadi
Host=
Options="UNIX_SOCKET=/home/live/.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/live/.local/share/akonadi/db_data/mysql.err'>/home/live/.local/share/akonadi/db_data/mysql.err</a>' contains errors.
File content of '/home/live/.local/share/akonadi/db_data/mysql.err':
110610 20:08:42 InnoDB: The InnoDB memory heap is disabled
110610 20:08:42 InnoDB: Mutexes and rw_locks use GCC atomic builtins
110610 20:08:42 InnoDB: Compressed tables use zlib 1.2.5
110610 20:08:42 InnoDB: Using Linux native AIO
110610 20:08:42 InnoDB: Initializing buffer pool, size = 8.0M
110610 20:08:42 InnoDB: Completed initialization of buffer pool
110610 20:08:42 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
110610 20:08:42 [ERROR] Plugin 'InnoDB' init function returned error.
110610 20:08:42 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
110610 20:08:42 [ERROR] Unknown/unsupported storage engine: innodb
110610 20:08:42 [ERROR] Aborting
110610 20:08:42 [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=8M
# 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=2M
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/live/.local/share/akonadi/mysql.conf'>/home/live/.local/share/akonadi/mysql.conf</a> and is readable.
File content of '/home/live/.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=8M
# 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=2M
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/live/.local/share/akonadi/akonadiserver.error'>/home/live/.local/share/akonadi/akonadiserver.error</a>.
File content of '/home/live/.local/share/akonadi/akonadiserver.error':
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld"
arguments: ("--defaults-file=/home/live/.local/share/akonadi//mysql.conf", "--datadir=/home/live/.local/share/akonadi/db_data/", "--socket=/home/live/.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: [0xffffe430]
4: /lib/i686/libc.so.6(gsignal+0x51) [0xb6fe1181]
5: /lib/i686/libc.so.6(abort+0x17e) [0xb6fe2cae]
6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb76189aa]
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/live/.local/share/akonadi/akonadiserver.error.old'>/home/live/.local/share/akonadi/akonadiserver.error.old</a>.
File content of '/home/live/.local/share/akonadi/akonadiserver.error.old':
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld"
arguments: ("--defaults-file=/home/live/.local/share/akonadi//mysql.conf", "--datadir=/home/live/.local/share/akonadi/db_data/", "--socket=/home/live/.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: [0xffffe430]
4: /lib/i686/libc.so.6(gsignal+0x51) [0xb6ed6181]
5: /lib/i686/libc.so.6(abort+0x17e) [0xb6ed7cae]
6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb750d9aa]
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.
je ne sais pas si cela est lié a akonadi mais nepomuk dans configuration système me dit qu'il n'est pas complètement installé alors que pour moi il l'est .
merci d'avance pour ceux qui voudront se pencher sur ce problème (que je n'avais pas sur mandriva 2010.1 et 2010.2).

david.david Membre non connecté
-
- Voir le profil du membre david.david
- Inscrit le : 11/02/2008
- Groupes :
-
Membre d'Honneur


Modération : Pour une meilleure lisibilité du post ,merci d'utiliser les balises
[hide][/hide] pour caché du texte trop long ou des retours de ligne de commande.
Sujet déplacé dans la bonne catégorie Logiciels
Merci pour ta compréhension.

ASUS K73S (portable) :
Intel Core i3-2350M_2.3GHz, 8 GO RAM DDR3, écran LED 17" (1600x900), CG Intel HD intégrée + CG Nvidia GeForce 610M_1GB dédiée (Technologie Optimus), SSD Samsung 860 EVO 500GB + SSD Samsung 850 EVO 500GB.
Mageia 8 - x86_64bits/ KDE Plasma-5.20.4 (DVD édition), c' est de la bombe, vive MAGEIA et toute l'équipe du STAFF MLO.
de david.david <david.david@mageialinux-online.org>
.Venez nous rejoindre sur le salon IRC de MLO
Intel Core i3-2350M_2.3GHz, 8 GO RAM DDR3, écran LED 17" (1600x900), CG Intel HD intégrée + CG Nvidia GeForce 610M_1GB dédiée (Technologie Optimus), SSD Samsung 860 EVO 500GB + SSD Samsung 850 EVO 500GB.
Mageia 8 - x86_64bits/ KDE Plasma-5.20.4 (DVD édition), c' est de la bombe, vive MAGEIA et toute l'équipe du STAFF MLO.
de david.david <david.david@mageialinux-online.org>


Visiteur
Visiteur

ok ,j'aurais peut être plus de chance d'avoir une réponse ici

j'ai pas fait attention aux balises,je le saurais pour la prochaine fois.
merci
Édité par Visiteur Le 12/06/2011 à 12h24

Auligeur Membre non connecté
-
- Voir le profil du membre Auligeur
- Inscrit le : 24/02/2010
alors nos problèmes se rejoignent
http://www.mageialinux-online.org/forum/topic-10606+impossible-de-faire-fonctionner-kmail.php
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
oui ça ressemble a mon problème .
Arrives tu a lancer nepomuk dans le centre de configuration de kde ?
moi ça me dit qu'il n'est pas complètement installé malgré que j'ai tout installé.
Je pense que tout ces problème sont lié (akonadi,kmail,nepomuk).

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

nepomuk ne marche pas chez moi, t'as ça toi aussi :
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


Vous avez tous de sérieux problèmes ; chez moi tout est fonctionnel :


Récapitulation : j'ai tout réinstallé "propre" DVD -mageia1-64-kde lors de sa sortie le 1er juin
avec le : /système et / home formatés .
Et toutes les mises à jour faites avec ; en root :
Code TEXT :
urpmi --auto-update
Alors, je ne pense pas que ce soit un / des bugs ....



Auligeur Membre non connecté
-
- Voir le profil du membre Auligeur
- Inscrit le : 24/02/2010
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)

david.david Membre non connecté
-
- Voir le profil du membre david.david
- Inscrit le : 11/02/2008
- Groupes :
-
Membre d'Honneur

Au vu du problème qui paraît vraiment bizarre ,je me pose la question suivante:
Avez vous vérifié la somme MD5 de votre support CD ou DVD ?
Et quel version avez vous installé ,Mageia 1 ou Mageia Cauldron ,CD ,DVD ,64bits ,32bits?
Lors de l'installe formatage des 2 partitions ?
ASUS K73S (portable) :
Intel Core i3-2350M_2.3GHz, 8 GO RAM DDR3, écran LED 17" (1600x900), CG Intel HD intégrée + CG Nvidia GeForce 610M_1GB dédiée (Technologie Optimus), SSD Samsung 860 EVO 500GB + SSD Samsung 850 EVO 500GB.
Mageia 8 - x86_64bits/ KDE Plasma-5.20.4 (DVD édition), c' est de la bombe, vive MAGEIA et toute l'équipe du STAFF MLO.
de david.david <david.david@mageialinux-online.org>
.Venez nous rejoindre sur le salon IRC de MLO
Intel Core i3-2350M_2.3GHz, 8 GO RAM DDR3, écran LED 17" (1600x900), CG Intel HD intégrée + CG Nvidia GeForce 610M_1GB dédiée (Technologie Optimus), SSD Samsung 860 EVO 500GB + SSD Samsung 850 EVO 500GB.
Mageia 8 - x86_64bits/ KDE Plasma-5.20.4 (DVD édition), c' est de la bombe, vive MAGEIA et toute l'équipe du STAFF MLO.
de david.david <david.david@mageialinux-online.org>


Auligeur Membre non connecté
-
- Voir le profil du membre Auligeur
- Inscrit le : 24/02/2010
mon installation a été faite avec un CD, dans une VirtualBox.
Somme MD5 parfaite.
david.david :
Lors de l'installe formatage des 2 partitions ?
Tu veux dire quoi par cela ?
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
lamontagne22 :
Bonjour, les pas chanceux

Récapitulation : j'ai tout réinstallé "propre" DVD -mageia1-64-kde lors de sa sortie le 1er juin
avec le : /système et / home formatés .
Et toutes les mises à jour faites avec ; en root :
Alors, je ne pense pas que ce soit un / des bugs ....



Récapitulation : j'ai tout réinstallé "propre" DVD -mageia1-64-kde lors de sa sortie le 1er juin
avec le : /système et / home formatés .
Et toutes les mises à jour faites avec ; en root :
Code TEXT :
urpmi --auto-update
Alors, je ne pense pas que ce soit un / des bugs ....


Ceci


Auligeur Membre non connecté
-
- Voir le profil du membre Auligeur
- Inscrit le : 24/02/2010
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
Auligeur :
Donc tu me conseille de réinstaller Mageia avec un DVD 32 bits dans mon cas ?


C'est toi le maître à bord


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

On verra ou ça me mène tout ça

Edit : si c'est bien un problème avec la version CD (j'attends de voir si d'autre CD users ont un problème, j'ouvre un rapport de bug, en english bien sur )
Édité par Auligeur Le 18/06/2011 à 19h57
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

Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie