Bonjour,
Je suis sous kubuntu 18.04.
Kontact ne fonctionne plus, je n'ai accès ni à Kmail, ni à Korganiser, ni àaucun autre service de Kontact.
Quand je lance Kontact, il me dit que:
"l'environnement Akonadi de gestion des informations personnelles n'est pas opérationnel"
je n'ai pas accès aux détails
J'ai lancé akonadictl start, voici le résultat:
:~$ akonadictl start
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
sofiane@sofiane-Aspire-E1-771:~$ org.kde.pim.akonadiserver: database server stopped unexpectedly
org.kde.pim.akonadiserver: Database process exited unexpectedly during initial connection!
org.kde.pim.akonadiserver: executable: "/usr/sbin/mysqld-akonadi"
org.kde.pim.akonadiserver: arguments: ("--defaults-file=/home/sofiane/.local/share/akonadi/mysql.conf", "--datadir=/home/sofiane/.local/share/akonadi/db_data/", "--socket=/tmp/akonadi-sofiane.fHA5wg/mysql.socket", "--pid-file=/tmp/akonadi-sofiane.fHA5wg/mysql.pid")
org.kde.pim.akonadiserver: stdout: ""
org.kde.pim.akonadiserver: stderr: ""
org.kde.pim.akonadiserver: exit code: 1
org.kde.pim.akonadiserver: process error: "Unknown error"
org.kde.pim.akonadiserver: Failed to remove runtime connection config file
org.kde.pim.akonadicontrol: Application 'akonadiserver' exited normally...
Au fil de mes recherches, j'ai trouvé qu'il y avait une(des) erreur dans MySQL
Dans /home/sofiane/.local/share/akonadi/db_data voici ce que donne le fichier mysql.err :
2019-12-14T14:45:49.471381Z 0 [Warning] The syntax '--log_warnings/-W' is deprecated and will be removed in a future release. Please use '--log_error_verbosity' instead.
2019-12-14T14:45:49.471447Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2019-12-14T14:45:49.471458Z 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not set.
2019-12-14T14:45:49.471487Z 0 [Warning] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2019-12-14T14:45:49.471503Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.28-0ubuntu0.18.04.4) starting as process 8056 ...
2019-12-14T14:45:49.475070Z 0 [Note] InnoDB: PUNCH HOLE support available
2019-12-14T14:45:49.475096Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-12-14T14:45:49.475102Z 0 [Note] InnoDB: Uses event mutexes
2019-12-14T14:45:49.475108Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2019-12-14T14:45:49.475113Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-12-14T14:45:49.475118Z 0 [Note] InnoDB: Using Linux native AIO
2019-12-14T14:45:49.475344Z 0 [Note] InnoDB: Number of pools: 1
2019-12-14T14:45:49.475429Z 0 [Note] InnoDB: Using CPU crc32 instructions
2019-12-14T14:45:49.476665Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2019-12-14T14:45:49.483811Z 0 [Note] InnoDB: Completed initialization of buffer pool
2019-12-14T14:45:49.485449Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-12-14T14:45:49.497169Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2019-12-14T14:45:49.498567Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 129402036694
2019-12-14T14:45:49.498593Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 129402036842
2019-12-14T14:45:49.498628Z 0 [ERROR] InnoDB: Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint 129402036694 and the end 129402036842.
2019-12-14T14:45:49.498642Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2019-12-14T14:45:50.099210Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2019-12-14T14:45:50.099242Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2019-12-14T14:45:50.099252Z 0 [ERROR] Failed to initialize builtin plugins.
2019-12-14T14:45:50.099257Z 0 [ERROR] Aborting
2019-12-14T14:45:50.099265Z 0 [Note] Binlog end
2019-12-14T14:45:50.099301Z 0 [Note] Shutting down plugin 'CSV'
2019-12-14T14:45:50.099476Z 0 [Note] /usr/sbin/mysqld: Shutdown complete
Voilà ce que j'ai pu récolter comme données sur mon problème.
Est-ce que quelqu'un sait comment je peux le résoudre?
Merci d'avance