• Plus d'hibernate depuis bookworm

    From Daniel Caillibaud@21:1/5 to All on Tue Oct 10 11:50:01 2023
    Bonjour,

    Depuis mon passage à bookworm, la mise en veille prolongée ne fonctionne plus. À la mise en
    veille ("mettre en veille prolongée" depuis le menu graphique) ça semble fonctionner en coupant
    tout mais au réveil j'ai des messages de correction d'inodes comme s'il y avait eu une coupure
    de courant, puis un boot "standard" (sans récupérer l'état à la mise en veille).

    Et rien vu dans les logs, ni à l'arrêt ni au démarrage…

    Y'aurait un paquet particulier à installer ?
    Une commande à lancer permettant de débugger ce qui se passe ?

    Merci,

    --
    Daniel

    Chaque jour tu as 30 morts sur la route.
    Moi je roule sur le trottoir.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michel@21:1/5 to All on Tue Oct 10 12:30:02 2023
    Le 10/10/2023 à 11:50, Daniel Caillibaud a écrit :
    Bonjour,

    Depuis mon passage à bookworm, la mise en veille prolongée ne fonctionne plus. À la mise en
    veille ("mettre en veille prolongée" depuis le menu graphique) ça semble fonctionner en coupant
    tout mais au réveil j'ai des messages de correction d'inodes comme s'il y avait eu une coupure
    de courant, puis un boot "standard" (sans récupérer l'état à la mise en veille).

    Et rien vu dans les logs, ni à l'arrêt ni au démarrage…

    Y'aurait un paquet particulier à installer ?
    Une commande à lancer permettant de débugger ce qui se passe ?

    Merci,


    Bonjour,

    J'ai eu le même problème, et en fait c'est l'UUID de la partition de
    swap qui avait changé lors de la mise à jour.

    Trouve l'UUID de ta swap avec :
    blkid /dev/sdax

    Remplace l'ancien UUID dans le fichier /etc/initramfs-tools/conf.d/resume : RESUME=UUID=4c5555cd-33a9-4f2d-a280-27b8788f8e93
    ( par exemple )

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From ajh-valmer@21:1/5 to All on Tue Oct 10 15:00:01 2023
    On Tuesday 10 October 2023 11:43:57 Daniel Caillibaud wrote:
    Depuis mon passage à bookworm, la mise en veille prolongée ne
    fonctionne plus. À la mise en veille ("mettre en veille prolongée"
    depuis le menu graphique) ça semble fonctionner en coupant
    tout mais au réveil j'ai des messages de correction d'inodes
    comme s'il y avait eu une coupure
    de courant, puis un boot "standard" (sans récupérer l'état à
    la mise en veille).
    Et rien vu dans les logs, ni à l'arrêt ni au démarrage…
    Y'aurait un paquet particulier à installer ?
    Une commande à lancer permettant de débugger ce qui se passe ?

    Au delà d'autres réponses certainement intéressantes,
    ça pourrait venir de ton Bureau et l'application "écran de veille"...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Daniel Caillibaud@21:1/5 to All on Tue Oct 10 16:10:01 2023
    Le 10/10/23 à 14:53, "ajh-valmer" <ajh.valmer@free.fr> a écrit :
    ça pourrait venir de ton Bureau et l'application "écran de veille"...

    Ne pouvant désinstaller cinnamon-screensaver sans virer aussi le bureau, je l'ai désactivé.

    Ça change un peu le comportement
    - à la mise en veille ça éteint les écrans puis les rallume avant de s'éteindre
    - au réveil, ça m'affiche mes fenêtres, mais je n'ai plus la souris (ni le clavier)

    Le pb vient probablement du plantage

    oct. 10 15:34:51 ldlc17 kernel: nouveau 0000:01:00.0: fifo: fault 01 [WRITE] at 000000000067a000 engine 05 [BAR2] client 08 [HUB/HOST_CPU_NB] reason 02 [PTE] on channel -1 [017febf000 unknown]

    J'ai donc installé nvidia-driver sur les conseils de nvidia-detect, et l'hibernation fonctionne :-)

    --
    Daniel

    Ils m'ont mal sous-estimé !
    Georges W. Bush (6/11/2000)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michel@21:1/5 to All on Tue Oct 10 15:30:01 2023
    Le 10/10/2023 à 12:30, Michel a écrit :
    Le 10/10/2023 à 11:50, Daniel Caillibaud a écrit :
    Bonjour,

    Depuis mon passage à bookworm, la mise en veille prolongée ne fonctionne plus. À la mise en
    veille ("mettre en veille prolongée" depuis le menu graphique) ça semble fonctionner en coupant
    tout mais au réveil j'ai des messages de correction d'inodes comme s'il y avait eu une coupure
    de courant, puis un boot "standard" (sans récupérer l'état à la mise en veille).

    Et rien vu dans les logs, ni à l'arrêt ni au démarrage…

    Y'aurait un paquet particulier à installer ?
    Une commande à lancer permettant de débugger ce qui se passe ?

    Merci,


    Bonjour,

    J'ai eu le même problème, et en fait c'est l'UUID de la partition de
    swap qui avait changé lors de la mise à jour.

    Trouve l'UUID de ta swap avec :
    blkid /dev/sdax

    Remplace l'ancien UUID dans le fichier /etc/initramfs-tools/conf.d/resume : RESUME=UUID=4c5555cd-33a9-4f2d-a280-27b8788f8e93
    ( par exemple )

    J'oubliais, modifie aussi ton /etc/fstab si tes partitions (notamment
    swap) sont identifiées en UUID.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Daniel Caillibaud@21:1/5 to All on Tue Oct 10 15:20:02 2023
    Le 10/10/23 à 12:08, Michel <cft1@free.fr> a écrit :
    J'ai eu le même problème, et en fait c'est l'UUID de la partition de
    swap qui avait changé lors de la mise à jour.

    Trouve l'UUID de ta swap avec :
    blkid /dev/sdax

    Remplace l'ancien UUID dans le fichier /etc/initramfs-tools/conf.d/resume : RESUME=UUID=4c5555cd-33a9-4f2d-a280-27b8788f8e93

    Merci pour la piste, mais ça ne semble pas être ça

    $ cat /etc/initramfs-tools/conf.d/resume
    RESUME=/dev/mapper/ssd-swap

    $ grep swap /etc/fstab
    /dev/mapper/ssd-swap none swap sw 0 0


    D'ailleurs, s'il ne trouvait pas sa partition de swap j'aurais un message dans kern.log ou
    au moins syslog non ?


    J'ai ajouté le paquet pm-utils qui n'y était pas (j'avais powermgmt-base), la commande
    /usr/sbin/pm-hibernate a bien mis le PC en hibernation (comportement un peu bizarre, écrans qui
    s'éteignent, se rallument après ~5s puis s'éteignent avec le PC), à la remise en route il
    m'affiche bien un "resume from hibernation" et mes fenêtres telles qu'elles étaient à la mise
    en veille, mais j'ai ni clavier ni souris (même le clavier natif du portable en débranchant
    clavier/souris usb) => obligé de faire un hard reset.

    Dans le log je trouve un message sur l'initramfs qui retrouve plus ses petits, je soupçonne
    un pb lié à l'installation d'un nouveau noyau depuis le boot précédent (qui avait une bonne semaine), et je recommence.

    La mise en hibernation semble fonctionner, le réveil aussi, mais au réveil j'ai maintenant l'écran gdm3 qui me demande
    mon mot de passe, et là c'est très très lent (~20s entre l'appui sur une touche et l'affichage du point dans l'input),
    mais le login fonctionne, j'ai le bureau, un curseur de souris qui bouge, et c'est tout… rien d'autre ne répond
    (ctrl+alt+Fx, ctrl+alt+backSpace, ctrl+alt+suppr, alt+tab, toucheDuMenuGlobal, etc.)

    reset hard obligatoire


    kern.log au lancement de la mise en hibernation

    2023-10-10T14:38:51.916389+02:00 ldlc17 kernel: [ 2000.952958] wlp110s0: deauthenticating from 1c:57:3e:a1:59:a1 by local choice (Reason: 3=DEAUTH_LEAVING)
    2023-10-10T14:38:52.616354+02:00 ldlc17 kernel: [ 2001.651421] PM: hibernation: hibernation entry
    2023-10-10T14:38:52.616361+02:00 ldlc17 kernel: [ 2001.652085] (NULL device *): firmware: direct-loading firmware regulatory.db
    2023-10-10T14:38:52.616361+02:00 ldlc17 kernel: [ 2001.652101] (NULL device *): firmware: direct-loading firmware regulatory.db.p7s
    2023-10-10T14:38:52.616362+02:00 ldlc17 kernel: [ 2001.652115] (NULL device *): firmware: direct-loading firmware intel/ibt-12-16.ddc
    2023-10-10T14:38:52.616363+02:00 ldlc17 kernel: [ 2001.652223] (NULL device *): firmware: direct-loading firmware intel/ibt-12-16.sfi
    2023-10-10T14:38:52.616363+02:00 ldlc17 kernel: [ 2001.652588] (NULL device *): firmware: direct-loading firmware iwlwifi-8265-36.ucode
    2023-10-10T14:38:52.620344+02:00 ldlc17 kernel: [ 2001.656199] (NULL device *): firmware: direct-loading firmware i915/kbl_dmc_ver1_04.bin
    2023-10-10T14:38:52.620350+02:00 ldlc17 kernel: [ 2001.656971] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/fecs_sig.bin
    2023-10-10T14:38:52.620351+02:00 ldlc17 kernel: [ 2001.657080] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/gpccs_data.bin
    2023-10-10T14:38:52.620352+02:00 ldlc17 kernel: [ 2001.657097] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/gpccs_sig.bin
    2023-10-10T14:38:52.620354+02:00 ldlc17 kernel: [ 2001.657207] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/fecs_data.bin
    2023-10-10T14:38:52.624350+02:00 ldlc17 kernel: [ 2001.657568] (NULL device *): firmware: direct-loading firmware nvidia/gp106/nvdec/scrubber.bin
    2023-10-10T14:38:52.624358+02:00 ldlc17 kernel: [ 2001.657580] (NULL device *): firmware: direct-loading firmware nvidia/gp106/sec2/sig-1.bin
    2023-10-10T14:38:52.624359+02:00 ldlc17 kernel: [ 2001.657591] (NULL device *): firmware: direct-loading firmware nvidia/gp106/sec2/desc-1.bin
    2023-10-10T14:38:52.624361+02:00 ldlc17 kernel: [ 2001.657965] (NULL device *): firmware: direct-loading firmware nvidia/gp106/acr/bl.bin
    2023-10-10T14:38:52.624362+02:00 ldlc17 kernel: [ 2001.657985] (NULL device *): firmware: direct-loading firmware nvidia/gp106/acr/unload_bl.bin
    2023-10-10T14:38:52.624365+02:00 ldlc17 kernel: [ 2001.658032] (NULL device *): firmware: direct-loading firmware nvidia/gp106/acr/ucode_unload.bin
    2023-10-10T14:38:52.624366+02:00 ldlc17 kernel: [ 2001.658051] (NULL device *): firmware: direct-loading firmware nvidia/gp106/acr/ucode_load.bin
    2023-10-10T14:38:52.624367+02:00 ldlc17 kernel: [ 2001.658062] (NULL device *): firmware: direct-loading firmware nvidia/gp106/sec2/image-1.bin
    2023-10-10T14:38:52.624368+02:00 ldlc17 kernel: [ 2001.658133] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/sw_method_init.bin
    2023-10-10T14:38:52.624368+02:00 ldlc17 kernel: [ 2001.658136] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/sw_nonctx.bin
    2023-10-10T14:38:52.624369+02:00 ldlc17 kernel: [ 2001.658294] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/sw_ctx.bin
    2023-10-10T14:38:52.624370+02:00 ldlc17 kernel: [ 2001.658299] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/gpccs_bl.bin
    2023-10-10T14:38:52.624371+02:00 ldlc17 kernel: [ 2001.658310] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/fecs_bl.bin
    2023-10-10T14:38:52.624372+02:00 ldlc17 kernel: [ 2001.658388] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/sw_bundle_init.bin
    2023-10-10T14:38:52.624374+02:00 ldlc17 kernel: [ 2001.658558] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/fecs_inst.bin
    2023-10-10T14:38:52.624374+02:00 ldlc17 kernel: [ 2001.658686] (NULL device *): firmware: direct-loading firmware nvidia/gp106/gr/gpccs_inst.bin


    # là il s'est éteint, on le réveille


    2023-10-10T14:40:27.192212+02:00 ldlc17 kernel: [ 2001.667769] Filesystems sync: 0.009 seconds
    2023-10-10T14:40:27.192239+02:00 ldlc17 kernel: [ 2001.667908] Freezing user space processes
    2023-10-10T14:40:27.192559+02:00 ldlc17 kernel: [ 2001.669587] Freezing user space processes completed (elapsed 0.001 seconds)
    2023-10-10T14:40:27.192567+02:00 ldlc17 kernel: [ 2001.669590] OOM killer disabled.
    2023-10-10T14:40:27.192572+02:00 ldlc17 kernel: [ 2001.669781] PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
    2023-10-10T14:40:27.192577+02:00 ldlc17 kernel: [ 2001.669784] PM: hibernation: Marking nosave pages: [mem 0x00058000-0x00058fff]
    2023-10-10T14:40:27.192585+02:00 ldlc17 kernel: [ 2001.669785] PM: hibernation: Marking nosave pages: [mem 0x0009e000-0x000fffff]
    2023-10-10T14:40:27.192590+02:00 ldlc17 kernel: [ 2001.669787] PM: hibernation: Marking nosave pages: [mem 0x29886000-0x29887fff]
    2023-10-10T14:40:27.192594+02:00 ldlc17 kernel: [ 2001.669789] PM: hibernation: Marking nosave pages: [mem 0x2ad3a000-0x2adb5fff]
    2023-10-10T14:40:27.192600+02:00 ldlc17 kernel: [ 2001.669791] PM: hibernation: Marking nosave pages: [mem 0x2c912000-0x2c912fff]
    2023-10-10T14:40:27.192604+02:00 ldlc17 kernel: [ 2001.669793] PM: hibernation: Marking nosave pages: [mem 0x2d9e9000-0x2eedefff]
    2023-10-10T14:40:27.192608+02:00 ldlc17 kernel: [ 2001.669858] PM: hibernation: Marking nosave pages: [mem 0x2ef89000-0x2fffefff]
    2023-10-10T14:40:27.192610+02:00 ldlc17 kernel: [ 2001.669911] PM: hibernation: Marking nosave pages: [mem 0x30000000-0xffffffff]
    2023-10-10T14:40:27.192614+02:00 ldlc17 kernel: [ 2001.672674] PM: hibernation: Basic memory bitmaps created
    2023-10-10T14:40:27.192620+02:00 ldlc17 kernel: [ 2001.673032] PM: hibernation: Preallocating image memory
    2023-10-10T14:40:27.192626+02:00 ldlc17 kernel: [ 2002.744880] PM: hibernation: Allocated 1497539 pages for snapshot
    2023-10-10T14:40:27.192629+02:00 ldlc17 kernel: [ 2002.744884] PM: hibernation: Allocated 5990156 kbytes in 1.07 seconds (5598.27 MB/s)
    2023-10-10T14:40:27.192633+02:00 ldlc17 kernel: [ 2002.744886] Freezing remaining freezable tasks
    2023-10-10T14:40:27.192638+02:00 ldlc17 kernel: [ 2002.746329] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
    2023-10-10T14:40:27.192643+02:00 ldlc17 kernel: [ 2002.746510] printk: Suspending console(s) (use no_console_suspend to debug)
    2023-10-10T14:40:27.192648+02:00 ldlc17 kernel: [ 2002.815465] snd_hda_codec_hdmi hdaudioC1D0: HDMI: pin NID 0x5 not registered
    2023-10-10T14:40:27.192652+02:00 ldlc17 kernel: [ 2003.562902] ACPI: EC: interrupt blocked
    2023-10-10T14:40:27.192658+02:00 ldlc17 kernel: [ 2003.574946] ACPI: PM: Preparing to enter system sleep state S4
    2023-10-10T14:40:27.192663+02:00 ldlc17 kernel: [ 2003.576316] ACPI: EC: event blocked
    2023-10-10T14:40:27.192667+02:00 ldlc17 kernel: [ 2003.576318] ACPI: EC: EC stopped
    2023-10-10T14:40:27.192673+02:00 ldlc17 kernel: [ 2003.576320] ACPI: PM: Saving platform NVS memory
    2023-10-10T14:40:27.192677+02:00 ldlc17 kernel: [ 2003.580987] Disabling non-boot CPUs ...
    2023-10-10T14:40:27.192681+02:00 ldlc17 kernel: [ 2003.582624] smpboot: CPU 1 is now offline
    2023-10-10T14:40:27.192686+02:00 ldlc17 kernel: [ 2003.584770] smpboot: CPU 2 is now offline
    2023-10-10T14:40:27.192690+02:00 ldlc17 kernel: [ 2003.586773] smpboot: CPU 3 is now offline
    2023-10-10T14:40:27.192695+02:00 ldlc17 kernel: [ 2003.588964] smpboot: CPU 4 is now offline
    2023-10-10T14:40:27.192701+02:00 ldlc17 kernel: [ 2003.590760] smpboot: CPU 5 is now offline
    2023-10-10T14:40:27.192706+02:00 ldlc17 kernel: [ 2003.592628] smpboot: CPU 6 is now offline
    2023-10-10T14:40:27.192710+02:00 ldlc17 kernel: [ 2003.594437] smpboot: CPU 7 is now offline
    2023-10-10T14:40:27.192715+02:00 ldlc17 kernel: [ 2003.596362] PM: hibernation: Creating image:

    # ici un saut dans le futur

    2023-10-10T14:40:27.192720+02:00 ldlc17 kernel: [ 2004.156674] PM: hibernation: Need to copy 1474358 pages
    2023-10-10T14:40:27.192725+02:00 ldlc17 kernel: [ 2004.156676] PM: hibernation: Normal pages needed: 1474358 + 1024, available pages: 6847551

    # retour au présent

    2023-10-10T14:40:27.192730+02:00 ldlc17 kernel: [ 2003.596555] ACPI: PM: Restoring platform NVS memory
    2023-10-10T14:40:27.192734+02:00 ldlc17 kernel: [ 2003.596999] ACPI: EC: EC started
    2023-10-10T14:40:27.192739+02:00 ldlc17 kernel: [ 2003.597649] Enabling non-boot CPUs ...
    2023-10-10T14:40:27.192745+02:00 ldlc17 kernel: [ 2003.597694] x86: Booting SMP configuration:
    2023-10-10T14:40:27.192750+02:00 ldlc17 kernel: [ 2003.597694] smpboot: Booting Node 0 Processor 1 APIC 0x2
    2023-10-10T14:40:27.192753+02:00 ldlc17 kernel: [ 2003.598320] CPU1 is up 2023-10-10T14:40:27.192758+02:00 ldlc17 kernel: [ 2003.598352] smpboot: Booting Node 0 Processor 2 APIC 0x4
    2023-10-10T14:40:27.192763+02:00 ldlc17 kernel: [ 2003.599003] CPU2 is up 2023-10-10T14:40:27.192768+02:00 ldlc17 kernel: [ 2003.599032] smpboot: Booting Node 0 Processor 3 APIC 0x6
    2023-10-10T14:40:27.192772+02:00 ldlc17 kernel: [ 2003.599726] CPU3 is up 2023-10-10T14:40:27.192777+02:00 ldlc17 kernel: [ 2003.599755] smpboot: Booting Node 0 Processor 4 APIC 0x1
    2023-10-10T14:40:27.192782+02:00 ldlc17 kernel: [ 2003.600625] CPU4 is up 2023-10-10T14:40:27.192787+02:00 ldlc17 kernel: [ 2003.600658] smpboot: Booting Node 0 Processor 5 APIC 0x3
    2023-10-10T14:40:27.192793+02:00 ldlc17 kernel: [ 2003.601460] CPU5 is up 2023-10-10T14:40:27.192798+02:00 ldlc17 kernel: [ 2003.601490] smpboot: Booting Node 0 Processor 6 APIC 0x5
    2023-10-10T14:40:27.192802+02:00 ldlc17 kernel: [ 2003.602362] CPU6 is up 2023-10-10T14:40:27.192807+02:00 ldlc17 kernel: [ 2003.602392] smpboot: Booting Node 0 Processor 7 APIC 0x7
    2023-10-10T14:40:27.192812+02:00 ldlc17 kernel: [ 2003.603341] CPU7 is up 2023-10-10T14:40:27.192817+02:00 ldlc17 kernel: [ 2003.606426] ACPI: PM: Waking up from system sleep state S4
    2023-10-10T14:40:27.192823+02:00 ldlc17 kernel: [ 2003.609100] ACPI: EC: interrupt unblocked
    2023-10-10T14:40:27.192828+02:00 ldlc17 kernel: [ 2003.609456] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
    2023-10-10T14:40:27.192832+02:00 ldlc17 kernel: [ 2003.609588] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
    2023-10-10T14:40:27.192837+02:00 ldlc17 kernel: [ 2003.609595] pcieport 0000:00:1c.6: Intel SPT PCH root port ACS workaround enabled
    2023-10-10T14:40:27.192843+02:00 ldlc17 kernel: [ 2003.906386] ACPI: EC: event unblocked
    2023-10-10T14:40:27.192848+02:00 ldlc17 kernel: [ 2003.906508] usb usb1: root hub lost power or was reset
    2023-10-10T14:40:27.192853+02:00 ldlc17 kernel: [ 2003.906511] usb usb2: root hub lost power or was reset
    2023-10-10T14:40:27.192857+02:00 ldlc17 kernel: [ 2003.908042] iwlwifi 0000:6e:00.0: RF_KILL bit toggled to enable radio.
    2023-10-10T14:40:27.192861+02:00 ldlc17 kernel: [ 2003.916474] sd 3:0:0:0: [sda] Starting disk
    2023-10-10T14:40:27.192866+02:00 ldlc17 kernel: [ 2003.916474] sd 2:0:0:0: [sdb] Starting disk
    2023-10-10T14:40:27.192871+02:00 ldlc17 kernel: [ 2003.916555] sd 0:0:0:0: [sdc] Starting disk
    2023-10-10T14:40:27.192876+02:00 ldlc17 kernel: [ 2003.916658] nouveau 0000:01:00.0: fifo: fault 01 [WRITE] at 000000000067a000 engine 05 [BAR2] client 08 [HUB/HOST_CPU_NB] reason 02 [PTE] on channel -1 [017febf000 unknown]

    # là y'a un plantage avec nouveau, et on repart après les deux lignes écrites "plus tôt"

    2023-10-10T14:40:27.192883+02:00 ldlc17 kernel: [ 2004.266273] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    2023-10-10T14:40:27.192886+02:00 ldlc17 kernel: [ 2004.266529] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    2023-10-10T14:40:27.192891+02:00 ldlc17 kernel: [ 2004.266545] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    2023-10-10T14:40:27.192895+02:00 ldlc17 kernel: [ 2004.266709] ata2: SATA link down (SStatus 4 SControl 300)
    2023-10-10T14:40:27.192899+02:00 ldlc17 kernel: [ 2004.266779] ata1.00: supports DRM functions and may not be fully accessible
    2023-10-10T14:40:27.192902+02:00 ldlc17 kernel: [ 2004.272245] ata1.00: supports DRM functions and may not be fully accessible
    2023-10-10T14:40:27.192906+02:00 ldlc17 kernel: [ 2004.277187] ata1.00: configured for UDMA/133
    2023-10-10T14:40:27.192911+02:00 ldlc17 kernel: [ 2004.287290] ahci 0000:00:17.0: port does not support device sleep
    2023-10-10T14:40:27.192915+02:00 ldlc17 kernel: [ 2004.292377] ata1.00: Enabling discard_zeroes_data
    2023-10-10T14:40:27.192920+02:00 ldlc17 kernel: [ 2004.353226] ata4.00: configured for UDMA/133
    2023-10-10T14:40:27.192924+02:00 ldlc17 kernel: [ 2004.353315] ata3.00: configured for UDMA/133
    2023-10-10T14:40:27.192929+02:00 ldlc17 kernel: [ 2004.383831] usb 1-5: reset low-speed USB device number 3 using xhci_hcd
    2023-10-10T14:40:27.192933+02:00 ldlc17 kernel: [ 2004.940104] usb 1-1: reset low-speed USB device number 2 using xhci_hcd
    2023-10-10T14:40:27.192938+02:00 ldlc17 kernel: [ 2005.031709] psmouse serio2: synaptics: queried max coordinates: x [..5656], y [..4728]
    2023-10-10T14:40:27.192942+02:00 ldlc17 kernel: [ 2005.155834] psmouse serio2: synaptics: queried min coordinates: x [1284..], y [1128..]
    2023-10-10T14:40:27.192946+02:00 ldlc17 kernel: [ 2005.356338] usb 1-8: reset full-speed USB device number 5 using xhci_hcd
    2023-10-10T14:40:27.192951+02:00 ldlc17 kernel: [ 2005.632315] usb 1-9: reset high-speed USB device number 6 using xhci_hcd
    2023-10-10T14:40:27.192956+02:00 ldlc17 kernel: [ 2005.788305] PM: hibernation: Basic memory bitmaps freed
    2023-10-10T14:40:27.192960+02:00 ldlc17 kernel: [ 2005.788621] pcieport 0000:00:1c.4: PCI bridge to [bus 6d]
    2023-10-10T14:40:27.192965+02:00 ldlc17 kernel: [ 2005.788638] pcieport 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    2023-10-10T14:40:27.192969+02:00 ldlc17 kernel: [ 2005.788668] pcieport 0000:00:1c.4: bridge window [mem 0xdc200000-0xdc2fffff]
    2023-10-10T14:40:27.192974+02:00 ldlc17 kernel: [ 2005.788939] OOM killer enabled.
    2023-10-10T14:40:27.192979+02:00 ldlc17 kernel: [ 2005.788943] Restarting tasks ...
    2023-10-10T14:40:27.192984+02:00 ldlc17 kernel: [ 2005.788946] pcieport 0000:00:1c.6: PCI bridge to [bus 6e]
    2023-10-10T14:40:27.192988+02:00 ldlc17 kernel: [ 2005.788978] pcieport 0000:00:1c.6: bridge window [mem 0xdc100000-0xdc1fffff]
    2023-10-10T14:40:27.192993+02:00 ldlc17 kernel: [ 2005.789096] usb 1-7: USB disconnect, device number 4
    2023-10-10T14:40:27.198449+02:00 ldlc17 kernel: [ 2005.795178] done. 2023-10-10T14:40:27.202373+02:00 ldlc17 kernel: [ 2005.796667] PM: hibernation: hibernation exit
    2023-10-10T14:40:27.302654+02:00 ldlc17 kernel: [ 2005.896140] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
    2023-10-10T14:40:27.322369+02:00 ldlc17 kernel: [ 2005.916018] usb 1-7: new full-speed USB device number 7 using xhci_hcd
    2023-10-10T14:40:27.442395+02:00 ldlc17 kernel: [ 2006.036008] Generic FE-GE Realtek PHY r8169-0-6d01:00: attached PHY driver (mii_bus:phy_addr=r8169-0-6d01:00, irq=MAC)
    2023-10-10T14:40:27.470407+02:00 ldlc17 kernel: [ 2006.065699] usb 1-7: New USB device found, idVendor=1c7a, idProduct=0603, bcdDevice= 2.00
    2023-10-10T14:40:27.470421+02:00 ldlc17 kernel: [ 2006.065705] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    2023-10-10T14:40:27.470422+02:00 ldlc17 kernel: [ 2006.065707] usb 1-7: Product: EgisTec_ES603
    2023-10-10T14:40:27.470425+02:00 ldlc17 kernel: [ 2006.065709] usb 1-7: Manufacturer: EgisTec
    2023-10-10T14:40:27.522392+02:00 ldlc17 kernel: [ 2006.116213] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
    2023-10-10T14:40:27.522397+02:00 ldlc17 kernel: [ 2006.117187] Bluetooth: hci0: Device revision is 16
    2023-10-10T14:40:27.522398+02:00 ldlc17 kernel: [ 2006.117191] Bluetooth: hci0: Secure boot is enabled
    2023-10-10T14:40:27.522399+02:00 ldlc17 kernel: [ 2006.117193] Bluetooth: hci0: OTP lock is enabled
    2023-10-10T14:40:27.522400+02:00 ldlc17 kernel: [ 2006.117195] Bluetooth: hci0: API lock is enabled
    2023-10-10T14:40:27.522407+02:00 ldlc17 kernel: [ 2006.117196] Bluetooth: hci0: Debug lock is disabled
    2023-10-10T14:40:27.522408+02:00 ldlc17 kernel: [ 2006.117197] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
    2023-10-10T14:40:27.522410+02:00 ldlc17 kernel: [ 2006.117202] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
    2023-10-10T14:40:27.646408+02:00 ldlc17 kernel: [ 2006.240197] r8169 0000:6d:00.1 enp109s0f1: Link is Down
    2023-10-10T14:40:29.186479+02:00 ldlc17 kernel: [ 2007.783369] Bluetooth: hci0: Waiting for firmware download to complete
    2023-10-10T14:40:29.190460+02:00 ldlc17 kernel: [ 2007.784209] Bluetooth: hci0: Firmware loaded in 1627919 usecs
    2023-10-10T14:40:29.190476+02:00 ldlc17 kernel: [ 2007.784316] Bluetooth: hci0: Waiting for device to boot
    2023-10-10T14:40:29.202468+02:00 ldlc17 kernel: [ 2007.797267] Bluetooth: hci0: Device booted in 12739 usecs
    2023-10-10T14:40:29.202484+02:00 ldlc17 kernel: [ 2007.797284] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
    2023-10-10T14:40:29.206463+02:00 ldlc17 kernel: [ 2007.800209] Bluetooth: hci0: Applying Intel DDC parameters completed
    2023-10-10T14:40:29.206480+02:00 ldlc17 kernel: [ 2007.801284] Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
    2023-10-10T14:40:29.258462+02:00 ldlc17 kernel: [ 2007.855004] Bluetooth: MGMT ver 1.22
    2023-10-10T14:40:31.154433+02:00 ldlc17 kernel: [ 2009.748911] wlp110s0: authenticate with 1c:57:3e:a1:59:a1
    2023-10-10T14:40:31.162433+02:00 ldlc17 kernel: [ 2009.757171] wlp110s0: send auth to 1c:57:3e:a1:59:a1 (try 1/3)
    2023-10-10T14:40:31.166447+02:00 ldlc17 kernel: [ 2009.762458] wlp110s0: authenticated
    2023-10-10T14:40:31.174412+02:00 ldlc17 kernel: [ 2009.768118] wlp110s0: associate with 1c:57:3e:a1:59:a1 (try 1/3)
    2023-10-10T14:40:31.174422+02:00 ldlc17 kernel: [ 2009.769586] wlp110s0: RX AssocResp from 1c:57:3e:a1:59:a1 (capab=0x1011 status=0 aid=16)
    2023-10-10T14:40:31.178426+02:00 ldlc17 kernel: [ 2009.772705] wlp110s0: associated
    2023-10-10T14:40:31.222561+02:00 ldlc17 kernel: [ 2009.816444] wlp110s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 1c:57:3e:a1:59:a1
    2023-10-10T14:40:31.266473+02:00 ldlc17 kernel: [ 2009.860654] IPv6: ADDRCONF(NETDEV_CHANGE): wlp110s0: link becomes ready
    2023-10-10T14:40:38.490895+02:00 ldlc17 kernel: [ 2017.088225] Asynchronous wait on fence nouveau:systemd-logind[1524]:8008943c timed out (hint:submit_notify [i915])
    2023-10-10T14:40:49.499014+02:00 ldlc17 kernel: [ 2028.096329] Asynchronous wait on fence nouveau:systemd-logind[1524]:8008943d timed out (hint:submit_notify [i915])
    2023-10-10T14:41:00.506792+02:00 ldlc17 kernel: [ 2039.104340] Asynchronous wait on fence nouveau:systemd-logind[1524]:80089442 timed out (hint:submit_notify [i915])
    2023-10-10T14:41:11.514897+02:00 ldlc17 kernel: [ 2050.112531] Asynchronous wait on fence nouveau:systemd-logind[1524]:80089443 timed out (hint:submit_notify [i915])
    2023-10-10T14:41:22.266825+02:00 ldlc17 kernel: [ 2060.864608] Asynchronous wait on fence nouveau:systemd-logind[1524]:80089445 timed out (hint:submit_notify [i915])
    2023-10-10T14:41:33.274862+02:00 ldlc17 kernel: [ 2071.872733] Asynchronous wait on fence nouveau:systemd-logind[1524]:80089446 timed out (hint:submit_notify [i915])
    2023-10-10T14:41:44.539113+02:00 ldlc17 kernel: [ 2083.136861] Asynchronous wait on fence nouveau:systemd-logind[1524]:80089448 timed out (hint:submit_notify [i915])
    2023-10-10T14:41:55.546877+02:00 ldlc17 kernel: [ 2094.144936] Asynchronous wait on fence nouveau:systemd-logind[1524]:80089449 timed out (hint:submit_notify [i915])
    2023-10-10T14:42:06.298895+02:00 ldlc17 kernel: [ 2104.897041] Asynchronous wait on fence nouveau:systemd-logind[1524]:8008944b timed out (hint:submit_notify [i915])
    2023-10-10T14:42:17.306877+02:00 ldlc17 kernel: [ 2115.905018] Asynchronous wait on fence nouveau:systemd-logind[1524]:8008944c timed out (hint:submit_notify [i915])
    2023-10-10T14:42:28.314888+02:00 ldlc17 kernel: [ 2126.913245] Asynchronous wait on fence nouveau:systemd-logind[1524]:8008944e timed out (hint:submit_notify [i915])
    2023-10-10T14:42:39.322927+02:00 ldlc17 kernel: [ 2137.921342] Asynchronous wait on fence nouveau:systemd-logind[1524]:8008944f timed out (hint:submit_notify [i915])
    2023-10-10T14:42:50.330866+02:00 ldlc17 kernel: [ 2148.929458] Asynchronous wait on fence nouveau:systemd-logind[1524]:80089451 timed out (hint:submit_notify [i915])
    2023-10-10T14:43:01.339057+02:00 ldlc17 kernel: [ 2159.937531] Asynchronous wait on fence nouveau:systemd-logind[1524]:80089452 timed out (hint:submit_notify [i915])
    2023-10-10T14:43:12.347189+02:00 ldlc17 kernel: [ 2170.945663] Asynchronous wait on fence nouveau:systemd-logind[1524]:80089454 timed out (hint:submit_notify [i915])
    2023-10-10T14:43:23.354928+02:00 ldlc17 kernel: [ 2181.953628] Asynchronous wait on fence nouveau:systemd-logind[1524]:80089455 timed out (hint:submit_notify [i915])
    2023-10-10T14:43:34.362881+02:00 ldlc17 kernel: [ 2192.961844] Asynchronous wait on fence nouveau:systemd-logind[1524]:80089457 timed out (hint:submit_notify [i915])

    # et ça reste planté là jusqu'au hard reset…


    Avec journalctl j'ai un peu plus d'infos

    oct. 10 14:41:55 ldlc17 kernel: Asynchronous wait on fence nouveau:systemd-logind[1524]:80089449 timed out (hint:submit_notify [i915])
    oct. 10 14:41:55 ldlc17 /usr/libexec/gdm-x-session[3054]: Window manager warning: last_user_time (2083658) is greater than comparison timestamp (2075946). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_
    ACTIVE_WINDOW. Trying to w>
    oct. 10 14:41:55 ldlc17 /usr/libexec/gdm-x-session[3054]: Window manager warning: 0x5a0221f appears to be one of the offending windows with a timestamp of 2083658. Working around...
    oct. 10 14:42:06 ldlc17 kernel: Asynchronous wait on fence nouveau:systemd-logind[1524]:8008944b timed out (hint:submit_notify [i915])
    oct. 10 14:42:17 ldlc17 kernel: Asynchronous wait on fence nouveau:systemd-logind[1524]:8008944c timed out (hint:submit_notify [i915])
    oct. 10 14:42:17 ldlc17 /usr/libexec/gdm-x-session[2686]: cinnamon-session[2686]: WARNING: t+2085,19546s: Detected that screensaver has left the bus
    oct. 10 14:42:17 ldlc17 cinnamon-session[2686]: WARNING: t+2085,19546s: Detected that screensaver has left the bus
    oct. 10 14:42:17 ldlc17 org.cinnamon.ScreenSaver[5104]: Error in sys.excepthook:
    oct. 10 14:42:17 ldlc17 org.cinnamon.ScreenSaver[5104]: Original exception was: oct. 10 14:42:17 ldlc17 org.cinnamon.ScreenSaver[5104]: Error in sys.excepthook:
    oct. 10 14:42:17 ldlc17 org.cinnamon.ScreenSaver[5104]: Original exception was: oct. 10 14:42:17 ldlc17 org.cinnamon.ScreenSaver[5104]: Error in sys.excepthook:
    oct. 10 14:42:17 ldlc17 org.cinnamon.ScreenSaver[5104]: Original exception was: oct. 10 14:42:28 ldlc17 kernel: Asynchronous wait on fence nouveau:systemd-logind[1524]:8008944e timed out (hint:submit_notify [i915])
    oct. 10 14:42:39 ldlc17 kernel: Asynchronous wait on fence nouveau:systemd-logind[1524]:8008944f timed out (hint:submit_notify [i915])
    oct. 10 14:42:50 ldlc17 kernel: Asynchronous wait on fence nouveau:systemd-logind[1524]:80089451 timed out (hint:submit_notify [i915])
    oct. 10 14:43:01 ldlc17 kernel: Asynchronous wait on fence nouveau:systemd-logind[1524]:80089452 timed out (hint:submit_notify [i915])
    oct. 10 14:43:12 ldlc17 kernel: Asynchronous wait on fence nouveau:systemd-logind[1524]:80089454 timed out (hint:submit_notify [i915])
    oct. 10 14:43:23 ldlc17 kernel: Asynchronous wait on fence nouveau:systemd-logind[1524]:80089455 timed out (hint:submit_notify [i915])
    oct. 10 14:43:34 ldlc17 kernel: Asynchronous wait on fence nouveau:systemd-logind[1524]:80089457 timed out (hint:submit_notify [i915])
    oct. 10 14:43:45 ldlc17 kernel: Asynchronous wait on fence nouveau:systemd-logind[1524]:80089458 timed out (hint:submit_notify [i915])

    un pb de screensaver, peut-être lié au plantage nouveau précédent…


    Je devrais virer xserver-xorg-video-nouveau et le remplacer par xserver-xorg-video-nvidia ?



    --
    Daniel

    Il faut toujours aller trop loin.
    William James

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?S=C3=A9bastien_NOBILI?=@21:1/5 to All on Wed Oct 11 14:00:02 2023
    Bonjour,

    Le 2023-10-10 11:43, Daniel Caillibaud a écrit :
    Une commande à lancer permettant de débugger ce qui se passe ?

    As-tu essayé avec `systemctl hibernate` ?
    Ça ne donnera pas plus d'infos de debug, je ne sais pas bien si ça
    fera différemment de ce que tu as fait précédemment mais c'est la
    commande que j'utilise et ça fonctionne bien (dans mon cas).

    Sébastien

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Erwann Le Bras@21:1/5 to All on Thu Oct 12 13:00:02 2023
    Le 10/10/2023 à 15:19, Daniel Caillibaud a écrit :
    La mise en hibernation semble fonctionner, le réveil aussi, mais au
    réveil j'ai maintenant l'écran gdm3 qui me demande mon mot de passe,
    et là c'est très très lent (~20s entre l'appui sur une touche et l'affichage du point dans l'input), mais le login fonctionne, j'ai le bureau, un curseur de souris qui bouge, et c'est tout… rien d'autre ne répond (ctrl+alt+Fx, ctrl+alt+backSpace, ctrl+alt+suppr, alt+tab, toucheDuMenuGlobal, etc.) => reset hard obligatoire


    bonjour

    Peut-être trop d'impatience? il n'a peut-être pas eu le temps de tout remonter? C'est d'autant plus vrai que la RAM est importante.

    sur mon bidule avec ses 4 Go,  il lui faut un bon moment avant d'être pleinement redémarré après une mise en hibernation .

    c'est si peu efficace que je ne fais que des mises en veilles simples ou
    des arrêts propres. C'est souvent plus rapide....

    Erwann

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Daniel Caillibaud@21:1/5 to All on Fri Oct 13 15:10:01 2023
    Le 12/10/23 à 10:54, Erwann Le Bras <erwann.le-bras@laposte.net> a écrit :
    Peut-être trop d'impatience? il n'a peut-être pas eu le temps de tout remonter? C'est d'autant plus vrai que la RAM est importante.

    Le délai c'est avant affichage de la session graphique (pendant le "resuming from hibernation"
    de l'écran de boot), pas ensuite.

    J'avais une session graphique affichée à l'écran, mais tout était figé (seul le curseur de
    souris bougeait, mais clic inactif et pas de clavier).

    c'est si peu efficace que je ne fais que des mises en veilles simples ou
    des arrêts propres. C'est souvent plus rapide....

    Dans mon cas, redémarrer et retrouver mon bureau comme il était me fait gagner 5 bonnes minutes
    de tâches fastidieuses et sans intérêt (ouvrir les conteneurs chiffrés contenant des clés, les
    trousseaux, les passphrases de clés ssh, 5~6 terminaux dans les bons dossiers avec la bonne
    commande lancée, les bons softs ouverts sur les bons fichiers, etc.).

    C'est quand même bcp plus confortable depuis que l'hipernate refonctionne :-)

    Seul truc bizarre, à la remise sous tension c'est plus long pour avoir le menu grub (à vue de
    nez ~15s vs ~5s avant, pas chronométré précisément) et je me demande bien pourquoi, comment le
    boot uefi distingue un démarrage normal d'une reprise d'hibernation ?

    La partition de swap est dans un volume physique chiffré, je pensais que c'était l'init lancé
    par grub qui faisait la différence après déchiffrement du volume et montage des filesystem, car
    avant je vois pas comment la machine peut distinguer sans accès au disque système, pourtant elle
    le fait.

    --
    Daniel

    L'idée d'une armée européenne est vraiment intéressante,
    mais pourquoi ne pas aller plus loin en créant une armée
    mondiale dont le principal intérêt serait qu'elle n'aurait
    pas d'ennemis.
    Philippe Geluck, Le chat

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)