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 11/06/2025, à 19:41

itubuntu

[RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Bonjour,

J'ai un soucis de MAJ sur ubuntu 24.04.2 LTS, la commande graphique ne fonctionne pas, quand je passe par le terminal et que je fais une commande de MAJ, j'ai ce retour. Ligne 13 malformée.

t@it-Latitude-5490:~$  sudo apt upgrade
[sudo] Mot de passe de it : 
E: Ligne 13 mal formée dans la liste des sources /etc/apt/sources.list (type)
E: La liste des sources ne peut être lue.
E: Ligne 13 mal formée dans la liste des sources /etc/apt/sources.list (type)
E: La liste des sources ne peut être lue.

J'ai lu plusieurs sujets sur ce forum et j'ai testé plusieurs commande mais je ne trouve pas de solution. J'ai tenté des commandes en parcourant le forum

cat /etc/apt/sources.list

et

sudo apt clean && sudo apt update

mais après la ligne 13 on m'indique que c'est la 12 puis la 11 qui est malformée.
Je suis débutant et bcp de définitions ou termes m'échappent. J'aurais besoin d'un petit coup de main svp. Merci par avance pour votre aide.

Dernière modification par itubuntu (Le 11/06/2025, à 23:28)

Hors ligne

#2 Le 11/06/2025, à 19:45

iznobe

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Bonsoir , donne le contenu du fichier :

cat /etc/apt/sources.list

retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#3 Le 11/06/2025, à 19:48

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Bonsoir,

Merci pour votre réponse, voici le retour:

it@it-Latitude-5490:~$ cat /etc/apt/sources.list
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse

# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
x

Hors ligne

#4 Le 11/06/2025, à 19:53

iznobe

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

le " x " est probablement en trop .

Cela dit , reparer tes sources ne sera d' utilité que si l ' ESM est activé , xenail n ' etant plus supporté depuis deja une paire d' année au moins .


retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#5 Le 11/06/2025, à 19:56

iznobe

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Pour reparer , montre les retours suivants stp :

head -n -1 /etc/apt/sources.list | sudo tee /etc/apt/sources.list 
sudo apt update

retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#6 Le 11/06/2025, à 19:57

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

le X apparait bien sur le terminal.

Comment puis-je activer l'ESM et ne plus être en xenail?

Dernière modification par itubuntu (Le 11/06/2025, à 19:57)

Hors ligne

#7 Le 11/06/2025, à 19:58

nany

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Bonjour,



Si tu es vraiment en 24.04, tu n’as rien à faire avec des sources 16.04 (xenial)

Clique sur le lien Retour aux sources dans ma signature et va au message #2 puis copie la première ligne de commandes (la très longue ligne) pour la coller dans le terminal.
Donne ici le retour de cette ligne de commandes.

Hors ligne

#8 Le 11/06/2025, à 19:59

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Voici les retours:

it@it-Latitude-5490:~$ head -n -1 /etc/apt/sources.list | sudo tee /etc/apt/sources.list 
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse

# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
x
it@it-Latitude-5490:~$ sudo apt update
E: Ligne 11 mal formée dans la liste des sources /etc/apt/sources.list (type)
E: La liste des sources ne peut être lue.

Hors ligne

#9 Le 11/06/2025, à 20:03

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

nany a écrit :

Bonjour,



Si tu es vraiment en 24.04, tu n’as rien à faire avec des sources 16.04 (xenial)

Clique sur le lien Retour aux sources dans ma signature et va au message #2 puis copie la première ligne de commandes (la très longue ligne) pour la coller dans le terminal.
Donne ici le retour de cette ligne de commandes.

Bonjour, merci pour votre aide.

Voici le retour de la commande:

it@it-Latitude-5490:~$ test $(lsb_release -sr 2>/dev/null | cut -d. -f1) -lt 24 && wget -qO- https://raw.githubusercontent.com/canonical/cloud-init/master/templates/sources.list.ubuntu.tmpl | sed -e "1,8d;s@{{mirror}}@http://fr.archive.ubuntu.com/ubuntu/@;s@{{codename}}@$(lsb_release -sc)@;s@{{security}}@http://security.ubuntu.com/ubuntu@;9i\\$(test -s /var/log/installer/media-info && awk -F'[ "]' '{if ( $3 ) {cn = $5} else {cn = $4};gsub("\"","_",$0);print "# deb cdrom:["$0"]/ "tolower(cn)" main restricted"}' /var/log/installer/media-info)" -e '$a\\n# This system was installed using small removable media\n# (e.g. netinst, live or single CD). The matching \"deb cdrom\"\n# entries were disabled at the end of the installation process.\n# For information about how to configure apt package sources,\n# see the sources.list(5) manual.' | sudo tee /etc/apt/sources.list || wget -qO- https://raw.githubusercontent.com/canonical/cloud-init/main/templates/sources.list.ubuntu.deb822.tmpl | sed "1,12d;s@{{mirror}}@http://fr.archive.ubuntu.com/ubuntu/@;s@{{codename}}@$(lsb_release -sc)@g;s@{{security}}@http://security.ubuntu.com/ubuntu/@;s@{{.*y_key .* default('@@;s@', true)}}@@" | sudo tee /etc/apt/sources.list.d/ubuntu.sources.curtin.orig ; test -s /etc/apt/sources.list.d/ubuntu.sources.curtin.orig && sed "3d;/^#/d" /etc/apt/sources.list.d/ubuntu.sources.curtin.orig | sudo tee /etc/apt/sources.list.d/ubuntu.sources ; test -s /etc/apt/sources.list.d/ubuntu.sources && echo "# Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources" | sudo tee /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

## Ubuntu distribution repository
##
## The following settings can be adjusted to configure which packages to use from Ubuntu.
## Mirror your choices (except for URIs and Suites) in the security section below to
## ensure timely security updates.
##
## Types: Append deb-src to enable the fetching of source package.
## URIs: A URL to the repository (you may add multiple URLs)
## Suites: The following additional suites can be configured
##   <name>-updates   - Major bug fix updates produced after the final release of the
##                      distribution.
##   <name>-backports - software from this repository may not have been tested as
##                      extensively as that contained in the main release, although it includes
##                      newer versions of some applications which may provide useful features.
##                      Also, please note that software in backports WILL NOT receive any review
##                      or updates from the Ubuntu security team.
## Components: Aside from main, the following components can be added to the list
##   restricted  - Software that may not be under a free license, or protected by patents.
##   universe    - Community maintained packages. Software in this repository receives maintenance
##                 from volunteers in the Ubuntu community, or a 10 year security maintenance
##                 commitment from Canonical when an Ubuntu Pro subscription is attached.
##   multiverse  - Community maintained of restricted. Software from this repository is
##                 ENTIRELY UNSUPPORTED by the Ubuntu team, and may not be under a free
##                 licence. Please satisfy yourself as to your rights to use the software.
##                 Also, please note that software in multiverse WILL NOT receive any
##                 review or updates from the Ubuntu security team.
##
## See the sources.list(5) manual page for further settings.
Types: deb
URIs: http://fr.archive.ubuntu.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

## Ubuntu security updates. Aside from URIs and Suites,
## this should mirror your choices in the previous section.
Types: deb
URIs: http://security.ubuntu.com/ubuntu/
Suites: noble-security
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: http://fr.archive.ubuntu.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

Types: deb
URIs: http://security.ubuntu.com/ubuntu/
Suites: noble-security
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
# Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources

Hors ligne

#10 Le 11/06/2025, à 20:05

nany

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Que donne maintenant

sudo apt clean && sudo apt update

?

Hors ligne

#11 Le 11/06/2025, à 20:08

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

voici le retour:

it@it-Latitude-5490:~$ sudo apt clean && sudo apt update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu noble InRelease
Réception de :2 http://fr.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Réception de :4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Réception de :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease [18,1 kB]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu noble-updates/main i386 Packages [473 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1118 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [238 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [161 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu noble-updates/universe i386 Packages [653 kB]
Réception de :11 http://security.ubuntu.com/ubuntu noble-security/main i386 Packages [291 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1078 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [274 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [376 kB]
Réception de :15 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [868 kB]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu noble-updates/restricted i386 Packages [18,7 kB]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1179 kB]
Réception de :18 http://security.ubuntu.com/ubuntu noble-security/main Translation-en [160 kB]
Réception de :19 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [21,6 kB]
Réception de :20 http://security.ubuntu.com/ubuntu noble-security/universe i386 Packages [527 kB]
Réception de :21 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [849 kB]
Réception de :22 http://security.ubuntu.com/ubuntu noble-security/universe Translation-en [187 kB]
Réception de :23 http://fr.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [245 kB]
Réception de :24 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [52,1 kB]
Réception de :25 http://fr.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
Réception de :26 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1138 kB]
Réception de :27 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble/main i386 Packages [1824 B]
Réception de :28 http://fr.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [21,7 kB]
Réception de :29 http://security.ubuntu.com/ubuntu noble-security/restricted Translation-en [236 kB]
Réception de :30 http://fr.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
Réception de :31 http://fr.archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [39,2 kB]
Réception de :32 http://fr.archive.ubuntu.com/ubuntu noble-backports/main i386 Packages [31,8 kB]
Réception de :33 http://fr.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7080 B]
Réception de :34 http://fr.archive.ubuntu.com/ubuntu noble-backports/main Icons (48x48) [9521 B]
Réception de :35 http://fr.archive.ubuntu.com/ubuntu noble-backports/main Icons (64x64) [11,2 kB]
Réception de :36 http://fr.archive.ubuntu.com/ubuntu noble-backports/main Icons (128x128) [21,2 kB]
Réception de :37 http://fr.archive.ubuntu.com/ubuntu noble-backports/universe i386 Packages [14,1 kB]
Réception de :38 http://fr.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [27,1 kB]
Réception de :39 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble/main amd64 Packages [1824 B]
Réception de :40 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble/main Translation-en [1592 B]
Réception de :41 http://fr.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [16,3 kB]
Réception de :42 http://fr.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
Réception de :43 http://fr.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
Réception de :44 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
Réception de :45 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [17,7 kB]
Réception de :46 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
10,8 Mo réceptionnés en 6s (1938 ko/s)                            

Hors ligne

#12 Le 11/06/2025, à 20:09

nany

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Eh bien voilà, la situation est débloquée.

Hors ligne

#13 Le 11/06/2025, à 20:12

iznobe

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

je préfère ne pas poser la question , et m' en tenir au fait que je n ' ai pas lu le sujet correctement roll .

Tout devrait rouler maintenant , par contre , tu devrais ne pas / plus  ajouter n ' importe quoi à tes sources , et ' en tenir a des tutos / discussions EXCLUSIVEMENT prévu pour ubuntu NOBLE 24.04


retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#14 Le 11/06/2025, à 20:12

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

super, vous êtes magiques!:)

Je vais éteindre et rallumer pour voir si tout est ok et j'espère passer ce sujet en résolu;
Merci Iznobe et Nany pour votre aide

Dernière modification par itubuntu (Le 11/06/2025, à 20:12)

Hors ligne

#15 Le 11/06/2025, à 21:21

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Je suis de retour, malheureusement après un redémarrage et redémarrage forcé, j'ai été sur l'interface de mise à jour graphique software Updater a quitté de façon inattendue et on me signale tjrs une anomalie.

J'ai donc refait la commande de MAJ, elle est en cours et elle met bcp de temps.

Je me demande si j'ai pas aussi un problème de boot.

Si quelqu'un peut m'éclairer car mon problème ne semble pas résolu

Si quelqu'un peut m'aider?

Hors ligne

#16 Le 11/06/2025, à 21:56

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

La MAJ vient de terminer, je vois un warning ds le terminal

Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done

Savez-vous ce que cela veut dire et ce que je peux faire pour remédier à ce probleme?

Hors ligne

#17 Le 11/06/2025, à 22:38

iznobe

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

un " warning " , ce n' est pas une erreur .

cela veut dire que GRUB ne detectera pas si d' autres systemes sont installés dans ton ordinateur .

Si tu n' as pas d' autres systèmes installés , et bien il n ' y a rien à faire .

Su tu as un autre systeme installé dans ton ordi , alors , il faudrait modifier un fichier , de façon a activer l' option qui permet de gérer le lancement des autres systemes de ton ordi .
cette option se nomme : " GRUB_DISABLE_OS_PROBER " .
positionnée à " true " , elle invalide la recherche .
positionnée à " false " elle active donc " OS-PROBER " , le programme qui detecte les autres systemes , et GRUB en tiendra alors rigueur de façon a les lancer , si il le peut , en afficant un menu au demarrage de ton ordi .

voir : grub pour plus d' infos ( sur tout ) .


retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#18 Le 11/06/2025, à 22:54

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Merci pour les explications sur le GRUB, je comprends mieux sa fonction, sinon je n'ai pas d’autre système à part ubuntu.
Parcontre Sofware Upgrader ne se lance tjr pas. J'ai aussi eu une notification qui parlait d'un soucis firmware UEFI, je n'ai pas bien eu le temps de la lire car la notification est partie quand j'ai cliqué dessus.

Hors ligne

#19 Le 11/06/2025, à 22:56

xubu1957

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Bonjour,

Donne 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

#20 Le 11/06/2025, à 23:06

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Bonjour, merci pour votre aide

Voici le retour

it@it-Latitude-5490:~$ journalctl --no-pager -b -p err
juin 11 20:24:36 it-Latitude-5490 kernel: x86/cpu: SGX disabled by BIOS.
juin 11 20:24:51 it-Latitude-5490 kernel: Bluetooth: hci0: Reading supported features failed (-16)
juin 11 20:25:18 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 12 Currently unreadable (pending) sectors
juin 11 20:25:18 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 36 Offline uncorrectable sectors
juin 11 20:25:36 it-Latitude-5490 bluetoothd[1489]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
juin 11 20:25:36 it-Latitude-5490 bluetoothd[1489]: sap-server: Operation not permitted (1)
juin 11 20:26:41 it-Latitude-5490 kernel: ata3.00: exception Emask 0x0 SAct 0xf8c7b001 SErr 0x0 action 0x0
juin 11 20:26:41 it-Latitude-5490 kernel: ata3.00: irq_stat 0x40000008
juin 11 20:26:41 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 20:26:41 it-Latitude-5490 kernel: ata3.00: cmd 60/20:60:10:53:6c/00:00:01:00:00/40 tag 12 ncq dma 16384 in
                                                   res 41/40:20:10:53:6c/00:00:01:00:00/40 Emask 0x409 (media error) <F>
juin 11 20:26:41 it-Latitude-5490 kernel: ata3.00: status: { DRDY ERR }
juin 11 20:26:41 it-Latitude-5490 kernel: ata3.00: error: { UNC }
juin 11 20:26:41 it-Latitude-5490 kernel: I/O error, dev sda, sector 23876368 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: exception Emask 0x0 SAct 0x200f1 SErr 0x0 action 0x0
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: irq_stat 0x40000008
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: cmd 60/10:00:30:53:6c/00:00:01:00:00/40 tag 0 ncq dma 8192 in
                                                   res 41/40:10:30:53:6c/00:00:01:00:00/40 Emask 0x409 (media error) <F>
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: status: { DRDY ERR }
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: error: { UNC }
juin 11 20:26:42 it-Latitude-5490 kernel: I/O error, dev sda, sector 23876400 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: exception Emask 0x0 SAct 0xa000160 SErr 0x0 action 0x0
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: irq_stat 0x40000008
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: cmd 60/08:40:30:53:6c/00:00:01:00:00/40 tag 8 ncq dma 4096 in
                                                   res 41/40:08:30:53:6c/00:00:01:00:00/40 Emask 0x409 (media error) <F>
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: status: { DRDY ERR }
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: error: { UNC }
juin 11 20:26:42 it-Latitude-5490 kernel: I/O error, dev sda, sector 23876400 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: exception Emask 0x0 SAct 0x81000fc0 SErr 0x0 action 0x0
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: irq_stat 0x40000008
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: cmd 60/08:48:30:53:6c/00:00:01:00:00/40 tag 9 ncq dma 4096 in
                                                   res 41/40:08:30:53:6c/00:00:01:00:00/40 Emask 0x409 (media error) <F>
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: status: { DRDY ERR }
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: error: { UNC }
juin 11 20:26:42 it-Latitude-5490 kernel: I/O error, dev sda, sector 23876400 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: exception Emask 0x0 SAct 0x2fd SErr 0x0 action 0x0
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: irq_stat 0x40000008
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: cmd 60/08:00:30:53:6c/00:00:01:00:00/40 tag 0 ncq dma 4096 in
                                                   res 41/40:08:30:53:6c/00:00:01:00:00/40 Emask 0x409 (media error) <F>
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: status: { DRDY ERR }
juin 11 20:26:42 it-Latitude-5490 kernel: ata3.00: error: { UNC }
juin 11 20:26:42 it-Latitude-5490 kernel: I/O error, dev sda, sector 23876400 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
juin 11 20:29:41 it-Latitude-5490 gnome-session-binary[2239]: Unrecoverable failure in required component org.gnome.Shell.desktop
juin 11 20:29:50 it-Latitude-5490 gdm3[1967]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 11 20:29:50 it-Latitude-5490 gdm3[1967]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 11 20:31:03 it-Latitude-5490 systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
juin 11 20:32:38 it-Latitude-5490 gnome-session-binary[2857]: Unrecoverable failure in required component org.gnome.Shell.desktop
juin 11 20:51:16 it-Latitude-5490 gdm-password][3414]: gkr-pam: unable to locate daemon control file
juin 11 20:51:22 it-Latitude-5490 gdm3[1967]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 11 20:51:37 it-Latitude-5490 systemd[3425]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-3743.scope - Application launched by gnome-session-binary.
juin 11 20:51:37 it-Latitude-5490 systemd[3425]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-3740.scope - Application launched by gnome-session-binary.
juin 11 20:51:37 it-Latitude-5490 systemd[3425]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-3737.scope - Application launched by gnome-session-binary.
juin 11 20:52:17 it-Latitude-5490 gdm3[1967]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 11 20:53:39 it-Latitude-5490 systemd[3425]: Failed to start tracker-miner-fs-3.service - Tracker file system data miner.
juin 11 20:55:20 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 12 Currently unreadable (pending) sectors
juin 11 20:55:20 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 41 Offline uncorrectable sectors (changed +5)
juin 11 21:07:43 it-Latitude-5490 kernel: ata3.00: exception Emask 0x0 SAct 0x6000 SErr 0x0 action 0x0
juin 11 21:07:43 it-Latitude-5490 kernel: ata3.00: irq_stat 0x40000008
juin 11 21:07:43 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 21:07:43 it-Latitude-5490 kernel: ata3.00: cmd 60/30:68:00:c0:3a/04:00:03:00:00/40 tag 13 ncq dma 548864 in
                                                   res 41/40:30:00:c0:3a/00:04:03:00:00/40 Emask 0x409 (media error) <F>
juin 11 21:07:43 it-Latitude-5490 kernel: ata3.00: status: { DRDY ERR }
juin 11 21:07:43 it-Latitude-5490 kernel: ata3.00: error: { UNC }
juin 11 21:07:43 it-Latitude-5490 kernel: I/O error, dev sda, sector 54181888 op 0x0:(READ) flags 0x80700 phys_seg 67 prio class 0
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: exception Emask 0x0 SAct 0x4000000 SErr 0x0 action 0x0
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: irq_stat 0x40000008
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: cmd 60/08:d0:90:c0:3a/00:00:03:00:00/40 tag 26 ncq dma 4096 in
                                                   res 41/40:08:90:c0:3a/00:00:03:00:00/40 Emask 0x409 (media error) <F>
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: status: { DRDY ERR }
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: error: { UNC }
juin 11 21:07:45 it-Latitude-5490 kernel: I/O error, dev sda, sector 54182032 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: exception Emask 0x0 SAct 0x40010000 SErr 0x0 action 0x0
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: irq_stat 0x40000008
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: cmd 60/08:f0:90:c0:3a/00:00:03:00:00/40 tag 30 ncq dma 4096 in
                                                   res 41/40:08:90:c0:3a/00:00:03:00:00/40 Emask 0x409 (media error) <F>
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: status: { DRDY ERR }
juin 11 21:07:45 it-Latitude-5490 kernel: ata3.00: error: { UNC }
juin 11 21:07:45 it-Latitude-5490 kernel: I/O error, dev sda, sector 54182032 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: exception Emask 0x0 SAct 0x10e07 SErr 0x0 action 0x6 frozen
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: cmd 60/08:00:b0:e5:60/00:00:03:00:00/40 tag 0 ncq dma 4096 in
                                                   res 40/00:08:30:53:6c/00:00:01:00:00/40 Emask 0x4 (timeout)
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: status: { DRDY }
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: cmd 60/08:08:80:71:0a/00:00:06:00:00/40 tag 1 ncq dma 4096 in
                                                   res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: status: { DRDY }
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: cmd 60/08:10:30:4e:59/00:00:03:00:00/40 tag 2 ncq dma 4096 in
                                                   res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: status: { DRDY }
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: failed command: WRITE FPDMA QUEUED
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: cmd 61/08:48:38:4a:f1/00:00:01:00:00/40 tag 9 ncq dma 4096 out
                                                   res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: status: { DRDY }
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: cmd 60/08:50:a8:c0:3a/00:00:03:00:00/40 tag 10 ncq dma 4096 in
                                                   res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: status: { DRDY }
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: cmd 60/08:58:c8:1a:51/00:00:03:00:00/40 tag 11 ncq dma 4096 in
                                                   res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: status: { DRDY }
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: failed command: WRITE FPDMA QUEUED
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: cmd 61/d0:80:20:47:d5/00:00:01:00:00/40 tag 16 ncq dma 106496 out
                                                   res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: status: { DRDY }
juin 11 21:08:34 it-Latitude-5490 kernel: I/O error, dev sda, sector 56681904 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
juin 11 21:08:34 it-Latitude-5490 kernel: I/O error, dev sda, sector 101347712 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
juin 11 21:08:34 it-Latitude-5490 kernel: I/O error, dev sda, sector 56184368 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: exception Emask 0x0 SAct 0x45008830 SErr 0x0 action 0x0
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: irq_stat 0x40000008
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: cmd 60/08:c0:a8:c0:3a/00:00:03:00:00/40 tag 24 ncq dma 4096 in
                                                   res 41/40:08:a8:c0:3a/00:00:03:00:00/40 Emask 0x409 (media error) <F>
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: status: { DRDY ERR }
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: error: { UNC }
juin 11 21:08:34 it-Latitude-5490 kernel: I/O error, dev sda, sector 54182056 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: exception Emask 0x0 SAct 0x430050 SErr 0x0 action 0x0
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: irq_stat 0x40000008
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: failed command: READ FPDMA QUEUED
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: cmd 60/08:b0:a8:c0:3a/00:00:03:00:00/40 tag 22 ncq dma 4096 in
                                                   res 41/40:08:a8:c0:3a/00:00:03:00:00/40 Emask 0x409 (media error) <F>
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: status: { DRDY ERR }
juin 11 21:08:34 it-Latitude-5490 kernel: ata3.00: error: { UNC }
juin 11 21:08:34 it-Latitude-5490 kernel: I/O error, dev sda, sector 54182056 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
juin 11 21:25:19 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 13 Currently unreadable (pending) sectors (changed +1)
juin 11 21:25:19 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 46 Offline uncorrectable sectors (changed +5)
juin 11 21:55:19 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 13 Currently unreadable (pending) sectors
juin 11 21:55:19 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 46 Offline uncorrectable sectors
juin 11 22:25:19 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 13 Currently unreadable (pending) sectors
juin 11 22:25:19 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 46 Offline uncorrectable sectors
juin 11 22:55:19 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 13 Currently unreadable (pending) sectors
juin 11 22:55:19 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 46 Offline uncorrectable sectors
it@it-Latitude-5490:~$ 

Pour la 2eme commande:

it@it-Latitude-5490:~$ 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
+++-=============================================-========================================-============-================================================================================
it@it-Latitude-5490:~$ 

La 3eme:

it@it-Latitude-5490:~$ ls -l /var/crash
total 10004
-rw-r----- 1 it       whoopsie 7535708 juin  11 21:00 _usr_bin_update-manager.1000.crash
-rw-r----- 1 it       whoopsie   64527 juin   8 19:34 _usr_lib_ubuntu-release-upgrader_check-new-release-gtk.1000.crash
-rw-r----- 1 invite   whoopsie   64492 juin   9 13:07 _usr_lib_ubuntu-release-upgrader_check-new-release-gtk.1001.crash
-rw-r----- 1 root     whoopsie 2570802 juin  11 20:57 _usr_share_unattended-upgrades_unattended-upgrade-shutdown.0.crash
-rw-r--r-- 1 root     whoopsie       0 juin  11 20:57 _usr_share_unattended-upgrades_unattended-upgrade-shutdown.0.upload
-rw------- 1 whoopsie whoopsie      37 juin  11 20:57 _usr_share_unattended-upgrades_unattended-upgrade-shutdown.0.uploaded
it@it-Latitude-5490:~$ 

Hors ligne

#21 Le 11/06/2025, à 23:06

iznobe

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Prends le temps de découvrir ubuntu tranquillement .
prends le temps de lire la doc ( très important , c' est une mine d' information énorme ) attention toutefois , aux dates des pages , tout ce qui a plus de 2 ans , est a prendre avec précaution , car pas forcément adapté a ubuntu 24.04 .

N ' hésite pas a demander dans un nouvelle discussion pour faire des modifications si tu as un doute .

                                                           ------------------------------------------------

Parcontre Sofware Upgrader

il vaudrait mieux ouvrir une nouvelle discussion dans la section appropriée pour ce nouveau problème .


retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#22 Le 11/06/2025, à 23:13

xubu1957

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

juin 11 21:25:19 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 13 Currently unreadable (pending) sectors (changed +1)
juin 11 21:25:19 it-Latitude-5490 smartd[1516]: Device: /dev/sda [SAT], 46 Offline uncorrectable sectors (changed +5)

@iznobe

c'est ce style d'anomalie ?


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 11/06/2025, à 23:14

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

ok merci pour les conseils et les liens, il m'arrivait d'essayer des commandes de 2019 ou 2020 hmm, tu fais bien de me le préciser.  Il est vrai que j'ai encore tout à découvrir même si ça me parait complexe.

Je vais attendre le retour de Xubu1957 et voir pour ouvrir un autre sujet sur le Upgrader, tu as raison

Hors ligne

#24 Le 11/06/2025, à 23:21

itubuntu

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Arf ça voudrait dire que mon disque dur est bientôt mort?

Hors ligne

#25 Le 11/06/2025, à 23:21

xubu1957

Re : [RESOLU] Problème de MAJ ubuntu 24.04 ligne malformée

Je ne suis pas de niveau, s'il s'agit d'une anomalie du disque dur.


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