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 26/10/2024, à 11:51

heronheronpetitpatapon

Problème de téléchargement avec FF snap dernière version freeze

Bonjour, J'ai installé la dernière version snap de Firefox sur ma Kubuntu 24.04 :

firefox                               131.0.3-1                    5134      latest/stable/…     mozilla✓       -

Et lorsque je cherche à télécharger, que ce soit un fichier word ou une image, le téléchargement se lance, puis  j'ai une boite de dialogue qui s'ouvre en bas à droite : "plasma browser intergrated host" et le téléchargement ne se fait jamais et FF plante puis le système devient instable.
Puis une autre boite de dialogue s'ouvre en disant :

Error opening directory /marco/Téléchargements : Permission denied

Je suis donc allé voir les permissions du SNAP de FF, mais tout semblait bon!

Si quelqu'un a une idée ou une petite lumière je serai intéressé, car c'est très handicapant!
Merci

Dernière modification par heronheronpetitpatapon (Le 28/10/2024, à 23:09)


...Ubuntu Rocks....

Hors ligne

#2 Le 27/10/2024, à 23:03

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

Personne n'a une idée!


...Ubuntu Rocks....

Hors ligne

#3 Le 27/10/2024, à 23:12

xubu1957

Re : Problème de téléchargement avec FF snap dernière version freeze

Bonjour,

intergrted
denined

Si tu pouvais transcrire sans les fautes, pour faciliter les recherches.

> reddit.com/r/kde/comments/1f9f2pm/plasmabrowserintegrationhost_crashes_many_times


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

#4 Le 28/10/2024, à 23:14

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

Pour le moment, j'ai désactivé le composant problématique de Plasma :

plasma browser intergrated host"

C'est bien le même problème qui est décrit dans le lien de Xubu1957!


...Ubuntu Rocks....

Hors ligne

#5 Le 28/10/2024, à 23:21

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

EDIT : le même problème persiste alors que l'extension Plasma Browser integrated host est bel et bien désactivée sur Firefox! A chaque fois que j'essaye de télécharger quoi que ce soit, ça plante mon pc!

EDIT 2 : même problème avec Chromium!

Dernière modification par heronheronpetitpatapon (Le 28/10/2024, à 23:31)


...Ubuntu Rocks....

Hors ligne

#6 Le 29/10/2024, à 10:24

ylag

Re : Problème de téléchargement avec FF snap dernière version freeze

Bonjour,

Au #1, heron ... a écrit :

Error opening directory /marco/Téléchargements : Permission denied
Je suis donc allé voir les permissions du SNAP de FF, mais tout semblait bon!

Sauf s'il y a erreur de transcription du message d'erreur, le chemin absolu du répertoire de téléchargement /marco/Téléchargements me semble
étrange : normalement, le répertoire de téléchargement personnel pour l'utilisateur marco devrait être /home/marco/Téléchargements ?

Le répertoire /marco/Téléchargements se trouverait directement sous / , pas dans le répertoire personnel de l'utilisateur qui est /home/marco.
Je doute fort que marco ait les droits d'écriture dans un répertoire nommé /marco/Téléchargements ...

Tant qu'à faire, faudrait verifier les droits dans tout le répertoire perso de l'utilisateur ...

A+

Dernière modification par ylag (Le 29/10/2024, à 10:31)

Hors ligne

#7 Le 29/10/2024, à 10:41

xubu1957

Re : Problème de téléchargement avec FF snap dernière version freeze

Bonjour,

Merci de montrer, pour les permissions :

nany a écrit :
echo -e "\nNombre d'éléments de /home/moi ne m'appartenant pas : $(sudo find ~ \( ! -user $USER -o ! -group $USER \) | wc -l)"

En lançant en commande :

chromium-browse

ressort-il un message d'erreur ?


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

#8 Le 29/10/2024, à 10:49

geole

Re : Problème de téléchargement avec FF snap dernière version freeze

Bonjour.
N'aurais-tu pas un problème de lien  symboliques et de  confinement?

grep -v "#" .config/*.dirs
ls -l  | grep lrw
snap connections firefox | grep removable
snap connections chromium-browse | grep removable

Dernière modification par geole (Le 29/10/2024, à 10:54)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#9 Le 29/10/2024, à 23:27

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

Merci de votre aide, pour répondre à vos questions voici lmes retours de mes commandes :
Pour Xubuntu1957 d'abord :

marco@marco-ThinkPad-X13-Gen-2a:~$ echo -e "\nNombre d'éléments de /home/moi ne m'appartenant pas : $(sudo find ~ \( ! -user $USER -o ! -group $USER \) | wc -l)"
[sudo] Mot de passe de marco : 

Nombre d'éléments de /home/moi ne m'appartenant pas : 0
marco@marco-ThinkPad-X13-Gen-2a:~$ 
marco@marco-ThinkPad-X13-Gen-2a:~$ chromium-browse
La commande « chromium-browse » n'a pas été trouvée, voulez-vous dire :
  commande « chromium-browser » du deb chromium-browser (2:1snap1-0ubuntu1)
Essayez : sudo apt install <nom du deb>
 127 marco@marco-ThinkPad-X13-Gen-2a:~$ chromium-browser
La commande « chromium-browser » n'a pas été trouvée, mais peut être installée avec :
sudo apt install chromium-browser
 127 marco@marco-ThinkPad-X13-Gen-2a:~$ 

Pour Geole :

  127 marco@marco-ThinkPad-X13-Gen-2a:~$ grep -v "#" .config/*.dirs
XDG_DESKTOP_DIR="$HOME/Bureau"
XDG_DOWNLOAD_DIR="$HOME/Téléchargements"
XDG_TEMPLATES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Musique"
XDG_PICTURES_DIR="$HOME/Images"
XDG_VIDEOS_DIR="$HOME/"
marco@marco-ThinkPad-X13-Gen-2a:~$ ls -l  | grep lrw
 1 marco@marco-ThinkPad-X13-Gen-2a:~$ snap connections firefox | grep removable
removable-media         firefox:removable-media          :removable-media                -
marco@marco-ThinkPad-X13-Gen-2a:~$ snap connections chromium-browse | grep removable
erreur : snap "chromium-browse" non trouvé
 1 marco@marco-ThinkPad-X13-Gen-2a:~$ 

* je précise que Chromium est installé en snap est non en flatpak.


...Ubuntu Rocks....

Hors ligne

#10 Le 29/10/2024, à 23:28

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

EDIT :

marco@marco-ThinkPad-X13-Gen-2a:~$ snap connections chromium | grep removable
removable-media           chromium:removable-media                :removable-media                -
marco@marco-ThinkPad-X13-Gen-2a:~$ 

...Ubuntu Rocks....

Hors ligne

#11 Le 29/10/2024, à 23:34

geole

Re : Problème de téléchargement avec FF snap dernière version freeze

Peut-être que c'est aussi

snap connections chromium-browser | grep removable

Mais pas de liens symboliques  et pourtant cela ne fonctionne  pas.

Tu as quelques liens XDG cassés dont Vidéos mais pas téléchargements,


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#12 Le 29/10/2024, à 23:38

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

marco@marco-ThinkPad-X13-Gen-2a:~$ snap connections chromium-browser | grep removable
erreur : snap "chromium-browser" non trouvé
 1 marco@marco-ThinkPad-X13-Gen-2a:~$ 
marco@marco-ThinkPad-X13-Gen-2a:~$ snap list
chromium                              130.0.6723.58                2980      latest/stable       canonical✓     -

À quoi correspondent les liens XGD ?

merci de ton aide

Dernière modification par heronheronpetitpatapon (Le 29/10/2024, à 23:39)


...Ubuntu Rocks....

Hors ligne

#13 Le 30/10/2024, à 07:35

xubu1957

Re : Problème de téléchargement avec FF snap dernière version freeze

Bonjour,

Commande corrigée :

chromium-browser

donne un message d'erreur ?


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

#14 Le 30/10/2024, à 08:22

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

marco@marco-ThinkPad-X13-Gen-2a:~$ chromium-browser
La commande « chromium-browser » n'a pas été trouvée, mais peut être installée avec :
sudo apt install chromium-browser
 127 marco@marco-ThinkPad-X13-Gen-2a:~$ 

Étrange, car Chromium est bel est bien installé!!!


...Ubuntu Rocks....

Hors ligne

#15 Le 02/12/2024, à 18:44

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

Le problème de téléchargement persiste que ce soit avec Chromimum ou FF!!! et j'avoue je ne sais plus quoi faire!

Dernière modification par heronheronpetitpatapon (Le 02/12/2024, à 18:53)


...Ubuntu Rocks....

Hors ligne

#16 Le 02/12/2024, à 19:19

xubu1957

Re : Problème de téléchargement avec FF snap dernière version freeze

Bonjour,

Montre :

snap list --all

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

#17 Le 02/12/2024, à 19:49

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

Bonjour, voila le retour de la commande :

marco@marco-ThinkPad-X13-Gen-2a:~$ snap list --all
Nom                                   Version                      Révision  Suivi               Éditeur        Notes
bare                                  1.0                          5         latest/stable       canonical✓     base
core18                                20240920                     2846      latest/stable       canonical✓     base
core20                                20240911                     2434      latest/stable       canonical✓     base
core22                                20241001                     1663      latest/stable       canonical✓     base
core22                                20240904                     1621      latest/stable       canonical✓     base,désactivé
core24                                20240920                     609       latest/stable       canonical✓     base
core24                                20240710                     490       latest/stable       canonical✓     base,désactivé
cups                                  2.4.11-2                     1067      latest/stable       openprinting✓  -
cups                                  2.4.10-1                     1058      latest/stable       openprinting✓  désactivé
darktable                             4.8.0                        246       latest/stable       sergiusens     -
desktop-security-center               0+git.84f197a                32        latest/stable       canonical✓     -
firefox                               132.0.1-2                    5239      latest/stable/…     mozilla✓       -
firefox                               132.0-1                      5187      latest/stable/…     mozilla✓       désactivé
gaming-graphics-core22                24.2.3~kisak1~j              184       kisak-fresh/stable  canonical✓     -
gnome-3-28-1804                       3.28.0-19-g98f9e67.98f9e67   198       latest/stable       canonical✓     -
gnome-3-38-2004                       0+git.efb213a                143       latest/stable/…     canonical✓     -
gnome-42-2204                         0+git.510a601                176       latest/stable       canonical✓     -
gnome-46-2404                         0+git.5d6be1b                48        latest/stable       canonical✓     -
gthumb-unofficial                     3.12.6                       21        latest/stable       nbuechner      -
gtk-common-themes                     0.1-81-g442e511              1535      latest/stable/…     canonical✓     -
handbrake-jz                          1.2.2                        142       latest/stable       jz             -
hplip-printer-app                     3.22.10-8                    853       latest/stable       openprinting✓  -
hplip-printer-app                     3.22.10-7                    826       latest/stable       openprinting✓  désactivé
kbreakout                             24.08.3                      101       latest/stable       kde✓           -
kbreakout                             24.08.2                      100       latest/stable       kde✓           désactivé
kde-frameworks-5-99-qt-5-15-7-core20  5.99.0                       7         latest/stable       kde✓           -
kde-frameworks-5-core18               5.67.0                       35        latest/stable       kde✓           -
kf5-5-111-qt-5-15-11-core22           5.111                        7         latest/stable       kde✓           -
kf6-core22                            6.6.0                        39        latest/stable       kde✓           -
kfind                                 24.08.2                      28        latest/stable       kde✓           -
landscape-client                      24.08                        244       22/stable           canonical✓     désactivé
landscape-client                      24.08                        334       22/stable           canonical✓     -
mesa-2404                             24.0.9                       143       latest/stable       canonical✓     -
mousam                                1.3.2                        299       latest/stable       amit0539       -
qt-common-themes                      1.0                          10        latest/stable       kde✓           -
sayonara                              1.10.0-stable1-g22388492     295       latest/stable       tschlaeppi     -
snap-store                            41.3-72-g80e7130             1216      latest/stable       canonical✓     -
snapd                                 2.66.1                       23258     latest/stable       canonical✓     snapd
snapd                                 2.63                         21759     latest/stable       canonical✓     snapd,désactivé
spotify                               1.2.48.405.gf2c48e6f         80        latest/stable       spotify✓       -
spotify                               1.2.45.454.gc16ec9f6         79        latest/stable       spotify✓       désactivé
steam                                 1.0.0.81                     206       latest/stable       canonical✓     -
steam                                 1.0.0.79                     200       latest/stable       canonical✓     désactivé
vlc                                   4.0.0-dev-28288-g586bf64e5f  4070      latest/edge         videolan✓      -
marco@marco-ThinkPad-X13-Gen-2a:~$ 

...Ubuntu Rocks....

Hors ligne

#18 Le 02/12/2024, à 19:53

xubu1957

Re : Problème de téléchargement avec FF snap dernière version freeze

Fournis les retours de :

sudo apt update

la liste des anomalies de démarrage :

journalctl --no-pager -b -p err

d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

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

#19 Le 02/12/2024, à 19:57

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

Voila les retours :

marco@marco-ThinkPad-X13-Gen-2a:~$ sudo apt update
[sudo] Mot de passe de marco : 
Réception de :1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Atteint :2 http://fr.archive.ubuntu.com/ubuntu noble InRelease       
Atteint :3 http://fr.archive.ubuntu.com/ubuntu noble-updates InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu noble-backports InRelease
Réception de :5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [7228 B]
Réception de :6 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [208 B]
Réception de :7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [51,9 kB]
Réception de :8 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
186 ko réceptionnés en 0s (542 ko/s)      
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
3 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
marco@marco-ThinkPad-X13-Gen-2a:~$ 
marco@marco-ThinkPad-X13-Gen-2a:~$ journalctl --no-pager -b -p err
nov. 24 17:23:33 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP1], AE_NOT_FOUND (20230628/psargs-330)
nov. 24 17:23:33 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.GPIO._EVT due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 24 17:23:33 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 24 17:23:33 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 24 17:23:37 marco-ThinkPad-X13-Gen-2a bluetoothd[1972]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
nov. 24 17:23:37 marco-ThinkPad-X13-Gen-2a bluetoothd[1972]: sap-server: Operation not permitted (1)
nov. 24 17:23:37 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 24 17:23:37 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 24 17:23:40 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 24 17:23:40 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 24 17:25:22 marco-ThinkPad-X13-Gen-2a sddm-helper[2852]: gkr-pam: unable to locate daemon control file
nov. 24 17:25:25 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
nov. 25 20:59:40 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 25 20:59:40 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 25 20:59:40 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 25 20:59:40 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 25 20:59:40 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 25 20:59:40 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 25 20:59:40 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 25 20:59:40 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 25 20:59:43 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
nov. 25 21:04:48 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
nov. 25 22:22:48 marco-ThinkPad-X13-Gen-2a kernel: Bluetooth: hci0: ACL packet for unknown connection handle 3837
nov. 25 22:23:48 marco-ThinkPad-X13-Gen-2a kernel: Bluetooth: hci0: ACL packet for unknown connection handle 3837
nov. 25 22:29:50 marco-ThinkPad-X13-Gen-2a kernel: Bluetooth: hci0: ACL packet for unknown connection handle 3837
nov. 25 22:45:53 marco-ThinkPad-X13-Gen-2a kernel: Bluetooth: hci0: ACL packet for unknown connection handle 3837
nov. 25 23:36:19 marco-ThinkPad-X13-Gen-2a kernel: Bluetooth: hci0: ACL packet for unknown connection handle 3837
nov. 26 00:04:59 marco-ThinkPad-X13-Gen-2a kernel: Bluetooth: hci0: ACL packet for unknown connection handle 3837
nov. 26 00:07:18 marco-ThinkPad-X13-Gen-2a kernel: Bluetooth: hci0: ACL packet for unknown connection handle 3837
nov. 26 00:07:59 marco-ThinkPad-X13-Gen-2a bluetoothd[1972]: src/profile.c:ext_io_disconnected() Unable to get io data for Hands-Free Voice gateway: getpeername: Transport endpoint is not connected (107)
nov. 26 18:24:33 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 26 18:24:33 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 26 18:24:33 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 26 18:24:33 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 26 18:24:33 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 26 18:24:33 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 26 18:24:33 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 26 18:24:33 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 26 18:24:33 marco-ThinkPad-X13-Gen-2a systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
nov. 26 18:24:36 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
nov. 26 21:54:08 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:08 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:09 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:09 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:10 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:10 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:10 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:10 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:11 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:11 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:12 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:12 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:12 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:12 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:13 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:13 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:13 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:13 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:14 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:14 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:15 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:15 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:15 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:15 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:16 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:16 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:17 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:17 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 26 21:54:17 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 26 21:54:17 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 27 18:26:48 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 27 18:26:48 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 27 18:26:48 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 27 18:26:48 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 27 18:26:48 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 27 18:26:48 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 27 18:26:48 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 27 18:26:48 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 27 18:26:48 marco-ThinkPad-X13-Gen-2a bluetoothd[1972]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
nov. 27 18:26:48 marco-ThinkPad-X13-Gen-2a bluetoothd[1972]: sap-server: Operation not permitted (1)
nov. 27 18:26:51 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
nov. 27 18:37:02 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
nov. 27 19:26:24 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 27 19:26:24 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 27 19:48:58 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
nov. 27 19:48:58 marco-ThinkPad-X13-Gen-2a systemd-udevd[764]: /etc/udev/rules.d/60-brother-libsane-type1.rules:17 Invalid key 'SYSFS'.
nov. 29 00:58:54 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 29 00:58:54 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 29 00:58:54 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 29 00:58:54 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 29 00:58:54 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 29 00:58:54 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 29 00:58:54 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 29 00:58:54 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 29 00:58:54 marco-ThinkPad-X13-Gen-2a systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
nov. 29 00:58:57 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
nov. 29 17:14:23 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 29 17:14:23 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 29 17:14:23 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 29 17:14:23 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 29 17:14:23 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 29 17:14:23 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 29 17:14:23 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 29 17:14:23 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 29 17:14:23 marco-ThinkPad-X13-Gen-2a systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
nov. 29 17:14:26 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
nov. 30 22:53:02 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 30 22:53:02 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 30 22:53:02 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 30 22:53:02 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 30 22:53:02 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 30 22:53:02 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 30 22:53:02 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
nov. 30 22:53:02 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
nov. 30 22:53:02 marco-ThinkPad-X13-Gen-2a systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
nov. 30 22:53:05 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
nov. 30 22:58:10 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
déc. 01 09:52:47 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
déc. 01 09:52:47 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
déc. 01 09:52:47 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
déc. 01 09:52:47 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
déc. 01 09:52:47 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
déc. 01 09:52:47 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
déc. 01 09:52:47 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
déc. 01 09:52:47 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
déc. 01 09:52:47 marco-ThinkPad-X13-Gen-2a systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
déc. 01 09:52:50 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
déc. 01 10:08:05 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
déc. 02 18:27:25 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
déc. 02 18:27:25 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
déc. 02 18:27:25 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
déc. 02 18:27:25 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
déc. 02 18:27:25 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
déc. 02 18:27:25 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
déc. 02 18:27:25 marco-ThinkPad-X13-Gen-2a kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.HKEY.MSCB], AE_NOT_FOUND (20230628/psargs-330)
déc. 02 18:27:25 marco-ThinkPad-X13-Gen-2a kernel: ACPI Error: Aborting method \_SB.PEP._DSM due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
déc. 02 18:27:25 marco-ThinkPad-X13-Gen-2a systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
déc. 02 18:27:28 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
déc. 02 18:32:33 marco-ThinkPad-X13-Gen-2a wpa_supplicant[2058]: bgscan simple: Failed to enable signal strength monitoring
marco@marco-ThinkPad-X13-Gen-2a:~$ 
marco@marco-ThinkPad-X13-Gen-2a:~$ 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
+++-========================================================-===========================================-============-================================================================================
rc  linux-image-6.8.0-45-generic                             6.8.0-45.45                                 amd64        Signed kernel image generic
rc  linux-image-6.8.0-47-generic                             6.8.0-47.47                                 amd64        Signed kernel image generic
rc  linux-modules-6.8.0-45-generic                           6.8.0-45.45                                 amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-6.8.0-47-generic                           6.8.0-47.47                                 amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-6.8.0-45-generic                     6.8.0-45.45                                 amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc  linux-modules-extra-6.8.0-47-generic                     6.8.0-47.47                                 amd64        Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
marco@marco-ThinkPad-X13-Gen-2a:~$ 
marco@marco-ThinkPad-X13-Gen-2a:~$ ls -l /var/crash
total 0
marco@marco-ThinkPad-X13-Gen-2a:~$ 

Avec toutes ces commandes le tour doit être complet :-)


...Ubuntu Rocks....

Hors ligne

#20 Le 02/12/2024, à 20:07

xubu1957

Re : Problème de téléchargement avec FF snap dernière version freeze

fin du #9, heronheronpetitpatapon a écrit :

* je précise que Chromium est installé en snap est non en flatpak.

Je ne vois pas de chromium dans ta liste des snaps.


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

#21 Le 02/12/2024, à 21:41

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

Ah oui , c'est que je l'ai supprimé depuis ce post (#9).


...Ubuntu Rocks....

Hors ligne

#22 Le 02/12/2024, à 22:08

xubu1957

Re : Problème de téléchargement avec FF snap dernière version freeze

Montre :

df -Thx tmpfs

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 02/12/2024, à 22:14

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

marco@marco-ThinkPad-X13-Gen-2a:~$ df -Thx tmpfs
Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
/dev/nvme0n1p2   ext4       1,8T    559G  1,2T  33% /
efivarfs         efivarfs   248K    140K  104K  58% /sys/firmware/efi/efivars
/dev/nvme0n1p1   vfat       511M     40M  472M   8% /boot/efi
marco@marco-ThinkPad-X13-Gen-2a:~$ 

...Ubuntu Rocks....

Hors ligne

#24 Le 02/12/2024, à 22:38

xubu1957

Re : Problème de téléchargement avec FF snap dernière version freeze

N'ayant qu'un niveau d'utilisateur lambda, je ne pourrais 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

#25 Le 02/12/2024, à 22:49

heronheronpetitpatapon

Re : Problème de téléchargement avec FF snap dernière version freeze

Merci quand même c'est sympa de ta part! J'aimerais vraiment comprendre pourquoi dès que je télécharge n'importe quel fichier avec mon navigateur, il freeze et plante!!! C'est le premier bug que j'ai avec la 24.04 LTS!


...Ubuntu Rocks....

Hors ligne