Pages : 1
#1 Le 18/12/2024, à 00:29
- Pascal_14
Cypttab et noyau
Bonjour,
Je suis sous Ubuntu 24.04 (fraichement installée après la 22.04) avec un disque de données crypté avec luks. J'ai un fichier /etc/crypptab a priori normalement constitué (il fonctionnait sous la 22.04) et au démarrage le mot de passe luks est demandé et la machine se lance.
Tout fonctionne bien avec le noyau 6.8.0.41 mais la machine plante avec le 6.8.0.51 (la touche Verr Num ne s'allume plus par exemple).. J'ai regardé quelques pages sur le web sans trop de succès (faire update-initramfs -u ne change rien). Il n'y a aucun message d'erreur même lorsque l'on démarre en mode texte (dmesg n'indique rien).
Je ne sais pas s'il s'agit d'un bug avec cette nouvelle version du noyau ou s'il s'agit d'un changement de procédure d'Ubuntu avec luks.
À tout hasard, quelqu'un aurait-il déjà rencontré ce type de problème ?
Merci d'avance.
Hors ligne
#2 Le 18/12/2024, à 08:34
- xubu1957
Re : Cypttab et noyau
Bonjour,
Fournis les noyaux présents :
echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
et :
dpkg -l | grep -v ^ii
en te servant du Retour utilisable de commande.
Astuce pour copier / coller sans erreur :
triple clic gauche pour sélectionner et copier une ligne entière
clic molette pour coller dans le terminal
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#3 Le 18/12/2024, à 09:44
- Pascal_14
Re : Cypttab et noyau
Bonjour,
En fait, j'avais fait une première msie à jour de 22.04 à 24.04. Comme cela plantait, je me suis dit que la mise à jour avait peut-être oublié quelque chose et j'ai donc fait une réinstallation complète. La première avait été faite en activant le wifi pour les mises à jour et cela m'a mis automatiquement en noyau 6.8.0.51. Je me suis dit qu'il y avait peut-être un problème avec le noyau et j'ai donc refait une installation sans wifi pour récupérer une version plus ancienne (j'avais aussi essayé d'installer un noyau plus ancien mais sans succès).
Le problème semble avoir été rencontré sur la 24.10 (il faut installer le paquet systemd-cryptsetup mais il n'est pas présent sur la 24.04, systemd-cryptsetup est bien présent sur la machine).
Ne vous prenez pas la tète, c'était au cas où. Je vais attendre une nouvelle version du noyau pour voir (cela fonctionne avec le 6.8.0.41) et essaierai alors de lancer un rapport de bug.
user@ZenBook-UX333FA:~$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
linux-headers-6.8.0-41 6.8.0-41.41 all
linux-headers-6.8.0-41-generic 6.8.0-41.41 amd64
linux-image-6.8.0-41-generic 6.8.0-41.41 amd64
linux-modules-6.8.0-41-generic 6.8.0-41.41 amd64
linux-modules-extra-6.8.0-41-generic 6.8.0-41.41 amd64
linux-tools-6.8.0-41 6.8.0-41.41 amd64
linux-tools-6.8.0-41-generic 6.8.0-41.41 amd64
linux-headers-6.8.0-51 6.8.0-51.52 all
linux-tools-common 6.8.0-51.52 all
linux-generic-hwe-24.04 6.8.0-51.52 amd64
linux-headers-6.8.0-51-generic 6.8.0-51.52 amd64
linux-headers-generic-hwe-24.04 6.8.0-51.52 amd64
linux-image-6.8.0-51-generic 6.8.0-51.52 amd64
linux-image-generic-hwe-24.04 6.8.0-51.52 amd64
linux-modules-6.8.0-51-generic 6.8.0-51.52 amd64
linux-modules-extra-6.8.0-51-generic 6.8.0-51.52 amd64
linux-tools-6.8.0-51 6.8.0-51.52 amd64
linux-tools-6.8.0-51-generic 6.8.0-51.52 amd64
Noyau courant : 6.8.0-41-generic x86_64
user@ZenBook-UX333FA:~$
Hors ligne
#4 Le 18/12/2024, à 09:46
- xubu1957
Re : Cypttab et noyau
Aucun retour pour :
dpkg -l | grep -v ^ii
?
Donne la liste des anomalies de démarrage :
journalctl --no-pager -b -p err
et :
ls -l /var/crash
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#5 Le 18/12/2024, à 09:48
- Pascal_14
Re : Cypttab et noyau
La deuxième commande:
user@ZenBook-UX333FA:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-==============================================-========================================-============-================================================================================
user@ZenBook-UX333FA:~$
Hors ligne
#6 Le 18/12/2024, à 15:36
- Pascal_14
Re : Cypttab et noyau
user@ZenBook-UX333FA:~$ sudo dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-==============================================-========================================-============-================================================================================
user@ZenBook-UX333FA:~$
Hors ligne
#7 Le 18/12/2024, à 15:37
- Pascal_14
Re : Cypttab et noyau
user@ZenBook-UX333FA:~$ sudo journalctl --no-pager -b -p err
déc. 18 14:30:41 ZenBook-UX333FA kernel: x86/cpu: SGX disabled by BIOS.
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR1._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR1._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR2._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR2._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 18 14:30:41 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 18 14:30:44 ZenBook-UX333FA kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
déc. 18 14:30:44 ZenBook-UX333FA bluetoothd[1020]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
déc. 18 14:30:44 ZenBook-UX333FA bluetoothd[1020]: sap-server: Operation not permitted (1)
déc. 18 14:30:45 ZenBook-UX333FA thermald[1057]: Unsupported condition 4 (Motion)
déc. 18 14:30:45 ZenBook-UX333FA thermald[1057]: Unsupported condition 50 (User_presence)
déc. 18 14:30:45 ZenBook-UX333FA thermald[1057]: Unsupported conditions are present
déc. 18 14:30:47 ZenBook-UX333FA canonical-livepatch.canonical-livepatchd[1337]: Task "refresh" returned an error: livepatch check failed: POST request to "https://livepatch.canonical.com/v1/client/a013c8b16ec34466a2010764219ab750/updates" failed, retrying in 30s.
déc. 18 14:30:47 ZenBook-UX333FA gdm-autologin][1388]: gkr-pam: couldn't unlock the login keyring.
déc. 18 14:31:07 ZenBook-UX333FA systemd-tty-ask-password-agent[616]: Failed to query password: Input/output error
déc. 18 14:31:07 ZenBook-UX333FA systemd-tty-ask-password-agent[616]: Failed to process password: Input/output error
user@ZenBook-UX333FA:~$
Hors ligne
#8 Le 18/12/2024, à 15:38
- Pascal_14
Re : Cypttab et noyau
user@ZenBook-UX333FA:~$ ls -l /var/crash
total 4676
-rw-r----- 1 user whoopsie 3418841 déc. 16 22:44 _usr_libexec_ibus-x11.1000.crash
-rw-r----- 1 user whoopsie 1367372 déc. 18 14:20 _usr_lib_x86_64-linux-gnu_libexec_xdg-desktop-portal-kde.1000.crash
user@ZenBook-UX333FA:~$
Hors ligne
#9 Le 18/12/2024, à 15:40
- Pascal_14
Re : Cypttab et noyau
Il y a sûrement un bug.
J'ai passé l'option nofail dans /etc/crypttab et si je fais sudo apt update, il me demande le mot de passe du disque luks.
Hors ligne
#10 Le 18/12/2024, à 15:44
- xubu1957
Re : Cypttab et noyau
Montre la carte graphique :
lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
xinput list
et :
echo $XDG_SESSION_TYPE
pour voir si c'est Wayland ou x11, en te servant du Retour utilisable de commande.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#11 Le 18/12/2024, à 15:49
- Pascal_14
Re : Cypttab et noyau
user@ZenBook-UX333FA:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation WhiskeyLake-U GT2 [UHD Graphics 620] [8086:3ea0] (prog-if 00 [VGA controller])
DeviceName: VGA
Kernel driver in use: i915
Kernel modules: i915
user@ZenBook-UX333FA:~$
user@ZenBook-UX333FA:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation WhiskeyLake-U GT2 [UHD Graphics 620] [8086:3ea0] (prog-if 00 [VGA controller])
DeviceName: VGA
Kernel driver in use: i915
Kernel modules: i915
user@ZenBook-UX333FA:~$
[code]
user@ZenBook-UX333FA:~$ echo $XDG_SESSION_TYPE
x11
user@ZenBook-UX333FA:~$
[/code]
Hors ligne
#12 Le 18/12/2024, à 15:58
- xubu1957
Re : Cypttab et noyau
xinput list
?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#13 Le 18/12/2024, à 18:22
- Pascal_14
Re : Cypttab et noyau
u
ser@ZenBook-UX333FA:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ ELAN1402:00 04F3:30BF Mouse id=9 [slave pointer (2)]
⎜ ↳ ELAN1402:00 04F3:30BF Touchpad id=10 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ ELAN1402:00 04F3:30BF Keyboard id=11 [slave keyboard (3)]
↳ Asus WMI hotkeys id=12 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
user@ZenBook-UX333FA:~$
En fait, cela ne doit pas être lié à un problème matériel puisque cela fonctionne avec les autres noyaux et c'est avant que cela que X ne soit lancé. Je pense que le mieux est d'attendre un nouveau noyau pour voir.
Hors ligne
#14 Le 18/12/2024, à 19:44
- Pascal_14
Re : Cypttab et noyau
En fait, cela doit être un problème avec ce noyau et Plymouth. J'ai désactivé plymouth dans grub et cela fonctionne. Je peux entrer le mot de passe et me connecter.
J'essaierai de modifier la configuration de plymouth pour voir.
Hors ligne
#15 Le 18/12/2024, à 21:33
- iznobe
Re : Cypttab et noyau
Il y a sûrement un bug.
J'ai passé l'option nofail dans /etc/crypttab et si je fais sudo apt update, il me demande le mot de passe du disque luks.
c ' est normal qu ' il demande le mot de passe pour une commande qui commence avec " sudo " .
je vois pas en quoi l' option nofail dans /etc/cryptab dispenserait de taper le mot de passe et encore heureux ...
retour COMPLET et utilisable de commande | script montage partition ext4
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#16 Le 18/12/2024, à 22:03
- Pascal_14
Re : Cypttab et noyau
Non, ce n'est pas cela.
L'option nofail a permis de continuer le boot, donc de lancer la session et de pouvoir utiliser l'ordinatieur.
Et en faisant un sudo apt update, il m'a demandé la passphrase pour ouvrir (luksOpen en fait j'imagine) le disque protégé et pouvoir le monter. Puis, il m'a bien sûr demandé le mot de passe root pour la commande sudo apt. En fait, il plante avec plymouth mais fonctionne normalement a priori si je boote en mode texte (sans les options 'quiet' et 'splash' au boot.
Cela fonctionne comme cela en attendant un nouveau noyau (ou en reprenant l'ancien).
Hors ligne
#17 Le 18/12/2024, à 22:12
- geole
Re : Cypttab et noyau
Bonsoir
Peux-tu donner ces retours
cat /etc/crypttab
grep mapper /etc/fstab
lsblk -fe7
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#18 Le 19/12/2024, à 10:34
- Pascal_14
Re : Cypttab et noyau
ser@ZenBook-UX333FA:~$ sudo cat /etc/crypttab
# <target name> <source device> <key file> <options>
partage UUID=5e837e31-6472-4de6-8563-966272292374 none nofail
user@ZenBook-UX333FA:~$ sudo lsblk -fe7
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
nvme0n1
├─nvme0n1p1 vfat FAT32 SYSTEM D443-6A84 161M 37% /boot/efi
├─nvme0n1p2
├─nvme0n1p3 ntfs OS D66C45296C450629 20,8G 67% /mnt/Windows
├─nvme0n1p4 btrfs 69f99223-aaea-4c36-b9f7-71baa16965f2 23,5G 50% /
├─nvme0n1p5 ntfs RECOVERY CCE6C4EFE6C4DB3A
├─nvme0n1p6 btrfs 52a4fba9-8234-48f9-a312-d83bf14ae3b6
├─nvme0n1p7 btrfs eab5cde5-c863-4da0-a48c-7ec12fd14fa7 16,6G 44% /mnt/vol7
├─nvme0n1p8 crypto_LUKS 2 5e837e31-6472-4de6-8563-966272292374
│ └─partage btrfs 0c79a7ff-f83a-443c-89c1-e927e2e05c87 84,5G 57% /mnt/partage
├─nvme0n1p9 ext4 1.0 d1a34ad0-9855-4cc2-8a27-c89eb92acacf 7,4G 91% /mnt/vol9
├─nvme0n1p10 ext4 1.0 009eb5ef-aa44-45c6-8e86-ddf0ffb0902e 44,1G 81% /mnt/vol10
└─nvme0n1p11 swap 1 b0e49005-04b0-45b1-8676-c4fba5839f97 [SWAP]
user@ZenBook-UX333FA:~$
grep mapper /etc/fstab ne renvoie rien car les répertoires sont montés en fonction de leur uuid.
En enlevant les options "quiet" et "splash" de /etc/default/grub, tout fonctionne bien.
Hors ligne
#19 Le 19/12/2024, à 10:47
- xubu1957
Re : Cypttab et noyau
Bonjour,
Pourquoi avoir rajouté sudo aux commandes indiquées par les aidants ?
sudo dpkg -l | grep -v ^ii
sudo journalctl --no-pager -b -p err
sudo cat /etc/crypttab
Merci de montrer, pour les permissions :
echo -e "\nNombre d'éléments de /home/moi ne m'appartenant pas : $(sudo find ~ \( ! -user $USER -o ! -group $USER \) | wc -l)"
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#20 Le 19/12/2024, à 11:35
- Pascal_14
Re : Cypttab et noyau
crypttab appartient au root et n'est lisible que par lui, d'où le sudo.
user@ZenBook-UX333FA:~$ sudo journalctl --no-pager -b -p err
déc. 19 07:07:11 ZenBook-UX333FA kernel: x86/cpu: SGX disabled by BIOS.
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR1._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR1._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR2._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR2._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
déc. 19 07:07:11 ZenBook-UX333FA kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
déc. 19 07:07:14 ZenBook-UX333FA kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
déc. 19 07:07:20 ZenBook-UX333FA bluetoothd[1177]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
déc. 19 07:07:20 ZenBook-UX333FA bluetoothd[1177]: sap-server: Operation not permitted (1)
déc. 19 07:07:20 ZenBook-UX333FA thermald[1226]: Unsupported condition 4 (Motion)
déc. 19 07:07:20 ZenBook-UX333FA thermald[1226]: Unsupported condition 50 (User_presence)
déc. 19 07:07:20 ZenBook-UX333FA thermald[1226]: Unsupported conditions are present
déc. 19 07:07:22 ZenBook-UX333FA gdm-autologin][1548]: gkr-pam: unable to locate daemon control file
déc. 19 07:07:22 ZenBook-UX333FA canonical-livepatch.canonical-livepatchd[1497]: Task "refresh" returned an error: livepatch check failed: POST request to "https://livepatch.canonical.com/v1/client/a013c8b16ec34466a2010764219ab750/updates" failed, retrying in 30s.
déc. 19 08:50:34 ZenBook-UX333FA canonical-livepatch.canonical-livepatchd[1497]: Task "refresh" returned an error: livepatch check failed: POST request to "https://livepatch.canonical.com/v1/client/a013c8b16ec34466a2010764219ab750/updates" failed, retrying in 30s.
déc. 19 09:12:46 ZenBook-UX333FA kernel: usb 1-5: Failed to query (GET_RES) UVC control 2 on unit 2: -71 (exp. 2).
déc. 19 09:12:46 ZenBook-UX333FA pipewire[1576]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Erreur de protocole
déc. 19 09:12:46 ZenBook-UX333FA kernel: usb 1-5: Failed to query (GET_RES) UVC control 2 on unit 8: -71 (exp. 1).
déc. 19 09:12:46 ZenBook-UX333FA pipewire[1576]: spa.v4l2: '/dev/video2' VIDIOC_QUERYCTRL: Erreur de protocole
déc. 19 09:12:46 ZenBook-UX333FA kernel: usb 1-5: Failed to query (GET_RES) UVC control 2 on unit 2: -71 (exp. 2).
déc. 19 09:12:46 ZenBook-UX333FA kernel: usb 1-5: Failed to query (GET_DEF) UVC control 2 on unit 8: -71 (exp. 1).
déc. 19 09:12:46 ZenBook-UX333FA pipewire[1576]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Erreur de protocole
déc. 19 09:12:46 ZenBook-UX333FA pipewire[1576]: spa.v4l2: '/dev/video2' VIDIOC_QUERYCTRL: Erreur de protocole
déc. 19 09:12:47 ZenBook-UX333FA kernel: usb 1-5: unable to read config index 0 descriptor/all
déc. 19 09:12:47 ZenBook-UX333FA kernel: usb 1-5: can't read configurations, error -71
déc. 19 09:12:48 ZenBook-UX333FA kernel: usb usb1-port5: Cannot enable. Maybe the USB cable is bad?
déc. 19 09:12:49 ZenBook-UX333FA kernel: usb 1-5: device not accepting address 16, error -71
déc. 19 09:12:49 ZenBook-UX333FA kernel: usb 1-5: unable to read config index 0 descriptor/all
déc. 19 09:12:49 ZenBook-UX333FA kernel: usb 1-5: can't read configurations, error -71
déc. 19 09:12:49 ZenBook-UX333FA kernel: usb usb1-port5: unable to enumerate USB device
déc. 19 09:12:51 ZenBook-UX333FA kernel: usb usb1-port5: Cannot enable. Maybe the USB cable is bad?
déc. 19 09:12:52 ZenBook-UX333FA kernel: usb 1-5: device descriptor read/64, error -71
déc. 19 09:12:53 ZenBook-UX333FA kernel: usb usb1-port5: Cannot enable. Maybe the USB cable is bad?
déc. 19 09:51:57 ZenBook-UX333FA kernel: usb usb1-port5: Cannot enable. Maybe the USB cable is bad?
déc. 19 09:51:58 ZenBook-UX333FA kernel: usb usb1-port5: Cannot enable. Maybe the USB cable is bad?
déc. 19 09:51:58 ZenBook-UX333FA kernel: usb usb1-port5: unable to enumerate USB device
déc. 19 09:52:12 ZenBook-UX333FA kernel: usb 1-5: device not accepting address 26, error -71
déc. 19 10:01:32 ZenBook-UX333FA canonical-livepatch.canonical-livepatchd[1497]: Task "refresh" returned an error: livepatch check failed: POST request to "https://livepatch.canonical.com/v1/client/a013c8b16ec34466a2010764219ab750/updates" failed, retrying in 30s.
déc. 19 10:29:34 ZenBook-UX333FA kernel: usb 1-5: device descriptor read/64, error -71
déc. 19 10:29:34 ZenBook-UX333FA kernel: usb 1-5: device descriptor read/64, error -71
user@ZenBook-UX333FA:~$
Hors ligne
#21 Le 19/12/2024, à 11:41
- Pascal_14
Re : Cypttab et noyau
Pour les autres commandes, j'ai aussi rajouté sudo. Souvent, dans les tutos et autres, les commandes sont données comme cela et il faut rajouter un sudo (je préfère rester en mode utilisateur).
Ici, cela ne change rien.
Sinon,
user@ZenBook-UX333FA:~$ echo -e "\nNombre d'éléments de /home/moi ne m'appartenant pas : $(sudo find ~ \( ! -user $USER -o ! -group $USER \) | wc -l)"
Nombre d'éléments de /home/moi ne m'appartenant pas : 0
user@ZenBook-UX333FA:~$
Hors ligne
#22 Le 19/12/2024, à 11:50
- xubu1957
Re : Cypttab et noyau
Je ne saurais pas aider plus ! ¯∖_(ツ)_/¯
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#23 Le 19/12/2024, à 14:40
- Pascal_14
Re : Cypttab et noyau
Ce n'est pas grave. Cela fonctionne, je peux soit booter en mode texte avec le dernier noyau ou en mode graphique avec l'ancien (sachant qu'au départ, avant que je pense à essayer un ancien noyau, cela plantait complètement et il me fallait refaire à chaque fois un cryptsetup luksOpen etc).
C'était juste pour savoir si quelqu'un avait déjà rencontré le problème.
Je verrai aux prochaines mises à jour.
Merci pour tout.
Hors ligne
Pages : 1