Page 1 sur 1

Macbook : lenteur et plantage à l'arrêt

Posté : lun. 27 mai 2019 11:21
par le_lutin
Bonjour à tous,
Je reviens au Macbook déjà évoqué ici :
MacBook 4,1 / CM: Mac-F22788A9 / Intel Core2 Duo CPU T8300 @ 2.40GHz / CG GM965/GL960 / Disque SSD / Mint Mate 19.1 64 bits
Cette fois, il est lent pour s'arrêter et parfois plante pendant qu'il s'arrête.(obligé d'arrêter de force) Il bloque sur :

Code : Tout sélectionner

Stopped lvm2 metadata daemon
Et cet ordi n'utilise pas lvm !
je suis tombé sur ce post, mais je n'ai pas trouvé de fichier /usr/share/unattended-upgrades/unattended-upgrade-shutdown, je ne peux donc pas faire la manip suggérée …
Qu'en pensez-vous ?
merci. Belle journée à tous.

Re: Macbook : lenteur et plantage à l'arrêt

Posté : lun. 27 mai 2019 14:44
par le_lutin
ok, j'essaierai. merci pour l'idée.

Re: Macbook : lenteur et plantage à l'arrêt

Posté : ven. 14 juin 2019 17:19
par le_lutin
Bonsoir,
J'ai donc désactivé les services "lvm2" et "lvm2-monitor" mais cela ne semble pas résoudre le problème.
Voici la liste des services lvm utilisés sur le système :

Code : Tout sélectionner

daniel@daniel-MacBook:~$ systemctl list-unit-files '*service' | sort | grep lvm
lvm2-lvmetad.service                       static         
lvm2-lvmpolld.service                      static         
lvm2-monitor.service                       disabled       
lvm2-pvscan@.service                       static         
lvm2.service                               masked         
daniel@daniel-MacBook:~$ systemd-analyze blame | grep lvm
daniel@daniel-MacBook:~$ 
Croyez-vous que je peux tous les désactiver si je n'utilise pas lvm ?
Merci. Belle soirée à tous.

Re: Macbook : lenteur et plantage à l'arrêt

Posté : mer. 10 juil. 2019 13:53
par le_lutin
Bonjour,
J'ai essayé de tout désactiver mais on dirait que ça ne change rien.
Voir le résultat ci-dessous. Qu'en pensez-vous ?

Code : Tout sélectionner

daniel@daniel-MacBook:~$ systemctl list-unit-files '*service' | sort | grep lvm
lvm2-lvmetad.service                       static         
lvm2-lvmpolld.service                      static         
lvm2-monitor.service                       disabled       
lvm2-pvscan@.service                       static         
lvm2.service                               masked         
daniel@daniel-MacBook:~$ sudo systemctl disable lvm2-lvmetad.service
Synchronizing state of lvm2-lvmetad.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable lvm2-lvmetad
daniel@daniel-MacBook:~$ sudo systemctl disable lvm2-lvmpolld.service
Synchronizing state of lvm2-lvmpolld.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable lvm2-lvmpolld
daniel@daniel-MacBook:~$ sudo systemctl disable lvm2-pvscan@.service
daniel@daniel-MacBook:~$ sudo systemctl disable lvm2.service
Synchronizing state of lvm2.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable lvm2
Unit /lib/systemd/system/lvm2.service is masked, ignoring.
daniel@daniel-MacBook:~$ systemctl list-unit-files '*service' | sort | grep lvm
lvm2-lvmetad.service                       static         
lvm2-lvmpolld.service                      static         
lvm2-monitor.service                       disabled       
lvm2-pvscan@.service                       static         
lvm2.service                               masked         
daniel@daniel-MacBook:~$ systemd-analyze blame | grep lvm
daniel@daniel-MacBook:~$