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 07/08/2016, à 10:16

bicounet18

[Résolu] Probleme à la mise en veille

Bonjour,
Mise en veille sur un notebook récent  MSI GP72 6QE-254XFR
sous Xubuntu 16.04.1 LTS (linux 4.4.0.31    X86_64)
xfce4-panel 4.12.0 (Xfce 4.12)
Quelques erreur à la mise en veille :
extrait de syslog :

... systemd[1]: Starting Suspend...
... systemd-sleep[30351]: Failed to connect to non-global ctrl_ifname: (nil)  error: No such file or directory
... systemd-sleep[30353]: /lib/systemd/system-sleep/wpasupplicant failed with error code 255.
... systemd-sleep[30351]: Suspending system..

et de mème au réveil :

... kernel: [78423.290377] PM: Device 1-7 failed to resume async: error -32
......
... snap[30530]: error: cannot list updates: cannot list snaps: cannot list updates: Post https://search.apps.ubuntu.com/api/v1/snaps/metadata: dial tcp: lookup search.apps.ubuntu.com on 127.0.1.1:53: server misbehaving
... snapd.refresh.service: Main process exited, code=exited, status=1/FAILURE
... systemd[1]: Failed to start Automatically refresh installed snaps.
... systemd[1]: snapd.refresh.timer: Adding 1h 44min 35.136821s random time.
... systemd[1]: snapd.refresh.service: Unit entered failed state.
... systemd[1]: snapd.refresh.timer: Adding 3h 26min 115.449ms random time.
... systemd[1]: snapd.refresh.service: Failed with result 'exit-code'.
...
... bluetoothd[3158]: Failed to obtain handles for "Service Changed" characteristic
... systemd-udevd[30470]: Process '/bin/hciconfig hci0 up' failed with exit code 1.
... bluetoothd[3158]: Not enough free handles to register service
... bluetoothd[3158]: Error adding Link Loss service
... bluetoothd[3158]: Not enough free handles to register service
... bluetoothd[3158]: message repeated 2 times: [ Not enough free handles to register service]
... bluetoothd[3158]: Current Time Service could not be registered
... bluetoothd[3158]: gatt-time-server: Input/output error (5)
... bluetoothd[3158]: Not enough free handles to register service
... bluetoothd[3158]: Not enough free handles to register service
... bluetoothd[3158]: Sap driver initialization failed.
... bluetoothd[3158]: sap-server: Operation not permitted (1)
... systemd[1]: Started Load/Save RF Kill Switch Status.
... systemd[1]: Reached target Bluetooth.
... systemd-sleep[30351]: Failed to connect to non-global ctrl_ifname: (nil)  error: No such file or directory
... systemd-sleep[30351]: /dev/sda:
... systemd-sleep[30351]:  setting Advanced Power Management level to 0xfe (254)
... systemd-sleep[30351]:  APM_level#011= 254
... systemd-sleep[30351]: /dev/sdb:
... systemd-sleep[30351]:  APM_level#011= 254
... systemd-sleep[30600]: /lib/systemd/system-sleep/wpasupplicant failed with error code 255.

Merci pour votre aide

Dernière modification par bicounet18 (Le 12/08/2017, à 16:12)

Hors ligne

#2 Le 12/08/2017, à 16:22

bicounet18

Re : [Résolu] Probleme à la mise en veille

Le problème venait de la swap que j'avais déplacé sur un autre disque.
Il faut alors :
modifier le fichier /etc/initramfs-tools/conf.d/resume pour y renseigner le bon UUID de la partition de swap :

RESUME=UUID=db245df9-851d-695b-a3f7-d40f039a6cc6

et ensuite, le faire prendre en compte par le système :

sudo update-initramfs -u -k $(uname -r)

Enfin, redémarrer la machine.

Hors ligne