Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 24/05/2018, à 07:23

JohnBe2

Problème pour se connecter au server mysql

Bonjour à tous

Après avoir installé mysql , apache2 et phpmyadmin , je n'arrive toujours pas a me connecter sur le server .

voici ce qu'il raconte,

jeanmi@toshiba-satellite-p50-c:~$ service mysql status
● mysql.service - MySQL Community Server
   Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
   Active: inactive (dead) (Result: exit-code) since mer 2018-05-23 19:48:48 CEST; 12h ago

mai 23 19:48:47 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
mai 23 19:48:47 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered failed state.
mai 23 19:48:47 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with result 'exit-code'.
mai 23 19:48:48 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
mai 23 19:48:48 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
mai 23 19:48:48 toshiba-satellite-p50-c systemd[1]: mysql.service: Start request repeated too quickly.
mai 23 19:48:48 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
jeanmi@toshiba-satellite-p50-c:~$ 

Et quand j'installe ou que j'essaie de purger phpmyadmin , il me signale un problème avec la base de données

Une erreur s'est produite lors de la suppression de la base de données.     
                                                                                                                                                                 
   │ mysql: [Warning] mysql: Empty value for 'port' specified. Will throw an error in future versions ERROR 2002 (HY000):     
   │ Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)                                     
   │                                                                                                                          
   │ Le résultat est qu'il n'a pas été possible de supprimer la base de données pour phpmyadmin. Vos possibilités sont :      
   │  * abandonner - Provoque l'échec de l'opération; vous devrez revenir à                                                   
   │    l'ancienne version, reinstaller, reconfigurer ce paquet, ou sinon                                                     
   │    faites-le à la main, pour continuer à l'utiliser.                                                                     
   │    Cela impacte le plus souvent la possibilité d'installer d'autres                                                      
   │    paquets tant que l'échec de l'installation n'est pas résolu.                                                          
   │  * réessayer - Pose à nouveau toutes les questions relatives à                                                           
   │    l'installation (en incluant celles que vous pourriez avoir manqué à                                                   
   │    cause du réglage de la priorité de debconf) et fait une nouvelle                                                      
   

Merci a ceux qui pourraient m'aider

Dernière modification par JohnBe2 (Le 24/05/2018, à 07:51)

Hors ligne

#2 Le 24/05/2018, à 09:10

bruno

Re : Problème pour se connecter au server mysql

Bonjour,

Ton serveur Mysql n'a pas réussi a démarrer :

mai 23 19:48:47 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.

Il faut regarder les logs : /var/log/mysql/error.log
Et nous indiquer comment tu as procédé à ton installation et si tu as modifié des fichiers de configuration.

Hors ligne

#3 Le 24/05/2018, à 16:13

JohnBe2

Re : Problème pour se connecter au server mysql

Salut

en fait l'installation a eu des soucis car j'avais installé à la fois mariadb et mysql-server.

Résultat il y a eu conflit  entre les deux , et on a eu toute les peines du monde a nettoyer mon erreur (dans le forum d'a coté)

Maintenant j'ai été faire un tour  dans /var/log/mysql et voilà ce qu'il y a

jeanmi@toshiba-satellite-p50-c:/var/log/mysql$ ls
error.log       error.log.2.gz  error.log.5.gz  error.log.7.gz
error.log.1.gz  error.log.3.gz  error.log.6.gz
jeanmi@toshiba-satellite-p50-c:

A part error.log tous les autres sont en rouge

Hors ligne

#4 Le 24/05/2018, à 17:02

bruno

Re : Problème pour se connecter au server mysql

Le nettoyage n'a pas du être complet…

Que contient /var/log/mysql/error.log ?

Hors ligne

#5 Le 24/05/2018, à 18:15

JohnBe2

Re : Problème pour se connecter au server mysql

Rien , il est vide

Hors ligne

#6 Le 24/05/2018, à 18:40

bruno

Re : Problème pour se connecter au server mysql

Il faut tenter un redémarrage du serveur mysql (en donnant le retour de la commande) :

sudo systemctl restart mysql

Si le démarrage échoue consulter journald :

journalctl -xe

et le fichier de log

cat /var/log/mysql/error.log

Dernière modification par bruno (Le 24/05/2018, à 18:40)

Hors ligne

#7 Le 24/05/2018, à 18:48

seebz

Re : Problème pour se connecter au server mysql

Je sais pas si c'est lié mais j'ai installé MariaDB tout à l'heure et apparmor empechait le lancement du démon (ou le stoppait au bout de quelques minutes, une histoire de timeout).

La commande suivante indiquait des informations concernant apparmor :

dmesg | grep -i mysql

Si le problème est le même, je l'ai solutionné avec les commandes suivantes :

sudo apt install apparmor-utils
sudo aa-disable /usr/sbin/mysqld

... suivit dun reboot (redémarrer les services ne suffisait pas)

Hors ligne

#8 Le 24/05/2018, à 21:16

JohnBe2

Re : Problème pour se connecter au server mysql

jeanmi@toshiba-satellite-p50-c:~$ sudo systemctl restart mysql
[sudo] Mot de passe de jeanmi : 
Job for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details.
jeanmi@toshiba-satellite-p50-c:~$ 
jeanmi@toshiba-satellite-p50-c:~$ journalctl -xe
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Control proce
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Commun
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered 
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with r
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Serv
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Start request
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Commun
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
lines 2247-2269/2269 (END)

error.log est toujours vide

Hors ligne

#9 Le 24/05/2018, à 21:19

JohnBe2

Re : Problème pour se connecter au server mysql

Pour seebz , non ta commande ne donne rien de spécial

Hors ligne

#10 Le 24/05/2018, à 22:18

krodelabestiole

Re : Problème pour se connecter au server mysql

il manque les infos intéressantes à la fin de ces lignes :

mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with r
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-

faut que tu sélectionnes bien tout le texte avec les fins des lignes pour le coller ici.

Hors ligne

#11 Le 24/05/2018, à 23:16

JohnBe2

Re : Problème pour se connecter au server mysql

En effet , j'en avais oublié un paquet big_smile

jeanmi@toshiba-satellite-p50-c:~$ journalctl -xe
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465
mai 24 22:07:45 toshiba-satellite-p50-c org.a11y.atspi.Registry[1581]: SpiRegist
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made th
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 5 thread
mai 24 22:07:46 toshiba-satellite-p50-c org.gnome.ScreenSaver[1409]: ** (gnome-s
mai 24 22:07:46 toshiba-satellite-p50-c gnome-keyring-daemon[1321]: The Secret S
mai 24 22:07:46 toshiba-satellite-p50-c gnome-session[1564]: SSH_AUTH_SOCK=/run/
mai 24 22:07:46 toshiba-satellite-p50-c gnome-keyring-daemon[1321]: The SSH agen
mai 24 22:07:46 toshiba-satellite-p50-c gnome-session[1564]: SSH_AUTH_SOCK=/run/
mai 24 22:07:46 toshiba-satellite-p50-c gnome-keyring-daemon[1321]: The PKCS#11 
mai 24 22:07:46 toshiba-satellite-p50-c gnome-session[1564]: SSH_AUTH_SOCK=/run/
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 5 thread
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made th
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 6 thread
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 6 thread
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made th
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 7 thread
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 7 thread
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made th
lines 1723-1745/2329 74%
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465.8279] device (wlp7s0): supplicant interface state: 4-way hands
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465.8280] device (wlp7s0): Activation: (wifi) Stage 2 of 5 (Device
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Starting The PHP 7.0 FastCGI Process Manager...
-- Subject: L'unité (unit) php7.0-fpm.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) php7.0-fpm.service a commencé à démarrer.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Starting MySQL Community Server...
-- Subject: L'unité (unit) mysql.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a commencé à démarrer.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Started Unattended Upgrades Shutdown.
-- Subject: L'unité (unit) unattended-upgrades.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) unattended-upgrades.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Starting OpenBSD Secure Shell server...
-- Subject: L'unité (unit) ssh.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) ssh.service a commencé à démarrer.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Starting A high performance web server and a reverse proxy server...
-- Subject: L'unité (unit) nginx.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) nginx.service a commencé à démarrer.
mai 24 22:07:18 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Starting Network Manager Script Dispatcher Service...
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer.
mai 24 22:07:18 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.se
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Starting Manage, Install and Generate Color Profiles...
-- Subject: L'unité (unit) colord.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) colord.service a commencé à démarrer.
mai 24 22:07:18 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.ser
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Starting Authenticate and Authorize Users to Run Privileged Tasks...
-- Subject: L'unité (unit) polkitd.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) polkitd.service a commencé à démarrer.
mai 24 22:07:18 toshiba-satellite-p50-c sshd[978]: Server listening on 0.0.0.0 port 22.
mai 24 22:07:18 toshiba-satellite-p50-c sshd[978]: Server listening on :: port 22.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Started OpenBSD Secure Shell server.
-- Subject: L'unité (unit) ssh.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) ssh.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:18 toshiba-satellite-p50-c mysql-systemd-start[977]: MySQL system database not found in /var/lib/mysql. Please run mysqld --initia
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: mysql.service: Control process exited, code=exited status=1
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered failed state.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with result 'exit-code'.
mai 24 22:07:18 toshiba-satellite-p50-c polkitd[993]: started daemon version 0.105 using authority implementation `local' version `0.105'
mai 24 22:07:18 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Started Authenticate and Authorize Users to Run Privileged Tasks.
-- Subject: L'unité (unit) polkitd.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) polkitd.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Starting MySQL Community Server...
-- Subject: L'unité (unit) mysql.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a commencé à démarrer.
mai 24 22:07:18 toshiba-satellite-p50-c accounts-daemon[803]: started daemon version 0.6.40
mai 24 22:07:18 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.Accounts'
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Started Accounts Service.
-- Subject: L'unité (unit) accounts-daemon.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) accounts-daemon.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:18 toshiba-satellite-p50-c mysql-systemd-start[999]: MySQL system database not found in /var/lib/mysql. Please run mysqld --initia
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: mysql.service: Control process exited, code=exited status=1
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered failed state.
mai 24 22:07:18 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with result 'exit-code'.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Starting MySQL Community Server...
-- Subject: L'unité (unit) mysql.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a commencé à démarrer.
mai 24 22:07:19 toshiba-satellite-p50-c mysql-systemd-start[1013]: MySQL system database not found in /var/lib/mysql. Please run mysqld --initi
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Control process exited, code=exited status=1
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered failed state.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with result 'exit-code'.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Starting MySQL Community Server...
-- Subject: L'unité (unit) mysql.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a commencé à démarrer.
mai 24 22:07:19 toshiba-satellite-p50-c mysql-systemd-start[1021]: MySQL system database not found in /var/lib/mysql. Please run mysqld --initi
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Control process exited, code=exited status=1
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered failed state.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with result 'exit-code'.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Starting MySQL Community Server...
-- Subject: L'unité (unit) mysql.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a commencé à démarrer.
mai 24 22:07:19 toshiba-satellite-p50-c mysql-systemd-start[1034]: MySQL system database not found in /var/lib/mysql. Please run mysqld --initi
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Control process exited, code=exited status=1
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered failed state.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with result 'exit-code'.
mai 24 22:07:19 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Started Network Manager Script Dispatcher Service.
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5142] init!
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5144]       interface-parser: parsing file /etc/network/interf
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5144]       interface-parser: finished parsing file /etc/netwo
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5144] management mode: unmanaged
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5150] devices added (path: /sys/devices/pci0000:00/0000:00:1c.
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5151] device added (path: /sys/devices/pci0000:00/0000:00:1c.2
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5151] devices added (path: /sys/devices/pci0000:00/0000:00:1c.
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5151] device added (path: /sys/devices/pci0000:00/0000:00:1c.3
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5151] devices added (path: /sys/devices/virtual/net/lo, iface:
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5151] device added (path: /sys/devices/virtual/net/lo, iface: 
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5152] end _init.
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5152] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5152] settings: loaded plugin keyfile: (c) 2007 - 2015 Red Hat
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5154] SettingsPlugin-Ofono: init!
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <warn>  [1527192439.5155] SettingsPlugin-Ofono: file doesn't exist: /var/lib/ofono
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5155] SettingsPlugin-Ofono: end _init.
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5155] settings: loaded plugin ofono: (C) 2013-2016 Canonical L
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5155] (15829920) ... get_connections.
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.5155] (15829920) ... get_connections (managed=false): return e
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Started LSB: Record successful boot for GRUB.
-- Subject: L'unité (unit) grub-common.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) grub-common.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Start request repeated too quickly.
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7509] keyfile: new connection /etc/NetworkManager/system-conne
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7585] keyfile: new connection /etc/NetworkManager/system-conne
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7660] keyfile: new connection /etc/NetworkManager/system-conne
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7668] SettingsPlugin-Ofono: (15830144) ... get_connections.
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7668] SettingsPlugin-Ofono: (15830144) connections count: 0
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7669] get unmanaged devices count: 0
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7680] settings: hostname: using hostnamed
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7681] settings: hostname changed from (none) to "toshiba-satel
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7683] Using DHCP client 'dhclient'
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7683] manager: WiFi enabled by radio killswitch; enabled by st
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7683] manager: WWAN enabled by radio killswitch; enabled by st
mai 24 22:07:19 toshiba-satellite-p50-c nm-dispatcher[991]: req:1 'hostname': new request (1 scripts)
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7684] manager: Networking is enabled by state file
mai 24 22:07:19 toshiba-satellite-p50-c nm-dispatcher[991]: req:1 'hostname': start running ordered scripts...
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7684] Loaded device plugin: NMVxlanFactory (internal)
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7684] Loaded device plugin: NMVlanFactory (internal)
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7685] Loaded device plugin: NMVethFactory (internal)
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7685] Loaded device plugin: NMTunFactory (internal)
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7685] Loaded device plugin: NMMacvlanFactory (internal)
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7685] Loaded device plugin: NMIPTunnelFactory (internal)
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7686] Loaded device plugin: NMInfinibandFactory (internal)
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7686] Loaded device plugin: NMEthernetFactory (internal)
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7686] Loaded device plugin: NMBridgeFactory (internal)
mai 24 22:07:19 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192439.7686] Loaded device plugin: NMBondFactory (internal)
mai 24 22:07:19 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.ColorManager'
mai 24 22:07:19 toshiba-satellite-p50-c systemd[1]: Started Manage, Install and Generate Color Profiles.
-- Subject: L'unité (unit) colord.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) colord.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:19 toshiba-satellite-p50-c snapd[867]: AppArmor status: apparmor is enabled and all features are available
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.1522] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-li
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.1526] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linu
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.1530] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-lin
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.1533] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-lin
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.1537] (wlp7s0): using nl80211 for WiFi device control
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.1640] device (wlp7s0): driver supports Access Point (AP) mode
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.1649] manager: (wlp7s0): new 802.11 WiFi device (/org/freedesk
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.1659] device (wlp7s0): state change: unmanaged -> unavailable 
mai 24 22:07:20 toshiba-satellite-p50-c kernel: IPv6: ADDRCONF(NETDEV_UP): wlp7s0: link is not ready
mai 24 22:07:20 toshiba-satellite-p50-c colord[992]: (colord:992): Cd-WARNING **: failed to get session [pid 850]: Aucun périphérique ou adress
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.3273] manager: (enp8s0): new Ethernet device (/org/freedesktop
mai 24 22:07:20 toshiba-satellite-p50-c kernel: IPv6: ADDRCONF(NETDEV_UP): wlp7s0: link is not ready
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.3285] keyfile: add connection in-memory (de9b4070-7b41-392a-82
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.3290] settings: (enp8s0): created default wired connection 'Co
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.3297] device (enp8s0): state change: unmanaged -> unavailable 
mai 24 22:07:20 toshiba-satellite-p50-c kernel: IPv6: ADDRCONF(NETDEV_UP): enp8s0: link is not ready
mai 24 22:07:20 toshiba-satellite-p50-c snapd[867]: 2018/05/24 22:07:20.438109 daemon.go:323: started snapd/2.32.3.2 (series 16; classic) ubunt
mai 24 22:07:20 toshiba-satellite-p50-c systemd[1]: Started Snappy daemon.
-- Subject: L'unité (unit) snapd.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) snapd.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.6836] device (lo): link connected
mai 24 22:07:20 toshiba-satellite-p50-c kernel: r8169 0000:08:00.0 enp8s0: link down
mai 24 22:07:20 toshiba-satellite-p50-c kernel: IPv6: ADDRCONF(NETDEV_UP): enp8s0: link is not ready
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.6842] manager: (lo): new Generic device (/org/freedesktop/Netw
mai 24 22:07:20 toshiba-satellite-p50-c snapd[867]: 2018/05/24 22:07:20.756105 stateengine.go:101: state ensure error: Get https://api.snapcraf
mai 24 22:07:20 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.s
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.8136] urfkill disappeared from the bus
mai 24 22:07:20 toshiba-satellite-p50-c systemd[1]: Starting WPA supplicant...
-- Subject: L'unité (unit) wpa_supplicant.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) wpa_supplicant.service a commencé à démarrer.
mai 24 22:07:20 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
mai 24 22:07:20 toshiba-satellite-p50-c systemd[1]: Started WPA supplicant.
-- Subject: L'unité (unit) wpa_supplicant.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) wpa_supplicant.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:20 toshiba-satellite-p50-c wpa_supplicant[1062]: Successfully initialized wpa_supplicant
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.9012] bluez: use BlueZ version 5
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.9030] ofono is now available
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <warn>  [1527192440.9036] failed to enumerate oFono devices: GDBus.Error:org.freed
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.9037] supplicant: wpa_supplicant running
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.9038] device (wlp7s0): supplicant interface state: init -> sta
mai 24 22:07:20 toshiba-satellite-p50-c wpa_supplicant[1062]: dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) non
mai 24 22:07:20 toshiba-satellite-p50-c wpa_supplicant[1062]: dbus: Failed to construct signal
mai 24 22:07:20 toshiba-satellite-p50-c wpa_supplicant[1062]: Could not read interface p2p-dev-wlp7s0 flags: No such device
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.9576] device (wlp7s0): supplicant interface state: starting ->
mai 24 22:07:20 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192440.9577] device (wlp7s0): state change: unavailable -> disconnect
mai 24 22:07:20 toshiba-satellite-p50-c kernel: IPv6: ADDRCONF(NETDEV_UP): wlp7s0: link is not ready
mai 24 22:07:21 toshiba-satellite-p50-c systemd[1]: Started A high performance web server and a reverse proxy server.
-- Subject: L'unité (unit) nginx.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) nginx.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:21 toshiba-satellite-p50-c systemd[1]: Started The PHP 7.0 FastCGI Process Manager.
-- Subject: L'unité (unit) php7.0-fpm.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) php7.0-fpm.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:22 toshiba-satellite-p50-c lightdm[1088]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared o
mai 24 22:07:22 toshiba-satellite-p50-c lightdm[1088]: PAM adding faulty module: pam_kwallet.so
mai 24 22:07:22 toshiba-satellite-p50-c lightdm[1088]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared
mai 24 22:07:22 toshiba-satellite-p50-c lightdm[1088]: PAM adding faulty module: pam_kwallet5.so
mai 24 22:07:22 toshiba-satellite-p50-c lightdm[1088]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
mai 24 22:07:22 toshiba-satellite-p50-c systemd[1]: Created slice User Slice of lightdm.
-- Subject: L'unité (unit) user-108.slice a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) user-108.slice a terminé son démarrage, avec le résultat done.
mai 24 22:07:22 toshiba-satellite-p50-c systemd[1]: Starting User Manager for UID 108...
-- Subject: L'unité (unit) user@108.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) user@108.service a commencé à démarrer.
mai 24 22:07:22 toshiba-satellite-p50-c systemd-logind[863]: New session c1 of user lightdm.
-- Subject: Une nouvelle session c1 a été créée pour l'utilisateur lightdm
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- Une nouvelle session a été créée pour l'utilisateur lightdm avec
-- l'identifiant (ID) c1.
-- 
-- Le processus maître de la session est 1088.
mai 24 22:07:22 toshiba-satellite-p50-c systemd[1091]: pam_unix(systemd-user:session): session opened for user lightdm by (uid=0)
mai 24 22:07:22 toshiba-satellite-p50-c systemd[1]: Started Session c1 of user lightdm.
-- Subject: L'unité (unit) session-c1.scope a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) session-c1.scope a terminé son démarrage, avec le résultat done.
mai 24 22:07:22 toshiba-satellite-p50-c systemd[1091]: Reached target Timers.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mai 24 22:07:22 toshiba-satellite-p50-c systemd[1091]: Reached target Sockets.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mai 24 22:07:22 toshiba-satellite-p50-c systemd[1091]: Reached target Paths.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mai 24 22:07:22 toshiba-satellite-p50-c systemd[1091]: Reached target Basic System.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mai 24 22:07:22 toshiba-satellite-p50-c systemd[1091]: Reached target Default.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mai 24 22:07:22 toshiba-satellite-p50-c systemd[1091]: Startup finished in 49ms.
-- Subject: Le démarrage du système est terminé
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Tous les services nécessaires au démarrage du système ont été lancés avec
-- succès. Notez que cela ne signifie pas que le système est maintenant au
-- repos, car des services peuvent encore être en train de terminer leur
-- démarrage.
-- 
-- Le chargement du noyau a nécessité KERNEL_USEC microsecondes.
-- 
-- Le chargement du « RAM disk » initial a nécessité INITRD_USEC microsecondes.
-- 
-- Le chargement de l'espace utilisateur a nécessité 49240 microsecondes.
mai 24 22:07:22 toshiba-satellite-p50-c systemd[1]: Started User Manager for UID 108.
-- Subject: L'unité (unit) user@108.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) user@108.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:23 toshiba-satellite-p50-c org.a11y.atspi.Registry[1119]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Regi
mai 24 22:07:24 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192444.1790] device (wlp7s0): supplicant interface state: ready -> in
mai 24 22:07:24 toshiba-satellite-p50-c lightdm[1141]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared o
mai 24 22:07:24 toshiba-satellite-p50-c lightdm[1141]: PAM adding faulty module: pam_kwallet.so
mai 24 22:07:24 toshiba-satellite-p50-c lightdm[1141]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared
mai 24 22:07:24 toshiba-satellite-p50-c lightdm[1141]: PAM adding faulty module: pam_kwallet5.so
mai 24 22:07:24 toshiba-satellite-p50-c lightdm[1141]: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "
mai 24 22:07:24 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-dae
mai 24 22:07:24 toshiba-satellite-p50-c systemd[1]: Starting RealtimeKit Scheduling Policy Service...
-- Subject: L'unité (unit) rtkit-daemon.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) rtkit-daemon.service a commencé à démarrer.
mai 24 22:07:24 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
mai 24 22:07:24 toshiba-satellite-p50-c systemd[1]: Started RealtimeKit Scheduling Policy Service.
-- Subject: L'unité (unit) rtkit-daemon.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) rtkit-daemon.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:24 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully called chroot.
mai 24 22:07:24 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully dropped privileges.
mai 24 22:07:24 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully limited resources.
mai 24 22:07:24 toshiba-satellite-p50-c rtkit-daemon[1166]: Running.
mai 24 22:07:24 toshiba-satellite-p50-c rtkit-daemon[1166]: Watchdog thread running.
mai 24 22:07:24 toshiba-satellite-p50-c rtkit-daemon[1166]: Canary thread running.
mai 24 22:07:24 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made thread 1165 of process 1165 (n/a) owned by '108' high priority at
mai 24 22:07:24 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 1 threads of 1 processes of 1 users.
mai 24 22:07:25 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 1 threads of 1 processes of 1 users.
mai 24 22:07:25 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made thread 1192 of process 1165 (n/a) owned by '108' RT at priority 5
mai 24 22:07:25 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 2 threads of 1 processes of 1 users.
mai 24 22:07:25 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 2 threads of 1 processes of 1 users.
mai 24 22:07:25 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made thread 1196 of process 1165 (n/a) owned by '108' RT at priority 5
mai 24 22:07:25 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 3 threads of 1 processes of 1 users.
mai 24 22:07:25 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 3 threads of 1 processes of 1 users.
mai 24 22:07:25 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made thread 1197 of process 1165 (n/a) owned by '108' RT at priority 5
mai 24 22:07:25 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 4 threads of 1 processes of 1 users.
mai 24 22:07:25 toshiba-satellite-p50-c bluetoothd[859]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource
mai 24 22:07:25 toshiba-satellite-p50-c bluetoothd[859]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink
mai 24 22:07:25 toshiba-satellite-p50-c pulseaudio[1165]: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofon
mai 24 22:07:25 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made thread 1199 of process 1199 (n/a) owned by '108' high priority at
mai 24 22:07:25 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 5 threads of 2 processes of 1 users.
mai 24 22:07:25 toshiba-satellite-p50-c pulseaudio[1199]: [pulseaudio] pid.c: Daemon already running.
mai 24 22:07:25 toshiba-satellite-p50-c kernel: Bluetooth: RFCOMM TTY layer initialized
mai 24 22:07:25 toshiba-satellite-p50-c kernel: Bluetooth: RFCOMM socket layer initialized
mai 24 22:07:25 toshiba-satellite-p50-c kernel: Bluetooth: RFCOMM ver 1.11
mai 24 22:07:26 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
mai 24 22:07:26 toshiba-satellite-p50-c systemd[1]: Starting Daemon for power management...
-- Subject: L'unité (unit) upower.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) upower.service a commencé à démarrer.
mai 24 22:07:26 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.UPower'
mai 24 22:07:26 toshiba-satellite-p50-c systemd[1]: Started Daemon for power management.
-- Subject: L'unité (unit) upower.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) upower.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192447.3055] manager: startup complete
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Started Network Manager Wait Online.
-- Subject: L'unité (unit) NetworkManager-wait-online.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-wait-online.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Reached target Network is Online.
-- Subject: L'unité (unit) network-online.target a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) network-online.target a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Started crash report submission daemon.
-- Subject: L'unité (unit) whoopsie.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) whoopsie.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Starting LSB: Apache2 web server...
-- Subject: L'unité (unit) apache2.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) apache2.service a commencé à démarrer.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Starting /etc/rc.local Compatibility...
-- Subject: L'unité (unit) rc-local.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) rc-local.service a commencé à démarrer.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Started /etc/rc.local Compatibility.
-- Subject: L'unité (unit) rc-local.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) rc-local.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Starting Hold until boot process finishes up...
-- Subject: L'unité (unit) plymouth-quit-wait.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) plymouth-quit-wait.service a commencé à démarrer.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Started Hold until boot process finishes up.
-- Subject: L'unité (unit) plymouth-quit-wait.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) plymouth-quit-wait.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Started Getty on tty1.
-- Subject: L'unité (unit) getty@tty1.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) getty@tty1.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Reached target Login Prompts.
-- Subject: L'unité (unit) getty.target a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) getty.target a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Starting Set console scheme...
-- Subject: L'unité (unit) setvtrgb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) setvtrgb.service a commencé à démarrer.
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1252]:  * Starting Apache httpd web server apache2
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Started Set console scheme.
-- Subject: L'unité (unit) setvtrgb.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) setvtrgb.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c whoopsie[1251]: [22:07:27] Using lock path: /var/lock/whoopsie/lock
mai 24 22:07:27 toshiba-satellite-p50-c whoopsie[1251]: [22:07:27] offline
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1252]: AH00557: apache2: apr_sockaddr_info_get() failed for toshiba-satellite-p50-c
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1252]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name,
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1252]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1252]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1252]: no listening sockets available, shutting down
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1252]: AH00015: Unable to open logs
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1252]: Action 'start' failed.
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1252]: The Apache error log may have more information.
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1252]:  *
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1283]:  * Stopping Apache httpd web server apache2
mai 24 22:07:27 toshiba-satellite-p50-c apache2[1283]:  *
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Started LSB: Apache2 web server.
-- Subject: L'unité (unit) apache2.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) apache2.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Reached target Multi-User System.
-- Subject: L'unité (unit) multi-user.target a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) multi-user.target a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Reached target Graphical Interface.
-- Subject: L'unité (unit) graphical.target a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) graphical.target a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Starting Update UTMP about System Runlevel Changes...
-- Subject: L'unité (unit) systemd-update-utmp-runlevel.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) systemd-update-utmp-runlevel.service a commencé à démarrer.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Started Stop ureadahead data collection 45s after completed startup.
-- Subject: L'unité (unit) ureadahead-stop.timer a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) ureadahead-stop.timer a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Started Update UTMP about System Runlevel Changes.
-- Subject: L'unité (unit) systemd-update-utmp-runlevel.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) systemd-update-utmp-runlevel.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:27 toshiba-satellite-p50-c systemd[1]: Startup finished in 4.062s (kernel) + 30.667s (userspace) = 34.729s.
-- Subject: Le démarrage du système est terminé
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Tous les services nécessaires au démarrage du système ont été lancés avec
-- succès. Notez que cela ne signifie pas que le système est maintenant au
-- repos, car des services peuvent encore être en train de terminer leur
-- démarrage.
-- 
-- Le chargement du noyau a nécessité 4062089 microsecondes.
-- 
-- Le chargement du « RAM disk » initial a nécessité INITRD_USEC microsecondes.
-- 
-- Le chargement de l'espace utilisateur a nécessité 30667349 microsecondes.
mai 24 22:07:28 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192448.0014] manager: WiFi hardware radio set enabled
mai 24 22:07:28 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192448.0014] manager: WWAN hardware radio set enabled
mai 24 22:07:29 toshiba-satellite-p50-c org.freedesktop.Notifications[1104]: ** (notify-osd:1300): WARNING **: dnd_is_idle_inhibited(): got err
mai 24 22:07:35 toshiba-satellite-p50-c lightdm[1306]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared o
mai 24 22:07:35 toshiba-satellite-p50-c lightdm[1306]: PAM adding faulty module: pam_kwallet.so
mai 24 22:07:35 toshiba-satellite-p50-c lightdm[1306]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared
mai 24 22:07:35 toshiba-satellite-p50-c lightdm[1306]: PAM adding faulty module: pam_kwallet5.so
mai 24 22:07:35 toshiba-satellite-p50-c lightdm[1306]: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "
mai 24 22:07:42 toshiba-satellite-p50-c org.gtk.vfs.Daemon[1104]: A connection to the bus can't be made
mai 24 22:07:42 toshiba-satellite-p50-c lightdm[1088]: pam_unix(lightdm-greeter:session): session closed for user lightdm
mai 24 22:07:42 toshiba-satellite-p50-c lightdm[1306]: pam_unix(lightdm:session): session opened for user jeanmi by (uid=0)
mai 24 22:07:42 toshiba-satellite-p50-c systemd[1]: Created slice User Slice of jeanmi.
-- Subject: L'unité (unit) user-1000.slice a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) user-1000.slice a terminé son démarrage, avec le résultat done.
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6361] policy: auto-activating connection 'WiFi-2.4-3953 1'
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6371] device (wlp7s0): Activation: starting connection 'WiFi-2
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6373] device (wlp7s0): state change: disconnected -> prepare (
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6375] manager: NetworkManager state is now CONNECTING
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6381] device (wlp7s0): state change: prepare -> config (reason
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6383] device (wlp7s0): Activation: (wifi) access point 'WiFi-2
mai 24 22:07:42 toshiba-satellite-p50-c systemd[1315]: pam_unix(systemd-user:session): session opened for user jeanmi by (uid=0)
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6384] device (wlp7s0): state change: config -> need-auth (reas
mai 24 22:07:42 toshiba-satellite-p50-c systemd[1]: Starting User Manager for UID 1000...
-- Subject: L'unité (unit) user@1000.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) user@1000.service a commencé à démarrer.
mai 24 22:07:42 toshiba-satellite-p50-c systemd-logind[863]: New session c2 of user jeanmi.
-- Subject: Une nouvelle session c2 a été créée pour l'utilisateur jeanmi
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- Une nouvelle session a été créée pour l'utilisateur jeanmi avec
-- l'identifiant (ID) c2.
-- 
-- Le processus maître de la session est 1306.
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6433] device (wlp7s0): state change: need-auth -> prepare (rea
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6441] device (wlp7s0): state change: prepare -> config (reason
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6444] device (wlp7s0): Activation: (wifi) connection 'WiFi-2.4
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6445] Config: added 'ssid' value 'WiFi-2.4-3953'
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6445] Config: added 'scan_ssid' value '1'
mai 24 22:07:42 toshiba-satellite-p50-c systemd[1]: Started Session c2 of user jeanmi.
-- Subject: L'unité (unit) session-c2.scope a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) session-c2.scope a terminé son démarrage, avec le résultat done.
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6445] Config: added 'key_mgmt' value 'WPA-PSK'
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6446] Config: added 'auth_alg' value 'OPEN'
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6446] Config: added 'psk' value '<omitted>'
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6480] sup-iface[0xf298c0,wlp7s0]: config: set interface ap_sca
mai 24 22:07:42 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192462.6609] device (wlp7s0): supplicant interface state: inactive ->
mai 24 22:07:42 toshiba-satellite-p50-c systemd[1315]: Reached target Sockets.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mai 24 22:07:42 toshiba-satellite-p50-c systemd[1315]: Reached target Paths.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mai 24 22:07:42 toshiba-satellite-p50-c systemd[1315]: Reached target Timers.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mai 24 22:07:42 toshiba-satellite-p50-c systemd[1315]: Reached target Basic System.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mai 24 22:07:42 toshiba-satellite-p50-c systemd[1315]: Reached target Default.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mai 24 22:07:42 toshiba-satellite-p50-c systemd[1315]: Startup finished in 14ms.
-- Subject: Le démarrage du système est terminé
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Tous les services nécessaires au démarrage du système ont été lancés avec
-- succès. Notez que cela ne signifie pas que le système est maintenant au
-- repos, car des services peuvent encore être en train de terminer leur
-- démarrage.
-- 
-- Le chargement du noyau a nécessité KERNEL_USEC microsecondes.
-- 
-- Le chargement du « RAM disk » initial a nécessité INITRD_USEC microsecondes.
-- 
-- Le chargement de l'espace utilisateur a nécessité 14558 microsecondes.
mai 24 22:07:42 toshiba-satellite-p50-c systemd[1]: Started User Manager for UID 1000.
-- Subject: L'unité (unit) user@1000.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) user@1000.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:44 toshiba-satellite-p50-c org.ayatana.bamf[1409]: bamfdaemon start/running, process 1526
mai 24 22:07:45 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: SME: Trying to authenticate with e0:b9:e5:ec:39:53 (SSID='WiFi-2.4-3953' 
mai 24 22:07:45 toshiba-satellite-p50-c kernel: wlp7s0: authenticate with e0:b9:e5:ec:39:53
mai 24 22:07:45 toshiba-satellite-p50-c kernel: wlp7s0: send auth to e0:b9:e5:ec:39:53 (try 1/3)
mai 24 22:07:45 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: Trying to associate with e0:b9:e5:ec:39:53 (SSID='WiFi-2.4-3953' freq=241
mai 24 22:07:45 toshiba-satellite-p50-c kernel: wlp7s0: authenticated
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465.7833] device (wlp7s0): supplicant interface state: scanning ->
mai 24 22:07:45 toshiba-satellite-p50-c kernel: wlp7s0: associate with e0:b9:e5:ec:39:53 (try 1/3)
mai 24 22:07:45 toshiba-satellite-p50-c kernel: wlp7s0: RX AssocResp from e0:b9:e5:ec:39:53 (capab=0x411 status=0 aid=2)
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465.7891] device (wlp7s0): supplicant interface state: authenticat
mai 24 22:07:45 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: Associated with e0:b9:e5:ec:39:53
mai 24 22:07:45 toshiba-satellite-p50-c kernel: wlp7s0: associated
mai 24 22:07:45 toshiba-satellite-p50-c kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp7s0: link becomes ready
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465.8033] device (wlp7s0): supplicant interface state: associating
mai 24 22:07:45 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Key negotiation completed with e0:b9:e5:ec:39:53 [PTK=CCMP GTK=CCMP]
mai 24 22:07:45 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: CTRL-EVENT-CONNECTED - Connection to e0:b9:e5:ec:39:53 completed [id=0 id
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465.8279] device (wlp7s0): supplicant interface state: 4-way hands
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465.8280] device (wlp7s0): Activation: (wifi) Stage 2 of 5 (Device
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465.8281] device (wlp7s0): state change: config -> ip-config (reas
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465.8471] dhcp4 (wlp7s0): activation: beginning transaction (timeo
mai 24 22:07:45 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192465.8484] dhcp4 (wlp7s0): dhclient started with pid 1615
mai 24 22:07:45 toshiba-satellite-p50-c org.a11y.atspi.Registry[1581]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Regi
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made thread 1679 of process 1679 (n/a) owned by '1000' high priority a
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 5 threads of 2 processes of 2 users.
mai 24 22:07:46 toshiba-satellite-p50-c org.gnome.ScreenSaver[1409]: ** (gnome-screensaver:1660): WARNING **: Couldn't get presence status: The
mai 24 22:07:46 toshiba-satellite-p50-c gnome-keyring-daemon[1321]: The Secret Service was already initialized
mai 24 22:07:46 toshiba-satellite-p50-c gnome-session[1564]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
mai 24 22:07:46 toshiba-satellite-p50-c gnome-keyring-daemon[1321]: The SSH agent was already initialized
mai 24 22:07:46 toshiba-satellite-p50-c gnome-session[1564]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
mai 24 22:07:46 toshiba-satellite-p50-c gnome-keyring-daemon[1321]: The PKCS#11 component was already initialized
mai 24 22:07:46 toshiba-satellite-p50-c gnome-session[1564]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 5 threads of 2 processes of 2 users.
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made thread 1709 of process 1679 (n/a) owned by '1000' RT at priority 
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 6 threads of 2 processes of 2 users.
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 6 threads of 2 processes of 2 users.
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made thread 1717 of process 1679 (n/a) owned by '1000' RT at priority 
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 7 threads of 2 processes of 2 users.
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 7 threads of 2 processes of 2 users.
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made thread 1718 of process 1679 (n/a) owned by '1000' RT at priority 
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 8 threads of 2 processes of 2 users.
mai 24 22:07:46 toshiba-satellite-p50-c bluetoothd[859]: Endpoint registered: sender=:1.65 path=/MediaEndpoint/A2DPSource
mai 24 22:07:46 toshiba-satellite-p50-c bluetoothd[859]: Endpoint registered: sender=:1.65 path=/MediaEndpoint/A2DPSink
mai 24 22:07:46 toshiba-satellite-p50-c pulseaudio[1679]: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofon
mai 24 22:07:46 toshiba-satellite-p50-c bluetoothd[859]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (9
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made thread 1720 of process 1720 (n/a) owned by '1000' high priority a
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 9 threads of 3 processes of 2 users.
mai 24 22:07:46 toshiba-satellite-p50-c pulseaudio[1720]: [pulseaudio] pid.c: Daemon already running.
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Successfully made thread 1725 of process 1725 (n/a) owned by '1000' high priority a
mai 24 22:07:46 toshiba-satellite-p50-c rtkit-daemon[1166]: Supervising 9 threads of 3 processes of 2 users.
mai 24 22:07:46 toshiba-satellite-p50-c pulseaudio[1725]: [pulseaudio] pid.c: Daemon already running.
mai 24 22:07:46 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freed
mai 24 22:07:46 toshiba-satellite-p50-c systemd[1]: Starting Locale Service...
-- Subject: L'unité (unit) systemd-localed.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) systemd-localed.service a commencé à démarrer.
mai 24 22:07:46 toshiba-satellite-p50-c gnome-session[1564]: (process:1739): indicator-application-service-WARNING **: Unable to get watcher na
mai 24 22:07:46 toshiba-satellite-p50-c gnome-session[1564]: (process:1739): indicator-application-service-WARNING **: Name Lost
mai 24 22:07:46 toshiba-satellite-p50-c gnome-session-binary[1564]: Entering running state
mai 24 22:07:46 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.locale1'
mai 24 22:07:46 toshiba-satellite-p50-c systemd[1]: Started Locale Service.
-- Subject: L'unité (unit) systemd-localed.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) systemd-localed.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:46 toshiba-satellite-p50-c polkitd(authority=local)[993]: Registered Authentication Agent for unix-session:c2 (system bus name :1.
mai 24 22:07:46 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.servic
mai 24 22:07:46 toshiba-satellite-p50-c systemd[1]: Starting Disk Manager...
-- Subject: L'unité (unit) udisks2.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) udisks2.service a commencé à démarrer.
mai 24 22:07:46 toshiba-satellite-p50-c dhclient[1615]: DHCPDISCOVER on wlp7s0 to 255.255.255.255 port 67 interval 3 (xid=0xa60c1313)
mai 24 22:07:47 toshiba-satellite-p50-c avahi-daemon[860]: Joining mDNS multicast group on interface wlp7s0.IPv6 with address fe80::9bb5:52f5:8
mai 24 22:07:47 toshiba-satellite-p50-c avahi-daemon[860]: New relevant interface wlp7s0.IPv6 for mDNS.
mai 24 22:07:47 toshiba-satellite-p50-c avahi-daemon[860]: Registering new address record for fe80::9bb5:52f5:8b91:8eae on wlp7s0.*.
mai 24 22:07:47 toshiba-satellite-p50-c udisksd[1772]: udisks daemon version 2.1.7 starting
mai 24 22:07:47 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.UDisks2'
mai 24 22:07:47 toshiba-satellite-p50-c udisksd[1772]: Acquired the name org.freedesktop.UDisks2 on the system message bus
mai 24 22:07:47 toshiba-satellite-p50-c systemd[1]: Started Disk Manager.
-- Subject: L'unité (unit) udisks2.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) udisks2.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:47 toshiba-satellite-p50-c org.gtk.vfs.AfcVolumeMonitor[1409]: Volume monitor alive
mai 24 22:07:49 toshiba-satellite-p50-c dhclient[1615]: DHCPREQUEST of 192.168.1.12 on wlp7s0 to 255.255.255.255 port 67 (xid=0x13130ca6)
mai 24 22:07:49 toshiba-satellite-p50-c dhclient[1615]: DHCPOFFER of 192.168.1.12 from 192.168.1.1
mai 24 22:07:49 toshiba-satellite-p50-c dhclient[1615]: DHCPACK of 192.168.1.12 from 192.168.1.1
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0271]   address 192.168.1.12
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0271]   plen 24 (255.255.255.0)
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0271]   gateway 192.168.1.1
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0271]   server identifier 192.168.1.1
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0272]   lease time 3600
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0272]   nameserver '192.168.1.1'
mai 24 22:07:49 toshiba-satellite-p50-c avahi-daemon[860]: Joining mDNS multicast group on interface wlp7s0.IPv4 with address 192.168.1.12.
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0272]   domain name 'lan'
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0272] dhcp4 (wlp7s0): state changed unknown -> bound
mai 24 22:07:49 toshiba-satellite-p50-c avahi-daemon[860]: New relevant interface wlp7s0.IPv4 for mDNS.
mai 24 22:07:49 toshiba-satellite-p50-c avahi-daemon[860]: Registering new address record for 192.168.1.12 on wlp7s0.IPv4.
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0294] device (wlp7s0): state change: ip-config -> ip-check (re
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0299] device (wlp7s0): state change: ip-check -> secondaries (
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0303] device (wlp7s0): state change: secondaries -> activated 
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.0304] manager: NetworkManager state is now CONNECTED_LOCAL
mai 24 22:07:49 toshiba-satellite-p50-c whoopsie[1251]: [22:07:49] Cannot reach: https://daisy.ubuntu.com
mai 24 22:07:49 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service'
mai 24 22:07:49 toshiba-satellite-p50-c systemd[1]: Starting Firmware update daemon...
-- Subject: L'unité (unit) fwupd.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) fwupd.service a commencé à démarrer.
mai 24 22:07:49 toshiba-satellite-p50-c dhclient[1615]: bound to 192.168.1.12 -- renewal in 1800 seconds.
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.2238] manager: NetworkManager state is now CONNECTED_GLOBAL
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.2239] policy: set 'WiFi-2.4-3953 1' (wlp7s0) as default for IP
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.2251] dns-plugin[0xefb0e0]: starting dnsmasq...
mai 24 22:07:49 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192469.2270] dns-mgr: Writing DNS information to /sbin/resolvconf
mai 24 22:07:49 toshiba-satellite-p50-c dnsmasq[1815]: démarrage avec le cache désactivé (version 2.75)
mai 24 22:07:49 toshiba-satellite-p50-c dnsmasq[1815]: options à la compilation : IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntra
mai 24 22:07:49 toshiba-satellite-p50-c dnsmasq[1815]: Support DBus autorisé : connecté au bus système
mai 24 22:07:49 toshiba-satellite-p50-c dnsmasq[1815]: attention : aucun serveur amont n'est configuré
mai 24 22:07:50 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192470.1176] device (wlp7s0): Activation: successful, device activate
mai 24 22:07:50 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org
mai 24 22:07:50 toshiba-satellite-p50-c systemd[1]: Starting Network Manager Script Dispatcher Service...
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer.
mai 24 22:07:50 toshiba-satellite-p50-c dnsmasq[1815]: configuration des serveurs amonts à partir de DBus
mai 24 22:07:50 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527192470.1241] dnsmasq[0xefb0e0]: dnsmasq appeared as :1.76
mai 24 22:07:50 toshiba-satellite-p50-c whoopsie[1251]: [22:07:50] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/
mai 24 22:07:50 toshiba-satellite-p50-c whoopsie[1251]: [22:07:50] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/0
mai 24 22:07:50 toshiba-satellite-p50-c whoopsie[1251]: [22:07:50] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/0
mai 24 22:07:50 toshiba-satellite-p50-c dnsmasq[1815]: utilise le serveur de nom 192.168.1.1#53 (via wlp7s0)
mai 24 22:07:50 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mai 24 22:07:50 toshiba-satellite-p50-c systemd[1]: Started Network Manager Script Dispatcher Service.
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage, avec le résultat done.
mai 24 22:07:50 toshiba-satellite-p50-c nm-dispatcher[1874]: req:1 'up' [wlp7s0]: new request (1 scripts)
mai 24 22:07:50 toshiba-satellite-p50-c nm-dispatcher[1874]: req:1 'up' [wlp7s0]: start running ordered scripts...
mai 24 22:07:50 toshiba-satellite-p50-c whoopsie[1251]: [22:07:50] online
mai 24 22:07:50 toshiba-satellite-p50-c systemd[1]: Reloading OpenBSD Secure Shell server.
-- Subject: L'unité (unit) ssh.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) ssh.service a commencé à recharger sa configuration.
mai 24 22:07:50 toshiba-satellite-p50-c sshd[978]: Received SIGHUP; restarting.
mai 24 22:07:50 toshiba-satellite-p50-c systemd[1]: Reloaded OpenBSD Secure Shell server.
-- Subject: L'unité (unit) ssh.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) ssh.service a terminé de recharger configuration,
-- avec le résultat done.
mai 24 22:07:50 toshiba-satellite-p50-c sshd[978]: Server listening on 0.0.0.0 port 22.
mai 24 22:07:50 toshiba-satellite-p50-c sshd[978]: Server listening on :: port 22.
mai 24 22:07:50 toshiba-satellite-p50-c systemd[1]: Reloading OpenBSD Secure Shell server.
-- Subject: L'unité (unit) ssh.service a commencé à recharger sa configuration
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) ssh.service a commencé à recharger sa configuration.
mai 24 22:07:50 toshiba-satellite-p50-c sshd[978]: Received SIGHUP; restarting.
mai 24 22:07:50 toshiba-satellite-p50-c systemd[1]: Reloaded OpenBSD Secure Shell server.
-- Subject: L'unité (unit) ssh.service a terminé de recharger configuration
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) ssh.service a terminé de recharger configuration,
-- avec le résultat done.
mai 24 22:07:50 toshiba-satellite-p50-c sshd[978]: Server listening on 0.0.0.0 port 22.
mai 24 22:07:50 toshiba-satellite-p50-c sshd[978]: Server listening on :: port 22.
mai 24 22:07:53 toshiba-satellite-p50-c org.gnome.ScreenSaver[1409]: ** Message: Lost the name, shutting down.
mai 24 22:07:53 toshiba-satellite-p50-c fwupd[1813]: (fwupd:1813): Fu-WARNING **: ignoring add-delay as device usb:00:01 already pending
mai 24 22:07:53 toshiba-satellite-p50-c fwupd[1813]: (fwupd:1813): Fu-WARNING **: disabling plugin because: failed to coldplug raspberrypi: Ras
mai 24 22:07:54 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.fwupd'
mai 24 22:07:54 toshiba-satellite-p50-c systemd[1]: Started Firmware update daemon.
-- Subject: L'unité (unit) fwupd.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) fwupd.service a terminé son démarrage, avec le résultat done.
mai 24 22:08:02 toshiba-satellite-p50-c bluetoothd[859]: Endpoint unregistered: sender=:1.34 path=/MediaEndpoint/A2DPSource
mai 24 22:08:02 toshiba-satellite-p50-c bluetoothd[859]: Endpoint unregistered: sender=:1.34 path=/MediaEndpoint/A2DPSink
mai 24 22:08:04 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 22:08:06 toshiba-satellite-p50-c org.gnome.zeitgeist.Engine[1409]: ** (zeitgeist-datahub:2107): WARNING **: zeitgeist-datahub.vala:229: 
mai 24 22:08:13 toshiba-satellite-p50-c systemd[1]: Starting Stop ureadahead data collection...
-- Subject: L'unité (unit) ureadahead-stop.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) ureadahead-stop.service a commencé à démarrer.
mai 24 22:08:13 toshiba-satellite-p50-c systemd[1]: Stopped Read required files in advance.
-- Subject: L'unité (unit) ureadahead.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) ureadahead.service a terminé son arrêt.
mai 24 22:08:13 toshiba-satellite-p50-c systemd[1]: Started Stop ureadahead data collection.
-- Subject: L'unité (unit) ureadahead-stop.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) ureadahead-stop.service a terminé son démarrage, avec le résultat done.
mai 24 22:08:26 toshiba-satellite-p50-c systemd-timesyncd[663]: Timed out waiting for reply from 91.189.91.157:123 (ntp.ubuntu.com).
mai 24 22:08:29 toshiba-satellite-p50-c systemd[1315]: Time has been changed
-- Subject: Changement d'heure
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'horloge système a été modifiée et positionnée à REALTIME microsecondes
-- après le 1er janvier 1970.
mai 24 22:08:29 toshiba-satellite-p50-c systemd[1091]: Time has been changed
-- Subject: Changement d'heure
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'horloge système a été modifiée et positionnée à REALTIME microsecondes
-- après le 1er janvier 1970.
mai 24 22:08:29 toshiba-satellite-p50-c systemd-timesyncd[663]: Synchronized to time server 91.189.94.4:123 (ntp.ubuntu.com).
mai 24 22:08:29 toshiba-satellite-p50-c systemd[1]: Time has been changed
-- Subject: Changement d'heure
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'horloge système a été modifiée et positionnée à REALTIME microsecondes
-- après le 1er janvier 1970.
mai 24 22:09:01 toshiba-satellite-p50-c gnome-keyring-daemon[1321]: couldn't allocate secure memory to keep passwords and or keys from being wr
mai 24 22:09:02 toshiba-satellite-p50-c gnome-keyring-daemon[1321]: asked to register item /org/freedesktop/secrets/collection/login/1, but it'
mai 24 22:09:05 toshiba-satellite-p50-c CRON[2283]: pam_unix(cron:session): session opened for user root by (uid=0)
mai 24 22:09:05 toshiba-satellite-p50-c CRON[2284]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && /usr/lib/php/sessionclean)
mai 24 22:09:05 toshiba-satellite-p50-c gnome-keyring-daemon[1321]: asked to register item /org/freedesktop/secrets/collection/login/1, but it'
mai 24 22:09:09 toshiba-satellite-p50-c CRON[2283]: pam_unix(cron:session): session closed for user root
mai 24 22:09:26 toshiba-satellite-p50-c systemd-logind[863]: Removed session c1.
-- Subject: La session c1 s'est terminée
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- La session d'identifiant (ID) c1 s'est terminée.
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1]: Stopping User Manager for UID 108...
-- Subject: L'unité (unit) user@108.service a commencé à s'arrêter
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) user@108.service a commencé à s'arrêter.
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1091]: Stopped target Default.
-- Subject: L'unité (unit) UNIT a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son arrêt.
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1091]: Reached target Shutdown.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1091]: Stopped target Basic System.
-- Subject: L'unité (unit) UNIT a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son arrêt.
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1091]: Stopped target Sockets.
-- Subject: L'unité (unit) UNIT a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son arrêt.
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1091]: Stopped target Timers.
-- Subject: L'unité (unit) UNIT a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son arrêt.
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1091]: Stopped target Paths.
-- Subject: L'unité (unit) UNIT a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a terminé son arrêt.
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1091]: Starting Exit the Session...
-- Subject: L'unité (unit) UNIT a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) UNIT a commencé à démarrer.
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1091]: Received SIGRTMIN+24 from PID 2501 (kill).
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1092]: pam_unix(systemd-user:session): session closed for user lightdm
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1]: Stopped User Manager for UID 108.
-- Subject: L'unité (unit) user@108.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) user@108.service a terminé son arrêt.
mai 24 22:09:26 toshiba-satellite-p50-c systemd[1]: Removed slice User Slice of lightdm.
-- Subject: L'unité (unit) user-108.slice a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) user-108.slice a terminé son arrêt.
mai 24 22:10:18 toshiba-satellite-p50-c sudo[2542]:   jeanmi : TTY=pts/4 ; PWD=/home/jeanmi ; USER=root ; COMMAND=/bin/systemctl restart mysql
mai 24 22:10:18 toshiba-satellite-p50-c sudo[2542]: pam_unix(sudo:session): session opened for user root by (uid=0)
mai 24 22:10:18 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:10:18 toshiba-satellite-p50-c systemd[1]: Starting MySQL Community Server...
-- Subject: L'unité (unit) mysql.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a commencé à démarrer.
mai 24 22:10:18 toshiba-satellite-p50-c mysql-systemd-start[2545]: MySQL system database not found in /var/lib/mysql. Please run mysqld --initi
mai 24 22:10:18 toshiba-satellite-p50-c systemd[1]: mysql.service: Control process exited, code=exited status=1
mai 24 22:10:18 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:10:18 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered failed state.
mai 24 22:10:18 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with result 'exit-code'.
mai 24 22:10:18 toshiba-satellite-p50-c sudo[2542]: pam_unix(sudo:session): session closed for user root
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: Starting MySQL Community Server...
-- Subject: L'unité (unit) mysql.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a commencé à démarrer.
mai 24 22:10:19 toshiba-satellite-p50-c mysql-systemd-start[2553]: MySQL system database not found in /var/lib/mysql. Please run mysqld --initi
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Control process exited, code=exited status=1
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered failed state.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with result 'exit-code'.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: Starting MySQL Community Server...
-- Subject: L'unité (unit) mysql.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a commencé à démarrer.
mai 24 22:10:19 toshiba-satellite-p50-c mysql-systemd-start[2561]: MySQL system database not found in /var/lib/mysql. Please run mysqld --initi
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Control process exited, code=exited status=1
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered failed state.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with result 'exit-code'.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: Starting MySQL Community Server...
-- Subject: L'unité (unit) mysql.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a commencé à démarrer.
mai 24 22:10:19 toshiba-satellite-p50-c mysql-systemd-start[2569]: MySQL system database not found in /var/lib/mysql. Please run mysqld --initi
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Control process exited, code=exited status=1
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered failed state.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with result 'exit-code'.
mai 24 22:10:19 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: Starting MySQL Community Server...
-- Subject: L'unité (unit) mysql.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a commencé à démarrer.
mai 24 22:10:20 toshiba-satellite-p50-c mysql-systemd-start[2577]: MySQL system database not found in /var/lib/mysql. Please run mysqld --initi
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Control process exited, code=exited status=1
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Unit entered failed state.
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Failed with result 'exit-code'.
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: Stopped MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a terminé son arrêt
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a terminé son arrêt.
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: mysql.service: Start request repeated too quickly.
mai 24 22:10:20 toshiba-satellite-p50-c systemd[1]: Failed to start MySQL Community Server.
-- Subject: L'unité (unit) mysql.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) mysql.service a échoué, avec le résultat failed.
mai 24 22:15:14 toshiba-satellite-p50-c sudo[2635]:   jeanmi : TTY=pts/4 ; PWD=/var/log/mysql ; USER=root ; COMMAND=/bin/nano error.log
mai 24 22:15:14 toshiba-satellite-p50-c sudo[2635]: pam_unix(sudo:session): session opened for user root by (uid=0)
mai 24 22:15:26 toshiba-satellite-p50-c sudo[2635]: pam_unix(sudo:session): session closed for user root
mai 24 22:17:01 toshiba-satellite-p50-c CRON[2651]: pam_unix(cron:session): session opened for user root by (uid=0)
mai 24 22:17:01 toshiba-satellite-p50-c CRON[2652]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
mai 24 22:17:01 toshiba-satellite-p50-c CRON[2651]: pam_unix(cron:session): session closed for user root
mai 24 22:18:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 22:22:04 toshiba-satellite-p50-c systemd[1]: Starting Cleanup of Temporary Directories...
-- Subject: L'unité (unit) systemd-tmpfiles-clean.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) systemd-tmpfiles-clean.service a commencé à démarrer.
mai 24 22:22:04 toshiba-satellite-p50-c systemd-tmpfiles[2707]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
mai 24 22:22:04 toshiba-satellite-p50-c systemd[1]: Started Cleanup of Temporary Directories.
-- Subject: L'unité (unit) systemd-tmpfiles-clean.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) systemd-tmpfiles-clean.service a terminé son démarrage, avec le résultat done.
mai 24 22:28:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 22:35:51 toshiba-satellite-p50-c kernel: perf: interrupt took too long (2533 > 2500), lowering kernel.perf_event_max_sample_rate to 7875
mai 24 22:37:52 toshiba-satellite-p50-c dhclient[1615]: DHCPREQUEST of 192.168.1.12 on wlp7s0 to 192.168.1.1 port 67 (xid=0x13130ca6)
mai 24 22:37:52 toshiba-satellite-p50-c dhclient[1615]: DHCPACK of 192.168.1.12 from 192.168.1.1
mai 24 22:37:52 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527194272.6666]   address 192.168.1.12
mai 24 22:37:52 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527194272.6666]   plen 24 (255.255.255.0)
mai 24 22:37:52 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527194272.6666]   gateway 192.168.1.1
mai 24 22:37:52 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527194272.6667]   server identifier 192.168.1.1
mai 24 22:37:52 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527194272.6667]   lease time 3600
mai 24 22:37:52 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527194272.6667]   nameserver '192.168.1.1'
mai 24 22:37:52 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527194272.6667]   domain name 'lan'
mai 24 22:37:52 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527194272.6667] dhcp4 (wlp7s0): state changed bound -> bound
mai 24 22:37:52 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org
mai 24 22:37:52 toshiba-satellite-p50-c systemd[1]: Starting Network Manager Script Dispatcher Service...
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer.
mai 24 22:37:52 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mai 24 22:37:52 toshiba-satellite-p50-c systemd[1]: Started Network Manager Script Dispatcher Service.
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage, avec le résultat done.
mai 24 22:37:52 toshiba-satellite-p50-c nm-dispatcher[2970]: req:1 'dhcp4-change' [wlp7s0]: new request (1 scripts)
mai 24 22:37:52 toshiba-satellite-p50-c nm-dispatcher[2970]: req:1 'dhcp4-change' [wlp7s0]: start running ordered scripts...
mai 24 22:37:52 toshiba-satellite-p50-c dhclient[1615]: bound to 192.168.1.12 -- renewal in 1444 seconds.
mai 24 22:38:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 22:39:01 toshiba-satellite-p50-c CRON[2990]: pam_unix(cron:session): session opened for user root by (uid=0)
mai 24 22:39:01 toshiba-satellite-p50-c CRON[2991]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && /usr/lib/php/sessionclean)
mai 24 22:39:01 toshiba-satellite-p50-c CRON[2990]: pam_unix(cron:session): session closed for user root
mai 24 22:43:42 toshiba-satellite-p50-c pkexec[3089]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
mai 24 22:43:42 toshiba-satellite-p50-c pkexec[3089]: pam_systemd(polkit-1:session): Cannot create session: Already running in a session
mai 24 22:43:42 toshiba-satellite-p50-c pkexec[3089]: jeanmi: Executing command [USER=root] [TTY=unknown] [CWD=/home/jeanmi] [COMMAND=/usr/lib/
mai 24 22:48:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 22:52:33 toshiba-satellite-p50-c pkexec[3188]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
mai 24 22:52:33 toshiba-satellite-p50-c pkexec[3188]: pam_systemd(polkit-1:session): Cannot create session: Already running in a session
mai 24 22:52:33 toshiba-satellite-p50-c pkexec[3188]: jeanmi: Executing command [USER=root] [TTY=unknown] [CWD=/home/jeanmi] [COMMAND=/usr/lib/
mai 24 22:52:38 toshiba-satellite-p50-c compiz[1812]: gkr-pam: unlocked login keyring
mai 24 22:58:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 22:58:34 toshiba-satellite-p50-c kernel: perf: interrupt took too long (3210 > 3166), lowering kernel.perf_event_max_sample_rate to 6225
mai 24 23:01:56 toshiba-satellite-p50-c dhclient[1615]: DHCPREQUEST of 192.168.1.12 on wlp7s0 to 192.168.1.1 port 67 (xid=0x13130ca6)
mai 24 23:01:56 toshiba-satellite-p50-c dhclient[1615]: DHCPACK of 192.168.1.12 from 192.168.1.1
mai 24 23:01:56 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527195716.3924]   address 192.168.1.12
mai 24 23:01:56 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527195716.3925]   plen 24 (255.255.255.0)
mai 24 23:01:56 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527195716.3925]   gateway 192.168.1.1
mai 24 23:01:56 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527195716.3925]   server identifier 192.168.1.1
mai 24 23:01:56 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527195716.3925]   lease time 3600
mai 24 23:01:56 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527195716.3925]   nameserver '192.168.1.1'
mai 24 23:01:56 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527195716.3926]   domain name 'lan'
mai 24 23:01:56 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527195716.3926] dhcp4 (wlp7s0): state changed bound -> bound
mai 24 23:01:56 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org
mai 24 23:01:56 toshiba-satellite-p50-c systemd[1]: Starting Network Manager Script Dispatcher Service...
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer.
mai 24 23:01:56 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mai 24 23:01:56 toshiba-satellite-p50-c systemd[1]: Started Network Manager Script Dispatcher Service.
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage, avec le résultat done.
mai 24 23:01:56 toshiba-satellite-p50-c nm-dispatcher[3311]: req:1 'dhcp4-change' [wlp7s0]: new request (1 scripts)
mai 24 23:01:56 toshiba-satellite-p50-c nm-dispatcher[3311]: req:1 'dhcp4-change' [wlp7s0]: start running ordered scripts...
mai 24 23:01:56 toshiba-satellite-p50-c dhclient[1615]: bound to 192.168.1.12 -- renewal in 1773 seconds.
mai 24 23:07:52 toshiba-satellite-p50-c org.gnome.evolution.dataserver.Sources5[1409]: ** (evolution-source-registry:1716): WARNING **: secret_
mai 24 23:08:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 23:09:01 toshiba-satellite-p50-c CRON[3454]: pam_unix(cron:session): session opened for user root by (uid=0)
mai 24 23:09:01 toshiba-satellite-p50-c CRON[3455]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && /usr/lib/php/sessionclean)
mai 24 23:09:01 toshiba-satellite-p50-c CRON[3454]: pam_unix(cron:session): session closed for user root
mai 24 23:09:51 toshiba-satellite-p50-c kernel: perf: interrupt took too long (4129 > 4012), lowering kernel.perf_event_max_sample_rate to 4825
mai 24 23:17:01 toshiba-satellite-p50-c CRON[3727]: pam_unix(cron:session): session opened for user root by (uid=0)
mai 24 23:17:01 toshiba-satellite-p50-c CRON[3728]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
mai 24 23:17:01 toshiba-satellite-p50-c CRON[3727]: pam_unix(cron:session): session closed for user root
mai 24 23:18:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 23:28:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 23:29:48 toshiba-satellite-p50-c kernel: perf: interrupt took too long (5241 > 5161), lowering kernel.perf_event_max_sample_rate to 3800
mai 24 23:31:29 toshiba-satellite-p50-c dhclient[1615]: DHCPREQUEST of 192.168.1.12 on wlp7s0 to 192.168.1.1 port 67 (xid=0x13130ca6)
mai 24 23:31:29 toshiba-satellite-p50-c dhclient[1615]: DHCPACK of 192.168.1.12 from 192.168.1.1
mai 24 23:31:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527197489.7632]   address 192.168.1.12
mai 24 23:31:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527197489.7632]   plen 24 (255.255.255.0)
mai 24 23:31:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527197489.7633]   gateway 192.168.1.1
mai 24 23:31:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527197489.7633]   server identifier 192.168.1.1
mai 24 23:31:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527197489.7633]   lease time 3600
mai 24 23:31:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527197489.7634]   nameserver '192.168.1.1'
mai 24 23:31:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527197489.7634]   domain name 'lan'
mai 24 23:31:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527197489.7635] dhcp4 (wlp7s0): state changed bound -> bound
mai 24 23:31:29 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org
mai 24 23:31:29 toshiba-satellite-p50-c systemd[1]: Starting Network Manager Script Dispatcher Service...
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer.
mai 24 23:31:29 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mai 24 23:31:29 toshiba-satellite-p50-c systemd[1]: Started Network Manager Script Dispatcher Service.
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage, avec le résultat done.
mai 24 23:31:29 toshiba-satellite-p50-c nm-dispatcher[3957]: req:1 'dhcp4-change' [wlp7s0]: new request (1 scripts)
mai 24 23:31:29 toshiba-satellite-p50-c nm-dispatcher[3957]: req:1 'dhcp4-change' [wlp7s0]: start running ordered scripts...
mai 24 23:31:29 toshiba-satellite-p50-c dhclient[1615]: bound to 192.168.1.12 -- renewal in 1620 seconds.
mai 24 23:38:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 23:38:11 toshiba-satellite-p50-c com.canonical.Unity.Scope.Applications[1409]: Error loading package indexes: Couldn't stat '/var/cache/
mai 24 23:38:11 toshiba-satellite-p50-c com.canonical.Unity.Scope.Applications[1409]: (unity-scope-loader:4087): unity-applications-daemon-CRIT
mai 24 23:38:28 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.fre
mai 24 23:38:28 toshiba-satellite-p50-c systemd[1]: Starting Hostname Service...
-- Subject: L'unité (unit) systemd-hostnamed.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) systemd-hostnamed.service a commencé à démarrer.
mai 24 23:38:28 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.hostname1'
mai 24 23:38:28 toshiba-satellite-p50-c systemd[1]: Started Hostname Service.
-- Subject: L'unité (unit) systemd-hostnamed.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) systemd-hostnamed.service a terminé son démarrage, avec le résultat done.
mai 24 23:38:30 toshiba-satellite-p50-c org.gtk.vfs.Daemon[1409]: ** (process:4164): WARNING **: Couldn't create directory monitor on smb://x-g
mai 24 23:38:30 toshiba-satellite-p50-c org.gtk.vfs.Daemon[1409]: ** (process:4162): WARNING **: Couldn't create directory monitor on smb://x-g
mai 24 23:39:01 toshiba-satellite-p50-c CRON[4230]: pam_unix(cron:session): session opened for user root by (uid=0)
mai 24 23:39:01 toshiba-satellite-p50-c CRON[4231]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && /usr/lib/php/sessionclean)
mai 24 23:39:01 toshiba-satellite-p50-c CRON[4230]: pam_unix(cron:session): session closed for user root
mai 24 23:48:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 23:58:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
mai 24 23:58:29 toshiba-satellite-p50-c dhclient[1615]: DHCPREQUEST of 192.168.1.12 on wlp7s0 to 192.168.1.1 port 67 (xid=0x13130ca6)
mai 24 23:58:29 toshiba-satellite-p50-c dhclient[1615]: DHCPACK of 192.168.1.12 from 192.168.1.1
mai 24 23:58:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527199109.4898]   address 192.168.1.12
mai 24 23:58:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527199109.4898]   plen 24 (255.255.255.0)
mai 24 23:58:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527199109.4898]   gateway 192.168.1.1
mai 24 23:58:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527199109.4899]   server identifier 192.168.1.1
mai 24 23:58:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527199109.4899]   lease time 3600
mai 24 23:58:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527199109.4899]   nameserver '192.168.1.1'
mai 24 23:58:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527199109.4899]   domain name 'lan'
mai 24 23:58:29 toshiba-satellite-p50-c NetworkManager[846]: <info>  [1527199109.4899] dhcp4 (wlp7s0): state changed bound -> bound
mai 24 23:58:29 toshiba-satellite-p50-c dbus[808]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org
mai 24 23:58:29 toshiba-satellite-p50-c systemd[1]: Starting Network Manager Script Dispatcher Service...
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a commencé à démarrer.
mai 24 23:58:29 toshiba-satellite-p50-c dbus[808]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mai 24 23:58:29 toshiba-satellite-p50-c systemd[1]: Started Network Manager Script Dispatcher Service.
-- Subject: L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) NetworkManager-dispatcher.service a terminé son démarrage, avec le résultat done.
mai 24 23:58:29 toshiba-satellite-p50-c nm-dispatcher[4709]: req:1 'dhcp4-change' [wlp7s0]: new request (1 scripts)
mai 24 23:58:29 toshiba-satellite-p50-c nm-dispatcher[4709]: req:1 'dhcp4-change' [wlp7s0]: start running ordered scripts...
mai 24 23:58:29 toshiba-satellite-p50-c dhclient[1615]: bound to 192.168.1.12 -- renewal in 1605 seconds.
mai 24 23:58:53 toshiba-satellite-p50-c kernel: perf: interrupt took too long (6583 > 6551), lowering kernel.perf_event_max_sample_rate to 3025
mai 25 00:08:07 toshiba-satellite-p50-c wpa_supplicant[1062]: wlp7s0: WPA: Group rekeying completed with e0:b9:e5:ec:39:53 [GTK=CCMP]
lines 2288-2329/2329 (END)

Hors ligne

#12 Le 25/05/2018, à 02:06

krodelabestiole

Re : Problème pour se connecter au server mysql

MySQL system database not found in /var/lib/mysql. Please run mysqld --initia

il manque encore la fin de la ligne mais c'est mieux.

je te conseille de suivre cette procédure (pour une désinstallation / réinstallation propre et complète de mysql) :
https://doc.ubuntu-fr.org/lamp#conflit_ … et_mariadb

Hors ligne

#13 Le 25/05/2018, à 07:55

bruno

Re : Problème pour se connecter au server mysql

+1 pour les recommandations de krodelabestiole wink

Attention tu nous a parlé d'une installation mysql apache2 phpmyadmin en #1 mais ton dernier retour de commande montre : nginx + php-fpm + mysql

Hors ligne

#14 Le 26/05/2018, à 05:30

JohnBe2

Re : Problème pour se connecter au server mysql

nginx est le premier paquet que l'on a du installer au cours , php-fpm serait il inclus dans le paquet ?

Est ce lui qui créerait conflit avec apache2

En fait je ne vois pas trop ou est le problème mais je n'y connais pas grand chose sad

Dernière modification par JohnBe2 (Le 26/05/2018, à 05:31)

Hors ligne

#15 Le 26/05/2018, à 06:28

krodelabestiole

Re : Problème pour se connecter au server mysql

nginx est un serveur http, apache2 est un serveur http.

je t'invite à lire cette doc : https://doc.ubuntu-fr.org/php#installation_minimale
et éventuellement celle-ci : https://doc.ubuntu-fr.org/web
et à nous dire si tu ne comprends toujours pas certaines choses.

Hors ligne

#16 Le 26/05/2018, à 09:16

JohnBe2

Re : Problème pour se connecter au server mysql

Ok si j'ai bien compris j'ai deux choix soit ...

Je désinstalle nginx pour y installer apache2 correctement soit je conserve nginx pour utiliser la suite LEMP (tout en supprimant apache2)

C'est bien ça ? Si oui Lequel me conseillez vous ?

en sachant que nginx ne m'est plus très utile (le cours est terminé) mais que j'aimerais travailler  mes bases de données  sous linux (que je préfère a windows)

Dernière modification par JohnBe2 (Le 26/05/2018, à 09:22)

Hors ligne

#17 Le 26/05/2018, à 21:55

bruno

Re : Problème pour se connecter au server mysql

Tu peux avoir les deux en me temps, il suffit qu'il ne soient pas en écoute sur les mes ports (voir ton cours).
Tu utilises celui qui te convient le mieux, nginx ou apache c'est assez similaire, seule la syntaxe des fichiers de configuration change (voir ton cours).

Dernière modification par bruno (Le 27/05/2018, à 07:11)

Hors ligne

#18 Le 26/05/2018, à 23:35

krodelabestiole

Re : Problème pour se connecter au server mysql

j'ajouterais que nginx est très bien et peut-être un peu plus moderne et cohérent, mais apache est davantage utilisé et documenté, donc on trouve pour le moment plus d'applications web qui décrivent leur déploiement via apache que via nginx, même si ça tend à s'équilibrer.
et apache permet une utilisation simplifiée (même si pas optimum) de PHP via son module, donc ça reste la solution privilégiée pour un setup simple.

nginx ne supporte pas les fichiers .htaccess et ne propose pas d'équivalent (config spécifique mélangée aux fichiers du site) donc là où certains CMS par ex. mettent en place des réécriture d'URL de manière automatique avec apache, il faut le faire manuellement avec nginx.

Hors ligne

#19 Le 27/05/2018, à 06:46

JohnBe2

Re : Problème pour se connecter au server mysql

Ce n'était qu'une introduction a linux, je ne sais pas ou changer les ports et quoi mettre a la place

et je suppose qu'il faut désélectionner quelque part apache2 car à défaut , c'est lui qui tourne pour le moment

Hors ligne

#20 Le 27/05/2018, à 07:14

bruno

Re : Problème pour se connecter au server mysql

Dans ce cas il vaut mieux te former d'abord sur Apache (désinstalle nginx et php-fpm). Tu as les liens vers la doc ubuntu-fr en #15, c'est une bonne introduction.

Hors ligne

#21 Le 27/05/2018, à 11:44

krodelabestiole

Re : Problème pour se connecter au server mysql

oui, ou plutôt comme introduction la page lamp : https://doc.ubuntu-fr.org/lamp

et la page apache pour approfondir le sujet : https://doc.ubuntu-fr.org/apache2

Hors ligne