#51 Le 05/10/2024, à 20:04
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
ubuntu@ubuntu:~$ lsblk -fe7
NAME FSTYPE LABEL MOUNTPOINT
sda
├─sda1 /media/ubuntu/f2cd4fd2-b807-45a9-9e61-93444208f04
├─sda2
└─sda5 [SWAP]
sdb
└─sdb1 /media/ubuntu/B232-2EC5
sdc
└─sdc1 /media/ubuntu/B30D-FA8E
sr0 iso9660 Ubuntu 14.04.1 LTS amd64 /cdrom
ram0
ram1
ram2
ram3
ram4
ram5
ram6
ram7
ram8
ram9
ram10
ram11
ram12
ram13
ram14
ram15
ubuntu@ubuntu:~$
Je penses que tu voulais cette reponse et que je change "XXXN" par "/media/ubuntu/f2cd4fd2-b807-45a9-9e61-93444208f04"? non?
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#52 Le 05/10/2024, à 20:27
- geole
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonsoir.
La réponse à la commande est surprenante. Certainement liée au fait que ton support à 10 ans.
XXXN est certainement sda1
Dernière modification par geole (Le 05/10/2024, à 20:31)
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
#53 Le 05/10/2024, à 22:10
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Oui certainement que je devrais change de PC et en faire un nouveau avec des composant plus ressent.
Voici le retour :
ubuntu@ubuntu:~$ sudo mount -v /dev/sda1/mnt
mount: can't find /dev/sda1/mnt in /etc/fstab or /etc/mtab
ubuntu@ubuntu:~$
et :
ubuntu@ubuntu:~$ journalctl -D /mnt/var/log/journal -b -n 500
journalctl: command not found
ubuntu@ubuntu:~$
Je te remercierais jamais assez.
Dernière modification par virgichrist67 (Le 05/10/2024, à 22:11)
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#54 Le 05/10/2024, à 22:20
- geole
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Oui certainement que je devrais changer de PC
Voici le retour :ubuntu@ubuntu:~$ sudo mount -v /dev/sda1/mnt mount: can't find /dev/sda1/mnt in /etc/fstab or /etc/mtab ubuntu@ubuntu:~$
.
Il était prévu d'êcrire.
sudo mount -v /dev/sda1 /mnt
Tu donneras aussi ce retour
lsb_release -a
qui va certainement expliquer la seconde erreur.
Ce n'est pas de PC que tu devrais changer mais probablement de support live-usb.
Dernière modification par geole (Le 05/10/2024, à 22:27)
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
#55 Le 05/10/2024, à 23:01
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Ok desole mon dvd live est sous Ubuntu 14 :/
Voici le retour :
ubuntu@ubuntu:~$ sudo mount -v /dev/sda1 /mnt
mount: you didn't specify a filesystem type for /dev/sda1
I will try type ext4
/dev/sda1 on /mnt type ext4 (rw)
ubuntu@ubuntu:~$
et :
ubuntu@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
ubuntu@ubuntu:~$
Desole je l"ai recuperer dans mes carton de demenagement.
Je n'ai plus fait de copie depuis. Et pas de DVD sous la main non plus.
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#56 Le 06/10/2024, à 09:22
- geole
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonjour.
La commande devient probablement.
sudo mount -v -t ext4 /dev/sda1 /mnt
Mais il est probable que l'évolution du format ext4 pose problème.
Comme la commande journalctl n'existe pas, il faudra faire.
tail -250 /mnt/var/log/syslog.log
tail -250 /mnt/var/log/kern.log
tail -250 /mnt/var/log/dmsg.log
Dernière modification par geole (Le 06/10/2024, à 09:26)
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
#57 Le 07/10/2024, à 03:20
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonsoir mes amis Linuxiens.
Voici le retour :
ubuntu@ubuntu:~$ sudo mount -v -t ext4 /dev/sda1 /mnt
mount: /dev/sda1 already mounted or /mnt busy
mount: according to mtab, /dev/sda1 is already mounted on /mnt
ubuntu@ubuntu:~$
Puis:
ubuntu@ubuntu:~$ tail -250 /mnt/var/log/syslog.log
tail: cannot open ‘/mnt/var/log/syslog.log’ for reading: No such file or directory
ubuntu@ubuntu:~$
Et:
2024-10-05T20:09:56.776383+02:00 christophe-MS-7817 kernel: scsi 6:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
2024-10-05T20:09:56.776383+02:00 christophe-MS-7817 kernel: scsi 6:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
2024-10-05T20:09:56.776384+02:00 christophe-MS-7817 kernel: scsi 6:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
2024-10-05T20:09:56.776384+02:00 christophe-MS-7817 kernel: scsi 6:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
2024-10-05T20:09:56.776385+02:00 christophe-MS-7817 kernel: sd 6:0:0:0: Attached scsi generic sg4 type 0
2024-10-05T20:09:56.776385+02:00 christophe-MS-7817 kernel: sd 6:0:0:1: Attached scsi generic sg5 type 0
2024-10-05T20:09:56.776386+02:00 christophe-MS-7817 kernel: sd 6:0:0:0: [sdd] Media removed, stopped polling
2024-10-05T20:09:56.776438+02:00 christophe-MS-7817 kernel: sd 6:0:0:2: Attached scsi generic sg6 type 0
2024-10-05T20:09:56.776439+02:00 christophe-MS-7817 kernel: sd 6:0:0:0: [sdd] Attached SCSI removable disk
2024-10-05T20:09:56.776439+02:00 christophe-MS-7817 kernel: sd 6:0:0:3: Attached scsi generic sg7 type 0
2024-10-05T20:09:56.776440+02:00 christophe-MS-7817 kernel: sd 6:0:0:2: [sdf] Media removed, stopped polling
2024-10-05T20:09:56.776440+02:00 christophe-MS-7817 kernel: sd 6:0:0:2: [sdf] Attached SCSI removable disk
2024-10-05T20:09:56.776441+02:00 christophe-MS-7817 kernel: sd 6:0:0:1: [sde] Media removed, stopped polling
2024-10-05T20:09:56.776444+02:00 christophe-MS-7817 kernel: sd 6:0:0:3: [sdg] Media removed, stopped polling
2024-10-05T20:09:56.776445+02:00 christophe-MS-7817 kernel: sd 6:0:0:3: [sdg] Attached SCSI removable disk
2024-10-05T20:09:56.776446+02:00 christophe-MS-7817 kernel: scsi 7:0:0:0: Direct-Access EPSON Storage 1.00 PQ: 0 ANSI: 2
2024-10-05T20:09:56.776446+02:00 christophe-MS-7817 kernel: sd 6:0:0:1: [sde] Attached SCSI removable disk
2024-10-05T20:09:56.776446+02:00 christophe-MS-7817 kernel: scsi 7:0:0:1: Direct-Access EPSON Storage 1.00 PQ: 0 ANSI: 2
2024-10-05T20:09:56.776447+02:00 christophe-MS-7817 kernel: scsi 7:0:0:2: Direct-Access EPSON Storage 1.00 PQ: 0 ANSI: 2
2024-10-05T20:09:56.776451+02:00 christophe-MS-7817 kernel: scsi 7:0:0:0: Attached scsi generic sg8 type 0
2024-10-05T20:09:56.776451+02:00 christophe-MS-7817 kernel: sd 7:0:0:1: Attached scsi generic sg9 type 0
2024-10-05T20:09:56.776452+02:00 christophe-MS-7817 kernel: sd 7:0:0:2: Attached scsi generic sg10 type 0
2024-10-05T20:09:56.776452+02:00 christophe-MS-7817 kernel: sd 7:0:0:1: Power-on or device reset occurred
2024-10-05T20:09:56.776453+02:00 christophe-MS-7817 kernel: sd 7:0:0:1: [sdi] Media removed, stopped polling
2024-10-05T20:09:56.776453+02:00 christophe-MS-7817 kernel: sd 7:0:0:1: [sdi] Attached SCSI removable disk
2024-10-05T20:09:56.776454+02:00 christophe-MS-7817 kernel: sd 7:0:0:0: Power-on or device reset occurred
2024-10-05T20:09:56.776457+02:00 christophe-MS-7817 kernel: sd 7:0:0:0: [sdh] Media removed, stopped polling
2024-10-05T20:09:56.776458+02:00 christophe-MS-7817 kernel: sd 7:0:0:0: [sdh] Attached SCSI removable disk
2024-10-05T20:09:56.776458+02:00 christophe-MS-7817 kernel: sd 7:0:0:2: Power-on or device reset occurred
2024-10-05T20:09:56.776459+02:00 christophe-MS-7817 kernel: sd 7:0:0:2: [sdj] Media removed, stopped polling
2024-10-05T20:09:56.776459+02:00 christophe-MS-7817 kernel: sd 7:0:0:2: [sdj] Attached SCSI removable disk
2024-10-05T20:09:56.776460+02:00 christophe-MS-7817 kernel: EXT4-fs (sda1): mounted filesystem f2cd4fd2-b807-45a9-9e61-93444208f047 ro with ordered data mode. Quota mode: none.
2024-10-05T20:09:56.776573+02:00 christophe-MS-7817 kernel: EXT4-fs (sda1): re-mounted f2cd4fd2-b807-45a9-9e61-93444208f047 r/w. Quota mode: none.
2024-10-05T20:09:56.776574+02:00 christophe-MS-7817 kernel: lp: driver loaded but no devices found
2024-10-05T20:09:56.776574+02:00 christophe-MS-7817 kernel: ppdev: user-space parallel port driver
2024-10-05T20:09:56.776581+02:00 christophe-MS-7817 kernel: loop0: detected capacity change from 0 to 8
2024-10-05T20:09:56.776582+02:00 christophe-MS-7817 kernel: loop1: detected capacity change from 0 to 27112
2024-10-05T20:09:56.776582+02:00 christophe-MS-7817 kernel: loop2: detected capacity change from 0 to 8216
2024-10-05T20:09:56.776583+02:00 christophe-MS-7817 kernel: loop3: detected capacity change from 0 to 212976
2024-10-05T20:09:56.776586+02:00 christophe-MS-7817 kernel: loop4: detected capacity change from 0 to 213384
2024-10-05T20:09:56.776587+02:00 christophe-MS-7817 kernel: loop5: detected capacity change from 0 to 113992
2024-10-05T20:09:56.776587+02:00 christophe-MS-7817 kernel: loop6: detected capacity change from 0 to 113384
2024-10-05T20:09:56.776588+02:00 christophe-MS-7817 kernel: loop7: detected capacity change from 0 to 130960
2024-10-05T20:09:56.776588+02:00 christophe-MS-7817 kernel: loop8: detected capacity change from 0 to 131016
2024-10-05T20:09:56.776589+02:00 christophe-MS-7817 kernel: loop9: detected capacity change from 0 to 152112
2024-10-05T20:09:56.776589+02:00 christophe-MS-7817 kernel: loop10: detected capacity change from 0 to 152112
2024-10-05T20:09:56.776593+02:00 christophe-MS-7817 kernel: loop11: detected capacity change from 0 to 135520
2024-10-05T20:09:56.776593+02:00 christophe-MS-7817 kernel: loop12: detected capacity change from 0 to 135512
2024-10-05T20:09:56.776594+02:00 christophe-MS-7817 kernel: loop13: detected capacity change from 0 to 136248
2024-10-05T20:09:56.776594+02:00 christophe-MS-7817 kernel: loop14: detected capacity change from 0 to 138768
2024-10-05T20:09:56.776595+02:00 christophe-MS-7817 kernel: loop15: detected capacity change from 0 to 552488
2024-10-05T20:09:56.776595+02:00 christophe-MS-7817 kernel: loop16: detected capacity change from 0 to 555496
2024-10-05T20:09:56.776599+02:00 christophe-MS-7817 kernel: loop17: detected capacity change from 0 to 21952
2024-10-05T20:09:56.776599+02:00 christophe-MS-7817 kernel: loop18: detected capacity change from 0 to 345088
2024-10-05T20:09:56.776600+02:00 christophe-MS-7817 kernel: loop19: detected capacity change from 0 to 364000
2024-10-05T20:09:56.776600+02:00 christophe-MS-7817 kernel: loop20: detected capacity change from 0 to 1055336
2024-10-05T20:09:56.776601+02:00 christophe-MS-7817 kernel: loop21: detected capacity change from 0 to 1056096
2024-10-05T20:09:56.776601+02:00 christophe-MS-7817 kernel: loop22: detected capacity change from 0 to 173816
2024-10-05T20:09:56.776602+02:00 christophe-MS-7817 kernel: loop23: detected capacity change from 0 to 288120
2024-10-05T20:09:56.776605+02:00 christophe-MS-7817 kernel: loop24: detected capacity change from 0 to 288072
2024-10-05T20:09:56.776606+02:00 christophe-MS-7817 kernel: loop25: detected capacity change from 0 to 337560
2024-10-05T20:09:56.776606+02:00 christophe-MS-7817 kernel: loop26: detected capacity change from 0 to 337560
2024-10-05T20:09:56.776607+02:00 christophe-MS-7817 kernel: loop27: detected capacity change from 0 to 447264
2024-10-05T20:09:56.776607+02:00 christophe-MS-7817 kernel: loop28: detected capacity change from 0 to 447264
2024-10-05T20:09:56.776608+02:00 christophe-MS-7817 kernel: loop29: detected capacity change from 0 to 716168
2024-10-05T20:09:56.776611+02:00 christophe-MS-7817 kernel: loop30: detected capacity change from 0 to 716176
2024-10-05T20:09:56.776612+02:00 christophe-MS-7817 kernel: loop31: detected capacity change from 0 to 1032504
2024-10-05T20:09:56.776612+02:00 christophe-MS-7817 kernel: loop32: detected capacity change from 0 to 1034424
2024-10-05T20:09:56.776613+02:00 christophe-MS-7817 kernel: loop33: detected capacity change from 0 to 3032
2024-10-05T20:09:56.776613+02:00 christophe-MS-7817 kernel: loop34: detected capacity change from 0 to 3160
2024-10-05T20:09:56.776614+02:00 christophe-MS-7817 kernel: loop35: detected capacity change from 0 to 280
2024-10-05T20:09:56.776617+02:00 christophe-MS-7817 kernel: loop36: detected capacity change from 0 to 166424
2024-10-05T20:09:56.776618+02:00 christophe-MS-7817 kernel: loop37: detected capacity change from 0 to 75960
2024-10-05T20:09:56.776619+02:00 christophe-MS-7817 kernel: loop38: detected capacity change from 0 to 187776
2024-10-05T20:09:56.776619+02:00 christophe-MS-7817 kernel: loop39: detected capacity change from 0 to 533936
2024-10-05T20:09:56.776619+02:00 christophe-MS-7817 kernel: loop40: detected capacity change from 0 to 593464
2024-10-05T20:09:56.776620+02:00 christophe-MS-7817 kernel: loop41: detected capacity change from 0 to 321584
2024-10-05T20:09:56.776620+02:00 christophe-MS-7817 kernel: loop42: detected capacity change from 0 to 324760
2024-10-05T20:09:56.776624+02:00 christophe-MS-7817 kernel: loop43: detected capacity change from 0 to 36552
2024-10-05T20:09:56.776624+02:00 christophe-MS-7817 kernel: loop44: detected capacity change from 0 to 21584
2024-10-05T20:09:56.776625+02:00 christophe-MS-7817 kernel: loop45: detected capacity change from 0 to 21848
2024-10-05T20:09:56.776625+02:00 christophe-MS-7817 kernel: loop46: detected capacity change from 0 to 952
2024-10-05T20:09:56.776626+02:00 christophe-MS-7817 kernel: loop47: detected capacity change from 0 to 1000
2024-10-05T20:09:56.776626+02:00 christophe-MS-7817 kernel: loop48: detected capacity change from 0 to 372328
2024-10-05T20:09:56.776630+02:00 christophe-MS-7817 kernel: loop49: detected capacity change from 0 to 373048
2024-10-05T20:09:56.776630+02:00 christophe-MS-7817 kernel: loop50: detected capacity change from 0 to 306760
2024-10-05T20:09:56.776631+02:00 christophe-MS-7817 kernel: loop51: detected capacity change from 0 to 306936
2024-10-05T20:09:56.776631+02:00 christophe-MS-7817 kernel: loop52: detected capacity change from 0 to 166240
2024-10-05T20:09:56.776632+02:00 christophe-MS-7817 kernel: loop53: detected capacity change from 0 to 657576
2024-10-05T20:09:56.776632+02:00 christophe-MS-7817 kernel: loop54: detected capacity change from 0 to 657616
2024-10-05T20:09:56.776633+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151752.169:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=533 comm="apparmor_parser"
2024-10-05T20:09:56.776637+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151752.170:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=532 comm="apparmor_parser"
2024-10-05T20:09:56.776637+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151752.360:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=570 comm="apparmor_parser"
2024-10-05T20:09:56.776638+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151752.378:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=569 comm="apparmor_parser"
2024-10-05T20:09:56.776639+02:00 christophe-MS-7817 kernel: ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20230628/utaddress-204)
2024-10-05T20:09:56.776639+02:00 christophe-MS-7817 kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
2024-10-05T20:09:56.776643+02:00 christophe-MS-7817 kernel: ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20230628/utaddress-204)
2024-10-05T20:09:56.776643+02:00 christophe-MS-7817 kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
2024-10-05T20:09:56.776644+02:00 christophe-MS-7817 kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20230628/utaddress-204)
2024-10-05T20:09:56.776644+02:00 christophe-MS-7817 kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20230628/utaddress-204)
2024-10-05T20:09:56.776645+02:00 christophe-MS-7817 kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
2024-10-05T20:09:56.776649+02:00 christophe-MS-7817 kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20230628/utaddress-204)
2024-10-05T20:09:56.776649+02:00 christophe-MS-7817 kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20230628/utaddress-204)
2024-10-05T20:09:56.776650+02:00 christophe-MS-7817 kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
2024-10-05T20:09:56.776650+02:00 christophe-MS-7817 kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
2024-10-05T20:09:56.776651+02:00 christophe-MS-7817 kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
2024-10-05T20:09:56.776651+02:00 christophe-MS-7817 kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
2024-10-05T20:09:56.776655+02:00 christophe-MS-7817 kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
2024-10-05T20:09:56.776655+02:00 christophe-MS-7817 kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
2024-10-05T20:09:56.776656+02:00 christophe-MS-7817 kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
2024-10-05T20:09:56.776656+02:00 christophe-MS-7817 kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
2024-10-05T20:09:56.776657+02:00 christophe-MS-7817 kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
2024-10-05T20:09:56.776657+02:00 christophe-MS-7817 kernel: i2c i2c-0: 2/4 memory slots populated (from DMI)
2024-10-05T20:09:56.776661+02:00 christophe-MS-7817 kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
2024-10-05T20:09:56.776661+02:00 christophe-MS-7817 kernel: i2c i2c-0: Successfully instantiated SPD at 0x52
2024-10-05T20:09:56.776662+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151752.860:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=574 comm="apparmor_parser"
2024-10-05T20:09:56.776663+02:00 christophe-MS-7817 kernel: cryptd: max_cpu_qlen set to 1000
2024-10-05T20:09:56.776663+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151753.051:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=578 comm="apparmor_parser"
2024-10-05T20:09:56.776704+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151753.052:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=629 comm="apparmor_parser"
2024-10-05T20:09:56.776708+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151753.068:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=696 comm="apparmor_parser"
2024-10-05T20:09:56.776708+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151753.071:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=697 comm="apparmor_parser"
2024-10-05T20:09:56.776709+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151753.073:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=703 comm="apparmor_parser"
2024-10-05T20:09:56.776709+02:00 christophe-MS-7817 kernel: at24 0-0050: supply vcc not found, using dummy regulator
2024-10-05T20:09:56.776710+02:00 christophe-MS-7817 kernel: at24 0-0050: 256 byte spd EEPROM, read-only
2024-10-05T20:09:56.776710+02:00 christophe-MS-7817 kernel: at24 0-0052: supply vcc not found, using dummy regulator
2024-10-05T20:09:56.776716+02:00 christophe-MS-7817 kernel: at24 0-0052: 256 byte spd EEPROM, read-only
2024-10-05T20:09:56.776716+02:00 christophe-MS-7817 kernel: i915 0000:00:02.0: [drm] PipeC fused off
2024-10-05T20:09:56.776717+02:00 christophe-MS-7817 kernel: usblp 3-9:1.1: usblp1: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0899
2024-10-05T20:09:56.776717+02:00 christophe-MS-7817 kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
2024-10-05T20:09:56.776718+02:00 christophe-MS-7817 kernel: usbcore: registered new interface driver usblp
2024-10-05T20:09:56.776718+02:00 christophe-MS-7817 kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
2024-10-05T20:09:56.776722+02:00 christophe-MS-7817 kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
2024-10-05T20:09:56.776722+02:00 christophe-MS-7817 kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
2024-10-05T20:09:56.776723+02:00 christophe-MS-7817 kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
2024-10-05T20:09:56.776723+02:00 christophe-MS-7817 kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
2024-10-05T20:09:56.776724+02:00 christophe-MS-7817 kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
2024-10-05T20:09:56.776724+02:00 christophe-MS-7817 kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
2024-10-05T20:09:56.776728+02:00 christophe-MS-7817 kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
2024-10-05T20:09:56.776728+02:00 christophe-MS-7817 kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
2024-10-05T20:09:56.776729+02:00 christophe-MS-7817 kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
2024-10-05T20:09:56.776729+02:00 christophe-MS-7817 kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
2024-10-05T20:09:56.776730+02:00 christophe-MS-7817 kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
2024-10-05T20:09:56.776731+02:00 christophe-MS-7817 kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
2024-10-05T20:09:56.776731+02:00 christophe-MS-7817 kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
2024-10-05T20:09:56.776735+02:00 christophe-MS-7817 kernel: spi-nor: probe of spi0.0 failed with error -22
2024-10-05T20:09:56.776735+02:00 christophe-MS-7817 kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
2024-10-05T20:09:56.776736+02:00 christophe-MS-7817 kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
2024-10-05T20:09:56.776736+02:00 christophe-MS-7817 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
2024-10-05T20:09:56.776737+02:00 christophe-MS-7817 kernel: i915 display info: display version: 7
2024-10-05T20:09:56.776737+02:00 christophe-MS-7817 kernel: i915 display info: cursor_needs_physical: no
2024-10-05T20:09:56.776741+02:00 christophe-MS-7817 kernel: i915 display info: has_cdclk_crawl: no
2024-10-05T20:09:56.776741+02:00 christophe-MS-7817 kernel: i915 display info: has_cdclk_squash: no
2024-10-05T20:09:56.776742+02:00 christophe-MS-7817 kernel: i915 display info: has_ddi: yes
2024-10-05T20:09:56.776742+02:00 christophe-MS-7817 kernel: i915 display info: has_dp_mst: yes
2024-10-05T20:09:56.776743+02:00 christophe-MS-7817 kernel: i915 display info: has_dsb: no
2024-10-05T20:09:56.776743+02:00 christophe-MS-7817 kernel: i915 display info: has_fpga_dbg: yes
2024-10-05T20:09:56.776747+02:00 christophe-MS-7817 kernel: i915 display info: has_gmch: no
2024-10-05T20:09:56.776747+02:00 christophe-MS-7817 kernel: i915 display info: has_hotplug: yes
2024-10-05T20:09:56.776748+02:00 christophe-MS-7817 kernel: i915 display info: has_hti: no
2024-10-05T20:09:56.776748+02:00 christophe-MS-7817 kernel: i915 display info: has_ipc: no
2024-10-05T20:09:56.776749+02:00 christophe-MS-7817 kernel: i915 display info: has_overlay: no
2024-10-05T20:09:56.776749+02:00 christophe-MS-7817 kernel: i915 display info: has_psr: yes
2024-10-05T20:09:56.776750+02:00 christophe-MS-7817 kernel: i915 display info: has_psr_hw_tracking: yes
2024-10-05T20:09:56.776753+02:00 christophe-MS-7817 kernel: i915 display info: overlay_needs_physical: no
2024-10-05T20:09:56.776754+02:00 christophe-MS-7817 kernel: i915 display info: supports_tv: no
2024-10-05T20:09:56.776754+02:00 christophe-MS-7817 kernel: i915 display info: has_hdcp: no
2024-10-05T20:09:56.776755+02:00 christophe-MS-7817 kernel: i915 display info: has_dmc: no
2024-10-05T20:09:56.776755+02:00 christophe-MS-7817 kernel: i915 display info: has_dsc: no
2024-10-05T20:09:56.776756+02:00 christophe-MS-7817 kernel: fbcon: i915drmfb (fb0) is primary device
2024-10-05T20:09:56.776760+02:00 christophe-MS-7817 kernel: fbcon: Deferring console take-over
2024-10-05T20:09:56.776760+02:00 christophe-MS-7817 kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
2024-10-05T20:09:56.776761+02:00 christophe-MS-7817 kernel: intel_rapl_common: Found RAPL domain package
2024-10-05T20:09:56.776761+02:00 christophe-MS-7817 kernel: intel_rapl_common: Found RAPL domain core
2024-10-05T20:09:56.776762+02:00 christophe-MS-7817 kernel: intel_rapl_common: Found RAPL domain uncore
2024-10-05T20:09:56.776762+02:00 christophe-MS-7817 kernel: intel_rapl_common: Found RAPL domain dram
2024-10-05T20:09:56.776763+02:00 christophe-MS-7817 kernel: intel_rapl_common: package-0:package:long_term locked by BIOS
2024-10-05T20:09:56.776766+02:00 christophe-MS-7817 kernel: intel_rapl_common: package-0:package:short_term locked by BIOS
2024-10-05T20:09:56.776767+02:00 christophe-MS-7817 kernel: kauditd_printk_skb: 118 callbacks suppressed
2024-10-05T20:09:56.776767+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151757.212:130): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/mission-control-5" pid=1155 comm="apparmor_parser"
2024-10-05T20:09:56.776768+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151757.213:131): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*" pid=1155 comm="apparmor_parser"
2024-10-05T20:09:56.776769+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151757.213:132): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//pxgsettings" pid=1155 comm="apparmor_parser"
2024-10-05T20:09:56.776772+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151757.213:133): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//sanitized_helper" pid=1155 comm="apparmor_parser"
2024-10-05T20:09:56.776773+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151757.213:134): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-ofono" pid=1155 comm="apparmor_parser"
2024-10-05T20:09:56.776774+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151757.223:135): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1156 comm="apparmor_parser"
2024-10-05T20:09:56.776774+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151757.290:136): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=1166 comm="apparmor_parser"
2024-10-05T20:09:56.776775+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151757.475:137): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=1165 comm="apparmor_parser"
2024-10-05T20:09:56.776778+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151757.475:138): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=1165 comm="apparmor_parser"
2024-10-05T20:09:56.776779+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151757.475:139): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=1165 comm="apparmor_parser"
2024-10-05T20:09:56.776780+02:00 christophe-MS-7817 kernel: Adding 4135932k swap on /dev/sda5. Priority:-2 extents:1 across:4135932k
2024-10-05T20:09:56.776780+02:00 christophe-MS-7817 kernel: kauditd_printk_skb: 63 callbacks suppressed
2024-10-05T20:09:56.776781+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151762.224:203): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gimp.gimp" pid=1315 comm="apparmor_parser"
2024-10-05T20:09:56.776784+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151762.262:204): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.flasharch.flasharch" pid=1314 comm="apparmor_parser"
2024-10-05T20:09:56.776785+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151762.310:205): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gimp.hook.post-refresh" pid=1317 comm="apparmor_parser"
2024-10-05T20:09:56.776785+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151762.312:206): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gimp.hook.install" pid=1316 comm="apparmor_parser"
2024-10-05T20:09:56.776786+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151762.488:207): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.cygnal" pid=1318 comm="apparmor_parser"
2024-10-05T20:09:56.776787+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151762.564:208): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.dump-gnash" pid=1319 comm="apparmor_parser"
2024-10-05T20:09:56.776790+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151762.624:209): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.flvdumper" pid=1320 comm="apparmor_parser"
2024-10-05T20:09:56.776795+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151762.692:210): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.gnash" pid=1321 comm="apparmor_parser"
2024-10-05T20:09:56.776796+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151762.739:211): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.gnash-raymii" pid=1322 comm="apparmor_parser"
2024-10-05T20:09:56.776796+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151762.798:212): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.gprocessor" pid=1323 comm="apparmor_parser"
2024-10-05T20:09:56.776797+02:00 christophe-MS-7817 kernel: kauditd_printk_skb: 18 callbacks suppressed
2024-10-05T20:09:56.776798+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151793.969:231): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="rsyslogd" pid=1478 comm="apparmor_parser"
2024-10-05T20:10:02.604408+02:00 christophe-MS-7817 kernel: NET: Registered PF_QIPCRTR protocol family
2024-10-05T20:10:05.875665+02:00 christophe-MS-7817 kernel: loop55: detected capacity change from 0 to 8
2024-10-05T20:10:05.909416+02:00 christophe-MS-7817 kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
2024-10-05T20:10:06.066442+02:00 christophe-MS-7817 kernel: r8169 0000:02:00.0 eth0: Link is Down
2024-10-05T20:10:08.853428+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151808.851:232): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=1716 comm="snap-confine" capability=12 capname="net_admin"
2024-10-05T20:10:08.853463+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151808.851:233): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=1716 comm="snap-confine" capability=38 capname="perfmon"
2024-10-05T20:10:09.018532+02:00 christophe-MS-7817 kernel: r8169 0000:02:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
2024-10-05T20:10:14.012918+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151814.010:234): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=1713 comm="cupsd" capability=12 capname="net_admin"
2024-10-05T20:10:14.964398+02:00 christophe-MS-7817 kernel: usblp1: removed
2024-10-05T20:10:14.998782+02:00 christophe-MS-7817 kernel: usblp 3-9:1.1: usblp1: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0899
2024-10-05T20:10:19.904380+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151819.902:235): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1960 comm="apparmor_parser"
2024-10-05T20:10:19.911378+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151819.909:236): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1960 comm="apparmor_parser"
2024-10-05T20:10:28.001412+02:00 christophe-MS-7817 kernel: audit: type=1326 audit(1728151827.999:237): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=snap.cups.cupsd pid=1944 comm="cupsd" exe="/snap/cups/1058/sbin/cupsd" sig=0 arch=c000003e syscall=93 compat=0 ip=0x749c80c66a9b code=0x50000
2024-10-05T20:10:28.821445+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151828.819:238): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=2016 comm="snap-confine" capability=12 capname="net_admin"
2024-10-05T20:10:28.821485+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151828.819:239): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=2016 comm="snap-confine" capability=38 capname="perfmon"
2024-10-05T20:10:29.257500+02:00 christophe-MS-7817 kernel: audit: type=1326 audit(1728151829.252:240): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=snap.cups.cupsd pid=1945 comm="cups-proxyd" exe="/snap/cups/1058/sbin/cups-proxyd" sig=0 arch=c000003e syscall=314 compat=0 ip=0x70f6af6e488d code=0x50000
2024-10-05T20:10:29.654432+02:00 christophe-MS-7817 kernel: audit: type=1400 audit(1728151829.650:241): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.snapd-desktop-integration" name="/proc/2082/maps" pid=2082 comm="5" requested_mask="r" denied_mask="r" fsuid=122 ouid=0
2024-10-05T20:10:29.862421+02:00 christophe-MS-7817 kernel: audit: type=1326 audit(1728151829.861:242): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=snap.cups.cupsd pid=1944 comm="cupsd" exe="/snap/cups/1058/sbin/cupsd" sig=0 arch=c000003e syscall=93 compat=0 ip=0x749c80c66a9b code=0x50000
2024-10-05T20:10:41.636410+02:00 christophe-MS-7817 kernel: traps: gnome-shell[2109] general protection fault ip:7aa3ab047370 sp:7fff5c23c990 error:0 in libc.so.6[7aa3ab028000+188000]
2024-10-05T20:10:42.234386+02:00 christophe-MS-7817 kernel: fbcon: Taking over console
2024-10-05T20:10:42.250429+02:00 christophe-MS-7817 kernel: Console: switching to colour frame buffer device 180x56
ubuntu@ubuntu:~$
Ensuite :
ubuntu@ubuntu:~$ tail -250 /mnt/var/log/dmsg.log
tail: cannot open ‘/mnt/var/log/dmsg.log’ for reading: No such file or directory
ubuntu@ubuntu:~$
Voila pour le moment et desole du retard
Dernière modification par virgichrist67 (Le 07/10/2024, à 03:22)
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#58 Le 07/10/2024, à 11:18
- geole
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonjour.
Je crains que la cause soit celle-ci.
00 christophe-MS-7817 kernel: traps: gnome-shell[2109] general protection fault ip:7aa3ab047370 sp:7fff5c23c990 error:0 in libc.so.6[7aa3ab028000+188000]
2024-10-05T20:10:42.234386+02:00 christophe-MS-7817 kernel: fbcon: Taking over console
Pour les deux fichiers manquants, j'ai pu me tromper de nom, pour trouver, donne ce retour.
ls -ls /mnt/var/log
Je crains que tu doives t'orienter vers une installation neuve.
Dernière modification par geole (Le 07/10/2024, à 11:29)
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
#59 Le 08/10/2024, à 01:20
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonsoir mes amis Linuxiens.
Alors voila mon retour :
ubuntu@ubuntu:~$ ls -ls /mnt/var/log
total 25844
0 -rw-r--r-- 1 root root 0 Oct 5 17:34 alternatives.log
48 -rw-r--r-- 1 root root 41868 Sep 13 14:24 alternatives.log.1
4 -rw-r--r-- 1 root root 485 Dec 19 2023 alternatives.log.10.gz
4 -rw-r--r-- 1 root root 134 Dec 11 2023 alternatives.log.11.gz
4 -rw-r--r-- 1 root root 420 Oct 26 2023 alternatives.log.12.gz
4 -rw-r--r-- 1 root root 124 Aug 16 07:06 alternatives.log.2.gz
4 -rw-r--r-- 1 root root 613 Jul 26 14:07 alternatives.log.3.gz
4 -rw-r--r-- 1 root root 411 Jun 12 11:47 alternatives.log.4.gz
4 -rw-r--r-- 1 root root 185 May 13 17:48 alternatives.log.5.gz
4 -rw-r--r-- 1 root root 389 Apr 29 14:53 alternatives.log.6.gz
4 -rw-r--r-- 1 root root 563 Mar 27 2024 alternatives.log.7.gz
4 -rw-r--r-- 1 root root 426 Feb 27 2024 alternatives.log.8.gz
4 -rw-r--r-- 1 root root 225 Jan 4 2024 alternatives.log.9.gz
36 -rw-r----- 1 root adm 30289 Oct 5 18:10 apport.log
48 -rw-r----- 1 root adm 41540 Sep 26 19:23 apport.log.1
4 -rw-r----- 1 root adm 1614 Sep 23 16:43 apport.log.2.gz
4 -rw-r----- 1 root adm 461 Sep 19 10:21 apport.log.3.gz
4 -rw-r----- 1 root adm 1234 Sep 16 21:09 apport.log.4.gz
4 -rw-r----- 1 root adm 862 Sep 13 17:09 apport.log.5.gz
4 -rw-r----- 1 root adm 564 Sep 11 20:42 apport.log.6.gz
4 -rw-r----- 1 root adm 2595 Sep 10 20:08 apport.log.7.gz
4 drwxr-xr-x 2 root root 4096 Oct 5 17:34 apt
852 -rw-r----- 1 syslog adm 870368 Oct 5 18:17 auth.log
48 -rw-r----- 1 syslog adm 44859 Oct 5 17:35 auth.log.1
8 -rw-r----- 1 syslog adm 4136 Sep 19 10:25 auth.log.2.gz
16 -rw-r----- 1 syslog adm 12343 Sep 16 19:26 auth.log.3.gz
8 -rw-r----- 1 syslog adm 4320 Sep 8 14:34 auth.log.4.gz
36 -rw-r--r-- 1 root root 29242 Oct 5 18:10 boot.log
68 -rw-r--r-- 1 root root 68085 Oct 5 17:34 boot.log.1
40 -rw-r--r-- 1 root root 37772 Sep 23 22:00 boot.log.2
12 -rw-r--r-- 1 root root 10419 Sep 19 22:00 boot.log.3
120 -rw-r--r-- 1 root root 122694 Sep 16 22:00 boot.log.4
72 -rw-r--r-- 1 root root 73234 Sep 16 19:26 boot.log.5
32 -rw-r--r-- 1 root root 31021 Sep 12 22:00 boot.log.6
8 -rw-r--r-- 1 root root 7351 Sep 11 22:31 boot.log.7
64 -rw-r--r-- 1 root root 61499 Jul 22 2014 bootstrap.log
0 -rw-rw---- 1 root utmp 0 Oct 5 17:34 btmp
0 -rw-rw---- 1 root utmp 0 Aug 31 22:00 btmp.1
4 drwxr-xr-x 2 root root 4096 Oct 5 17:34 cups
4 drwxr-xr-x 2 132 lpadmin 4096 Sep 10 16:00 cups-browsed
4 drwxr-xr-x 11 root root 4096 Sep 23 16:56 dist-upgrade
88 -rw-r----- 1 root adm 87745 Oct 5 18:10 dmesg
472 -rw-r----- 1 root adm 482934 Oct 5 18:04 dmesg.0
24 -rw-r----- 1 root adm 21499 Oct 5 17:58 dmesg.1.gz
24 -rw-r----- 1 root adm 21695 Oct 5 17:35 dmesg.2.gz
24 -rw-r----- 1 root adm 21651 Sep 26 19:23 dmesg.3.gz
24 -rw-r----- 1 root adm 21695 Sep 26 19:18 dmesg.4.gz
0 -rw-r--r-- 1 root root 0 Oct 5 17:35 dpkg.log
2204 -rw-r--r-- 1 root root 2251335 Sep 26 19:04 dpkg.log.1
8 -rw-r--r-- 1 root root 6604 Dec 19 2023 dpkg.log.10.gz
8 -rw-r--r-- 1 root root 8021 Nov 30 2023 dpkg.log.11.gz
8 -rw-r--r-- 1 root root 8121 Oct 31 2023 dpkg.log.12.gz
8 -rw-r--r-- 1 root root 6965 Aug 31 00:05 dpkg.log.2.gz
8 -rw-r--r-- 1 root root 7199 Jul 30 17:53 dpkg.log.3.gz
12 -rw-r--r-- 1 root root 8589 Jun 29 09:01 dpkg.log.4.gz
8 -rw-r--r-- 1 root root 8124 May 30 11:13 dpkg.log.5.gz
8 -rw-r--r-- 1 root root 8064 Apr 29 14:54 dpkg.log.6.gz
12 -rw-r--r-- 1 root root 9555 Mar 29 2024 dpkg.log.7.gz
12 -rw-r--r-- 1 root root 11856 Feb 27 2024 dpkg.log.8.gz
4 -rw-r--r-- 1 root root 989 Jan 4 2024 dpkg.log.9.gz
24 -rw-r--r-- 1 root root 18713248 Sep 16 21:03 faillog
16 -rw-r--r-- 1 root root 15364 Sep 10 16:17 fontconfig.log
4 drwx--x--x 2 root 131 4096 Aug 12 2022 gdm3
4 -rw-r--r-- 1 root root 1569 Oct 5 18:09 gpu-manager.log
4 -rw-r--r-- 1 root root 2079 Mar 27 2024 gpu-manager-switch.log
4 drwxr-xr-x 3 root root 4096 Jul 22 2014 hp
4 drwxrwxr-x 2 root root 4096 Mar 10 2021 installer
4 drwxr-sr-x+ 3 root 125 4096 Mar 10 2021 journal
356 -rw-r----- 1 syslog adm 356585 Oct 5 18:10 kern.log
1260 -rw-r----- 1 syslog adm 1289459 Oct 5 17:35 kern.log.1
300 -rw-r----- 1 syslog adm 306466 Sep 19 10:26 kern.log.2.gz
1784 -rw-r----- 1 syslog adm 1825065 Sep 16 19:27 kern.log.3.gz
180 -rw-r----- 1 syslog adm 182984 Sep 8 14:34 kern.log.4.gz
60 -rw-rw-r-- 1 root utmp 170758388 Sep 16 21:03 lastlog
4 drwxr-xr-x 2 root root 4096 Mar 12 2021 lightdm
4 drwxr-xr-x 2 root root 4096 Sep 5 2019 openvpn
0 -rw-r--r-- 1 root root 0 Mar 31 2021 pm-powersave.log
8 -rw-r--r-- 1 root root 4099 Mar 10 2021 pm-powersave.log.1
4 drwx------ 2 root root 4096 Mar 10 2021 private
0 lrwxrwxrwx 1 root root 39 Sep 10 15:14 README -> ../../usr/share/doc/systemd/README.logs
4 drwxr-x--- 3 root adm 4096 Sep 10 15:57 samba
4 drwx------ 2 speech-dispatcher root 4096 Feb 19 2014 speech-dispatcher
4 drwxr-x--- 2 root root 4096 Jun 22 2022 sssd
5520 -rw-r----- 1 syslog adm 5645437 Oct 5 18:17 syslog
4796 -rw-r----- 1 syslog adm 4904938 Oct 5 17:35 syslog.1
692 -rw-r----- 1 syslog adm 706746 Sep 19 10:26 syslog.2.gz
3040 -rw-r----- 1 syslog adm 3110557 Sep 16 19:27 syslog.3.gz
528 -rw-r----- 1 syslog adm 537786 Sep 8 14:34 syslog.4.gz
88 -rw-r----- 1 syslog adm 88269 Aug 7 2022 syslog.6.gz
148 -rw-r----- 1 syslog adm 147600 Aug 5 2022 syslog.7.gz
4 drwxr-xr-x 2 root root 4096 Jan 9 2024 sysstat
8 -rw------- 1 root root 64192 Jun 7 2022 tallylog
0 -rw------- 1 root root 0 Nov 9 2021 ubuntu-advantage-license-check.log
0 -rw-r--r-- 1 root root 0 Sep 10 22:49 ubuntu-advantage.log
4 -rw-r--r-- 1 root root 2673 Sep 10 16:17 ubuntu-advantage.log.1
4 -rw-r--r-- 1 root root 1932 Jun 8 19:32 ubuntu-advantage.log.2.gz
8 -rw-r--r-- 1 root root 7708 May 31 12:52 ubuntu-advantage.log.3.gz
12 -rw-r--r-- 1 root root 8603 Apr 30 21:27 ubuntu-advantage.log.4.gz
8 -rw-r--r-- 1 root root 7091 Mar 30 2024 ubuntu-advantage.log.5.gz
4 -rw-r--r-- 1 root root 2910 Feb 27 2024 ubuntu-advantage.log.6.gz
0 -rw-r--r-- 1 root root 0 Aug 1 2023 ubuntu-advantage-timer.log
4 -rw-r--r-- 1 root root 2046 Jul 13 2023 ubuntu-advantage-timer.log.1
4 -rw-r--r-- 1 root root 786 Jun 30 2023 ubuntu-advantage-timer.log.2.gz
4 -rw-r--r-- 1 root root 642 May 31 2023 ubuntu-advantage-timer.log.3.gz
4 -rw-r--r-- 1 root root 1060 Apr 27 2023 ubuntu-advantage-timer.log.4.gz
4 -rw-r--r-- 1 root root 1087 Mar 31 2023 ubuntu-advantage-timer.log.5.gz
4 -rw-r--r-- 1 root root 934 Feb 28 2023 ubuntu-advantage-timer.log.6.gz
344 -rw-r--r-- 1 root root 351465 Mar 10 2021 udev
4 drwxr-x--- 2 root adm 4096 Sep 21 2023 unattended-upgrades
4 drwxr-xr-x 2 root root 4096 Mar 10 2021 upgrade
4 drwxr-xr-x 2 root root 4096 Mar 12 2021 upstart
704 -rw-rw-r-- 1 root utmp 715776 Oct 5 18:10 wtmp
1032 -rw-rw-r-- 1 root utmp 1049088 May 9 2023 wtmp.1
48 -rw-r--r-- 1 root root 49009 Sep 26 19:08 Xorg.0.log
48 -rw-r--r-- 1 root root 49009 Sep 26 19:08 Xorg.0.log.old
28 -rw-r--r-- 1 root root 25671 Sep 10 16:18 Xorg.1.log
28 -rw-r--r-- 1 root root 25230 Sep 9 17:38 Xorg.1.log.old
32 -rw-r--r-- 1 root root 28703 Jun 12 2022 Xorg.2.log
32 -rw-r--r-- 1 root root 28801 Jun 11 2022 Xorg.2.log.old
44 -rw-r--r-- 1 root root 44971 Sep 23 16:57 Xorg.failsafe.log
12 -rw-r--r-- 1 root root 11522 Sep 13 11:53 Xorg.failsafe.log.old
ubuntu@ubuntu:~$
Ok
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#60 Le 08/10/2024, à 09:07
- geole
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonjour.
Donc,
tail -250 /mnt/var/log/syslog
tail -250 /mnt/var/log/dmsg
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
#61 Le 08/10/2024, à 09:36
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Voila mon retour :
351]: (II) This device may have been added with another device file.
2024-10-05T20:10:49.454726+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
2024-10-05T20:10:49.454766+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) No input driver specified, ignoring this device.
2024-10-05T20:10:49.454788+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) This device may have been added with another device file.
2024-10-05T20:10:49.455215+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
2024-10-05T20:10:49.455256+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) No input driver specified, ignoring this device.
2024-10-05T20:10:49.455277+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) This device may have been added with another device file.
2024-10-05T20:10:49.473096+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) RAPOO Rapoo 2.4G Wireless Device Consumer Control: Applying InputClass "evdev keyboard catchall"
2024-10-05T20:10:49.473149+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) RAPOO Rapoo 2.4G Wireless Device Consumer Control: Applying InputClass "libinput keyboard catchall"
2024-10-05T20:10:49.473169+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) Using input driver 'libinput' for 'RAPOO Rapoo 2.4G Wireless Device Consumer Control'
2024-10-05T20:10:49.473187+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
2024-10-05T20:10:49.473205+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) RAPOO Rapoo 2.4G Wireless Device Consumer Control: always reports core events
2024-10-05T20:10:49.473223+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "Device" "/dev/input/event4"
2024-10-05T20:10:49.473241+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) libinput: RAPOO Rapoo 2.4G Wireless Device Consumer Control: is a virtual subdevice
2024-10-05T20:10:49.473258+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.1/0003:24AE:2010.0002/input/input5/event4"
2024-10-05T20:10:49.473275+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) XINPUT: Adding extended input device "RAPOO Rapoo 2.4G Wireless Device Consumer Control" (type: KEYBOARD, id 13)
2024-10-05T20:10:49.473292+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "xkb_model" "pc105"
2024-10-05T20:10:49.473309+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "xkb_layout" "fr"
2024-10-05T20:10:49.558955+02:00 christophe-MS-7817 gnome-session[2364]: *** stack smashing detected ***: terminated
2024-10-05T20:10:49.759194+02:00 christophe-MS-7817 gnome-session[2366]: *** stack smashing detected ***: terminated
2024-10-05T20:10:49.929107+02:00 christophe-MS-7817 gnome-session[2363]: gnome-session-binary[2363]: WARNING: software acceleration check failed: Le processus fils a été tué par le signal 6
2024-10-05T20:10:49.929250+02:00 christophe-MS-7817 gnome-session-binary[2363]: WARNING: software acceleration check failed: Le processus fils a été tué par le signal 6
2024-10-05T20:10:49.956261+02:00 christophe-MS-7817 gnome-session[2368]: *** stack smashing detected ***: terminated
2024-10-05T20:10:50.126374+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "fd" "23"
2024-10-05T20:10:50.126460+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) event1 - Power Button: device removed
2024-10-05T20:10:50.126500+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "fd" "26"
2024-10-05T20:10:50.126519+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) event11 - Video Bus: device removed
2024-10-05T20:10:50.126536+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "fd" "27"
2024-10-05T20:10:50.126554+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) event0 - Power Button: device removed
2024-10-05T20:10:50.126570+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "fd" "28"
2024-10-05T20:10:50.126597+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) event2 - RAPOO Rapoo 2.4G Wireless Device: device removed
2024-10-05T20:10:50.126614+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "fd" "29"
2024-10-05T20:10:50.126632+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) event3 - RAPOO Rapoo 2.4G Wireless Device System Control: device removed
2024-10-05T20:10:50.126649+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "fd" "30"
2024-10-05T20:10:50.126673+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "fd" "31"
2024-10-05T20:10:50.126691+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) event5 - RAPOO Rapoo 2.4G Wireless Device: device removed
2024-10-05T20:10:50.126715+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (**) Option "fd" "30"
2024-10-05T20:10:50.126732+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) event4 - RAPOO Rapoo 2.4G Wireless Device Consumer Control: device removed
2024-10-05T20:10:50.141291+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) UnloadModule: "libinput"
2024-10-05T20:10:50.141341+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) systemd-logind: not releasing fd for 13:68, still in use
2024-10-05T20:10:50.141378+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) UnloadModule: "libinput"
2024-10-05T20:10:50.141412+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) systemd-logind: releasing fd for 13:69
2024-10-05T20:10:50.142116+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) UnloadModule: "libinput"
2024-10-05T20:10:50.142161+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) systemd-logind: releasing fd for 13:68
2024-10-05T20:10:50.143595+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) UnloadModule: "libinput"
2024-10-05T20:10:50.143646+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) systemd-logind: releasing fd for 13:67
2024-10-05T20:10:50.149681+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) UnloadModule: "libinput"
2024-10-05T20:10:50.149730+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) systemd-logind: releasing fd for 13:66
2024-10-05T20:10:50.150226+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) UnloadModule: "libinput"
2024-10-05T20:10:50.150295+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) systemd-logind: releasing fd for 13:64
2024-10-05T20:10:50.151552+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) UnloadModule: "libinput"
2024-10-05T20:10:50.151602+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) systemd-logind: releasing fd for 13:75
2024-10-05T20:10:50.152872+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) UnloadModule: "libinput"
2024-10-05T20:10:50.152928+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) systemd-logind: releasing fd for 13:65
2024-10-05T20:10:50.177371+02:00 christophe-MS-7817 /usr/libexec/gdm-x-session[2351]: (II) Server terminated successfully (0). Closing log file.
2024-10-05T20:10:50.196574+02:00 christophe-MS-7817 gdm3: Gdm: GdmDisplay: Session never registered, failing
2024-10-05T20:10:50.198897+02:00 christophe-MS-7817 gdm3: Gdm: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
2024-10-05T20:10:50.198979+02:00 christophe-MS-7817 gdm3: Gdm: Child process -2349 was already dead.
2024-10-05T20:10:50.199012+02:00 christophe-MS-7817 gdm3: Gdm: GdmDisplay: Session never registered, failing
2024-10-05T20:10:50.199615+02:00 christophe-MS-7817 systemd[1]: session-c6.scope: Deactivated successfully.
2024-10-05T20:10:50.204691+02:00 christophe-MS-7817 gdm3: Gdm: Child process -2349 was already dead.
2024-10-05T20:10:51.386678+02:00 christophe-MS-7817 systemd[1]: systemd-timedated.service: Deactivated successfully.
2024-10-05T20:11:00.380917+02:00 christophe-MS-7817 systemd[1]: Stopping user@122.service - User Manager for UID 122...
2024-10-05T20:11:00.402670+02:00 christophe-MS-7817 systemd[1786]: Activating special unit exit.target...
2024-10-05T20:11:00.403010+02:00 christophe-MS-7817 systemd[1786]: Stopped target default.target - Main User Target.
2024-10-05T20:11:00.408627+02:00 christophe-MS-7817 systemd[1786]: Stopping dbus.service - D-Bus User Message Bus...
2024-10-05T20:11:00.408928+02:00 christophe-MS-7817 systemd[1786]: Stopping filter-chain.service - PipeWire filter chain daemon...
2024-10-05T20:11:00.410152+02:00 christophe-MS-7817 systemd[1786]: Stopping pipewire-pulse.service - PipeWire PulseAudio...
2024-10-05T20:11:00.411444+02:00 christophe-MS-7817 systemd[1786]: Stopping xdg-document-portal.service - flatpak document portal service...
2024-10-05T20:11:00.411584+02:00 christophe-MS-7817 systemd[1786]: Stopping xdg-permission-store.service - sandboxed app permission store...
2024-10-05T20:11:00.420574+02:00 christophe-MS-7817 systemd[1786]: Stopped dbus.service - D-Bus User Message Bus.
2024-10-05T20:11:00.424526+02:00 christophe-MS-7817 systemd[1]: run-user-122-doc.mount: Deactivated successfully.
2024-10-05T20:11:00.433446+02:00 christophe-MS-7817 systemd[1786]: Stopped filter-chain.service - PipeWire filter chain daemon.
2024-10-05T20:11:00.434128+02:00 christophe-MS-7817 systemd[1786]: Stopped pipewire-pulse.service - PipeWire PulseAudio.
2024-10-05T20:11:00.435409+02:00 christophe-MS-7817 systemd[1786]: xdg-document-portal.service: Main process exited, code=exited, status=20/n/a
2024-10-05T20:11:00.435502+02:00 christophe-MS-7817 systemd[1786]: xdg-document-portal.service: Failed with result 'exit-code'.
2024-10-05T20:11:00.435557+02:00 christophe-MS-7817 systemd[1786]: Stopped xdg-document-portal.service - flatpak document portal service.
2024-10-05T20:11:00.435612+02:00 christophe-MS-7817 systemd[1786]: xdg-permission-store.service: Main process exited, code=exited, status=1/FAILURE
2024-10-05T20:11:00.435658+02:00 christophe-MS-7817 systemd[1786]: xdg-permission-store.service: Failed with result 'exit-code'.
2024-10-05T20:11:00.435699+02:00 christophe-MS-7817 systemd[1786]: Stopped xdg-permission-store.service - sandboxed app permission store.
2024-10-05T20:11:00.436103+02:00 christophe-MS-7817 systemd[1786]: Stopping wireplumber.service - Multimedia Service Session Manager...
2024-10-05T20:11:00.437312+02:00 christophe-MS-7817 wireplumber[2017]: stopped by signal: Complété
2024-10-05T20:11:00.437449+02:00 christophe-MS-7817 wireplumber[2017]: disconnected from pipewire
2024-10-05T20:11:00.441895+02:00 christophe-MS-7817 systemd[1786]: Stopped wireplumber.service - Multimedia Service Session Manager.
2024-10-05T20:11:00.442426+02:00 christophe-MS-7817 systemd[1786]: Stopping pipewire.service - PipeWire Multimedia Service...
2024-10-05T20:11:00.445598+02:00 christophe-MS-7817 systemd[1786]: Stopped pipewire.service - PipeWire Multimedia Service.
2024-10-05T20:11:00.445705+02:00 christophe-MS-7817 systemd[1786]: Removed slice session.slice - User Core Session Slice.
2024-10-05T20:11:00.445768+02:00 christophe-MS-7817 systemd[1786]: Stopped target basic.target - Basic System.
2024-10-05T20:11:00.445820+02:00 christophe-MS-7817 systemd[1786]: Stopped target paths.target - Paths.
2024-10-05T20:11:00.445879+02:00 christophe-MS-7817 systemd[1786]: Stopped ubuntu-report.path - Pending report trigger for Ubuntu Report.
2024-10-05T20:11:00.445921+02:00 christophe-MS-7817 systemd[1786]: Stopped target sockets.target - Sockets.
2024-10-05T20:11:00.445962+02:00 christophe-MS-7817 systemd[1786]: Stopped target timers.target - Timers.
2024-10-05T20:11:00.446002+02:00 christophe-MS-7817 systemd[1786]: Stopped launchpadlib-cache-clean.timer - Clean up old files in the Launchpadlib cache.
2024-10-05T20:11:00.446043+02:00 christophe-MS-7817 systemd[1786]: Stopped snap.firmware-updater.firmware-notifier.timer - Timer firmware-notifier for snap application firmware-updater.firmware-notifier.
2024-10-05T20:11:00.446146+02:00 christophe-MS-7817 systemd[1786]: Closed dbus.socket - D-Bus User Message Bus Socket.
2024-10-05T20:11:00.446242+02:00 christophe-MS-7817 systemd[1786]: Closed dirmngr.socket - GnuPG network certificate management daemon.
2024-10-05T20:11:00.446324+02:00 christophe-MS-7817 systemd[1786]: Closed gcr-ssh-agent.socket - GCR ssh-agent wrapper.
2024-10-05T20:11:00.446985+02:00 christophe-MS-7817 systemd[1786]: Closed gnome-keyring-daemon.socket - GNOME Keyring daemon.
2024-10-05T20:11:00.447103+02:00 christophe-MS-7817 systemd[1786]: Closed gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
2024-10-05T20:11:00.447210+02:00 christophe-MS-7817 systemd[1786]: Closed gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
2024-10-05T20:11:00.453571+02:00 christophe-MS-7817 systemd[1786]: Stopping gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
2024-10-05T20:11:00.453666+02:00 christophe-MS-7817 systemd[1786]: Closed gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
2024-10-05T20:11:00.453714+02:00 christophe-MS-7817 systemd[1786]: Closed keyboxd.socket - GnuPG public key management service.
2024-10-05T20:11:00.453811+02:00 christophe-MS-7817 systemd[1786]: Closed pipewire-pulse.socket - PipeWire PulseAudio.
2024-10-05T20:11:00.453879+02:00 christophe-MS-7817 systemd[1786]: Closed pipewire.socket - PipeWire Multimedia System Sockets.
2024-10-05T20:11:00.453991+02:00 christophe-MS-7817 systemd[1786]: Closed pk-debconf-helper.socket - debconf communication socket.
2024-10-05T20:11:00.454072+02:00 christophe-MS-7817 systemd[1786]: Closed snapd.session-agent.socket - REST API socket for snapd user session agent.
2024-10-05T20:11:00.454153+02:00 christophe-MS-7817 systemd[1786]: Closed speech-dispatcher.socket - Speech Dispatcher Socket.
2024-10-05T20:11:00.471560+02:00 christophe-MS-7817 systemd[1786]: Closed gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
2024-10-05T20:11:00.471779+02:00 christophe-MS-7817 systemd[1786]: Removed slice app.slice - User Application Slice.
2024-10-05T20:11:00.471848+02:00 christophe-MS-7817 systemd[1786]: Reached target shutdown.target - Shutdown.
2024-10-05T20:11:00.472028+02:00 christophe-MS-7817 systemd[1786]: Finished systemd-exit.service - Exit the Session.
2024-10-05T20:11:00.472089+02:00 christophe-MS-7817 systemd[1786]: Reached target exit.target - Exit the Session.
2024-10-05T20:11:00.484579+02:00 christophe-MS-7817 systemd[1]: user@122.service: Deactivated successfully.
2024-10-05T20:11:00.485007+02:00 christophe-MS-7817 systemd[1]: Stopped user@122.service - User Manager for UID 122.
2024-10-05T20:11:00.485408+02:00 christophe-MS-7817 systemd[1]: user@122.service: Consumed 1.798s CPU time.
2024-10-05T20:11:00.526443+02:00 christophe-MS-7817 systemd[1]: Stopping user-runtime-dir@122.service - User Runtime Directory /run/user/122...
2024-10-05T20:11:00.539664+02:00 christophe-MS-7817 systemd[1]: run-user-122.mount: Deactivated successfully.
2024-10-05T20:11:00.540767+02:00 christophe-MS-7817 systemd[1]: user-runtime-dir@122.service: Deactivated successfully.
2024-10-05T20:11:00.540931+02:00 christophe-MS-7817 systemd[1]: Stopped user-runtime-dir@122.service - User Runtime Directory /run/user/122.
2024-10-05T20:11:00.542591+02:00 christophe-MS-7817 systemd[1]: Removed slice user-122.slice - User Slice of UID 122.
2024-10-05T20:11:00.542670+02:00 christophe-MS-7817 systemd[1]: user-122.slice: Consumed 4.506s CPU time.
2024-10-05T20:11:06.261196+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading .desktop files from /usr/share/app-install/desktop/...#015Reading .desktop files from /usr/share/app-install/desktop/: done.
2024-10-05T20:11:06.752417+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_main_i18n_Translation-fr...#015Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_main_i18n_Translation-fr: done.
2024-10-05T20:11:06.876599+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble-updates_universe_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble-updates_universe_i18n_Translation-en: done.
2024-10-05T20:11:06.897958+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_multiverse_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_multiverse_i18n_Translation-en: done.
2024-10-05T20:11:07.140561+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble-updates_main_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble-updates_main_i18n_Translation-en: done.
2024-10-05T20:11:07.318623+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble-updates_restricted_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble-updates_restricted_i18n_Translation-en: done.
2024-10-05T20:11:11.851320+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_universe_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_universe_i18n_Translation-en: done.
2024-10-05T20:11:15.296656+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_universe_i18n_Translation-fr...#015Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_universe_i18n_Translation-fr: done.
2024-10-05T20:11:15.376472+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_universe_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_universe_i18n_Translation-en: done.
2024-10-05T20:11:15.385194+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble-backports_universe_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble-backports_universe_i18n_Translation-en: done.
2024-10-05T20:11:15.488630+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_multiverse_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_multiverse_i18n_Translation-en: done.
2024-10-05T20:11:15.501106+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_restricted_i18n_Translation-fr...#015Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_restricted_i18n_Translation-fr: done.
2024-10-05T20:11:15.566667+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_multiverse_i18n_Translation-fr...#015Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_multiverse_i18n_Translation-fr: done.
2024-10-05T20:11:16.016609+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_main_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_main_i18n_Translation-en: done.
2024-10-05T20:11:16.215536+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_main_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_main_i18n_Translation-en: done.
2024-10-05T20:11:16.394348+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_restricted_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_noble-security_restricted_i18n_Translation-en: done.
2024-10-05T20:11:16.411537+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble-updates_multiverse_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble-updates_multiverse_i18n_Translation-en: done.
2024-10-05T20:11:16.427338+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/ppa.launchpadcontent.net_kelebek333_nvidia-legacy_ubuntu_dists_noble_main_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/ppa.launchpadcontent.net_kelebek333_nvidia-legacy_ubuntu_dists_noble_main_i18n_Translation-en: done.
2024-10-05T20:11:18.350394+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_restricted_i18n_Translation-en...#015Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_noble_restricted_i18n_Translation-en: done.
2024-10-05T20:11:45.498013+02:00 christophe-MS-7817 update-apt-xapian-index[1704]: Rebuilding Xapian index...#015Rebuilding Xapian index... 0%#015Rebuilding Xapian index... 0%#015Rebuilding Xapian index... 0%#015Rebuilding Xapian index... 0%#015Rebuilding Xapian index... 0%#015Rebuilding Xapian index... 1%#015Rebuilding Xapian index... 1%#015Rebuilding Xapian index... 1%#015Rebuilding Xapian index... 2%#015Rebuilding Xapian index... 2%#015Rebuilding Xapian index... 2%#015Rebuilding Xapian index... 2%#015Rebuilding Xapian index... 3%#015Rebuilding Xapian index... 3%#015Rebuilding Xapian index... 3%#015Rebuilding Xapian index... 3%#015Rebuilding Xapian index... 4%#015Rebuilding Xapian index... 4%#015Rebuilding Xapian index... 4%#015Rebuilding Xapian index... 4%#015Rebuilding Xapian index... 5%#015Rebuilding Xapian index... 5%#015Rebuilding Xapian index... 5%#015Rebuilding Xapian index... 5%#015Rebuilding Xapian index... 6%#015Rebuilding Xapian index... 6%#015Rebuilding Xapian index... 6%#015Rebuilding Xapian index... 6%#015Rebuilding Xapian index... 7%#015Rebuilding Xapian index... 7%#015Rebuilding Xapian index... 7%#015Rebuilding Xapian index... 7%#015Rebuilding Xapian index... 8%#015Rebuilding Xapian index... 8%#015Rebuilding Xapian index... 8%#015Rebuilding Xapian index... 8%#015Rebuilding Xapian index... 9%#015Rebuilding Xapian index... 9%#015Rebuilding Xapian index... 9%#015Rebuilding Xapian index... 9%#015Rebuilding Xapian index... 10%#015Rebuilding Xapian index... 10%#015Rebuilding Xapian index... 10%#015Rebuilding Xapian index... 10%#015Rebuilding Xapian index... 11%#015Rebuilding Xapian index... 11%#015Rebuilding Xapian index... 11%#015Rebuilding Xapian index... 11%#015Rebuilding Xapian index... 12%#015Rebuilding Xapian index... 12%#015Rebuilding Xapian index... 12%#015Rebuilding Xapian index... 12%#015Rebuilding Xapian index... 13%#015Rebuilding Xapian index... 13%#015Rebuilding Xapian index... 13%#015Rebuilding Xapian index... 14%#015Rebuilding Xapian index... 14%#015Rebuilding Xapian index... 14%#015Rebuilding Xapian index... 15%#015Rebuilding Xapian index... 15%#015Rebuilding Xapian index... 15%#015Rebuilding Xapian index... 15%#015Rebuilding Xapian index... 16%#015Rebuilding Xapian index... 16%#015Rebuilding Xapian index... 16%#015Rebuilding Xapian index... 17%#015Rebuilding Xapian index... 17%#015Rebuilding Xapian index... 17%#015Rebuilding Xapian index... 18%#015Rebuilding Xapian index... 18%#015Rebuilding Xapian index... 18%#015Rebuilding Xapian index... 18%#015Rebuilding Xapian index... 19%#015Rebuilding Xapian index... 19%#015Rebuilding Xapian index... 19%#015Rebuilding Xapian index... 19%#015Rebuilding Xapian index... 20%#015Rebuilding Xapian index... 20%#015Rebuilding Xapian index... 20%#015Rebuilding Xapian index... 21%#015Rebuilding Xapian index... 21%#015Rebuilding Xapian index... 21%#015Rebuilding Xapian index... 21%#015Rebuilding Xapian index... 22%#015Rebuilding Xapian index... 22%#015Rebuilding Xapian index... 22%#015Rebuilding Xapian index... 22%#015Rebuilding Xapian index... 23%#015Rebuilding Xapian index... 23%#015Rebuilding Xapian index... 23%#015Rebuilding Xapian index... 23%#015Rebuilding Xapian index... 24%#015Rebuilding Xapian index... 24%#015Rebuilding Xapian index... 24%#015Rebuilding Xapian index... 24%#015Rebuilding Xapian index... 25%#015Rebuilding Xapian index... 25%#015Rebuilding Xapian index... 25%#015Rebuilding Xapian index... 25%#015Rebuilding Xapian index... 26%#015Rebuilding Xapian index... 26%#015Rebuilding Xapian index... 26%#015Rebuilding Xapian index... 26%#015Rebuilding Xapian index... 27%#015Rebuilding Xapian index... 27%#015Rebuilding Xapian index... 27%#015Rebuilding Xapian index... 27%#015Rebuilding Xapian index... 28%#015Rebuilding Xapian index... 28%#015Rebuilding Xapian index... 28%#015Rebuilding Xapian index... 29%#015Rebuilding Xapian index... 29%#015Rebuilding Xapian index... 29%#015Rebuilding Xapian index... 30%#015Rebuilding Xapian index... 30%#015Rebuilding Xapian index... 30%#015Rebuilding Xapian index... 30%#015Rebuilding Xapian index... 31%#015Rebuilding Xapian index... 31%#015Rebuilding Xapian index... 31%#015Rebuilding Xapian index... 31%#015Rebuilding Xapian index... 32%#015Rebuilding Xapian index... 32%#015Rebuilding Xapian index... 32%#015Rebuilding Xapian index... 32%#015Rebuilding Xapian index... 33%#015Rebuilding Xapian index... 33%#015Rebuilding Xapian index... 33%#015Rebuilding Xapian index... 33%#015Rebuilding Xapian index... 34%#015Rebuilding Xapian index... 34%#015Rebuilding Xapian index... 34%#015Rebuilding Xapian index... 34%#015Rebuilding Xapian index... 35%#015Rebuilding Xapian index... 35%#015Rebuilding Xapian index... 35%#015Rebuilding Xapian index... 35%#015Rebuilding Xapian index... 36%#015Rebuilding Xapian index... 36%#015Rebuilding Xapian index... 36%#015Rebuilding Xapian index... 36%#015Rebuilding Xapian index... 37%#015Rebuilding Xapian index... 37%#015Rebuilding Xapian index... 37%#015Rebuilding Xapian index... 37%#015Rebuilding Xapian index... 38%#015Rebuilding Xapian index... 38%#015Rebuilding Xapian index... 38%#015Rebuilding Xapian index... 38%#015Rebuilding Xapian index... 39%#015Rebuilding Xapian index... 39%#015Rebuilding Xapian index... 39%#015Rebuilding Xapian index... 40%#015Rebuilding Xapian index... 40%#015Rebuilding Xapian index... 40%#015Rebuilding Xapian index... 40%#015Rebuilding Xapian index... 41%#015Rebuilding Xapian index... 41%#015Rebuilding Xapian index... 41%#015Rebuilding Xapian index... 41%#015Rebuilding Xapian index... 42%#015Rebuilding Xapian index... 42%#015Rebuilding Xapian index... 42%#015Rebuilding Xapian index... 42%#015Rebuilding Xapian index... 43%#015Rebuilding Xapian index... 43%#015Rebuilding Xapian index... 43%#015Rebuilding Xapian index... 43%#015Rebuilding Xapian index... 43%#015Rebuilding Xapian index... 44%#015Rebuilding Xapian index... 44%#015Rebuilding Xapian index... 44%#015Rebuilding Xapian index... 44%#015Rebuilding Xapian index... 45%#015Rebuilding Xapian index... 45%#015Rebuilding Xapian index... 45%#015Rebuilding Xapian index... 45%#015Rebuilding Xapian index... 46%#015Rebuilding Xapian index... 46%#015Rebuilding Xapian index... 46%#015Rebuilding Xapian index... 46%#015Rebuilding Xapian index... 47%#015Rebuilding Xapian index... 47%#015Rebuilding Xapian index... 47%#015Rebuilding Xapian index... 48%#015Rebuilding Xapian index... 48%#015Rebuilding Xapian index... 48%#015Rebuilding Xapian index... 48%#015Rebuilding Xapian index... 49%#015Rebuilding Xapian index... 49%#015Rebuilding Xapian index... 49%#015Rebuilding Xapian index... 50%#015Rebuilding Xapian index... 50%#015Rebuilding Xapian index... 50%#015Rebuilding Xapian index... 51%#015Rebuilding Xapian index... 51%#015Rebuilding Xapian index... 51%#015Rebuilding Xapian index... 52%#015Rebuilding Xapian index... 52%#015Rebuilding Xapian index... 52%#015Rebuilding Xapian index... 52%#015Rebuilding Xapian index... 53%#015Rebuilding Xapian index... 53%#015Rebuilding Xapian index... 53%#015Rebuilding Xapian index... 53%#015Rebuilding Xapian index... 54%#015Rebuilding Xapian index... 54%#015Rebuilding Xapian index... 54%#015Rebuilding Xapian index... 54%#015Rebuilding Xapian index... 55%#015Rebuilding Xapian index... 55%#015Rebuilding Xapian index... 55%#015Rebuilding Xapian index... 55%#015Rebuilding Xapian index... 56%#015Rebuilding Xapian index... 56%#015Rebuilding Xapian index... 56%#015Rebuilding Xapian index... 56%#015Rebuilding Xapian index... 57%#015Rebuilding Xapian index... 57%#015Rebuilding Xapian index... 57%#015Rebuilding Xapian index... 57%#015Rebuilding Xapian index... 57%#015Rebuilding Xapian index... 58%#015Rebuilding Xapian index... 58%#015Rebuilding Xapian index... 58%#015Rebuilding Xapian index... 58%#015Rebuilding Xapian index... 59%#015Rebuilding Xapian index... 59%#015Rebuilding Xapian index... 59%#015Rebuilding Xapian index... 60%#015Rebuilding Xapian index... 60%#015Rebuilding Xapian index... 60%#015Rebuilding Xapian index... 60%#015Rebuilding Xapian index... 61%#015Rebuilding Xapian index... 61%#015Rebuilding Xapian index... 61%#015Rebuilding Xapian index... 6
2024-10-05T20:11:45.641385+02:00 christophe-MS-7817 systemd[1]: apt-xapian-index.service: Deactivated successfully.
2024-10-05T20:11:45.641492+02:00 christophe-MS-7817 systemd[1]: Finished apt-xapian-index.service - Update APT-Xapian-Index.
2024-10-05T20:11:45.642055+02:00 christophe-MS-7817 systemd[1]: Startup finished in 4.661s (kernel) + 2min 54.760s (userspace) = 2min 59.422s.
2024-10-05T20:11:45.642135+02:00 christophe-MS-7817 systemd[1]: apt-xapian-index.service: Consumed 33.116s CPU time.
2024-10-05T20:13:52.394256+02:00 christophe-MS-7817 systemd[1]: Starting update-notifier-download.service - Download data for packages that failed at package install time...
2024-10-05T20:13:52.580426+02:00 christophe-MS-7817 systemd[1]: update-notifier-download.service: Deactivated successfully.
2024-10-05T20:13:52.580721+02:00 christophe-MS-7817 systemd[1]: Finished update-notifier-download.service - Download data for packages that failed at package install time.
2024-10-05T20:15:01.411172+02:00 christophe-MS-7817 CRON[2415]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
2024-10-05T20:16:02.388229+02:00 christophe-MS-7817 systemd[1]: Starting fwupd-refresh.service - Refresh fwupd metadata and update motd...
2024-10-05T20:16:02.678734+02:00 christophe-MS-7817 dbus-daemon[1439]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service' requested by ':1.84' (uid=130 pid=2418 comm="/usr/bin/fwupdmgr refresh" label="unconfined")
2024-10-05T20:16:02.705242+02:00 christophe-MS-7817 systemd[1]: Starting fwupd.service - Firmware update daemon...
2024-10-05T20:16:03.536583+02:00 christophe-MS-7817 dbus-daemon[1439]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.85' (uid=0 pid=2424 comm="/usr/libexec/fwupd/fwupd" label="unconfined")
2024-10-05T20:16:03.549231+02:00 christophe-MS-7817 systemd[1]: bluetooth.service - Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
2024-10-05T20:16:05.071301+02:00 christophe-MS-7817 dbus-daemon[1439]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.86' (uid=0 pid=2424 comm="/usr/libexec/fwupd/fwupd" label="unconfined")
2024-10-05T20:16:05.095623+02:00 christophe-MS-7817 systemd[1]: Starting upower.service - Daemon for power management...
2024-10-05T20:16:05.298487+02:00 christophe-MS-7817 dbus-daemon[1439]: [system] Successfully activated service 'org.freedesktop.UPower'
2024-10-05T20:16:05.299555+02:00 christophe-MS-7817 systemd[1]: Started upower.service - Daemon for power management.
2024-10-05T20:16:05.638350+02:00 christophe-MS-7817 fwupd[2424]: 18:16:05.637 FuMain Daemon ready for requests (locale fr_FR.UTF-8)
2024-10-05T20:16:05.641672+02:00 christophe-MS-7817 dbus-daemon[1439]: [system] Successfully activated service 'org.freedesktop.fwupd'
2024-10-05T20:16:05.644036+02:00 christophe-MS-7817 systemd[1]: Started fwupd.service - Firmware update daemon.
2024-10-05T20:16:05.790726+02:00 christophe-MS-7817 fwupd[2424]: 18:16:05.789 FuPluginPciMei ME family not supported for 0:9.0.30.1482
2024-10-05T20:16:05.830265+02:00 christophe-MS-7817 systemd[1]: fwupd-refresh.service: Deactivated successfully.
2024-10-05T20:16:05.831174+02:00 christophe-MS-7817 systemd[1]: Finished fwupd-refresh.service - Refresh fwupd metadata and update motd.
2024-10-05T20:17:01.444300+02:00 christophe-MS-7817 CRON[2441]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
ubuntu@ubuntu:~$
Puis:
ubuntu@ubuntu:~$ tail -250 /mnt/var/log/dmsg
tail: cannot open ‘/mnt/var/log/dmsg’ for reading: No such file or directory
ubuntu@ubuntu:~$
Voila
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#62 Le 08/10/2024, à 11:04
- geole
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Désolé pour mon erreur.
tail -250 /mnt/var/log/dmesg
J'ai vu quelque chose qui semble responsable mais je ne sais pas quoi proposer.
2024-10-05T20:10:50.198897+02:00 christophe-MS-7817 gdm3: Gdm: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
2024-10-05T20:10:50.198979+02:00 christophe-MS-7817 gdm3: Gdm: Child process -2349 was already dead.
2024-10-05T20:10:50.199012+02:00 christophe-MS-7817 gdm3: Gdm: GdmDisplay: Session never registered, failing
2024-10-05T20:10:50.199615+02:00 christophe-MS-7817 systemd[1]: session-c6.scope: Deactivated successfully.
Dernière modification par geole (Le 08/10/2024, à 11:10)
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
#63 Le 09/10/2024, à 01:21
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonsoir mes amis.
Voivi mon retour:
ubuntu@ubuntu:~$ tail -250 /mnt/var/log/dmesg
[ 2.833301] kernel: sd 7:0:0:2: [sdj] Attached SCSI removable disk
[ 3.044554] kernel: EXT4-fs (sda1): mounted filesystem f2cd4fd2-b807-45a9-9e61-93444208f047 ro with ordered data mode. Quota mode: none.
[ 5.274020] systemd[1]: Inserted module 'autofs4'
[ 5.586398] systemd[1]: systemd 255.4-1ubuntu8.4 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 5.586445] systemd[1]: Detected architecture x86-64.
[ 5.650041] systemd[1]: Hostname set to <christophe-MS-7817>.
[ 8.877593] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ 11.495197] systemd[1]: Queued start job for default target graphical.target.
[ 11.628433] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 11.628875] systemd[1]: Created slice user.slice - User and Session Slice.
[ 11.628984] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 11.629284] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 11.629323] systemd[1]: Expecting device dev-disk-by\x2duuid-ecf6150a\x2dee43\x2d4b19\x2d9de5\x2d2fcd9b68c692.device - /dev/disk/by-uuid/ecf6150a-ee43-4b19-9de5-2fcd9b68c692...
[ 11.629358] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 11.629407] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ 11.629423] systemd[1]: Reached target slices.target - Slice Units.
[ 11.629448] systemd[1]: Reached target snapd.mounts-pre.target - Mounting snaps.
[ 11.629493] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 11.629787] systemd[1]: Listening on syslog.socket - Syslog Socket.
[ 11.653175] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 11.653307] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 11.654306] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 11.654520] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 11.654832] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[ 11.654862] systemd[1]: systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 11.672012] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 11.672291] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 11.706414] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 11.708445] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 11.710133] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 11.710936] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 11.712641] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 11.713709] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 11.714663] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 11.715616] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 11.716564] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 11.717500] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 11.718420] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 11.719364] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 11.720311] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 11.720469] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 11.835414] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 11.835446] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 11.837514] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 11.837577] systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 11.840429] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 11.841862] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 11.842215] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 11.842373] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 11.842653] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 11.842785] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 11.843045] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 11.843174] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 11.843449] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 11.843575] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 11.844378] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 11.844523] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 11.850406] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 11.851180] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 11.851235] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 11.854468] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 11.871337] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 11.871506] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 12.017724] systemd-journald[394]: Collecting audit messages is disabled.
[ 12.092531] systemd[1]: Started systemd-journald.service - Journal Service.
[ 12.188236] kernel: EXT4-fs (sda1): re-mounted f2cd4fd2-b807-45a9-9e61-93444208f047 r/w. Quota mode: none.
[ 12.305694] kernel: lp: driver loaded but no devices found
[ 12.357164] kernel: ppdev: user-space parallel port driver
[ 12.493513] systemd-journald[394]: Received client request to flush runtime journal.
[ 13.656152] systemd-journald[394]: /var/log/journal/7536db2b929dfe6eb8de1e4960488d5c/system.journal: Journal file uses a different sequence number ID, rotating.
[ 13.656171] systemd-journald[394]: Rotating system journal.
[ 14.051284] kernel: loop0: detected capacity change from 0 to 8
[ 14.076698] kernel: loop1: detected capacity change from 0 to 27112
[ 14.126544] kernel: loop2: detected capacity change from 0 to 8216
[ 14.221078] kernel: loop3: detected capacity change from 0 to 212976
[ 14.227487] kernel: loop4: detected capacity change from 0 to 213384
[ 14.249596] kernel: loop5: detected capacity change from 0 to 113992
[ 14.352143] kernel: loop6: detected capacity change from 0 to 113384
[ 14.369678] kernel: loop7: detected capacity change from 0 to 130960
[ 14.369940] kernel: loop8: detected capacity change from 0 to 131016
[ 14.563112] kernel: loop9: detected capacity change from 0 to 152112
[ 14.649574] kernel: loop10: detected capacity change from 0 to 152112
[ 14.682477] kernel: loop11: detected capacity change from 0 to 135520
[ 14.687734] kernel: loop12: detected capacity change from 0 to 135512
[ 14.710710] kernel: loop13: detected capacity change from 0 to 136248
[ 14.898783] kernel: loop14: detected capacity change from 0 to 138768
[ 15.052946] kernel: loop15: detected capacity change from 0 to 552488
[ 15.141925] kernel: loop16: detected capacity change from 0 to 555496
[ 15.166311] kernel: loop17: detected capacity change from 0 to 21952
[ 15.867434] kernel: loop18: detected capacity change from 0 to 345088
[ 15.921308] kernel: loop19: detected capacity change from 0 to 364000
[ 15.947511] kernel: loop20: detected capacity change from 0 to 1055336
[ 15.953840] kernel: loop21: detected capacity change from 0 to 1056096
[ 16.077940] kernel: loop22: detected capacity change from 0 to 173816
[ 16.474785] kernel: loop23: detected capacity change from 0 to 288120
[ 16.523698] kernel: loop24: detected capacity change from 0 to 288072
[ 16.778657] kernel: loop25: detected capacity change from 0 to 337560
[ 16.879302] kernel: loop26: detected capacity change from 0 to 337560
[ 16.962346] kernel: loop27: detected capacity change from 0 to 447264
[ 17.299859] kernel: loop28: detected capacity change from 0 to 447264
[ 17.374201] kernel: loop29: detected capacity change from 0 to 716168
[ 17.389577] kernel: loop30: detected capacity change from 0 to 716176
[ 17.588295] kernel: loop31: detected capacity change from 0 to 1032504
[ 17.678012] kernel: loop32: detected capacity change from 0 to 1034424
[ 17.854161] kernel: loop33: detected capacity change from 0 to 3032
[ 17.864368] kernel: loop34: detected capacity change from 0 to 3160
[ 17.897876] kernel: loop35: detected capacity change from 0 to 280
[ 18.156600] kernel: loop36: detected capacity change from 0 to 166424
[ 18.428412] kernel: loop37: detected capacity change from 0 to 75960
[ 18.430380] kernel: loop38: detected capacity change from 0 to 187776
[ 18.473121] kernel: loop39: detected capacity change from 0 to 533936
[ 18.490731] kernel: loop40: detected capacity change from 0 to 593464
[ 18.711060] kernel: loop41: detected capacity change from 0 to 321584
[ 18.717609] kernel: loop42: detected capacity change from 0 to 324760
[ 18.890641] kernel: loop43: detected capacity change from 0 to 36552
[ 19.048135] kernel: loop44: detected capacity change from 0 to 21584
[ 19.170191] kernel: loop45: detected capacity change from 0 to 21848
[ 19.325858] kernel: loop46: detected capacity change from 0 to 952
[ 19.336091] kernel: loop47: detected capacity change from 0 to 1000
[ 19.473445] kernel: loop48: detected capacity change from 0 to 372328
[ 19.475226] kernel: loop49: detected capacity change from 0 to 373048
[ 19.481976] kernel: loop50: detected capacity change from 0 to 306760
[ 19.481977] kernel: loop51: detected capacity change from 0 to 306936
[ 19.797009] kernel: loop52: detected capacity change from 0 to 166240
[ 19.941791] kernel: loop53: detected capacity change from 0 to 657576
[ 20.065584] kernel: loop54: detected capacity change from 0 to 657616
[ 25.952240] kernel: audit: type=1400 audit(1728151752.169:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=533 comm="apparmor_parser"
[ 25.952358] kernel: audit: type=1400 audit(1728151752.170:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=532 comm="apparmor_parser"
[ 26.142602] kernel: audit: type=1400 audit(1728151752.360:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=570 comm="apparmor_parser"
[ 26.160561] kernel: audit: type=1400 audit(1728151752.378:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=569 comm="apparmor_parser"
[ 26.348195] kernel: ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20230628/utaddress-204)
[ 26.348203] kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 26.348207] kernel: ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20230628/utaddress-204)
[ 26.348211] kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 26.348213] kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20230628/utaddress-204)
[ 26.348216] kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20230628/utaddress-204)
[ 26.348219] kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 26.348220] kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20230628/utaddress-204)
[ 26.348223] kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20230628/utaddress-204)
[ 26.348226] kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 26.348227] kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 26.353117] kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 26.353122] kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 26.353123] kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
[ 26.353124] kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 26.353125] kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 26.499045] kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
[ 26.499074] kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 26.499779] kernel: i2c i2c-0: 2/4 memory slots populated (from DMI)
[ 26.500098] kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
[ 26.500578] kernel: i2c i2c-0: Successfully instantiated SPD at 0x52
[ 26.642326] kernel: audit: type=1400 audit(1728151752.860:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=574 comm="apparmor_parser"
[ 26.716756] kernel: cryptd: max_cpu_qlen set to 1000
[ 26.834226] kernel: audit: type=1400 audit(1728151753.051:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=578 comm="apparmor_parser"
[ 26.835159] kernel: audit: type=1400 audit(1728151753.052:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=629 comm="apparmor_parser"
[ 26.851278] kernel: audit: type=1400 audit(1728151753.068:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=696 comm="apparmor_parser"
[ 26.853739] kernel: audit: type=1400 audit(1728151753.071:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=697 comm="apparmor_parser"
[ 26.856048] kernel: audit: type=1400 audit(1728151753.073:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=703 comm="apparmor_parser"
[ 26.917303] kernel: at24 0-0050: supply vcc not found, using dummy regulator
[ 26.918822] kernel: at24 0-0050: 256 byte spd EEPROM, read-only
[ 26.918901] kernel: at24 0-0052: supply vcc not found, using dummy regulator
[ 26.920437] kernel: at24 0-0052: 256 byte spd EEPROM, read-only
[ 27.621406] kernel: i915 0000:00:02.0: [drm] PipeC fused off
[ 27.629359] kernel: usblp 3-9:1.1: usblp1: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0899
[ 27.653672] kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
[ 27.654105] kernel: usbcore: registered new interface driver usblp
[ 27.665303] kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 27.670642] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 27.670650] kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 27.670652] kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 27.670654] kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 27.670655] kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 27.670657] kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 27.670659] kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 27.670660] kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 27.691714] kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[ 27.691773] kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 27.691819] kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 27.691864] kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 27.691910] kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 27.704566] kernel: spi-nor: probe of spi0.0 failed with error -22
[ 27.772519] kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
[ 27.780452] kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 27.794257] kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[ 27.795475] kernel: i915 display info: display version: 7
[ 27.795480] kernel: i915 display info: cursor_needs_physical: no
[ 27.795481] kernel: i915 display info: has_cdclk_crawl: no
[ 27.795482] kernel: i915 display info: has_cdclk_squash: no
[ 27.795483] kernel: i915 display info: has_ddi: yes
[ 27.795484] kernel: i915 display info: has_dp_mst: yes
[ 27.795485] kernel: i915 display info: has_dsb: no
[ 27.795486] kernel: i915 display info: has_fpga_dbg: yes
[ 27.795487] kernel: i915 display info: has_gmch: no
[ 27.795488] kernel: i915 display info: has_hotplug: yes
[ 27.795489] kernel: i915 display info: has_hti: no
[ 27.795490] kernel: i915 display info: has_ipc: no
[ 27.795491] kernel: i915 display info: has_overlay: no
[ 27.795492] kernel: i915 display info: has_psr: yes
[ 27.795493] kernel: i915 display info: has_psr_hw_tracking: yes
[ 27.795494] kernel: i915 display info: overlay_needs_physical: no
[ 27.795495] kernel: i915 display info: supports_tv: no
[ 27.795497] kernel: i915 display info: has_hdcp: no
[ 27.795497] kernel: i915 display info: has_dmc: no
[ 27.795498] kernel: i915 display info: has_dsc: no
[ 27.821392] kernel: fbcon: i915drmfb (fb0) is primary device
[ 27.821396] kernel: fbcon: Deferring console take-over
[ 27.821400] kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 28.560284] kernel: intel_rapl_common: Found RAPL domain package
[ 28.560290] kernel: intel_rapl_common: Found RAPL domain core
[ 28.560293] kernel: intel_rapl_common: Found RAPL domain uncore
[ 28.560294] kernel: intel_rapl_common: Found RAPL domain dram
[ 28.560302] kernel: intel_rapl_common: package-0:package:long_term locked by BIOS
[ 28.560306] kernel: intel_rapl_common: package-0:package:short_term locked by BIOS
[ 30.996206] kernel: kauditd_printk_skb: 118 callbacks suppressed
[ 30.996216] kernel: audit: type=1400 audit(1728151757.212:130): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/mission-control-5" pid=1155 comm="apparmor_parser"
[ 30.996228] kernel: audit: type=1400 audit(1728151757.213:131): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*" pid=1155 comm="apparmor_parser"
[ 30.996233] kernel: audit: type=1400 audit(1728151757.213:132): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//pxgsettings" pid=1155 comm="apparmor_parser"
[ 30.996238] kernel: audit: type=1400 audit(1728151757.213:133): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//sanitized_helper" pid=1155 comm="apparmor_parser"
[ 30.996243] kernel: audit: type=1400 audit(1728151757.213:134): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-ofono" pid=1155 comm="apparmor_parser"
[ 31.005879] kernel: audit: type=1400 audit(1728151757.223:135): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1156 comm="apparmor_parser"
[ 31.072294] kernel: audit: type=1400 audit(1728151757.290:136): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=1166 comm="apparmor_parser"
[ 31.258288] kernel: audit: type=1400 audit(1728151757.475:137): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=1165 comm="apparmor_parser"
[ 31.258304] kernel: audit: type=1400 audit(1728151757.475:138): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=1165 comm="apparmor_parser"
[ 31.258310] kernel: audit: type=1400 audit(1728151757.475:139): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=1165 comm="apparmor_parser"
[ 35.587688] kernel: Adding 4135932k swap on /dev/sda5. Priority:-2 extents:1 across:4135932k
[ 36.007052] kernel: kauditd_printk_skb: 63 callbacks suppressed
[ 36.007057] kernel: audit: type=1400 audit(1728151762.224:203): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gimp.gimp" pid=1315 comm="apparmor_parser"
[ 36.044363] kernel: audit: type=1400 audit(1728151762.262:204): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.flasharch.flasharch" pid=1314 comm="apparmor_parser"
[ 36.092733] kernel: audit: type=1400 audit(1728151762.310:205): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gimp.hook.post-refresh" pid=1317 comm="apparmor_parser"
[ 36.094552] kernel: audit: type=1400 audit(1728151762.312:206): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gimp.hook.install" pid=1316 comm="apparmor_parser"
[ 36.270813] kernel: audit: type=1400 audit(1728151762.488:207): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.cygnal" pid=1318 comm="apparmor_parser"
[ 36.346385] kernel: audit: type=1400 audit(1728151762.564:208): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.dump-gnash" pid=1319 comm="apparmor_parser"
[ 36.406473] kernel: audit: type=1400 audit(1728151762.624:209): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.flvdumper" pid=1320 comm="apparmor_parser"
[ 36.475225] kernel: audit: type=1400 audit(1728151762.692:210): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.gnash" pid=1321 comm="apparmor_parser"
[ 36.521642] kernel: audit: type=1400 audit(1728151762.739:211): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.gnash-raymii" pid=1322 comm="apparmor_parser"
[ 36.580337] kernel: audit: type=1400 audit(1728151762.798:212): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnash-raymii.gprocessor" pid=1323 comm="apparmor_parser"
[ 67.752278] kernel: kauditd_printk_skb: 18 callbacks suppressed
[ 67.752282] kernel: audit: type=1400 audit(1728151793.969:231): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="rsyslogd" pid=1478 comm="apparmor_parser"
[ 76.385239] kernel: NET: Registered PF_QIPCRTR protocol family
[ 79.655943] kernel: loop55: detected capacity change from 0 to 8
[ 79.689301] kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
[ 79.846466] kernel: r8169 0000:02:00.0 eth0: Link is Down
[ 82.634234] kernel: audit: type=1400 audit(1728151808.851:232): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=1716 comm="snap-confine" capability=12 capname="net_admin"
[ 82.634253] kernel: audit: type=1400 audit(1728151808.851:233): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=1716 comm="snap-confine" capability=38 capname="perfmon"
[ 82.798585] kernel: r8169 0000:02:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 87.792410] kernel: audit: type=1400 audit(1728151814.010:234): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=1713 comm="cupsd" capability=12 capname="net_admin"
[ 88.744365] kernel: usblp1: removed
[ 88.778298] kernel: usblp 3-9:1.1: usblp1: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0899
[ 93.685014] kernel: audit: type=1400 audit(1728151819.902:235): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1960 comm="apparmor_parser"
[ 93.691878] kernel: audit: type=1400 audit(1728151819.909:236): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1960 comm="apparmor_parser"
ubuntu@ubuntu:~$
Par contre je penses que je vais prendre un DVD de la derniere version.
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#64 Le 13/10/2024, à 17:21
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonsoir J'ai la nouvelle version d'UBUNTU
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#65 Le 13/10/2024, à 17:39
- xubu1957
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonjour,
La 24.10 avec une durée de support de neuf mois ?
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
En ligne
#66 Le 13/10/2024, à 22:59
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonsoir
Non c'est la 24.04.1 TLS
Dernière modification par virgichrist67 (Le 14/10/2024, à 00:51)
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#67 Le 14/10/2024, à 00:55
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Mais à paritr de celle-ci, je ne pourrais pas récupérer certain dossier de l'ancienne version puis ré-installé l'OS ou réparé l'ancien?
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#68 Le 14/10/2024, à 09:38
- geole
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonjour.
Si tu as réinstallé dans la même partition, tu as écrasé tes données, sinon il suffit de monter l'autre partition et tu retrouveras toutes tes données.
Tu pourras même la transformer en partition dédiée à tes données.
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
#69 Le 14/10/2024, à 10:09
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonjur Mes amis.
Comment faire pour une bonne partition sans avoir de conflie DDR?
Ou d'erreur?
Tu as un lien?
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#70 Le 14/10/2024, à 10:59
- geole
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
DDR ???
Donne la liste des disques
sudo fdisk -l
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
#71 Le 14/10/2024, à 14:21
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
DDR = Disque dure, non?? ou pardonné moi.
Voilà mon retour comme demandé :
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.63 GiB, 1752752128 bytes, 3423344 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 471.01 MiB, 493887488 bytes, 964624 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 874.37 MiB, 916840448 bytes, 1790704 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 74.27 MiB, 77881344 bytes, 152112 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 269.77 MiB, 282873856 bytes, 552488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 4 KiB, 4096 bytes, 8 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 10.72 MiB, 11239424 bytes, 21952 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 505.09 MiB, 529625088 bytes, 1034424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 232.89 GiB, 250059350016 bytes, 488397168 sectors
Disk model: STM3250318AS
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0002a94e
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 480122879 480120832 228.9G 83 Linux
/dev/sda2 480124926 488396799 8271874 3.9G 5 Extended
/dev/sda5 480124928 488396799 8271872 3.9G 82 Linux swap / Solaris
Disk /dev/sdb: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: STM3500418AS
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00009ce4
Device Boot Start End Sectors Size Id Type
/dev/sdb1 63 976768064 976768002 465.8G c W95 FAT32 (LBA)
Disk /dev/sdc: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10EALS-00Z
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0007aa1a
Device Boot Start End Sectors Size Id Type
/dev/sdc1 63 1953520064 1953520002 931.5G c W95 FAT32 (LBA)
Disk /dev/loop8: 149.63 MiB, 156901376 bytes, 306448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 116.78 MiB, 122449920 bytes, 239160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 10.54 MiB, 11051008 bytes, 21584 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop12: 91.69 MiB, 96141312 bytes, 187776 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 38.83 MiB, 40714240 bytes, 79520 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop13: 500 KiB, 512000 bytes, 1000 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
ubuntu@ubuntu:~$
Dernière modification par virgichrist67 (Le 14/10/2024, à 14:22)
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#72 Le 14/10/2024, à 15:49
- geole
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Disk /dev/sda: 232.89 GiB, 250059350016 bytes, 488397168 sectors /dev/sda1 * 2048 480122879 480120832 228.9G 83 Linux /dev/sda2 480124926 488396799 8271874 3.9G 5 Extended /dev/sda5 480124928 488396799 8271872 3.9G 82 Linux swap / Solaris Disk /dev/sdb: 465.76 GiB, 500107862016 bytes, 976773168 sectors /dev/sdb1 63 976768064 976768002 465.8G c W95 FAT32 (LBA) Disk /dev/sdc: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors /dev/sdc1 63 1953520064 1953520002 931.5G c W95 FAT32 (LBA)
Dans tes trois disques, tu n'as qu'une seule partition en EXT4
Tu peux donc dire adieu à la récupération simple et totale de tes fichiers. j'espère que tu avais pensé à les dupliquer ailleurs.
Note que maintenant, la partition swap n'est plus tellement utilisée. L'installateur standard utilise un fichier de swap.
Dernière modification par geole (Le 16/10/2024, à 10:59)
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
#73 Le 15/10/2024, à 05:19
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonjour mes amis.
Alors je devrais faire comment pour ne plus perdre de données dans le future?
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne
#74 Le 15/10/2024, à 12:25
- geole
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonjour.
En disposant de plusieurs versions
Une sur place et une autre à l'extérieur.
A lire
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
#75 Le 16/10/2024, à 10:08
- virgichrist67
Re : [RESOLU] Mise à niveau 24.04 puis écran noir
Bonjour mes amis Linuxiens
J'ai bien télécharger Ubuntu. Il fonctionne à nouveau. Mais le soucis c'est que mon mot de passe ne fonctionne pas sur tout le système. Je ne comprends plus rien. Démarrage ok, mais ensuite il ne fonctionne plus pour déverrouiller la mise en veille ou rentré dans mes paramètres.
Ubuntu 22.04.4 LTS jammy 64Bits
Intel Core i3 CPU 550, 3.20GHz
4 Go RAM DDR2
Hors ligne