Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#51 Le 27/02/2019, à 12:11

Yves11

Re : Lien symbolique qui disparaît... (NON RESOLU)

Pour Moko
D'abord on va voir avec ça si ça va...

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@ubuntu:~$ setxkbmap fr
ubuntu@ubuntu:~$ mkdir /tmp/A2 ; sudo mount -v -t ext4 -U ede561d4-98c0-423a-a015-800cce7c60a4  /tmp/A2
mount: /dev/sda2 mounted on /tmp/A2.
ubuntu@ubuntu:~$ sudo nano /tmp/A2/etc/fstab
ubuntu@ubuntu:~$ cat /mnt/boot-sav/sda2/etc/fstab | grep -iA40 dump
cat: /mnt/boot-sav/sda2/etc/fstab: No such file or directory
ubuntu@ubuntu:~$ cat /tmp/A2/etc/fstab | grep -iA40 dump
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda2 during installation
UUID=ede561d4-98c0-423a-a015-800cce7c60a4 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=DEF8-66DC  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sda3 during installation
UUID=65a8690e-bd97-43a9-87bc-39049c6a6e18 none            swap    sw              0       0

#
# La partition de données ntfs du HDD externe :
UUID=5EDCB58ADCB55D49   /DATA-5EDC ntfs  defaults,locale=fr_FR.UTF-8,nofail,permissions,windows_names  0  0
#

ubuntu@ubuntu:~$ ls -lt /mnt/boot-sav/sda2/var/log | head
ls: cannot access '/mnt/boot-sav/sda2/var/log': No such file or directory
ubuntu@ubuntu:~$ ls -lt  /tmp/A2/var/log | head
total 17452
drwxr-xr-x  3 root              root               4096 Feb 26 22:11 boot-info
-rw-r--r--  1 root              root             614400 Feb 26 21:54 boot.log
-rw-rw-r--  1 root              utmp             270336 Feb 26 21:54 wtmp
-rw-r--r--  1 root              root              36149 Feb 26 17:03 Xorg.0.log
-rw-r-----  1 syslog            adm              402476 Feb 26 17:03 syslog
-rw-r-----  1 syslog            adm               30219 Feb 26 17:03 auth.log
-rw-r-----  1 syslog            adm             1095557 Feb 26 16:52 kern.log
-rw-r--r--  1 root              root               1243 Feb 26 16:52 gpu-manager.log
-rw-r--r--  1 root              root              36149 Feb 26 10:10 Xorg.0.log.old
ubuntu@ubuntu:~$ 

Hors ligne

#52 Le 27/02/2019, à 12:34

moko138

Re : Lien symbolique qui disparaît... (NON RESOLU)

Tu as réussi la correction du fstab.  smile

Montre

ls -l /tmp/A2 | grep DA
tail -1200 /tmp/A2/var/log/syslog

%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#53 Le 27/02/2019, à 12:38

moko138

Re : Lien symbolique qui disparaît... (NON RESOLU)

maxire,
  Te rappelles-tu ce fil étrange où le système réclamait des fsck à répétitions sur /boot/efi et ne démarrait pas normalement ?
Tu avais dit qu'à ton avis la cause était un manque de place dans la nvram.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#54 Le 27/02/2019, à 12:53

Yves11

Re : Lien symbolique qui disparaît... (NON RESOLU)

ubuntu@ubuntu:~$ ls -l /tmp/A2 | grep DA
drwxr-xr-x   2 1000 1000  4096 Feb 26 16:57 DATA-5EDC
ubuntu@ubuntu:~$ tail -1200 /tmp/A2/var/log/syslog
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040000] smpboot: Max logical packages: 1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040000] smpboot: Total of 4 processors activated (27199.22 BogoMIPS)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040313] devtmpfs: initialized
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started Set the CPU Frequency Scaling governor.
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040313] x86/mm: Memory block size: 128MB
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040852] evm: security.selinux
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started ACPI event daemon.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040853] evm: security.SMACK64
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040853] evm: security.SMACK64EXEC
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040853] evm: security.SMACK64TRANSMUTE
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting LSB: Speech Dispatcher...
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040854] evm: security.SMACK64MMAP
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040854] evm: security.apparmor
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting Modem Manager...
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting Login Service...
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040855] evm: security.ima
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040855] evm: security.capability
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] PM: Registering ACPI NVS region [mem 0xc5a12000-0xc5a18fff] (28672 bytes)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] PM: Registering ACPI NVS region [mem 0xd8ed1000-0xd900ffff] (1306624 bytes)
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started irqbalance daemon.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] futex hash table entries: 1024 (order: 4, 65536 bytes)
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started Regular background program processing daemon.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] pinctrl core: initialized pinctrl subsystem
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] RTC time: 16:51:51, date: 02/26/19
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] NET: Registered protocol family 16
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] audit: initializing netlink subsys (disabled)
Feb 26 17:52:12 moi-H97-HD3 cron[873]: (CRON) INFO (pidfile fd = 3)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] audit: type=2000 audit(1551199911.040:1): state=initialized audit_enabled=0 res=1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] cpuidle: using governor ladder
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] cpuidle: using governor menu
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting System Logging Service...
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting resolvconf-pull-resolved.service...
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] ACPI: bus type PCI registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
Feb 26 17:52:12 moi-H97-HD3 cron[873]: (CRON) INFO (Running @reboot jobs)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] PCI: Using configuration type 1 for base access
Feb 26 17:52:12 moi-H97-HD3 speech-dispatcher[867]:  * speech-dispatcher disabled; edit /etc/default/speech-dispatcher
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Feb 26 17:52:12 moi-H97-HD3 grub-common[852]:  * Recording successful boot for GRUB
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] ACPI: Added _OSI(Module Device)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] ACPI: Added _OSI(Processor Device)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting Thermal Daemon Service...
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] ACPI: Added _OSI(Processor Aggregator Device)
Feb 26 17:52:12 moi-H97-HD3 acpid: starting up with netlink and the input layer
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] ACPI: Added _OSI(Linux-Dell-Video)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started D-Bus System Message Bus.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.040866] ACPI: Executed 15 blocks of module-level executable AML code
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.049026] ACPI: Dynamic OEM Table Load:
Feb 26 17:52:12 moi-H97-HD3 dbus-daemon[880]: [system] AppArmor D-Bus mediation is enabled
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.049026] ACPI: SSDT 0xFFFF8D834C2BBC00 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.049026] ACPI: Dynamic OEM Table Load:
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.049026] ACPI: SSDT 0xFFFF8D834C7D0800 0005AA (v01 PmRef  ApIst    00003000 INTL 20051117)
Feb 26 17:52:12 moi-H97-HD3 anacron[910]: Anacron 2.3 started on 2019-02-26
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.049026] ACPI: Dynamic OEM Table Load:
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.049026] ACPI: SSDT 0xFFFF8D834C2B0800 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.052063] ACPI: Interpreter enabled
Feb 26 17:52:12 moi-H97-HD3 dbus-daemon[880]: dbus[880]: Unknown group "power" in message bus configuration file
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.052090] ACPI: (supports S0 S3 S4 S5)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.052091] ACPI: Using IOAPIC for interrupt routing
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.052119] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.052878] ACPI: GPE 0x1E active on init
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.052882] ACPI: Enabled 8 GPEs in block 00 to 3F
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.052892] ACPI: Power Resource [PG00] (on)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.052892] ACPI: Power Resource [PG01] (on)
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting Network Manager...
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.052892] ACPI: Power Resource [PG02] (on)
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting WPA supplicant...
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started Run anacron jobs.
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting Save/Restore Sound Card State...
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Starting Snappy daemon...
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Reached target Host and Network Name Lookups.
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started resolvconf-pull-resolved.service.
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started Save/Restore Sound Card State.
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started LSB: Speech Dispatcher.
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started Login Service.
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started Raise network interfaces.
Feb 26 17:52:12 moi-H97-HD3 grub-common[852]:    ...done.
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started LSB: Record successful boot for GRUB.
Feb 26 17:52:12 moi-H97-HD3 rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.32.0]
Feb 26 17:52:12 moi-H97-HD3 rsyslogd: rsyslogd's groupid changed to 108
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started System Logging Service.
Feb 26 17:52:12 moi-H97-HD3 rsyslogd: rsyslogd's userid changed to 104
Feb 26 17:52:12 moi-H97-HD3 rsyslogd:  [origin software="rsyslogd" swVersion="8.32.0" x-pid="875" x-info="http://www.rsyslog.com"] start
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.068046] ACPI: Power Resource [FN00] (off)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.068114] ACPI: Power Resource [FN01] (off)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.068178] ACPI: Power Resource [FN02] (off)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.068241] ACPI: Power Resource [FN03] (off)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.068305] ACPI: Power Resource [FN04] (off)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.069229] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.069234] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.069470] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.069624] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.069625] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070185] PCI host bridge to bus 0000:00
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070186] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070188] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070189] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070190] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070191] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070192] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070193] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070194] pci_bus 0000:00: root bus resource [bus 00-3e]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070200] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070281] pci 0000:00:02.0: [8086:041e] type 00 class 0x030000
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070289] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070293] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070296] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070306] pci 0000:00:02.0: BAR 2: assigned to efifb
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070372] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070378] pci 0000:00:03.0: reg 0x10: [mem 0xf7d14000-0xf7d17fff 64bit]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070470] pci 0000:00:14.0: [8086:8cb1] type 00 class 0x0c0330
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070487] pci 0000:00:14.0: reg 0x10: [mem 0xf7d00000-0xf7d0ffff 64bit]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070538] pci 0000:00:14.0: PME# supported from D3hot D3cold
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070604] pci 0000:00:16.0: [8086:8cba] type 00 class 0x078000
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070622] pci 0000:00:16.0: reg 0x10: [mem 0xf7d1c000-0xf7d1c00f 64bit]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070676] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070766] pci 0000:00:1a.0: [8086:8cad] type 00 class 0x0c0320
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070784] pci 0000:00:1a.0: reg 0x10: [mem 0xf7d1b000-0xf7d1b3ff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070858] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070927] pci 0000:00:1b.0: [8086:8ca0] type 00 class 0x040300
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070942] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d10000-0xf7d13fff 64bit]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.070994] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071063] pci 0000:00:1c.0: [8086:8c90] type 01 class 0x060400
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071124] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071235] pci 0000:00:1c.2: [8086:8c94] type 01 class 0x060400
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071297] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071403] pci 0000:00:1c.3: [8086:8c96] type 01 class 0x060400
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071465] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071575] pci 0000:00:1d.0: [8086:8ca6] type 00 class 0x0c0320
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071594] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d1a000-0xf7d1a3ff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071666] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071736] pci 0000:00:1f.0: [8086:8cc6] type 00 class 0x060100
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071890] pci 0000:00:1f.2: [8086:8c82] type 00 class 0x010601
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071904] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071909] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071915] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071920] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071926] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071932] pci 0000:00:1f.2: reg 0x24: [mem 0xf7d19000-0xf7d197ff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.071961] pci 0000:00:1f.2: PME# supported from D3hot
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.072024] pci 0000:00:1f.3: [8086:8ca2] type 00 class 0x0c0500
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.072039] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d18000-0xf7d180ff 64bit]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.072055] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.072181] acpiphp: Slot [1] registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.072184] pci 0000:00:1c.0: PCI bridge to [bus 01]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.072246] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.072274] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.072300] pci 0000:02:00.0: reg 0x18: [mem 0xf7c00000-0xf7c00fff 64bit]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.072316] pci 0000:02:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.072410] pci 0000:02:00.0: supports D1 D2
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.072411] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.084032] pci 0000:00:1c.2: PCI bridge to [bus 02]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.084035] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.084037] pci 0000:00:1c.2:   bridge window [mem 0xf7c00000-0xf7cfffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.084041] pci 0000:00:1c.2:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.084104] pci 0000:03:00.0: [8086:244e] type 01 class 0x060401
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.084228] pci 0000:03:00.0: supports D1 D2
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.084229] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.084285] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.084397] pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.085342] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 6 10 *11 12 14 15)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.085394] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 6 10 11 12 14 15) *0, disabled.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.085444] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 6 10 *11 12 14 15)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.085494] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 6 *10 11 12 14 15)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.085543] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 6 10 11 12 14 15) *0, disabled.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.085593] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 6 10 11 12 14 15) *0, disabled.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.085643] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 6 *10 11 12 14 15)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.085692] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 6 10 *11 12 14 15)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086123] SCSI subsystem initialized
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086132] libata version 3.00 loaded.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086132] pci 0000:00:02.0: vgaarb: setting as boot VGA device
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086132] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086132] pci 0000:00:02.0: vgaarb: bridge control possible
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086132] vgaarb: loaded
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086132] ACPI: bus type USB registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086132] usbcore: registered new interface driver usbfs
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086132] usbcore: registered new interface driver hub
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086132] usbcore: registered new device driver usb
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086132] EDAC MC: Ver: 3.0.0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.086132] Registered efivars operations
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.112014] PCI: Using ACPI for IRQ routing
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.112952] PCI: pci_cache_line_size set to 64 bytes
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.112985] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.112985] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.112986] e820: reserve RAM buffer [mem 0xc5a12000-0xc7ffffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.112987] e820: reserve RAM buffer [mem 0xc6360000-0xc7ffffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.112987] e820: reserve RAM buffer [mem 0xd8e02000-0xdbffffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.112988] e820: reserve RAM buffer [mem 0xd8ed1000-0xdbffffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.112989] e820: reserve RAM buffer [mem 0xda000000-0xdbffffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.112990] e820: reserve RAM buffer [mem 0x41ee00000-0x41fffffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.113054] NetLabel: Initializing
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.113055] NetLabel:  domain hash size = 128
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.113055] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.113065] NetLabel:  unlabeled traffic allowed by default
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.113074] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.113074] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.116001] clocksource: Switched to clocksource hpet
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123425] VFS: Disk quotas dquot_6.6.0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123436] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123509] AppArmor: AppArmor Filesystem Enabled
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123529] pnp: PnP ACPI init
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123690] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123694] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123774] system 00:01: [io  0x0800-0x087f] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123777] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123794] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123824] system 00:03: [io  0x1854-0x1857] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123826] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123972] system 00:04: [io  0x0a00-0x0a0f] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123973] system 00:04: [io  0x0a30-0x0a3f] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123974] system 00:04: [io  0x0a20-0x0a2f] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.123977] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.124212] pnp 00:05: [dma 0 disabled]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.124247] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.124528] pnp 00:06: [dma 0 disabled]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.124629] pnp 00:06: Plug and Play ACPI device, IDs PNP0400 (active)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.124670] system 00:07: [io  0x04d0-0x04d1] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.124672] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.124707] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125151] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125152] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125153] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125154] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125155] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125156] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125157] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125158] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125159] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125161] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125162] system 00:09: [mem 0xf7fe0000-0xf7feffff] has been reserved
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125164] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.125344] pnp: PnP ACPI: found 10 devices
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.130930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.130962] pci 0000:00:1c.0: PCI bridge to [bus 01]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.130970] pci 0000:00:1c.2: PCI bridge to [bus 02]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.130972] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.130975] pci 0000:00:1c.2:   bridge window [mem 0xf7c00000-0xf7cfffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.130978] pci 0000:00:1c.2:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.130982] pci 0000:03:00.0: PCI bridge to [bus 04]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131001] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131009] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131010] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131011] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131012] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131013] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131014] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131015] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131016] pci_bus 0000:00: resource 11 [mem 0xdf200000-0xfeafffff window]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131017] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131018] pci_bus 0000:02: resource 1 [mem 0xf7c00000-0xf7cfffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131019] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131132] NET: Registered protocol family 2
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131273] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131395] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131497] TCP: Hash tables configured (established 131072 bind 65536)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131521] UDP hash table entries: 8192 (order: 6, 262144 bytes)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131555] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131608] NET: Registered protocol family 1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.131619] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.180089] PCI: CLS 64 bytes, default 64
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.180117] Unpacking initramfs...
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.737619] Freeing initrd memory: 54244K
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.737635] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.737637] software IO TLB [mem 0xc854f000-0xcc54f000] (64MB) mapped at [        (ptrval)-        (ptrval)]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.737824] Scanning for low memory corruption every 60 seconds
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.738247] Initialise system trusted keyrings
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.738253] Key type blacklist registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.738279] workingset: timestamp_bits=36 max_order=22 bucket_order=0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.738999] zbud: loaded
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.739319] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.739404] fuse init (API version 7.26)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740246] Key type asymmetric registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740247] Asymmetric key parser 'x509' registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740266] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740287] io scheduler noop registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740287] io scheduler deadline registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740303] io scheduler cfq registered (default)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740706] efifb: probing for efifb
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740714] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740715] efifb: mode is 1024x768x32, linelength=4096, pages=1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740715] efifb: scrolling: redraw
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740716] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740775] Console: switching to colour frame buffer device 128x48
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740785] fb0: EFI VGA frame buffer device
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740790] intel_idle: MWAIT substates: 0x42120
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740791] intel_idle: v0.4.1 model 0x3C
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740885] intel_idle: lapic_timer_reliable_states 0xffffffff
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740966] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.740983] ACPI: Power Button [PWRB]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.741006] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.741012] ACPI: Sleep Button [SLPB]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.741032] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.741044] ACPI: Power Button [PWRF]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.741654] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.741784] thermal LNXTHERM:00: registered as thermal_zone0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.741785] ACPI: Thermal Zone [TZ00] (28 C)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.741988] thermal LNXTHERM:01: registered as thermal_zone1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.741989] ACPI: Thermal Zone [TZ01] (30 C)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.742090] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.762504] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.763778] Linux agpgart interface v0.103
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.764736] loop: module loaded
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.764838] libphy: Fixed MDIO Bus: probed
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.764839] tun: Universal TUN/TAP device driver, 1.6
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.764859] PPP generic driver version 2.4.2
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.764883] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.764884] ehci-pci: EHCI PCI platform driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.764969] ehci-pci 0000:00:1a.0: EHCI Host Controller
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.764973] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.764982] ehci-pci 0000:00:1a.0: debug port 2
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.768893] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.768902] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7d1b000
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.784013] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.784036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.784037] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.784038] usb usb1: Product: EHCI Host Controller
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.784039] usb usb1: Manufacturer: Linux 4.15.0-45-generic ehci_hcd
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.784040] usb usb1: SerialNumber: 0000:00:1a.0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.784188] hub 1-0:1.0: USB hub found
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.784192] hub 1-0:1.0: 2 ports detected
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.784361] ehci-pci 0000:00:1d.0: EHCI Host Controller
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.784364] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.784372] ehci-pci 0000:00:1d.0: debug port 2
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.788273] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.788280] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d1a000
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804058] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804100] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804101] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804103] usb usb2: Product: EHCI Host Controller
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804104] usb usb2: Manufacturer: Linux 4.15.0-45-generic ehci_hcd
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804104] usb usb2: SerialNumber: 0000:00:1d.0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804278] hub 2-0:1.0: USB hub found
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804282] hub 2-0:1.0: 2 ports detected
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804400] ehci-platform: EHCI generic platform driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804414] ohci-pci: OHCI PCI platform driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804420] ohci-platform: OHCI generic platform driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804426] uhci_hcd: USB Universal Host Controller Interface driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804542] xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.804545] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.805607] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.805610] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.805706] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.805707] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.805708] usb usb3: Product: xHCI Host Controller
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.805709] usb usb3: Manufacturer: Linux 4.15.0-45-generic xhci-hcd
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.805710] usb usb3: SerialNumber: 0000:00:14.0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.805853] hub 3-0:1.0: USB hub found
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.805867] hub 3-0:1.0: 14 ports detected
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.808619] xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.808622] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.808623] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.808649] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.808650] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.808651] usb usb4: Product: xHCI Host Controller
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.808651] usb usb4: Manufacturer: Linux 4.15.0-45-generic xhci-hcd
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.808652] usb usb4: SerialNumber: 0000:00:14.0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.808791] hub 4-0:1.0: USB hub found
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.808801] hub 4-0:1.0: 6 ports detected
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.810402] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.810402] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.810532] serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.810735] mousedev: PS/2 mouse device common for all mice
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.810922] rtc_cmos 00:02: RTC can wake from S4
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.811032] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.811053] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.811058] i2c /dev entries driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.811061] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.811104] device-mapper: uevent: version 1.0.3
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.811154] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.811159] intel_pstate: Intel P-state driver initializing
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.811277] ledtrig-cpu: registered to indicate activity on CPUs
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.811279] EFI Variables Facility v0.08 2004-May-17
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.830008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.838533] NET: Registered protocol family 10
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.841106] Segment Routing with IPv6
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.841121] NET: Registered protocol family 17
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.841146] Key type dns_resolver registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.841319] RAS: Correctable Errors collector initialized.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.841341] microcode: sig=0x306c3, pf=0x2, revision=0x25
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.841386] microcode: Microcode Update Driver: v2.2.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.841394] sched_clock: Marking stable (841384282, 0)->(821642537, 19741745)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.841521] registered taskstats version 1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.841528] Loading compiled-in X.509 certificates
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.843105] Loaded X.509 cert 'Build time autogenerated kernel key: e3b8f44ffaaceef3e3a84cfaebd8e5a9acebeaad'
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.843720] Couldn't get size: 0x800000000000000e
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.843722] MODSIGN: Couldn't get UEFI db list
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.844036] Couldn't get size: 0x800000000000000e
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.844037] MODSIGN: Couldn't get UEFI MokListRT
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.844814] zswap: loaded using pool lzo/zbud
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.846992] Key type big_key registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.846994] Key type trusted registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.848034] Key type encrypted registered
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.848036] AppArmor: AppArmor sha1 policy hashing enabled
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.848037] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.848040] ima: Allocated hash algorithm: sha1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.848050] evm: HMAC attrs: 0x1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.848433]   Magic number: 7:964:894
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.848539] rtc_cmos 00:02: setting system clock to 2019-02-26 16:51:52 UTC (1551199912)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.848576] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Feb 26 17:52:12 moi-H97-HD3 kernel: [    0.848576] EDD information not available.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.120031] usb 1-1: new high-speed USB device number 2 using ehci-pci
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.128247] Freeing unused kernel memory: 2408K
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.140065] usb 2-1: new high-speed USB device number 2 using ehci-pci
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.144065] usb 3-6: new low-speed USB device number 2 using xhci_hcd
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.168061] Write protecting the kernel read-only data: 20480k
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.168860] Freeing unused kernel memory: 2008K
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.171571] Freeing unused kernel memory: 1892K
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.175962] x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.175962] x86/mm: Checking user space page tables
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.180180] x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.255808] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.255815] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.257767] ahci 0000:00:1f.2: version 3.0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.257961] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xe impl SATA mode
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.257963] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.269357] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0x        (ptrval), fc:aa:14:de:97:db, XID 0c000800 IRQ 26
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.269359] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.280769] scsi host0: ahci
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.285724] scsi host1: ahci
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.285967] r8169 0000:02:00.0 enp2s0: renamed from eth0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286012] scsi host2: ahci
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286076] scsi host3: ahci
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286132] scsi host4: ahci
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286253] scsi host5: ahci
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286295] ata1: DUMMY
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286297] ata2: SATA max UDMA/133 abar m2048@0xf7d19000 port 0xf7d19180 irq 25
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286299] ata3: SATA max UDMA/133 abar m2048@0xf7d19000 port 0xf7d19200 irq 25
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286300] ata4: SATA max UDMA/133 abar m2048@0xf7d19000 port 0xf7d19280 irq 25
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286301] ata5: DUMMY
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286302] ata6: DUMMY
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286720] usb 1-1: New USB device found, idVendor=8087, idProduct=8009
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286722] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.286988] hub 1-1:1.0: USB hub found
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.287083] hub 1-1:1.0: 6 ports detected
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.298992] usb 3-6: New USB device found, idVendor=0461, idProduct=4d0f
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.298994] usb 3-6: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.298995] usb 3-6: Product: USB Optical Mouse
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.304454] usb 2-1: New USB device found, idVendor=8087, idProduct=8001
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.304455] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.304605] hub 2-1:1.0: USB hub found
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.304674] hidraw: raw HID events driver (C) Jiri Kosina
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.304704] hub 2-1:1.0: 8 ports detected
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.307394] usbcore: registered new interface driver usbhid
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.307395] usbhid: USB HID core driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.309001] input: USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:0461:4D0F.0001/input/input4
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.309089] hid-generic 0003:0461:4D0F.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:14.0-6/input0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.309395] [drm] Memory usable by graphics device = 2048M
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.309397] checking generic (e0000000 300000) vs hw (e0000000 10000000)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.309398] fb: switching to inteldrmfb from EFI VGA
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.309417] Console: switching to colour dummy device 80x25
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.309493] [drm] Replacing VGA console driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.315307] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.315308] [drm] Driver supports precise vblank timestamp query.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.317389] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.320132] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.321346] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.321620] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.404397] fbcon: inteldrmfb (fb0) is primary device
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.404441] Console: switching to colour frame buffer device 200x56
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.404464] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.599508] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.599525] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.599539] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.600276] ata4.00: ATA-9: WDC WD1003FZEX-00MK2A0, 01.01A01, max UDMA/133
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.600278] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.600378] ata3.00: ATA-10: WDC WD5000AZLX-07K2TA0, 01.01A01, max UDMA/133
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.600380] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.601217] ata2.00: ATAPI: Optiarc DVD RW AD-5240S, 1.02, max UDMA/100
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.601224] ata4.00: configured for UDMA/133
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.601233] ata3.00: configured for UDMA/133
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.603149] ata2.00: configured for UDMA/100
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.604660] scsi 1:0:0:0: CD-ROM            Optiarc  DVD RW AD-5240S  1.02 PQ: 0 ANSI: 5
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.661677] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.661678] cdrom: Uniform CD-ROM driver Revision: 3.20
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.661785] sr 1:0:0:0: Attached scsi CD-ROM sr0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.661838] sr 1:0:0:0: Attached scsi generic sg0 type 5
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.661968] scsi 2:0:0:0: Direct-Access     ATA      WDC WD5000AZLX-0 1A01 PQ: 0 ANSI: 5
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662124] sd 2:0:0:0: Attached scsi generic sg1 type 0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662156] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662158] sd 2:0:0:0: [sda] 4096-byte physical blocks
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662173] sd 2:0:0:0: [sda] Write Protect is off
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662175] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662197] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662245] scsi 3:0:0:0: Direct-Access     ATA      WDC WD1003FZEX-0 1A01 PQ: 0 ANSI: 5
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662390] sd 3:0:0:0: Attached scsi generic sg2 type 0
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662459] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662461] sd 3:0:0:0: [sdb] 4096-byte physical blocks
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662473] sd 3:0:0:0: [sdb] Write Protect is off
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662474] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.662494] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.701405]  sdb: sdb1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.701933] sd 3:0:0:0: [sdb] Attached SCSI disk
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.716383]  sda: sda1 sda2 sda3
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.716861] sd 2:0:0:0: [sda] Attached SCSI disk
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.756060] tsc: Refined TSC clocksource calibration: 3399.997 MHz
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.756065] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x31024bd20a6, max_idle_ns: 440795346804 ns
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.880290] random: fast init done
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.896753] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.896769] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    1.896777] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    2.475588] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    2.780086] clocksource: Switched to clocksource tsc
Feb 26 17:52:12 moi-H97-HD3 kernel: [    3.896266] ip_tables: (C) 2000-2006 Netfilter Core Team
Feb 26 17:52:12 moi-H97-HD3 kernel: [    3.920654] random: crng init done
Feb 26 17:52:12 moi-H97-HD3 kernel: [    3.920655] random: 7 urandom warning(s) missed due to ratelimiting
Feb 26 17:52:12 moi-H97-HD3 kernel: [    4.029327] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
Feb 26 17:52:12 moi-H97-HD3 kernel: [    4.057741] systemd[1]: Detected architecture x86-64.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    4.064676] systemd[1]: Set hostname to <moi-H97-HD3>.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    4.635940] systemd-fstab-generator[325]: Mount point data is not a valid path, ignoring.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    6.085626] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    6.085660] systemd[1]: Reached target User and Group Name Lookups.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    6.085669] systemd[1]: Reached target Remote File Systems.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    6.085790] systemd[1]: Created slice System Slice.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    6.085878] systemd[1]: Listening on Journal Socket (/dev/log).
Feb 26 17:52:12 moi-H97-HD3 kernel: [    6.085952] systemd[1]: Listening on Journal Audit Socket.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    6.085984] systemd[1]: Listening on Syslog Socket.
Feb 26 17:52:12 moi-H97-HD3 kernel: [    6.270841] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
Feb 26 17:52:12 moi-H97-HD3 kernel: [    6.814642] lp: driver loaded but no devices found
Feb 26 17:52:12 moi-H97-HD3 kernel: [    6.886556] systemd-journald[336]: Received request to flush runtime journal from PID 1
Feb 26 17:52:12 moi-H97-HD3 kernel: [    6.990143] ppdev: user-space parallel port driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [    7.149838] parport_pc 00:06: reported by Plug and Play ACPI
Feb 26 17:52:12 moi-H97-HD3 kernel: [    7.149897] parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE]
Feb 26 17:52:12 moi-H97-HD3 kernel: [    7.244122] lp0: using parport0 (interrupt-driven).
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.044433] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.087669] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.087838] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.090033] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.107732] snd_hda_codec_realtek hdaudioC1D2: autoconfig for ALC887-VD: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.107734] snd_hda_codec_realtek hdaudioC1D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.107736] snd_hda_codec_realtek hdaudioC1D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.107738] snd_hda_codec_realtek hdaudioC1D2:    mono: mono_out=0x0
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.107739] snd_hda_codec_realtek hdaudioC1D2:    dig-out=0x11/0x0
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.107740] snd_hda_codec_realtek hdaudioC1D2:    inputs:
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.107742] snd_hda_codec_realtek hdaudioC1D2:      Front Mic=0x19
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.107744] snd_hda_codec_realtek hdaudioC1D2:      Rear Mic=0x18
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.107745] snd_hda_codec_realtek hdaudioC1D2:      Line=0x1a
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.110839] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.110841] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.110841] RAPL PMU: hw unit of domain package 2^-14 Joules
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.110842] RAPL PMU: hw unit of domain dram 2^-14 Joules
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.110842] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.124196] AVX2 version of gcm_enc/dec engaged.
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.124197] AES CTR mode by8 optimization enabled
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.126229] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input6
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.126282] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.126329] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.126375] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.126420] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.126466] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.126510] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.126557] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.140306] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20170831/utaddress-247)
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.140312] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.140315] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.140319] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.140320] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20170831/utaddress-247)
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.140324] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.140328] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.140329] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20170831/utaddress-247)
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.140333] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.140336] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.140337] lpc_ich: Resource conflict(s) found affecting gpio_ich
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.201351] intel_rapl: Found RAPL domain package
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.201353] intel_rapl: Found RAPL domain core
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.201354] intel_rapl: Found RAPL domain uncore
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.201355] intel_rapl: Found RAPL domain dram
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.222282] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.222340] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.222393] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.222446] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
Feb 26 17:52:12 moi-H97-HD3 kernel: [   18.222494] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
Feb 26 17:52:12 moi-H97-HD3 kernel: [   19.446400] Adding 16638972k swap on /dev/sda3.  Priority:-2 extents:1 across:16638972k FS
Feb 26 17:52:12 moi-H97-HD3 kernel: [   19.664751] audit: type=1400 audit(1551199931.311:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=770 comm="apparmor_parser"
Feb 26 17:52:12 moi-H97-HD3 kernel: [   19.664755] audit: type=1400 audit(1551199931.311:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=770 comm="apparmor_parser"
Feb 26 17:52:12 moi-H97-HD3 kernel: [   19.664757] audit: type=1400 audit(1551199931.311:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=770 comm="apparmor_parser"
Feb 26 17:52:12 moi-H97-HD3 kernel: [   19.665270] audit: type=1400 audit(1551199931.311:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=767 comm="apparmor_parser"
Feb 26 17:52:12 moi-H97-HD3 kernel: [   19.665273] audit: type=1400 audit(1551199931.311:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=767 comm="apparmor_parser"
Feb 26 17:52:12 moi-H97-HD3 kernel: [   19.665275] audit: type=1400 audit(1551199931.311:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=767 comm="apparmor_parser"
Feb 26 17:52:12 moi-H97-HD3 kernel: [   19.665277] audit: type=1400 audit(1551199931.311:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=767 comm="apparmor_parser"
Feb 26 17:52:12 moi-H97-HD3 kernel: [   19.665574] audit: type=1400 audit(1551199931.311:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/ubuntu-core-launcher" pid=771 comm="apparmor_parser"
Feb 26 17:52:12 moi-H97-HD3 kernel: [   19.666246] audit: type=1400 audit(1551199931.311:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=772 comm="apparmor_parser"
Feb 26 17:52:12 moi-H97-HD3 kernel: [   19.666484] audit: type=1400 audit(1551199931.311:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=773 comm="apparmor_parser"
Feb 26 17:52:12 moi-H97-HD3 acpid: 8 rules loaded
Feb 26 17:52:12 moi-H97-HD3 acpid: waiting for events: event logging is off
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started WPA supplicant.
Feb 26 17:52:12 moi-H97-HD3 wpa_supplicant[909]: Successfully initialized wpa_supplicant
Feb 26 17:52:12 moi-H97-HD3 anacron[910]: Normal exit (0 jobs run)
Feb 26 17:52:12 moi-H97-HD3 udisksd[857]: udisks daemon version 2.7.6 starting
Feb 26 17:52:12 moi-H97-HD3 ModemManager[868]: <info>  ModemManager (version 1.6.8) starting in system bus...
Feb 26 17:52:12 moi-H97-HD3 avahi-daemon[860]: Found user 'avahi' (UID 111) and group 'avahi' (GID 120).
Feb 26 17:52:12 moi-H97-HD3 avahi-daemon[860]: Successfully dropped root privileges.
Feb 26 17:52:12 moi-H97-HD3 avahi-daemon[860]: avahi-daemon 0.7 starting up.
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Feb 26 17:52:12 moi-H97-HD3 avahi-daemon[860]: Successfully called chroot().
Feb 26 17:52:12 moi-H97-HD3 avahi-daemon[860]: Successfully dropped remaining capabilities.
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started Make remote CUPS printers available locally.
Feb 26 17:52:12 moi-H97-HD3 avahi-daemon[860]: No service file found in /etc/avahi/services.
Feb 26 17:52:12 moi-H97-HD3 gpu-manager[874]: Error: can't open /lib/modules/4.15.0-45-generic/updates/dkms
Feb 26 17:52:12 moi-H97-HD3 gpu-manager[874]: Error: can't open /lib/modules/4.15.0-45-generic/updates/dkms
Feb 26 17:52:12 moi-H97-HD3 systemd[1]: Started Detect the available GPUs and deal with any system changes.
Feb 26 17:52:13 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.6' (uid=0 pid=868 comm="/usr/sbin/ModemManager " label="unconfined")
Feb 26 17:52:13 moi-H97-HD3 systemd[1]: Starting Authorization Manager...
Feb 26 17:52:13 moi-H97-HD3 snapd[912]: AppArmor status: apparmor is enabled and all features are available
Feb 26 17:52:13 moi-H97-HD3 systemd[1]: Started Thermal Daemon Service.
Feb 26 17:52:13 moi-H97-HD3 thermald[877]: 13 CPUID levels; family:model:stepping 0x6:3c:3 (6:60:3)
Feb 26 17:52:13 moi-H97-HD3 thermald[877]: Polling mode is enabled: 4
Feb 26 17:52:13 moi-H97-HD3 polkitd[982]: started daemon version 0.105 using authority implementation `local' version `0.105'
Feb 26 17:52:13 moi-H97-HD3 dbus-daemon[880]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Feb 26 17:52:13 moi-H97-HD3 systemd[1]: Started Authorization Manager.
Feb 26 17:52:13 moi-H97-HD3 avahi-daemon[860]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Feb 26 17:52:13 moi-H97-HD3 avahi-daemon[860]: New relevant interface lo.IPv6 for mDNS.
Feb 26 17:52:13 moi-H97-HD3 avahi-daemon[860]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Feb 26 17:52:13 moi-H97-HD3 avahi-daemon[860]: New relevant interface lo.IPv4 for mDNS.
Feb 26 17:52:13 moi-H97-HD3 avahi-daemon[860]: Network interface enumeration completed.
Feb 26 17:52:13 moi-H97-HD3 avahi-daemon[860]: Registering new address record for ::1 on lo.*.
Feb 26 17:52:13 moi-H97-HD3 avahi-daemon[860]: Registering new address record for 127.0.0.1 on lo.IPv4.
Feb 26 17:52:13 moi-H97-HD3 udisksd[857]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
Feb 26 17:52:13 moi-H97-HD3 systemd[1]: Started Modem Manager.
Feb 26 17:52:13 moi-H97-HD3 thermald[877]: sysfs read failed constraint_0_max_power_uw
Feb 26 17:52:13 moi-H97-HD3 accounts-daemon[854]: started daemon version 0.6.45
Feb 26 17:52:13 moi-H97-HD3 systemd[1]: Started Accounts Service.
Feb 26 17:52:13 moi-H97-HD3 udisksd[857]: Failed to load the 'mdraid' libblockdev plugin
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.0311] NetworkManager (version 1.10.6) is starting... (for the first time)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.0312] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-dns-resolved.conf, 20-connectivity-ubuntu.conf, no-mac-addr-change.conf) (etc: 10-globally-managed-devices.conf, default-wifi-powersave-on.conf)
Feb 26 17:52:14 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.10' (uid=0 pid=847 comm="/usr/sbin/cupsd -l " label="/usr/sbin/cupsd (enforce)")
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Starting Manage, Install and Generate Color Profiles...
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.0886] manager[0x5623eb05c060]: monitoring kernel firmware directory '/lib/firmware'.
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.0886] monitoring ifupdown state file '/run/network/ifstate'.
Feb 26 17:52:14 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.11' (uid=0 pid=908 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Starting Hostname Service...
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Disk Manager.
Feb 26 17:52:14 moi-H97-HD3 udisksd[857]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Feb 26 17:52:14 moi-H97-HD3 dbus-daemon[880]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Hostname Service.
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.2719] hostname: hostname: using hostnamed
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.2719] hostname: hostname changed from (none) to "moi-H97-HD3"
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.2722] dns-mgr[0x5623eb076140]: init: dns=systemd-resolved, rc-manager=symlink, plugin=systemd-resolved
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.2727] manager[0x5623eb05c060]: rfkill: WiFi hardware radio set enabled
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.2727] manager[0x5623eb05c060]: rfkill: WWAN hardware radio set enabled
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Network Manager.
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Reached target Network.
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Starting Permit User Sessions...
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Unattended Upgrades Shutdown.
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Starting Network Manager Wait Online...
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Permit User Sessions.
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Starting Light Display Manager...
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Starting Hold until boot process finishes up...
Feb 26 17:52:14 moi-H97-HD3 dbus-daemon[880]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Manage, Install and Generate Color Profiles.
Feb 26 17:52:14 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.11' (uid=0 pid=908 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 26 17:52:14 moi-H97-HD3 avahi-daemon[860]: Server startup complete. Host name is moi-H97-HD3.local. Local service cookie is 2390938864.
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Received SIGRTMIN+21 from PID 267 (plymouthd).
Feb 26 17:52:14 moi-H97-HD3 networkd-dispatcher[850]: WARNING: systemd-networkd is not running, output will be incomplete.
Feb 26 17:52:14 moi-H97-HD3 dbus-daemon[880]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5679] init!
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5680]       interface-parser: parsing file /etc/network/interfaces
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5681]       interface-parser: finished parsing file /etc/network/interfaces
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5681] management mode: unmanaged
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5684] devices added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/enp2s0, iface: enp2s0)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5684] device added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/enp2s0, iface: enp2s0): no ifupdown configuration found.
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5684] devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5684] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5684] end _init.
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5685] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5685] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5685] (-351712064) ... get_connections.
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5685] (-351712064) ... get_connections (managed=false): return empty list.
Feb 26 17:52:14 moi-H97-HD3 colord[998]: failed to get session [pid 847]: Aucune donnée disponible
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5726] get unmanaged devices count: 0
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5726] manager: rfkill: WiFi enabled by radio killswitch; enabled by state file
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5726] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5726] manager: Networking is enabled by state file
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5727] dhcp-init: Using DHCP client 'dhclient'
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5727] Loaded device plugin: NMBondDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5728] Loaded device plugin: NMBridgeDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5728] Loaded device plugin: NMDummyDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5728] Loaded device plugin: NMEthernetDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5728] Loaded device plugin: NMInfinibandDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5728] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5728] Loaded device plugin: NMMacsecDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5728] Loaded device plugin: NMMacvlanDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5728] Loaded device plugin: NMPppDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5728] Loaded device plugin: NMTunDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5728] Loaded device plugin: NMVethDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5728] Loaded device plugin: NMVlanDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5729] Loaded device plugin: NMVxlanDeviceFactory (internal)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5731] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5733] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.5737] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)
Feb 26 17:52:14 moi-H97-HD3 nm-dispatcher: req:1 'hostname': new request (1 scripts)
Feb 26 17:52:14 moi-H97-HD3 nm-dispatcher: req:1 'hostname': start running ordered scripts...
Feb 26 17:52:14 moi-H97-HD3 colord[998]: failed to get session [pid 847]: Aucune donnée disponible
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Dispatcher daemon for systemd-networkd.
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.6115] Loaded device plugin: NMTeamFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-team.so)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.6455] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.6463] device (lo): carrier: link connected
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.6469] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.6479] manager: (enp2s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.6490] keyfile: add connection in-memory (73708df4-084b-35c7-bc79-2f7d20fed13f,"Connexion filaire 1")
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.6494] settings: (enp2s0): created default wired connection 'Connexion filaire 1'
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.6502] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Hold until boot process finishes up.
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Starting Set console scheme...
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Light Display Manager.
Feb 26 17:52:14 moi-H97-HD3 kernel: [   22.999068] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Set console scheme.
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Created slice system-getty.slice.
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Started Getty on tty1.
Feb 26 17:52:14 moi-H97-HD3 systemd[1]: Reached target Login Prompts.
Feb 26 17:52:14 moi-H97-HD3 kernel: [   23.238135] r8169 0000:02:00.0 enp2s0: link down
Feb 26 17:52:14 moi-H97-HD3 kernel: [   23.238135] r8169 0000:02:00.0 enp2s0: link down
Feb 26 17:52:14 moi-H97-HD3 kernel: [   23.238205] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
Feb 26 17:52:14 moi-H97-HD3 NetworkManager[908]: <info>  [1551199934.9132] modem-manager: ModemManager available
Feb 26 17:52:14 moi-H97-HD3 snapd[912]: AppArmor status: apparmor is enabled and all features are available
Feb 26 17:52:15 moi-H97-HD3 snapd[912]: daemon.go:379: started snapd/2.37.2 (series 16; classic) ubuntu/18.04 (amd64) linux/4.15.0-45-generic.
Feb 26 17:52:15 moi-H97-HD3 systemd[1]: Started Snappy daemon.
Feb 26 17:52:15 moi-H97-HD3 systemd[1]: Starting Wait until snapd is fully seeded...
Feb 26 17:52:15 moi-H97-HD3 snapd[912]: autorefresh.go:376: Cannot prepare auto-refresh change: cannot refresh snap-declaration for "gnome-calculator": Get https://api.snapcraft.io/api/v1/snaps/assertions/snap-declaration/16/J8OcDPQ0JM8dbvk29HRqpWVI9kBw0atG?max-format=3: dial tcp: lookup api.snapcraft.io: no such host
Feb 26 17:52:15 moi-H97-HD3 snapd[912]: stateengine.go:102: state ensure error: cannot refresh snap-declaration for "gnome-calculator": Get https://api.snapcraft.io/api/v1/snaps/assertions/snap-declaration/16/J8OcDPQ0JM8dbvk29HRqpWVI9kBw0atG?max-format=3: dial tcp: lookup api.snapcraft.io: no such host
Feb 26 17:52:15 moi-H97-HD3 systemd[1]: Started Wait until snapd is fully seeded.
Feb 26 17:52:16 moi-H97-HD3 ModemManager[868]: <info>  Couldn't check support for device at '/sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0': not supported by any plugin
Feb 26 17:52:16 moi-H97-HD3 systemd[1]: Created slice User Slice of moi.
Feb 26 17:52:16 moi-H97-HD3 systemd[1]: Starting User Manager for UID 1000...
Feb 26 17:52:16 moi-H97-HD3 systemd[1]: Started Session c1 of user moi.
Feb 26 17:52:16 moi-H97-HD3 systemd[1108]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 26 17:52:16 moi-H97-HD3 kernel: [   24.872481] r8169 0000:02:00.0 enp2s0: link up
Feb 26 17:52:16 moi-H97-HD3 kernel: [   24.872488] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
Feb 26 17:52:17 moi-H97-HD3 dhclient[1121]: DHCPREQUEST of 192.168.0.10 on enp2s0 to 255.255.255.255 port 67 (xid=0x34abcf5f)
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Reached target Timers.
Feb 26 17:52:17 moi-H97-HD3 dhclient[1121]: DHCPACK of 192.168.0.10 from 192.168.0.254
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 26 17:52:17 moi-H97-HD3 avahi-daemon[860]: Joining mDNS multicast group on interface enp2s0.IPv4 with address 192.168.0.10.
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 26 17:52:17 moi-H97-HD3 avahi-daemon[860]: New relevant interface enp2s0.IPv4 for mDNS.
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 26 17:52:17 moi-H97-HD3 set-cpufreq[863]: Setting powersave scheduler for all CPUs
Feb 26 17:52:17 moi-H97-HD3 avahi-daemon[860]: Registering new address record for 192.168.0.10 on enp2s0.IPv4.
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Starting D-Bus User Message Bus Socket.
Feb 26 17:52:17 moi-H97-HD3 dhclient[1121]: bound to 192.168.0.10 -- renewal in 401639 seconds.
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Listening on GnuPG network certificate management daemon.
Feb 26 17:52:17 moi-H97-HD3 nm-dispatcher: req:2 'up' [enp2s0]: new request (1 scripts)
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Started Pending report trigger for Ubuntu Report.
Feb 26 17:52:17 moi-H97-HD3 nm-dispatcher: req:2 'up' [enp2s0]: start running ordered scripts...
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Reached target Paths.
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Listening on D-Bus User Message Bus Socket.
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Reached target Sockets.
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Reached target Basic System.
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Reached target Default.
Feb 26 17:52:17 moi-H97-HD3 systemd[1108]: Startup finished in 168ms.
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Started User Manager for UID 1000.
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.5242] device (enp2s0): carrier: link connected
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.5247] device (enp2s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.5252] policy: auto-activating connection 'Connexion filaire 1'
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.5260] device (enp2s0): Activation: starting connection 'Connexion filaire 1' (73708df4-084b-35c7-bc79-2f7d20fed13f)
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.5262] device (enp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.5263] manager: NetworkManager state is now CONNECTING
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.5266] device (enp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.5269] device (enp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.6026] dhcp4 (enp2s0): activation: beginning transaction (timeout in 45 seconds)
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.6757] dhcp4 (enp2s0): dhclient started with pid 1121
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.7957] dhcp4 (enp2s0):   address 192.168.0.10
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.7957] dhcp4 (enp2s0):   plen 24 (255.255.255.0)
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.7957] dhcp4 (enp2s0):   gateway 192.168.0.254
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.7957] dhcp4 (enp2s0):   lease time 864000
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.7957] dhcp4 (enp2s0):   nameserver '212.27.40.241'
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.7957] dhcp4 (enp2s0):   nameserver '212.27.40.240'
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.7958] dhcp4 (enp2s0): state changed unknown -> bound
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.7968] device (enp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.7974] device (enp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.7976] device (enp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.7978] manager: NetworkManager state is now CONNECTED_LOCAL
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.9263] manager: NetworkManager state is now CONNECTED_SITE
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.9264] policy: set 'Connexion filaire 1' (enp2s0) as default for IPv4 routing and DNS
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.9267] device (enp2s0): Activation: successful, device activated.
Feb 26 17:52:17 moi-H97-HD3 NetworkManager[908]: <info>  [1551199936.9273] manager: startup complete
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Starting resolvconf-pull-resolved.service...
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Started Network Manager Wait Online.
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Reached target Network is Online.
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Starting Tool to automatically collect and submit kernel crash signatures...
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Started crash report submission daemon.
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Starting Daily apt download activities...
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Started resolvconf-pull-resolved.service.
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: kerneloops.service: Found left-over process 1177 (kerneloops) in control group while starting unit. Ignoring.
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Started Tool to automatically collect and submit kernel crash signatures.
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Reached target Multi-User System.
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Reached target Graphical Interface.
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Started Stop ureadahead data collection 45s after completed startup.
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Starting Update UTMP about System Runlevel Changes...
Feb 26 17:52:17 moi-H97-HD3 systemd[1]: Started Update UTMP about System Runlevel Changes.
Feb 26 17:52:17 moi-H97-HD3 whoopsie[1166]: [17:52:17] Using lock path: /var/lock/whoopsie/lock
Feb 26 17:52:17 moi-H97-HD3 whoopsie[1166]: [17:52:17] offline
Feb 26 17:52:17 moi-H97-HD3 avahi-daemon[860]: Joining mDNS multicast group on interface enp2s0.IPv6 with address fe80::8cfd:6530:4c85:1b3d.
Feb 26 17:52:17 moi-H97-HD3 avahi-daemon[860]: New relevant interface enp2s0.IPv6 for mDNS.
Feb 26 17:52:17 moi-H97-HD3 avahi-daemon[860]: Registering new address record for fe80::8cfd:6530:4c85:1b3d on enp2s0.*.
Feb 26 17:52:18 moi-H97-HD3 systemd[1108]: Started D-Bus User Message Bus.
Feb 26 17:52:18 moi-H97-HD3 systemd[1108]: Starting Virtual filesystem service...
Feb 26 17:52:18 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] AppArmor D-Bus mediation is enabled
Feb 26 17:52:18 moi-H97-HD3 whoopsie[1166]: [17:52:18] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/1
Feb 26 17:52:18 moi-H97-HD3 whoopsie[1166]: [17:52:18] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/1
Feb 26 17:52:18 moi-H97-HD3 whoopsie[1166]: [17:52:18] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/1
Feb 26 17:52:18 moi-H97-HD3 NetworkManager[908]: <info>  [1551199938.1921] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 26 17:52:18 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.1' (uid=1000 pid=1231 comm="/usr/bin/ibus-daemon --daemonize --xim --address u" label="unconfined")
Feb 26 17:52:18 moi-H97-HD3 systemd[1108]: Started Virtual filesystem service.
Feb 26 17:52:18 moi-H97-HD3 nm-dispatcher: req:3 'connectivity-change': new request (1 scripts)
Feb 26 17:52:18 moi-H97-HD3 nm-dispatcher: req:3 'connectivity-change': start running ordered scripts...
Feb 26 17:52:18 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gtk.vfs.Daemon'
Feb 26 17:52:18 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating service name='org.freedesktop.portal.IBus' requested by ':1.1' (uid=1000 pid=1231 comm="/usr/bin/ibus-daemon --daemonize --xim --address u" label="unconfined")
Feb 26 17:52:18 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.freedesktop.portal.IBus'
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Reloading.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Starting Start gnome-keyring as SSH agent...
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Path trigger for Apport crash notifications.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Reached target Target representing the lifecycle of the indicators. Each indicator should be bound to it in its individual service file..
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Starting Start gnome-keyring for the Secrets Service, and PKCS #11...
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Starting Session Migration...
Feb 26 17:52:19 moi-H97-HD3 gnome-keyring-d[1486]: couldn't access control socket: /run/user/1000/keyring/control: Aucun fichier ou dossier de ce type
Feb 26 17:52:19 moi-H97-HD3 sh[1481]: dbus-update-activation-environment: setting SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Feb 26 17:52:19 moi-H97-HD3 sh[1481]: dbus-update-activation-environment: setting SSH_AGENT_LAUNCHER=gnome-keyring
Feb 26 17:52:19 moi-H97-HD3 gnome-keyring-d[1487]: couldn't access control socket: /run/user/1000/keyring/control: Aucun fichier ou dossier de ce type
Feb 26 17:52:19 moi-H97-HD3 sh[1481]: /bin/sh: 1: initctl: not found
Feb 26 17:52:19 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.46' (uid=1000 pid=1498 comm="/usr/lib/x86_64-linux-gnu/indicator-bluetooth/indi" label="unconfined")
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Path trigger for new release of Ubuntu notifications.
Feb 26 17:52:19 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating service name='org.gnome.ScreenSaver' requested by ':1.17' (uid=1000 pid=1513 comm="/usr/lib/x86_64-linux-gnu/indicator-session/indica" label="unconfined")
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Path trigger for Avahi .local domain notifications.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Session Migration.
Feb 26 17:52:19 moi-H97-HD3 gnome-keyring-d[1487]: couldn't access control socket: /run/user/1000/keyring/control: Aucun fichier ou dossier de ce type
Feb 26 17:52:19 moi-H97-HD3 whoopsie[1166]: [17:52:19] online
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Start gnome-keyring for the Secrets Service, and PKCS #11.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Start gnome-keyring as SSH agent.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started OpenSSH Agent.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Reached target Session services which should run early before the graphical session is brought up.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Unity Settings Daemon.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Starting BAMF Application Matcher Framework...
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Indicator Bluetooth Backend.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Indicator Keyboard Backend.
Feb 26 17:52:19 moi-H97-HD3 sh[1509]: dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge:unity-gtk-module
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Indicator Printers Service.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Starting Launch and configure input method...
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Indicator Application Service.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Indicator Sound Service.
Feb 26 17:52:19 moi-H97-HD3 sh[1515]: + [ unity != gnome-classic ]
Feb 26 17:52:19 moi-H97-HD3 sh[1515]: + export GNOME_SESSION_XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
Feb 26 17:52:19 moi-H97-HD3 sh[1515]: + [ unity = gnome-flashback-metacity ]
Feb 26 17:52:19 moi-H97-HD3 sh[1515]: + exec gnome-session --session=unity
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Indicator Power.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Indicator Messages Service.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Starting Unity GTK Module Environment variables...
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Window Stack Bridge.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Reached target Current graphical user session.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Indicator Date & Time Backend.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Indicator Session Service.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Launch and configure input method.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started Unity GTK Module Environment variables.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Started GNOME Session Manager.
Feb 26 17:52:19 moi-H97-HD3 systemd[1108]: Starting Unity Shell v7...
Feb 26 17:52:19 moi-H97-HD3 indicator-sound[1506]: volume-control-pulse.vala:735: unable to get pulse unix socket: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.PulseAudio1 was not provided by any .service files
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: OpenGL vendor string:   Intel Open Source Technology Center
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: OpenGL renderer string: Mesa DRI Intel(R) Haswell
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: OpenGL version string:  3.0 Mesa 18.2.2
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: Not software rendered:    #033[32;01myes#033[00m
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: Not blacklisted:          #033[32;01myes#033[00m
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: GLX fbconfig:             #033[32;01myes#033[00m
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: GLX texture from pixmap:  #033[32;01myes#033[00m
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: GL npot or rect textures: #033[32;01myes#033[00m
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: GL vertex program:        #033[32;01myes#033[00m
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: GL fragment program:      #033[32;01myes#033[00m
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: GL vertex buffer object:  #033[32;01myes#033[00m
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: GL framebuffer object:    #033[32;01myes#033[00m
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: GL version is 1.4+:       #033[32;01myes#033[00m
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: Unity 3D supported:       #033[32;01myes#033[00m
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: Using compiz profile 'ubuntu:unity'
Feb 26 17:52:20 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.51' (uid=1000 pid=1583 comm="/usr/bin/pulseaudio --start --log-target=syslog " label="unconfined")
Feb 26 17:52:20 moi-H97-HD3 systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: dbus-update-activation-environment: setting COMPIZ_CONFIG_PROFILE=ubuntu
Feb 26 17:52:20 moi-H97-HD3 dbus-daemon[880]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Feb 26 17:52:20 moi-H97-HD3 systemd[1]: Started RealtimeKit Scheduling Policy Service.
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: dbus-update-activation-environment: setting UNITY_HAS_3D_SUPPORT=true
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Successfully called chroot.
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: dbus-update-activation-environment: setting UNITY_DEFAULT_PROFILE=unity
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Successfully dropped privileges.
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Successfully limited resources.
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Running.
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Watchdog thread running.
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Canary thread running.
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Successfully made thread 1583 of process 1583 (n/a) owned by '1000' high priority at nice level -11.
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Supervising 1 threads of 1 processes of 1 users.
Feb 26 17:52:20 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating service name='ca.desrt.dconf' requested by ':1.26' (uid=1000 pid=1579 comm="/usr/lib/x86_64-linux-gnu/unity/compiz-config-prof" label="unconfined")
Feb 26 17:52:20 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'ca.desrt.dconf'
Feb 26 17:52:20 moi-H97-HD3 systemd-resolved[783]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Feb 26 17:52:20 moi-H97-HD3 systemd-resolved[783]: message repeated 2 times: [ Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.]
Feb 26 17:52:20 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.53' (uid=1000 pid=1512 comm="/usr/lib/x86_64-linux-gnu/indicator-datetime/indic" label="unconfined")
Feb 26 17:52:20 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.29' (uid=1000 pid=1512 comm="/usr/lib/x86_64-linux-gnu/indicator-datetime/indic" label="unconfined")
Feb 26 17:52:20 moi-H97-HD3 systemd[1108]: Starting Evolution source registry...
Feb 26 17:52:20 moi-H97-HD3 systemd[1]: Starting Time & Date Service...
Feb 26 17:52:20 moi-H97-HD3 dbus-daemon[880]: [system] Successfully activated service 'org.freedesktop.timedate1'
Feb 26 17:52:20 moi-H97-HD3 systemd[1]: Started Time & Date Service.
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: compizconfig - Info: Backend     : gsettings
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: compizconfig - Info: Integration : true
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: compizconfig - Info: Profile     : unity
Feb 26 17:52:20 moi-H97-HD3 compiz-profile-selector[1536]: We're already using profile 'unity', no need to switch
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Supervising 1 threads of 1 processes of 1 users.
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Successfully made thread 1637 of process 1583 (n/a) owned by '1000' RT at priority 5.
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Supervising 2 threads of 1 processes of 1 users.
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Supervising 2 threads of 1 processes of 1 users.
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Successfully made thread 1638 of process 1583 (n/a) owned by '1000' RT at priority 5.
Feb 26 17:52:20 moi-H97-HD3 rtkit-daemon[1584]: Supervising 3 threads of 1 processes of 1 users.
Feb 26 17:52:21 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.ayatana.bamf' unit='bamfdaemon.service' requested by ':1.32' (uid=1000 pid=1510 comm="/usr/lib/x86_64-linux-gnu/hud/window-stack-bridge " label="unconfined")
Feb 26 17:52:21 moi-H97-HD3 compiz-profile-selector[1536]: compizconfig - Info: Backend     : gsettings
Feb 26 17:52:21 moi-H97-HD3 compiz-profile-selector[1536]: compizconfig - Info: Integration : true
Feb 26 17:52:21 moi-H97-HD3 compiz-profile-selector[1536]: compizconfig - Info: Profile     : unity
Feb 26 17:52:21 moi-H97-HD3 systemd[1108]: Started Unity Shell v7.
Feb 26 17:52:21 moi-H97-HD3 systemd[1108]: Starting Backing Service for the Unity Panel...
Feb 26 17:52:21 moi-H97-HD3 systemd[1108]: Reached target User systemd services for the Unity graphical session.
Feb 26 17:52:21 moi-H97-HD3 systemd[1108]: Started Backing Service for the Unity Panel.
Feb 26 17:52:21 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: core
Feb 26 17:52:21 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: core
Feb 26 17:52:21 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: ccp
Feb 26 17:52:21 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: ccp
Feb 26 17:52:21 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: composite
Feb 26 17:52:21 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: composite
Feb 26 17:52:21 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: opengl
Feb 26 17:52:21 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: opengl
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/Compiz (opengl) - Info: GLX_EXT_buffer_age is supported
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: grid
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: grid
Feb 26 17:52:22 moi-H97-HD3 colord-sane: io/hpmud/pp.c 627: unable to read device-id ret=-1
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: copytex
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: copytex
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: commands
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: commands
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: compiztoolbox
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: compiztoolbox
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: move
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: move
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: resize
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: resize
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: place
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: place
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: regex
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: regex
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: imgpng
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: imgpng
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: mousepoll
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: mousepoll
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: session
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: session
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: snap
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: snap
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: wall
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: wall
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: vpswitch
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: vpswitch
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: unitymtgrabhandles
Feb 26 17:52:22 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating service name='org.gnome.OnlineAccounts' requested by ':1.31' (uid=1000 pid=1606 comm="/usr/lib/evolution/evolution-source-registry " label="unconfined")
Feb 26 17:52:22 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Feb 26 17:52:22 moi-H97-HD3 systemd[1108]: Started Evolution source registry.
Feb 26 17:52:22 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service' requested by ':1.29' (uid=1000 pid=1512 comm="/usr/lib/x86_64-linux-gnu/indicator-datetime/indic" label="unconfined")
Feb 26 17:52:22 moi-H97-HD3 systemd[1108]: Starting Evolution calendar service...
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: unitymtgrabhandles
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: animation
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: animation
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: workarounds
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: workarounds
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: expo
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: expo
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: fade
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: fade
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: ezoom
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: ezoom
Feb 26 17:52:22 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.37' (uid=1000 pid=1496 comm="/usr/lib/unity-settings-daemon/unity-settings-daem" label="unconfined")
Feb 26 17:52:22 moi-H97-HD3 systemd[1108]: Starting Accessibility services bus...
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: scale
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: scale
Feb 26 17:52:22 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.a11y.Bus'
Feb 26 17:52:22 moi-H97-HD3 systemd[1108]: Started Accessibility services bus.
Feb 26 17:52:22 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Loading plugin: unityshell
Feb 26 17:52:22 moi-H97-HD3 at-spi-bus-launcher[2124]: dbus-daemon[2129]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1496 comm="/usr/lib/unity-settings-daemon/unity-settings-daem" label="unconfined")
Feb 26 17:52:22 moi-H97-HD3 at-spi-bus-launcher[2124]: dbus-daemon[2129]: Successfully activated service 'org.a11y.atspi.Registry'
Feb 26 17:52:22 moi-H97-HD3 at-spi-bus-launcher[2124]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 26 17:52:22 moi-H97-HD3 gnome-screensav[1535]: Couldn't get presence status: The name org.gnome.SessionManager was not provided by any .service files
Feb 26 17:52:23 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gnome.ScreenSaver'
Feb 26 17:52:23 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.63' (uid=1000 pid=1496 comm="/usr/lib/unity-settings-daemon/unity-settings-daem" label="unconfined")
Feb 26 17:52:23 moi-H97-HD3 systemd[1]: Starting Daemon for power management...
Feb 26 17:52:23 moi-H97-HD3 gnome-session[1515]: gnome-session-binary[1515]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
Feb 26 17:52:23 moi-H97-HD3 gnome-session-binary[1515]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
Feb 26 17:52:23 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.ayatana.bamf'
Feb 26 17:52:23 moi-H97-HD3 systemd[1108]: Started BAMF Application Matcher Framework.
Feb 26 17:52:23 moi-H97-HD3 gnome-session[1515]: gnome-session-binary[1515]: WARNING: Could not parse desktop file xdman.desktop or it references a not found TryExec binary
Feb 26 17:52:23 moi-H97-HD3 gnome-session-binary[1515]: WARNING: Could not parse desktop file xdman.desktop or it references a not found TryExec binary
Feb 26 17:52:23 moi-H97-HD3 gnome-session[1515]: gnome-session-binary[1515]: WARNING: Could not parse desktop file gnome-user-share-obexpush.desktop or it references a not found TryExec binary
Feb 26 17:52:23 moi-H97-HD3 gnome-session-binary[1515]: WARNING: Could not parse desktop file gnome-user-share-obexpush.desktop or it references a not found TryExec binary
Feb 26 17:52:23 moi-H97-HD3 gnome-session[1515]: gnome-session-binary[1515]: WARNING: Could not parse desktop file gsettings-data-convert.desktop or it references a not found TryExec binary
Feb 26 17:52:23 moi-H97-HD3 gnome-session-binary[1515]: WARNING: Could not parse desktop file gsettings-data-convert.desktop or it references a not found TryExec binary
Feb 26 17:52:23 moi-H97-HD3 gnome-session[1515]: gnome-session-binary[1515]: WARNING: Could not parse desktop file gnome-user-share-webdav.desktop or it references a not found TryExec binary
Feb 26 17:52:23 moi-H97-HD3 gnome-session-binary[1515]: WARNING: Could not parse desktop file gnome-user-share-webdav.desktop or it references a not found TryExec binary
Feb 26 17:52:23 moi-H97-HD3 gnome-keyring-pkcs11.desktop[2243]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Feb 26 17:52:23 moi-H97-HD3 gnome-keyring-secrets.desktop[2244]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Feb 26 17:52:23 moi-H97-HD3 gnome-keyring-d[1487]: The SSH agent was already initialized
Feb 26 17:52:23 moi-H97-HD3 gnome-keyring-ssh.desktop[2247]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Feb 26 17:52:23 moi-H97-HD3 spice-vdagent[2251]: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0
Feb 26 17:52:23 moi-H97-HD3 gnome-session[1515]: gnome-session-binary[1515]: WARNING: App 'spice-vdagent.desktop' exited with code 1
Feb 26 17:52:23 moi-H97-HD3 gnome-session-binary[1515]: WARNING: App 'spice-vdagent.desktop' exited with code 1
Feb 26 17:52:23 moi-H97-HD3 unity-settings-[2257]: Name taken or bus went away - shutting down
Feb 26 17:52:23 moi-H97-HD3 gnome-session-binary[1515]: Entering running state
Feb 26 17:52:23 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.68' (uid=1000 pid=2272 comm="/usr/lib/unity-settings-daemon/unity-fallback-moun" label="unconfined")
Feb 26 17:52:23 moi-H97-HD3 systemd[1108]: Starting Virtual filesystem service - disk device monitor...
Feb 26 17:52:23 moi-H97-HD3 indicator-appli[2284]: Unable to get watcher name 'org.kde.StatusNotifierWatcher'
Feb 26 17:52:23 moi-H97-HD3 indicator-appli[2284]: Name Lost
Feb 26 17:52:23 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Feb 26 17:52:23 moi-H97-HD3 systemd[1108]: Started Virtual filesystem service - disk device monitor.
Feb 26 17:52:23 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.68' (uid=1000 pid=2272 comm="/usr/lib/unity-settings-daemon/unity-fallback-moun" label="unconfined")
Feb 26 17:52:23 moi-H97-HD3 systemd[1108]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Feb 26 17:52:23 moi-H97-HD3 dbus-daemon[880]: [system] Successfully activated service 'org.freedesktop.UPower'
Feb 26 17:52:23 moi-H97-HD3 systemd[1]: Started Daemon for power management.
Feb 26 17:52:23 moi-H97-HD3 unity-settings-[1496]: Failed to load PNP ids: L’ouverture du fichier « /usr/share/hwdata/pnp.ids » a échoué : Aucun fichier ou dossier de ce type
Feb 26 17:52:23 moi-H97-HD3 window-stack-bridge[1510]: QDBusConnection: name 'org.ayatana.bamf' had owner '' but we thought it was ':1.49'
Feb 26 17:52:24 moi-H97-HD3 compiz[1650]: /usr/bin/compiz (core) - Info: Starting plugin: unityshell
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating service name='org.freedesktop.FileManager1' requested by ':1.75' (uid=1000 pid=2277 comm="nautilus-desktop " label="unconfined")
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
Feb 26 17:52:24 moi-H97-HD3 systemd[1108]: Started Evolution calendar service.
Feb 26 17:52:24 moi-H97-HD3 goa-daemon[1809]: goa-daemon version 3.28.0 starting
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating service name='org.gnome.Identity' requested by ':1.80' (uid=1000 pid=1809 comm="/usr/lib/gnome-online-accounts/goa-daemon " label="unconfined")
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gnome.Identity'
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gnome.OnlineAccounts'
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Feb 26 17:52:24 moi-H97-HD3 systemd[1108]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.68' (uid=1000 pid=2272 comm="/usr/lib/unity-settings-daemon/unity-fallback-moun" label="unconfined")
Feb 26 17:52:24 moi-H97-HD3 systemd[1108]: Starting Virtual filesystem service - Apple File Conduit monitor...
Feb 26 17:52:24 moi-H97-HD3 gvfs-afc-volume-monitor[2369]: Volume monitor alive
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Feb 26 17:52:24 moi-H97-HD3 systemd[1108]: Started Virtual filesystem service - Apple File Conduit monitor.
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.68' (uid=1000 pid=2272 comm="/usr/lib/unity-settings-daemon/unity-fallback-moun" label="unconfined")
Feb 26 17:52:24 moi-H97-HD3 systemd[1108]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Feb 26 17:52:24 moi-H97-HD3 systemd[1108]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.68' (uid=1000 pid=2272 comm="/usr/lib/unity-settings-daemon/unity-fallback-moun" label="unconfined")
Feb 26 17:52:24 moi-H97-HD3 systemd[1108]: Starting Virtual filesystem service - digital camera monitor...
Feb 26 17:52:24 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service' requested by ':1.84' (uid=1000 pid=2357 comm="/usr/lib/evolution/evolution-calendar-factory-subp" label="unconfined")
Feb 26 17:52:24 moi-H97-HD3 systemd[1108]: Starting Evolution address book service...
Feb 26 17:52:24 moi-H97-HD3 nm-applet[2271]: Can't set a parent on widget which has a parent
Feb 26 17:52:25 moi-H97-HD3 compiz[1650]: compizconfig - Info: Backend     : gsettings
Feb 26 17:52:25 moi-H97-HD3 compiz[1650]: compizconfig - Info: Integration : true
Feb 26 17:52:25 moi-H97-HD3 compiz[1650]: compizconfig - Info: Profile     : unity
Feb 26 17:52:25 moi-H97-HD3 compiz[1650]: WARN  2019-02-26 17:52:25 unity.glib.dbus.server GLibDBusServer.cpp:593 Can't register object 'org.gnome.Shell' yet as we don't have a connection, waiting for it...
Feb 26 17:52:25 moi-H97-HD3 unity-panel-ser[1657]: Unable to get application list: L’opération a été annulée
Feb 26 17:52:25 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.freedesktop.FileManager1'
Feb 26 17:52:25 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Feb 26 17:52:25 moi-H97-HD3 systemd[1108]: Started Virtual filesystem service - digital camera monitor.
Feb 26 17:52:25 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.63' (uid=1000 pid=1496 comm="/usr/lib/unity-settings-daemon/unity-settings-daem" label="unconfined")
Feb 26 17:52:25 moi-H97-HD3 systemd[1]: Starting Locale Service...
Feb 26 17:52:25 moi-H97-HD3 unity-settings-[1496]: Failed to load PNP ids: L’ouverture du fichier « /usr/share/hwdata/pnp.ids » a échoué : Aucun fichier ou dossier de ce type
Feb 26 17:52:25 moi-H97-HD3 unity-settings-[1496]: Failed to load PNP ids: L’ouverture du fichier « /usr/share/hwdata/pnp.ids » a échoué : Aucun fichier ou dossier de ce type
Feb 26 17:52:25 moi-H97-HD3 colord[998]: failed to get session [pid 1496]: Aucune donnée disponible
Feb 26 17:52:25 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
Feb 26 17:52:25 moi-H97-HD3 systemd[1108]: Started Evolution address book service.
Feb 26 17:52:25 moi-H97-HD3 compiz[1650]: WARN  2019-02-26 17:52:25 unity.debug.interface DebugDBusInterface.cpp:217 Unable to load entry point in libxpathselect: libxpathselect.so.1.4: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type -- full D-Bus introspection will not be available
Feb 26 17:52:25 moi-H97-HD3 compiz[1650]: WARN  2019-02-26 17:52:25 unity.glib.dbus.server GLibDBusServer.cpp:593 Can't register object 'org.gnome.SessionManager.EndSessionDialog' yet as we don't have a connection, waiting for it...
Feb 26 17:52:25 moi-H97-HD3 unity-settings-[1496]: Failed to load PNP ids: L’ouverture du fichier « /usr/share/hwdata/pnp.ids » a échoué : Aucun fichier ou dossier de ce type
Feb 26 17:52:25 moi-H97-HD3 dbus-daemon[880]: [system] Successfully activated service 'org.freedesktop.locale1'
Feb 26 17:52:25 moi-H97-HD3 systemd[1]: Started Locale Service.
Feb 26 17:52:25 moi-H97-HD3 compiz[1650]: WARN  2019-02-26 17:52:25 xim.controller XIMController.cpp:103 IBus natively supported.
Feb 26 17:52:25 moi-H97-HD3 compiz[1650]: WARN  2019-02-26 17:52:25 unity.dash.gsettingsscopereader GSettingsScopes.cpp:108 Error fetching protocol metadata for scope: social.scope : Impossible de trouver un fichier de clés valide dans les répertoires de recherche
Feb 26 17:52:25 moi-H97-HD3 compiz[1650]: ERROR 2019-02-26 17:52:25 unity.launcher.controller LauncherController.cpp:747 Impossible to add icon 'unity://desktop-icon': it's already on the launcher!
Feb 26 17:52:25 moi-H97-HD3 compiz[1650]: WARN  2019-02-26 17:52:25 unity.glib.dbus.server GLibDBusServer.cpp:593 Can't register object 'com.canonical.Unity.Launcher' yet as we don't have a connection, waiting for it...
Feb 26 17:52:26 moi-H97-HD3 compiz[1650]: WARN  2019-02-26 17:52:26 unity.glib.dbus.server GLibDBusServer.cpp:593 Can't register object 'com.canonical.Unity.Dash' yet as we don't have a connection, waiting for it...
Feb 26 17:52:26 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.75' (uid=0 pid=2443 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfined")
Feb 26 17:52:26 moi-H97-HD3 systemd[1]: Starting PackageKit Daemon...
Feb 26 17:52:26 moi-H97-HD3 compiz[1650]: WARN  2019-02-26 17:52:26 unity.glib.dbus.server GLibDBusServer.cpp:593 Can't register object 'com.canonical.Unity.Session' yet as we don't have a connection, waiting for it...
Feb 26 17:52:26 moi-H97-HD3 compiz[1650]: WARN  2019-02-26 17:52:26 unity.glib.dbus.server GLibDBusServer.cpp:593 Can't register object 'org.gnome.ScreenSaver' yet as we don't have a connection, waiting for it...
Feb 26 17:52:26 moi-H97-HD3 PackageKit: daemon start
Feb 26 17:52:26 moi-H97-HD3 dbus-daemon[880]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Feb 26 17:52:26 moi-H97-HD3 systemd[1]: Started PackageKit Daemon.
Feb 26 17:52:26 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='com.canonical.hud' unit='hud.service' requested by ':1.33' (uid=1000 pid=1650 comm="/usr/bin/compiz " label="unconfined")
Feb 26 17:52:26 moi-H97-HD3 gnome-screensav[1535]: Lost the name, shutting down.
Feb 26 17:52:26 moi-H97-HD3 systemd[1108]: Starting Unity HUD...
Feb 26 17:52:26 moi-H97-HD3 unity-settings-[1496]: Grab failed for some keys, another application may already have access the them.
Feb 26 17:52:26 moi-H97-HD3 compiz[1650]: ERROR 2019-02-26 17:52:26 unity.glib.dbus.server GLibDBusServer.cpp:538 DBus name lost 'org.gnome.Shell'
Feb 26 17:52:26 moi-H97-HD3 compiz[1650]: ERROR 2019-02-26 17:52:26 unity.glib.dbus.server GLibDBusServer.cpp:538 DBus name lost 'com.canonical.Unity'
Feb 26 17:52:26 moi-H97-HD3 unity-panel-ser[1657]: window_menu_model_new: assertion 'BAMF_IS_APPLICATION(app)' failed
Feb 26 17:52:26 moi-H97-HD3 unity-panel-ser[1657]: track_menus: assertion 'IS_WINDOW_MENU(menus)' failed
Feb 26 17:52:26 moi-H97-HD3 unity-panel-ser[1657]: window_menu_model_new: assertion 'BAMF_IS_APPLICATION(app)' failed
Feb 26 17:52:26 moi-H97-HD3 unity-panel-ser[1657]: track_menus: assertion 'IS_WINDOW_MENU(menus)' failed
Feb 26 17:52:27 moi-H97-HD3 nautilus-deskto[2277]: Called "net usershare info" but it failed: L’exécution du processus fils « net » a échoué (No such file or directory)
Feb 26 17:52:27 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.75' (uid=1000 pid=2277 comm="nautilus-desktop " label="unconfined")
Feb 26 17:52:27 moi-H97-HD3 systemd[1108]: Starting Virtual filesystem metadata service...
Feb 26 17:52:27 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gtk.vfs.Metadata'
Feb 26 17:52:27 moi-H97-HD3 systemd[1108]: Started Virtual filesystem metadata service.
Feb 26 17:52:28 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'com.canonical.hud'
Feb 26 17:52:28 moi-H97-HD3 systemd[1108]: Started Unity HUD.
Feb 26 17:52:35 moi-H97-HD3 compiz[1650]: WARN  2019-02-26 17:52:35 unity.filemanager.gnome GnomeFileManager.cpp:69 Locations have been invalidated, maybe there's no filemanager around...
Feb 26 17:52:41 moi-H97-HD3 thunderbird[2566]: Theme parsing error: <data>:1:34: Expected ')' in color definition
Feb 26 17:52:41 moi-H97-HD3 thunderbird[2566]: Theme parsing error: <data>:1:77: Expected ')' in color definition
Feb 26 17:52:41 moi-H97-HD3 systemd-timesyncd[785]: Synchronized to time server 91.189.89.198:123 (ntp.ubuntu.com).
Feb 26 17:52:43 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gnome.zeitgeist.Engine' unit='zeitgeist.service' requested by ':1.94' (uid=1000 pid=2631 comm="zeitgeist-datahub " label="unconfined")
Feb 26 17:52:43 moi-H97-HD3 systemd[1108]: Starting Zeitgeist activity log service...
Feb 26 17:52:43 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gnome.zeitgeist.SimpleIndexer' unit='zeitgeist-fts.service' requested by ':1.95' (uid=1000 pid=2642 comm="/usr/bin/zeitgeist-daemon " label="unconfined")
Feb 26 17:52:43 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gnome.zeitgeist.Engine'
Feb 26 17:52:43 moi-H97-HD3 systemd[1108]: Started Zeitgeist activity log service.
Feb 26 17:52:43 moi-H97-HD3 systemd[1108]: Starting Zeitgeist full-text search indexer...
Feb 26 17:52:43 moi-H97-HD3 zeitgeist-daemon[2642]: #033[31m[16:52:43.859974 WARNING]#033[0m zeitgeist-daemon.vala:127: Unable to parse version info!
Feb 26 17:52:43 moi-H97-HD3 zeitgeist-daemon[2642]: #033[31m[16:52:43.860074 WARNING]#033[0m zeitgeist-daemon.vala:127: Unable to parse version info!
Feb 26 17:52:43 moi-H97-HD3 zeitgeist-daemon[2642]: #033[31m[16:52:43.860191 WARNING]#033[0m zeitgeist-daemon.vala:127: Unable to parse version info!
Feb 26 17:52:43 moi-H97-HD3 zeitgeist-datah[2650]: zeitgeist-datahub.vala:227: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
Feb 26 17:52:44 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gnome.zeitgeist.SimpleIndexer'
Feb 26 17:52:44 moi-H97-HD3 systemd[1108]: Started Zeitgeist full-text search indexer.
Feb 26 17:52:44 moi-H97-HD3 unity-panel-ser[1657]: Already have a menu for window ID 37748757 with path /com/canonical/menu/2400015 from :1.92, unregistering that one
Feb 26 17:52:44 moi-H97-HD3 pulseaudio[1583]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Feb 26 17:52:48 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating service name='org.freedesktop.Notifications' requested by ':1.92' (uid=1000 pid=2566 comm="/usr/lib/thunderbird/thunderbird " label="unconfined")
Feb 26 17:52:48 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.freedesktop.Notifications'
Feb 26 17:53:00 moi-H97-HD3 compiz[1650]: JavaScript error: resource://messagingmenu/modules/MessagingMenuModule.jsm, line 795: ReferenceError: indicator is not defined
Feb 26 17:53:02 moi-H97-HD3 systemd[1]: Starting Stop ureadahead data collection...
Feb 26 17:53:02 moi-H97-HD3 systemd[1]: Started Stop ureadahead data collection.
Feb 26 17:53:17 moi-H97-HD3 firefox[2698]: Theme parsing error: <data>:1:34: Expected ')' in color definition
Feb 26 17:53:17 moi-H97-HD3 firefox[2698]: Theme parsing error: <data>:1:77: Expected ')' in color definition
Feb 26 17:53:19 moi-H97-HD3 hud-service[2458]: #033[31mvoid DBusMenuImporter::slotGetLayoutFinished(QDBusPendingCallWatcher*)#033[0m: "L’interface « com.canonical.dbusmenu » n’existe pas pour l’objet à l’emplacement /org/ayatana/bamf/window/52428816"
Feb 26 17:53:19 moi-H97-HD3 unity-panel-ser[1657]: Already have a menu for window ID 52428816 with path /com/canonical/menu/3200010 from :1.101, unregistering that one
Feb 26 17:53:27 moi-H97-HD3 gnome-software[2949]: plugin appstream took 2,9 seconds to do setup
Feb 26 17:53:27 moi-H97-HD3 gnome-software[2949]: enabled plugins: os-release, packagekit-refresh, packagekit-refine-repos, fwupd, desktop-categories, ubuntuone, packagekit-upgrade, packagekit-offline, packagekit-proxy, packagekit-url-to-app, packagekit, systemd-updates, shell-extensions, packagekit-local, appstream, hardcoded-popular, modalias, generic-updates, packagekit-refine, desktop-menu-path, rewrite-resource, hardcoded-blacklist, steam, ubuntu-reviews, hardcoded-featured, packagekit-history, snap, provenance, provenance-license, icons, key-colors, key-colors-metadata
Feb 26 17:53:27 moi-H97-HD3 gnome-software[2949]: disabled plugins: dummy, repos, dpkg, odrs, epiphany
Feb 26 17:53:27 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service' requested by ':1.80' (uid=1000 pid=2949 comm="/usr/bin/gnome-software --gapplication-service " label="unconfined")
Feb 26 17:53:27 moi-H97-HD3 systemd[1]: Starting Firmware update daemon...
Feb 26 17:53:27 moi-H97-HD3 fwupd[2984]: disabling plugin because: failed to startup dell: Firmware updating not supported
Feb 26 17:53:27 moi-H97-HD3 fwupd[2984]: disabling plugin because: failed to startup uefi: UEFI firmware updating not supported
Feb 26 17:53:27 moi-H97-HD3 fwupd[2984]: disabling plugin because: failed to coldplug synapticsmst: MST firmware updating not supported by OEM
Feb 26 17:53:27 moi-H97-HD3 dbus-daemon[880]: [system] Activating via systemd: service name='org.freedesktop.bolt' unit='bolt.service' requested by ':1.83' (uid=0 pid=2984 comm="/usr/lib/fwupd/fwupd " label="unconfined")
Feb 26 17:53:27 moi-H97-HD3 PackageKit: get-updates transaction /1409_bddbdacc from uid 1000 finished with success after 609ms
Feb 26 17:53:28 moi-H97-HD3 systemd[1]: Starting Thunderbolt system service...
Feb 26 17:53:28 moi-H97-HD3 update-notifier.desktop[2946]: /var/lib/dpkg/lock:
Feb 26 17:53:28 moi-H97-HD3 boltd[2996]: bolt 0.5 starting up.
Feb 26 17:53:28 moi-H97-HD3 boltd[2996]: config: loading user config
Feb 26 17:53:28 moi-H97-HD3 boltd[2996]: bouncer: initializing polkit
Feb 26 17:53:28 moi-H97-HD3 boltd[2996]: udev: initializing udev
Feb 26 17:53:28 moi-H97-HD3 boltd[2996]: store: loading devices
Feb 26 17:53:28 moi-H97-HD3 boltd[2996]: power: force power support: no
Feb 26 17:53:28 moi-H97-HD3 boltd[2996]: udev: enumerating devices
Feb 26 17:53:28 moi-H97-HD3 dbus-daemon[880]: [system] Successfully activated service 'org.freedesktop.bolt'
Feb 26 17:53:28 moi-H97-HD3 systemd[1]: Started Thunderbolt system service.
Feb 26 17:53:28 moi-H97-HD3 fwupd[2984]: disabling plugin because: failed to coldplug thunderbolt_power: No support for force power via kernel or bolt
Feb 26 17:53:28 moi-H97-HD3 fwupd[2984]: using plugins: unifying, upower, csr, nitrokey, altos, steelseries, wacomhid, colorhug, thunderbolt, amt, ebitdo, udev, dfu
Feb 26 17:53:28 moi-H97-HD3 fwupd[2984]: Daemon ready for requests
Feb 26 17:53:28 moi-H97-HD3 dbus-daemon[880]: [system] Successfully activated service 'org.freedesktop.fwupd'
Feb 26 17:53:28 moi-H97-HD3 systemd[1]: Started Firmware update daemon.
Feb 26 17:53:28 moi-H97-HD3 gnome-software[2949]: failed to call gs_plugin_add_installed on shell-extensions: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: L’interface « org.gnome.Shell.Extensions » n’existe pas pour l’objet à l’emplacement /org/gnome/Shell
Feb 26 17:53:28 moi-H97-HD3 gnome-software[2949]: Only 0 apps for recent list, hiding
Feb 26 17:53:29 moi-H97-HD3 gnome-software[2949]: hiding category audio-video featured applications: found only 0 to show, need at least 9
Feb 26 17:53:29 moi-H97-HD3 PackageKit: resolve transaction /1410_cbabacca from uid 1000 finished with success after 408ms
Feb 26 17:54:02 moi-H97-HD3 PackageKit: search-file transaction /1411_cccdbbee from uid 1000 finished with success after 33381ms
Feb 26 17:54:03 moi-H97-HD3 PackageKit: search-file transaction /1412_bbaaedcb from uid 1000 finished with success after 420ms
Feb 26 17:54:03 moi-H97-HD3 PackageKit: search-file transaction /1413_cdbcccdd from uid 1000 finished with success after 414ms
Feb 26 17:54:04 moi-H97-HD3 PackageKit: search-file transaction /1414_aabbddad from uid 1000 finished with success after 409ms
Feb 26 17:54:04 moi-H97-HD3 PackageKit: search-file transaction /1415_cdecdaea from uid 1000 finished with success after 409ms
Feb 26 17:54:05 moi-H97-HD3 PackageKit: search-file transaction /1416_eceadcbd from uid 1000 finished with success after 404ms
Feb 26 17:54:05 moi-H97-HD3 PackageKit: search-file transaction /1417_bacddccb from uid 1000 finished with success after 408ms
Feb 26 17:54:06 moi-H97-HD3 PackageKit: search-file transaction /1418_eccacdbb from uid 1000 finished with success after 406ms
Feb 26 17:54:06 moi-H97-HD3 PackageKit: search-file transaction /1419_dbebeaba from uid 1000 finished with success after 402ms
Feb 26 17:54:07 moi-H97-HD3 PackageKit: search-file transaction /1420_aededcbe from uid 1000 finished with success after 406ms
Feb 26 17:54:07 moi-H97-HD3 PackageKit: search-file transaction /1421_ddaaceca from uid 1000 finished with success after 423ms
Feb 26 17:54:07 moi-H97-HD3 gnome-software[2949]: Failed to find one package for harmony-assistant.desktop, /usr/share/applications/harmony-assistant.desktop, [0]
Feb 26 17:54:08 moi-H97-HD3 PackageKit: search-file transaction /1422_ecdacbcb from uid 1000 finished with success after 418ms
Feb 26 17:54:08 moi-H97-HD3 PackageKit: search-file transaction /1423_bbdcbccc from uid 1000 finished with success after 427ms
Feb 26 17:54:09 moi-H97-HD3 PackageKit: search-file transaction /1424_ebdcacba from uid 1000 finished with success after 409ms
Feb 26 17:54:09 moi-H97-HD3 PackageKit: search-file transaction /1425_ecdcbebd from uid 1000 finished with success after 415ms
Feb 26 17:54:10 moi-H97-HD3 PackageKit: search-file transaction /1426_deccdbae from uid 1000 finished with success after 424ms
Feb 26 17:54:10 moi-H97-HD3 PackageKit: get-details transaction /1427_cdddbcbc from uid 1000 finished with success after 371ms
Feb 26 17:57:05 moi-H97-HD3 systemd[1]: Started Daily apt download activities.
Feb 26 17:57:05 moi-H97-HD3 systemd[1]: Startup finished in 3.475s (kernel) + 5min 10.115s (userspace) = 5min 13.590s.
Feb 26 17:57:15 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.110' (uid=1000 pid=3149 comm="/usr/bin/gnome-terminal.real " label="unconfined")
Feb 26 17:57:15 moi-H97-HD3 systemd[1108]: Starting GNOME Terminal Server...
Feb 26 17:57:15 moi-H97-HD3 dbus-daemon[1238]: [session uid=1000 pid=1238] Successfully activated service 'org.gnome.Terminal'
Feb 26 17:57:15 moi-H97-HD3 systemd[1108]: Started GNOME Terminal Server.
Feb 26 17:57:15 moi-H97-HD3 hud-service[2458]: #033[31mvoid DBusMenuImporter::slotGetLayoutFinished(QDBusPendingCallWatcher*)#033[0m: "L’interface « com.canonical.dbusmenu » n’existe pas pour l’objet à l’emplacement /org/ayatana/bamf/window/67108870"
Feb 26 17:57:42 moi-H97-HD3 compiz[1650]: 1551200262917#011addons.update-checker#011WARN#011Update manifest for messagingmenu@mozilla.com did not contain an updates property
Feb 26 17:57:43 moi-H97-HD3 compiz[1650]: 1551200263145#011addons.update-checker#011WARN#011Update manifest for {972ce4c6-7e08-4474-a285-3208198ce6fd} did not contain an updates property
Feb 26 18:00:38 moi-H97-HD3 systemd[1]: Started Run anacron jobs.
Feb 26 18:00:38 moi-H97-HD3 anacron[3215]: Anacron 2.3 started on 2019-02-26
Feb 26 18:00:38 moi-H97-HD3 anacron[3215]: Normal exit (0 jobs run)
Feb 26 18:02:16 moi-H97-HD3 snapd[912]: storehelpers.go:445: cannot refresh: snap has no updates available: "core", "core18", "gnome-3-26-1604", "gnome-3-28-1804", "gnome-calculator", "gnome-characters", "gnome-logs", "gnome-system-monitor", "gtk-common-themes"
Feb 26 18:02:16 moi-H97-HD3 snapd[912]: autorefresh.go:387: auto-refresh: all snaps are up-to-date
Feb 26 18:03:11 moi-H97-HD3 unity-settings-[1496]: invalid (NULL) pointer instance
Feb 26 18:03:11 moi-H97-HD3 [1496]: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 26 18:03:11 moi-H97-HD3 unity-panel-ser[1657]: menus_destroyed: assertion 'IS_WINDOW_MENU(wm)' failed
Feb 26 18:03:11 moi-H97-HD3 unity-panel-ser[1657]: menus_destroyed: assertion 'IS_WINDOW_MENU(wm)' failed
Feb 26 18:03:11 moi-H97-HD3 systemd[1]: Stopping Manage, Install and Generate Color Profiles...
ubuntu@ubuntu:~$ 

Hors ligne

#55 Le 27/02/2019, à 13:56

moko138

Re : Lien symbolique qui disparaît... (NON RESOLU)

Le point de montage /DATA-5EDC existe et a le bon propriétaire (1000).  smile

  - -

Tu as démarré à 17h52.
Network Manager démarre à 5 centièmes de seconde (juste avant 0.052892 s).

J'ai du mal à avaler les tentatives de connexion dès 17h52:15, de snapd :

autorefresh.go:376: Cannot prepare auto-refresh change: cannot refresh snap-declaration for "gnome-calculator": Get https://api.snapcraft.io/api/v1/snaps/a … x-format=3: dial tcp: lookup api.snapcraft.io: no such host

.
Je note, à 17h52:17 :

 systemd[1]: kerneloops.service: Found left-over process 1177 (kerneloops) in control group while starting unit. Ignoring.
 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.

.
Je note à 17h52:19

gnome-keyring-d[1486]: couldn't access control socket: /run/user/1000/keyring/control: Aucun fichier ou dossier de ce type

et pourtant :

17:52:19 (...) systemd[1108]: Started Unity Settings Daemon.

à 17:52:20, compiz commence à se lancer.
à 17:52:21  systemd[1108]: Reached target User systemd services for the Unity graphical session.

Feb 26 17:54:10 moi-H97-HD3 PackageKit: get-details transaction /1427_cdddbcbc from uid 1000 finished with success after 371ms
     ### un TROU de 3 MINUTES
Feb 26 17:57:05 moi-H97-HD3 systemd[1]: Started Daily apt download activities.

"Daily apt download activities" : envisager de le désactiver ou de le temporiser ?
  - -


Onze minutes plus tard
Les 4 dernières lignes mémorisées :

Feb 26 18:03:11 moi-H97-HD3 unity-settings-[1496]: invalid (NULL) pointer instance
Feb 26 18:03:11 moi-H97-HD3 [1496]: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Feb 26 18:03:11 moi-H97-HD3 unity-panel-ser[1657]: menus_destroyed: assertion 'IS_WINDOW_MENU(wm)' failed
Feb 26 18:03:11 moi-H97-HD3 unity-panel-ser[1657]: menus_destroyed: assertion 'IS_WINDOW_MENU(wm)' failed
Feb 26 18:03:11 moi-H97-HD3 systemd[1]: Stopping Manage, Install and Generate Color Profiles...

concernent des questions purement graphiques :
Aurais-tu changé hier de thème ? D'étalonnage ou profil de couleur ?


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#56 Le 27/02/2019, à 14:01

nam1962

Re : Lien symbolique qui disparaît... (NON RESOLU)

Toujours intéressé à voir :

ls -l /usr/share/xsessions
cat /etc/apt/sources.list
ls /etc/apt/sources.list.d -1

[ Modéré ]

Hors ligne

#57 Le 27/02/2019, à 14:09

Yves11

Re : Lien symbolique qui disparaît... (NON RESOLU)

Pour nam1962

ubuntu@ubuntu:~$ ls -l /usr/share/xsessions
total 1
-rw-r--r-- 1 root root 204 Nov 12  2015 ubuntu.desktop
ubuntu@ubuntu:~$ cat /etc/apt/sources.list
deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted
deb http://archive.ubuntu.com/ubuntu/ xenial main restricted
deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted
deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted

ubuntu@ubuntu:~$ ls /etc/apt/sources.list.d -1
ubuntu@ubuntu:~$ 

Hors ligne

#58 Le 27/02/2019, à 14:35

nam1962

Re : Lien symbolique qui disparaît... (NON RESOLU)

Je m'en doutais un peu : les dépôts sont tout à fait incomplets.
Tu n'est d'ailleurs pas du tout en 18.04 mais en 16.04
...sur cette base on peut toujours tenter des réglages fins... hmm

A défaut de la clean install que je continue à recommander, on peut déjà mettre çà d'équerre avant de continuer (donne tous les retours) :


sudo wget https://repogen.simplylinux.ch/txt/xeni … b89f97.txt -O /etc/apt/sources.list
sudo apt clean
[[ $(dpkg -l | grep ^rc) ]] && sudo dpkg -P $(dpkg -l | grep ^rc | tr -s " " | cut -d " " -f 2)
sudo apt update
sudo apt full-upgrade
[[ $(apt-mark showmanual | egrep 'linux-.*[0-9]' | grep -v "hwe") ]] && sudo apt-mark auto $(apt-mark showmanual | egrep linux-.*[0-9] | grep -v "hwe")
sudo apt autoremove --purge

[Edit] pour contrôle, donne aussi :
lsb_release -a
uname -a

Dernière modification par nam1962 (Le 27/02/2019, à 14:51)


[ Modéré ]

Hors ligne

#59 Le 27/02/2019, à 14:45

moko138

Re : Lien symbolique qui disparaît... (NON RESOLU)

Non, NOOOOON !


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#60 Le 27/02/2019, à 14:47

moko138

Re : Lien symbolique qui disparaît... (NON RESOLU)

nam1962, tu as confondu la live en 16.04, et la session installée, en 18.04 !


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#61 Le 27/02/2019, à 14:52

nam1962

Re : Lien symbolique qui disparaît... (NON RESOLU)

Ah ok, !!! je ne m'attendais pas à un retour sur la live !
Peut-on avoir les retours de :

ls -l /usr/share/xsessions
cat /etc/apt/sources.list
ls /etc/apt/sources.list.d -1
lsb_release -a
uname -a

De l'installation

Dernière modification par nam1962 (Le 27/02/2019, à 14:52)


[ Modéré ]

Hors ligne

#62 Le 27/02/2019, à 14:53

Yves11

Re : Lien symbolique qui disparaît... (NON RESOLU)

Eh oui ! C'est la 16.04

ubuntu@ubuntu:~$ sudo wget https://repogen.simplylinux.ch/txt/xenial/sources_3cc214d9a38a3ada7f56067544e31267f2b89f97.txt -O /etc/apt/sources.list
--2019-02-27 12:49:51--  https://repogen.simplylinux.ch/txt/xenial/sources_3cc214d9a38a3ada7f56067544e31267f2b89f97.txt
Resolving repogen.simplylinux.ch (repogen.simplylinux.ch)... 176.9.139.175, 2a01:4f8:160:13a2::1005
Connecting to repogen.simplylinux.ch (repogen.simplylinux.ch)|176.9.139.175|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 749 [text/plain]
Saving to: ‘/etc/apt/sources.list’

/etc/apt/sources.li 100%[===================>]     749  --.-KB/s    in 0s      

2019-02-27 12:49:51 (312 MB/s) - ‘/etc/apt/sources.list’ saved [749/749]

ubuntu@ubuntu:~$ sudo apt clean
ubuntu@ubuntu:~$ [[ $(dpkg -l | grep ^rc) ]] && sudo dpkg -P $(dpkg -l | grep ^rc | tr -s " " | cut -d " " -f 2)
ubuntu@ubuntu:~$ sudo apt update
Get:1 http://fr.archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Get:2 http://archive.canonical.com/ubuntu xenial InRelease [11.5 kB]
Get:3 http://archive.canonical.com/ubuntu xenial/partner amd64 Packages [3,128 B]
Get:4 http://archive.canonical.com/ubuntu xenial/partner Translation-en [1,616 B]
Get:5 http://fr.archive.ubuntu.com/ubuntu xenial-security InRelease [109 kB]   
Get:6 http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]    
Get:7 http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:8 http://fr.archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1,201 kB]
Get:9 http://fr.archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Get:10 http://fr.archive.ubuntu.com/ubuntu xenial/main amd64 DEP-11 Metadata [733 kB]
Get:11 http://fr.archive.ubuntu.com/ubuntu xenial/main DEP-11 64x64 Icons [409 kB]
Get:12 http://fr.archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8,344 B]
Get:13 http://fr.archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2,908 B]
Get:14 http://fr.archive.ubuntu.com/ubuntu xenial/restricted amd64 DEP-11 Metadata [186 B]
Get:15 http://fr.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7,532 kB]
Get:16 http://fr.archive.ubuntu.com/ubuntu xenial/universe Translation-en [4,354 kB]
Get:17 http://fr.archive.ubuntu.com/ubuntu xenial/universe amd64 DEP-11 Metadata [3,410 kB]
Get:18 http://fr.archive.ubuntu.com/ubuntu xenial/universe DEP-11 64x64 Icons [7,448 kB]
Get:19 http://fr.archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Get:20 http://fr.archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Get:21 http://fr.archive.ubuntu.com/ubuntu xenial/multiverse amd64 DEP-11 Metadata [63.8 kB]
Get:22 http://fr.archive.ubuntu.com/ubuntu xenial/multiverse DEP-11 64x64 Icons [230 kB]
Get:23 http://fr.archive.ubuntu.com/ubuntu xenial-security/main amd64 Packages [616 kB]
Get:24 http://fr.archive.ubuntu.com/ubuntu xenial-security/main Translation-en [255 kB]
Get:25 http://fr.archive.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [67.9 kB]
Get:26 http://fr.archive.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [67.1 kB]
Get:27 http://fr.archive.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7,204 B]
Get:28 http://fr.archive.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2,152 B]
Get:29 http://fr.archive.ubuntu.com/ubuntu xenial-security/restricted amd64 DEP-11 Metadata [200 B]
Get:30 http://fr.archive.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [427 kB]
Get:31 http://fr.archive.ubuntu.com/ubuntu xenial-security/universe Translation-en [172 kB]
Get:32 http://fr.archive.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [116 kB]
Get:33 http://fr.archive.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [173 kB]
Get:34 http://fr.archive.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [5,600 B]
Get:35 http://fr.archive.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [2,676 B]
Get:36 http://fr.archive.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [2,464 B]
Get:37 http://fr.archive.ubuntu.com/ubuntu xenial-security/multiverse DEP-11 64x64 Icons [2,638 B]
Get:38 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [915 kB]
Get:39 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [369 kB]
Get:40 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [318 kB]
Get:41 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [225 kB]
Get:42 http://fr.archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7,556 B]
Get:43 http://fr.archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2,272 B]
Get:44 http://fr.archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 DEP-11 Metadata [157 B]
Get:45 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [734 kB]
Get:46 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [304 kB]
Get:47 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [252 kB]
Get:48 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [350 kB]
Get:49 http://fr.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.6 kB]
Get:50 http://fr.archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8,440 B]
Get:51 http://fr.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5,960 B]
Get:52 http://fr.archive.ubuntu.com/ubuntu xenial-updates/multiverse DEP-11 64x64 Icons [14.3 kB]
Get:53 http://fr.archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7,280 B]
Get:54 http://fr.archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4,456 B]
Get:55 http://fr.archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3,328 B]
Get:56 http://fr.archive.ubuntu.com/ubuntu xenial-backports/main DEP-11 64x64 Icons [29 B]
Get:57 http://fr.archive.ubuntu.com/ubuntu xenial-backports/restricted amd64 Packages [64 B]
Get:58 http://fr.archive.ubuntu.com/ubuntu xenial-backports/restricted Translation-en [64 B]
Get:59 http://fr.archive.ubuntu.com/ubuntu xenial-backports/restricted amd64 DEP-11 Metadata [194 B]
Get:60 http://fr.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7,804 B]
Get:61 http://fr.archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4,184 B]
Get:62 http://fr.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [5,104 B]
Get:63 http://fr.archive.ubuntu.com/ubuntu xenial-backports/universe DEP-11 64x64 Icons [1,789 B]
Get:64 http://fr.archive.ubuntu.com/ubuntu xenial-backports/multiverse amd64 Packages [64 B]
Get:65 http://fr.archive.ubuntu.com/ubuntu xenial-backports/multiverse Translation-en [64 B]
Get:66 http://fr.archive.ubuntu.com/ubuntu xenial-backports/multiverse amd64 DEP-11 Metadata [216 B]
Get:67 http://fr.archive.ubuntu.com/ubuntu xenial-backports/multiverse DEP-11 64x64 Icons [29 B]
Fetched 32.3 MB in 18s (1,708 kB/s)                                            
*** Error in `appstreamcli': double free or corruption (fasttop): 0x0000000001b09e70 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x77725)[0x7faf12b90725]
/lib/x86_64-linux-gnu/libc.so.6(+0x7ff4a)[0x7faf12b98f4a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7faf12b9cabc]
/usr/lib/x86_64-linux-gnu/libappstream.so.3(as_component_complete+0x439)[0x7faf12f14d19]
/usr/lib/x86_64-linux-gnu/libappstream.so.3(as_data_pool_update+0x44a)[0x7faf12f15f0a]
/usr/lib/x86_64-linux-gnu/libappstream.so.3(as_cache_builder_refresh+0x1c2)[0x7faf12f0b272]
appstreamcli(ascli_refresh_cache+0x12e)[0x4049de]
appstreamcli(as_client_run+0x6fb)[0x403ceb]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7faf12b39830]
appstreamcli(_start+0x29)[0x403519]
======= Memory map: ========
00400000-00408000 r-xp 00000000 07:00 11923                              /usr/bin/appstreamcli
00607000-00608000 r--p 00007000 07:00 11923                              /usr/bin/appstreamcli
00608000-00609000 rw-p 00008000 07:00 11923                              /usr/bin/appstreamcli
00e84000-0299b000 rw-p 00000000 00:00 0                                  [heap]
7faf08000000-7faf08021000 rw-p 00000000 00:00 0 
7faf08021000-7faf0c000000 ---p 00000000 00:00 0 
7faf0d94d000-7faf0e30c000 r--p 00000000 07:00 21998                      /usr/lib/locale/locale-archive
7faf0e30c000-7faf0fbc2000 r-xp 00000000 07:00 30618                      /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7faf0fbc2000-7faf0fdc1000 ---p 018b6000 07:00 30618                      /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7faf0fdc1000-7faf0fdc2000 r--p 018b5000 07:00 30618                      /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7faf0fdc2000-7faf0fdc3000 rw-p 018b6000 07:00 30618                      /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7faf0fdc3000-7faf0fdc7000 r-xp 00000000 07:00 11402                      /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7faf0fdc7000-7faf0ffc6000 ---p 00004000 07:00 11402                      /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7faf0ffc6000-7faf0ffc7000 r--p 00003000 07:00 11402                      /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7faf0ffc7000-7faf0ffc8000 rw-p 00004000 07:00 11402                      /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7faf0ffc8000-7faf100d0000 r-xp 00000000 07:00 11288                      /lib/x86_64-linux-gnu/libm-2.23.so
7faf100d0000-7faf102cf000 ---p 00108000 07:00 11288                      /lib/x86_64-linux-gnu/libm-2.23.so
7faf102cf000-7faf102d0000 r--p 00107000 07:00 11288                      /lib/x86_64-linux-gnu/libm-2.23.so
7faf102d0000-7faf102d1000 rw-p 00108000 07:00 11288                      /lib/x86_64-linux-gnu/libm-2.23.so
7faf102d1000-7faf102f2000 r-xp 00000000 07:00 11285                      /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7faf102f2000-7faf104f1000 ---p 00021000 07:00 11285                      /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7faf104f1000-7faf104f2000 r--p 00020000 07:00 11285                      /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7faf104f2000-7faf104f3000 rw-p 00021000 07:00 11285                      /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7faf104f3000-7faf10672000 r-xp 00000000 07:00 30632                      /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7faf10672000-7faf10872000 ---p 0017f000 07:00 30632                      /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7faf10872000-7faf10882000 r--p 0017f000 07:00 30632                      /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7faf10882000-7faf10883000 rw-p 0018f000 07:00 30632                      /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7faf10883000-7faf10887000 rw-p 00000000 00:00 0 
7faf10887000-7faf1088a000 r-xp 00000000 07:00 11242                      /lib/x86_64-linux-gnu/libdl-2.23.so
7faf1088a000-7faf10a89000 ---p 00003000 07:00 11242                      /lib/x86_64-linux-gnu/libdl-2.23.so
7faf10a89000-7faf10a8a000 r--p 00002000 07:00 11242                      /lib/x86_64-linux-gnu/libdl-2.23.so
7faf10a8a000-7faf10a8b000 rw-p 00003000 07:00 11242                      /lib/x86_64-linux-gnu/libdl-2.23.so
7faf10a8b000-7faf10aa1000 r-xp 00000000 07:00 11256                      /lib/x86_64-linux-gnu/libgcc_s.so.1
7faf10aa1000-7faf10ca0000 ---p 00016000 07:00 11256                      /lib/x86_64-linux-gnu/libgcc_s.so.1
7faf10ca0000-7faf10ca1000 rw-p 00015000 07:00 11256                      /lib/x86_64-linux-gnu/libgcc_s.so.1
7faf10ca1000-7faf10e13000 r-xp 00000000 07:00 31084                      /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7faf10e13000-7faf11013000 ---p 00172000 07:00 31084                      /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7faf11013000-7faf1101d000 r--p 00172000 07:00 31084                      /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7faf1101d000-7faf1101f000 rw-p 0017c000 07:00 31084                      /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7faf1101f000-7faf11023000 rw-p 00000000 00:00 0 
7faf11023000-7faf11053000 r-xp 00000000 07:00 30923                      /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7faf11053000-7faf11252000 ---p 00030000 07:00 30923                      /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7faf11252000-7faf11253000 r--p 0002f000 07:00 30923                      /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7faf11253000-7faf11254000 rw-p 00030000 07:00 30923                      /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9.0.1
7faf11254000-7faf11448000 r-xp 00000000 07:00 31300                      /usr/lib/x86_64-linux-gnu/libxapian.so.22.7.0
7faf11448000-7faf11648000 ---p 001f4000 07:00 31300                      /usr/lib/x86_64-linux-gnu/libxapian.so.22.7.0
7faf11648000-7faf1164f000 r--p 001f4000 07:00 31300                      /usr/lib/x86_64-linux-gnu/libxapian.so.22.7.0
7faf1164f000-7faf11650000 rw-p 001fb000 07:00 31300                      /usr/lib/x86_64-linux-gnu/libxapian.so.22.7.0
7faf11650000-7faf1166d000 r-xp 00000000 07:00 31354                      /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4
7faf1166d000-7faf1186d000 ---p 0001d000 07:00 31354                      /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4
7faf1186d000-7faf1186e000 r--p 0001d000 07:00 31354                      /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4
7faf1186e000-7faf1186f000 rw-p 0001e000 07:00 31354                      /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4
7faf1186f000-7faf11a1f000 r-xp 00000000 07:00 31346                      /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.3
7faf11a1f000-7faf11c1e000 ---p 001b0000 07:00 31346                      /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.3
7faf11c1e000-7faf11c26000 r--p 001af000 07:00 31346                      /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.3
7faf11c26000-7faf11c28000 rw-p 001b7000 07:00 31346                      /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.3
7faf11c28000-7faf11c29000 rw-p 00000000 00:00 0 
7faf11c29000-7faf11c30000 r-xp 00000000 07:00 30235                      /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7faf11c30000-7faf11e2f000 ---p 00007000 07:00 30235                      /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7faf11e2f000-7faf11e30000 r--p 00006000 07:00 30235                      /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7faf11e30000-7faf11e31000 rw-p 00007000 07:00 30235                      /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7faf11e31000-7faf11e48000 r-xp 00000000 07:00 11370                      /lib/x86_64-linux-gnu/libresolv-2.23.so
7faf11e48000-7faf12048000 ---p 00017000 07:00 11370                      /lib/x86_64-linux-gnu/libresolv-2.23.so
7faf12048000-7faf12049000 r--p 00017000 07:00 11370                      /lib/x86_64-linux-gnu/libresolv-2.23.so
7faf12049000-7faf1204a000 rw-p 00018000 07:00 11370                      /lib/x86_64-linux-gnu/libresolv-2.23.so
7faf1204a000-7faf1204c000 rw-p 00000000 00:00 0 
7faf1204c000-7faf1206b000 r-xp 00000000 07:00 11376                      /lib/x86_64-linux-gnu/libselinux.so.1
7faf1206b000-7faf1226a000 ---p 0001f000 07:00 11376                      /lib/x86_64-linux-gnu/libselinux.so.1
7faf1226a000-7faf1226b000 r--p 0001e000 07:00 11376                      /lib/x86_64-linux-gnu/libselinux.so.1
7faf1226b000-7faf1226c000 rw-p 0001f000 07:00 11376                      /lib/x86_64-linux-gnu/libselinux.so.1
7faf1226c000-7faf1226e000 rw-p 00000000 00:00 0 
7faf1226e000-7faf12287000 r-xp 00000000 07:00 11409                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7faf12287000-7faf12486000 ---p 00019000 07:00 11409                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7faf12486000-7faf12487000 r--p 00018000 07:00 11409                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7faf12487000-7faf12488000 rw-p 00019000 07:00 11409                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7faf12488000-7faf1248b000 r-xp 00000000 07:00 30368                      /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4800.0
7faf1248b000-7faf1268a000 ---p 00003000 07:00 30368                      /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4800.0
7faf1268a000-7faf1268b000 r--p 00002000 07:00 30368                      /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4800.0
7faf1268b000-7faf1268c000 rw-p 00003000 07:00 30368                      /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4800.0
7faf1268c000-7faf126a4000 r-xp 00000000 07:00 11364                      /lib/x86_64-linux-gnu/libpthread-2.23.so
7faf126a4000-7faf128a3000 ---p 00018000 07:00 11364                      /lib/x86_64-linux-gnu/libpthread-2.23.so
7faf128a3000-7faf128a4000 r--p 00017000 07:00 11364                      /lib/x86_64-linux-gnu/libpthread-2.23.so
7faf128a4000-7faf128a5000 rw-p 00018000 07:00 11364                      /lib/x86_64-linux-gnu/libpthread-2.23.so
7faf128a5000-7faf128a9000 rw-p 00000000 00:00 0 
7faf128a9000-7faf12917000 r-xp 00000000 07:00 11347                      /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7faf12917000-7faf12b17000 ---p 0006e000 07:00 11347                      /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7faf12b17000-7faf12b18000 r--p 0006e000 07:00 11347                      /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7faf12b18000-7faf12b19000 rw-p 0006f000 07:00 11347                      /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7faf12b19000-7faf12cd9000 r-xp 00000000 07:00 11218                      /lib/x86_64-linux-gnu/libc-2.23.so
7faf12cd9000-7faf12ed8000 ---p 001c0000 07:00 11218                      /lib/x86_64-linux-gnu/libc-2.23.so
7faf12ed8000-7faf12edc000 r--p 001bf000 07:00 11218                      /lib/x86_64-linux-gnu/libc-2.23.so
7faf12edc000-7faf12ede000 rw-p 001c3000 07:00 11218                      /lib/x86_64-linux-gnu/libc-2.23.so
7faf12ede000-7faf12ee2000 rw-p 00000000 00:00 0 
7faf12ee2000-7faf12f2d000 r-xp 00000000 07:00 29915                      /usr/lib/x86_64-linux-gnu/libappstream.so.0.9.4
7faf12f2d000-7faf1312d000 ---p 0004b000 07:00 29915                      /usr/lib/x86_64-linux-gnu/libappstream.so.0.9.4
7faf1312d000-7faf1312e000 r--p 0004b000 07:00 29915                      /usr/lib/x86_64-linux-gnu/libappstream.so.0.9.4
7faf1312e000-7faf1312f000 rw-p 0004c000 07:00 29915                      /usr/lib/x86_64-linux-gnu/libappstream.so.0.9.4
7faf1312f000-7faf13181000 r-xp 00000000 07:00 30394                      /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4800.0
7faf13181000-7faf13380000 ---p 00052000 07:00 30394                      /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4800.0
7faf13380000-7faf13381000 r--p 00051000 07:00 30394                      /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4800.0
7faf13381000-7faf13382000 rw-p 00052000 07:00 30394                      /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4800.0
7faf13382000-7faf13502000 r-xp 00000000 07:00 30354                      /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4800.0
7faf13502000-7faf13702000 ---p 00180000 07:00 30354                      /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4800.0
7faf13702000-7faf13706000 r--p 00180000 07:00 30354                      /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4800.0
7faf13706000-7faf13708000 rw-p 00184000 07:00 30354                      /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4800.0
7faf13708000-7faf1370a000 rw-p 00000000 00:00 0 
7faf1370a000-7faf13818000 r-xp 00000000 07:00 11260                      /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.0
7faf13818000-7faf13a18000 ---p 0010e000 07:00 11260                      /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.0
7faf13a18000-7faf13a19000 r--p 0010e000 07:00 11260                      /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.0
7faf13a19000-7faf13a1a000 rw-p 0010f000 07:00 11260                      /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.0
7faf13a1a000-7faf13a1b000 rw-p 00000000 00:00 0 
7faf13a1b000-7faf13a41000 r-xp 00000000 07:00 11190                      /lib/x86_64-linux-gnu/ld-2.23.so
7faf13bfb000-7faf13c1a000 r--s 00000000 07:00 156937                     /usr/share/mime/mime.cache
7faf13c1a000-7faf13c28000 rw-p 00000000 00:00 0 
7faf13c3d000-7faf13c40000 rw-p 00000000 00:00 0 
7faf13c40000-7faf13c41000 r--p 00025000 07:00 11190                      /lib/x86_64-linux-gnu/ld-2.23.so
7faf13c41000-7faf13c42000 rw-p 00026000 07:00 11190                      /lib/x86_64-linux-gnu/ld-2.23.so
7faf13c42000-7faf13c43000 rw-p 00000000 00:00 0 
7fff18611000-7fff18632000 rw-p 00000000 00:00 0                          [stack]
7fff18651000-7fff18653000 r--p 00000000 00:00 0                          [vvar]
7fff18653000-7fff18655000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
Aborted (core dumped)
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi'
E: Sub-process returned an error code
ubuntu@ubuntu:~$ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  libdbusmenu-gtk4 libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0
  libqmi-glib1 libqpdf17 ubuntu-core-launcher
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  amd64-microcode gir1.2-networkmanager-1.0 gir1.2-nma-1.0 intel-microcode
  iucode-tool libcairo-perl libcapnp-0.5.3 libdrm-common libglib-perl
  libgtk2-perl libhardware2 libhybris libhybris-common1 libinput-bin
  libllvm6.0 libmedia1 libmircommon7 libmircore1 libpango-perl libqmi-glib5
  libqpdf21 libsnapd-glib1 libwebpdemux1 linux-headers-4.4.0-142
  linux-headers-4.4.0-142-generic linux-image-4.4.0-142-generic
  linux-image-extra-4.4.0-142-generic linux-signed-image-4.4.0-142-generic
  snapd-login-service ubuntu-advantage-tools
The following packages will be upgraded:
  accountsservice activity-log-manager adium-theme-ubuntu adwaita-icon-theme
  apparmor appmenu-qt5 apport apport-gtk appstream apt apt-transport-https
  apt-utils apturl apturl-common archdetect-deb avahi-autoipd avahi-daemon
  avahi-utils bamfdaemon base-files bash bash-completion bind9-host binutils
  bluez bluez-cups bluez-obexd brltty bsdutils btrfs-tools ca-certificates
  casper cifs-utils command-not-found command-not-found-data compiz
  compiz-core compiz-gnome compiz-plugins-default console-setup
  console-setup-linux coreutils cpp-5 cracklib-runtime cryptsetup
  cryptsetup-bin cups cups-browsed cups-bsd cups-client cups-common
  cups-core-drivers cups-daemon cups-filters cups-filters-core-drivers
  cups-ppdc cups-server-common curl dbus dbus-x11 deja-dup desktop-file-utils
  dh-python dirmngr distro-info-data dmidecode dns-root-data dnsmasq-base
  dnsutils dosfstools dpkg dpkg-dev ecryptfs-utils eject eog evince
  evince-common evolution-data-server evolution-data-server-common
  evolution-data-server-online-accounts fcitx fcitx-bin fcitx-data
  fcitx-frontend-all fcitx-frontend-gtk2 fcitx-frontend-gtk3
  fcitx-frontend-qt4 fcitx-module-dbus fcitx-module-kimpanel fcitx-module-lua
  fcitx-module-x11 fcitx-modules fcitx-mozc fcitx-pinyin fcitx-table
  fcitx-ui-classic file file-roller firefox firefox-locale-de
  firefox-locale-en firefox-locale-es firefox-locale-fr firefox-locale-it
  firefox-locale-pt firefox-locale-ru firefox-locale-zh-hans fontconfig
  fontconfig-config fonts-noto-cjk fonts-opensymbol friendly-recovery fuse
  fwupd fwupdate fwupdate-signed g++-5 gcc-5 gcc-5-base gdb gdbserver
  geoclue-ubuntu-geoip gettext gettext-base ghostscript ghostscript-x
  gir1.2-appindicator3-0.1 gir1.2-dbusmenu-glib-0.4 gir1.2-gdkpixbuf-2.0
  gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtk-3.0
  gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0 gir1.2-packagekitglib-1.0
  gir1.2-soup-2.4 gir1.2-unity-5.0 gir1.2-webkit2-4.0 glib-networking
  glib-networking-common glib-networking-services gnome-accessibility-themes
  gnome-calculator gnome-calendar gnome-disk-utility gnome-font-viewer
  gnome-keyring gnome-menus gnome-session-bin gnome-session-common
  gnome-settings-daemon-schemas gnome-software gnome-software-common
  gnome-sudoku gnome-system-monitor gnupg gnupg-agent gnupg2 gpgv grep
  grub-common grub-pc grub-pc-bin grub2-common gstreamer1.0-alsa
  gstreamer1.0-plugins-base gstreamer1.0-plugins-base-apps
  gstreamer1.0-plugins-good gstreamer1.0-pulseaudio gstreamer1.0-tools
  gstreamer1.0-x gtk2-engines-murrine guile-2.0-libs gvfs gvfs-backends
  gvfs-bin gvfs-common gvfs-daemons gvfs-fuse gvfs-libs hdparm
  hicolor-icon-theme humanity-icon-theme hunspell-en-ca hunspell-en-gb
  hunspell-en-za hunspell-it hwdata hyphen-de hyphen-fr hyphen-it ibus
  ibus-gtk ibus-gtk3 ifupdown im-config imagemagick imagemagick-6.q16
  imagemagick-common indicator-application indicator-bluetooth init
  init-system-helpers initramfs-tools initramfs-tools-bin initramfs-tools-core
  iproute2 isc-dhcp-client isc-dhcp-common kbd keyboard-configuration
  klibc-utils kmod kpartx kpartx-boot krb5-locales language-pack-de
  language-pack-de-base language-pack-en language-pack-en-base
  language-pack-es language-pack-es-base language-pack-fr
  language-pack-fr-base language-pack-gnome-de language-pack-gnome-de-base
  language-pack-gnome-en language-pack-gnome-en-base language-pack-gnome-es
  language-pack-gnome-es-base language-pack-gnome-fr
  language-pack-gnome-fr-base language-pack-gnome-it
  language-pack-gnome-it-base language-pack-gnome-pt
  language-pack-gnome-pt-base language-pack-gnome-ru
  language-pack-gnome-ru-base language-pack-gnome-zh-hans
  language-pack-gnome-zh-hans-base language-pack-it language-pack-it-base
  language-pack-pt language-pack-pt-base language-pack-ru
  language-pack-ru-base language-pack-zh-hans language-pack-zh-hans-base
  language-selector-common language-selector-gnome less libaccountsservice0
  libapparmor-perl libapparmor1 libappindicator3-1 libappstream-glib8
  libappstream3 libapt-inst2.0 libapt-pkg5.0 libarchive-zip-perl libarchive13
  libasan2 libasn1-8-heimdal libasprintf-dev libasprintf0v5 libatomic1
  libaudit-common libaudit1 libavahi-client3 libavahi-common-data
  libavahi-common3 libavahi-core7 libavahi-glib1 libavahi-ui-gtk3-0 libbamf3-2
  libbind9-140 libblkid1 libbluetooth3 libboost-date-time1.58.0
  libboost-filesystem1.58.0 libboost-iostreams1.58.0 libboost-system1.58.0
  libbrlapi0.6 libc-bin libc-dev-bin libc6 libc6-dbg libc6-dev libcaca0
  libcamel-1.2-54 libcc1-0 libcilkrts5 libcompizconfig0 libcrack2
  libcryptsetup4 libcups2 libcupscgi1 libcupsfilters1 libcupsimage2
  libcupsmime1 libcupsppdc1 libcurl3 libcurl3-gnutls libdb5.3 libdbus-1-3
  libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libdebian-installer4
  libdecoration0 libdfu1 libdns-export162 libdns162 libdpkg-perl
  libdrm-amdgpu1 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2
  libebackend-1.2-10 libebook-1.2-16 libebook-contacts-1.2-2 libecal-1.2-19
  libecryptfs1 libedata-book-1.2-25 libedata-cal-1.2-28 libedataserver-1.2-21
  libedataserverui-1.2-1 libegl1-mesa libelf1 libepoxy0 libevdocument3-4
  libevent-2.0-5 libevview3-3 libexempi3 libexiv2-14 libexpat1
  libfcitx-config4 libfcitx-core0 libfcitx-gclient0 libfcitx-qt0
  libfcitx-utils0 libfdisk1 libfontconfig1 libfontembed1 libframe6
  libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1
  libfreerdp-common1.1.0 libfreerdp-core1.1 libfreerdp-crypto1.1
  libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-plugins-standard
  libfreerdp-primitives1.1 libfreerdp-utils1.1 libfreetype6 libfuse2 libfwup0
  libfwupd1 libgail-3-0 libgail-common libgail18 libgbm1 libgc1c2
  libgcab-1.0-0 libgcc-5-dev libgcrypt20 libgd3 libgdk-pixbuf2.0-0
  libgdk-pixbuf2.0-common libgettextpo-dev libgettextpo0 libgl1-mesa-dri
  libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data
  libgnome-menu-3-0 libgnutls-openssl27 libgnutls30 libgomp1 libgraphite2-3
  libgs9 libgs9-common libgssapi-krb5-2 libgssapi3-heimdal
  libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0
  libgstreamer1.0-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0
  libgtk2.0-bin libgtk2.0-common libgweather-3-6 libgweather-common
  libharfbuzz-icu0 libharfbuzz0b libhcrypto4-heimdal libheimbase1-heimdal
  libheimntlm0-heimdal libhogweed4 libhx509-5-heimdal libibus-1.0-5 libicu55
  libidn11 libido3-0.1-0 libimobiledevice6 libinput10 libisc-export160
  libisc160 libisccc140 libisccfg140 libitm1 libjasper1
  libjavascriptcoregtk-4.0-18 libjbig2dec0 libjpeg-turbo8 libk5crypto3
  libklibc libkmod2 libkpathsea6 libkrb5-26-heimdal libkrb5-3 libkrb5support0
  libksba8 liblcms2-2 liblcms2-utils libldap-2.4-2 libldb1
  liblightdm-gobject-1-0 libllvm3.8 liblouis-data liblouis9 liblsan0
  liblwres141 libmagic1 libmagickcore-6.q16-2 libmagickcore-6.q16-2-extra
  libmagickwand-6.q16-2 libmbim-glib4 libmbim-proxy libmetacity-private3a
  libminiupnpc10 libmirclient9 libmirprotobuf3 libmm-glib0 libmount1 libmpx0
  libmwaw-0.3-3 libnautilus-extension1a libndp0 libnettle6 libnl-3-200
  libnl-genl-3-200 libnm-glib-vpn1 libnm-glib4 libnm-gtk-common libnm-gtk0
  libnm-util2 libnm0 libnma-common libnma0 libnspr4 libnss3 libnss3-1d
  libnss3-nssdb libnuma1 libnux-4.0-0 libnux-4.0-common liboxideqt-qmlplugin
  liboxideqtcore0 liboxideqtquick0 libp11-kit-gnome-keyring libp11-kit0
  libpackagekit-glib2-16 libpam-gnome-keyring libpam-modules
  libpam-modules-bin libpam-runtime libpam-systemd libpam0g
  libparted-fs-resize0 libparted2 libpci3 libpcsclite1 libperl5.22 libplist3
  libplymouth4 libpng12-0 libpolkit-agent-1-0 libpolkit-backend-1-0
  libpolkit-gobject-1-0 libpoppler-glib8 libpoppler58 libprocps4
  libpulse-mainloop-glib0 libpulse0 libpulsedsp libpython-stdlib libpython2.7
  libpython2.7-minimal libpython2.7-stdlib libpython3.5 libpython3.5-minimal
  libpython3.5-stdlib libqmi-proxy libqt5core5a libqt5dbus5 libqt5gui5
  libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5
  libqt5sql5-sqlite libqt5test5 libqt5widgets5 libqt5xml5 libquadmath0
  libraw15 libreoffice-avmedia-backend-gstreamer libreoffice-base-core
  libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw
  libreoffice-gnome libreoffice-gtk libreoffice-help-de libreoffice-help-en-gb
  libreoffice-help-en-us libreoffice-help-es libreoffice-help-fr
  libreoffice-help-it libreoffice-help-pt libreoffice-help-pt-br
  libreoffice-help-ru libreoffice-help-zh-cn libreoffice-help-zh-tw
  libreoffice-impress libreoffice-l10n-de libreoffice-l10n-en-gb
  libreoffice-l10n-en-za libreoffice-l10n-es libreoffice-l10n-fr
  libreoffice-l10n-it libreoffice-l10n-pt libreoffice-l10n-pt-br
  libreoffice-l10n-ru libreoffice-l10n-zh-cn libreoffice-l10n-zh-tw
  libreoffice-math libreoffice-ogltrans libreoffice-pdfimport
  libreoffice-style-breeze libreoffice-style-galaxy libreoffice-writer
  libroken18-heimdal librtmp1 libsane libsane-common libsasl2-2
  libsasl2-modules libsasl2-modules-db libseccomp2 libslang2 libsmartcols1
  libsmbclient libsndfile1 libsnmp-base libsnmp30 libsoup-gnome2.4-1
  libsoup2.4-1 libsqlite3-0 libssh-4 libssl1.0.0 libstdc++-5-dev libstdc++6
  libsystemd0 libtasn1-6 libtevent0 libtiff5 libtracker-sparql-1.0-0 libtsan0
  libubsan0 libudev1 libunity-control-center1 libunity-core-6.0-9
  libunity-protocol-private0 libunity-scopes-json-def-desktop
  libunity-settings-daemon1 libunity9 libupower-glib3 libusbmuxd4 libuuid1
  libvncclient1 libvorbis0a libvorbisenc2 libvorbisfile3 libwacom-bin
  libwacom-common libwacom2 libwavpack1 libwayland-client0 libwayland-cursor0
  libwayland-egl1-mesa libwayland-server0 libwbclient0 libwebkit2gtk-4.0-37
  libwebkit2gtk-4.0-37-gtk2 libwhoopsie0 libwind0-heimdal libwinpr-crt0.1
  libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1
  libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1
  libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1
  libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1
  libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1
  libx11-6 libx11-data libx11-xcb1 libxatracker2 libxcursor1 libxfont1
  libxkbcommon-x11-0 libxkbcommon0 libxml2 libxpm4 libxslt1.1 light-themes
  lightdm lintian linux-base linux-firmware linux-generic
  linux-headers-generic linux-image-generic linux-libc-dev
  linux-signed-generic linux-signed-image-generic locales login logrotate
  lsb-base lsb-release lshw makedev metacity metacity-common modemmanager
  mokutil mount mozc-data mozc-server mozc-utils-gui mtools mtr-tiny
  multiarch-support myspell-en-gb myspell-en-za myspell-it mythes-en-us
  mythes-fr mythes-ru nano nautilus nautilus-data network-manager
  network-manager-gnome ntfs-3g nux-tools openssh-client openssl os-prober
  overlay-scrollbar overlay-scrollbar-gtk2 oxideqt-codecs p11-kit
  p11-kit-modules parted passwd patch pciutils perl perl-base
  perl-modules-5.22 plymouth plymouth-label plymouth-theme-ubuntu-logo
  plymouth-theme-ubuntu-text policykit-1 poppler-utils ppp
  printer-driver-brlaser procps pulseaudio pulseaudio-module-bluetooth
  pulseaudio-module-x11 pulseaudio-utils python python-apt-common
  python-crypto python-ldb python-minimal python-samba python2.7
  python2.7-minimal python3-apport python3-apt python3-brlapi
  python3-commandnotfound python3-cryptography python3-distupgrade python3-jwt
  python3-louis python3-lxml python3-pil python3-problem-report
  python3-pyparsing python3-requests python3-software-properties python3-uno
  python3-update-manager python3-urllib3 python3.5 python3.5-minimal
  qml-module-ubuntu-web qpdf resolvconf rfkill rsync samba-common
  samba-common-bin samba-libs sane-utils sbsigntool secureboot-db
  sensible-utils session-shortcuts shared-mime-info shotwell shotwell-common
  snapd sni-qt software-properties-common software-properties-gtk
  squashfs-tools sudo suru-icon-theme systemd systemd-sysv tar tcpdump
  thermald thunderbird thunderbird-gnome-support thunderbird-locale-de
  thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us
  thunderbird-locale-es thunderbird-locale-es-ar thunderbird-locale-es-es
  thunderbird-locale-fr thunderbird-locale-it thunderbird-locale-pt
  thunderbird-locale-pt-br thunderbird-locale-pt-pt thunderbird-locale-ru
  thunderbird-locale-zh-cn thunderbird-locale-zh-hans
  thunderbird-locale-zh-hant thunderbird-locale-zh-tw transmission-common
  transmission-gtk tzdata ubiquity ubiquity-casper ubiquity-frontend-gtk
  ubiquity-slideshow-ubuntu ubiquity-ubuntu-artwork ubuntu-artwork
  ubuntu-core-launcher ubuntu-desktop ubuntu-docs ubuntu-drivers-common
  ubuntu-minimal ubuntu-mobile-icons ubuntu-mono ubuntu-release-upgrader-core
  ubuntu-release-upgrader-gtk ubuntu-session ubuntu-software ubuntu-standard
  udev unattended-upgrades unity unity-control-center
  unity-control-center-faces unity-lens-applications unity-schemas
  unity-scopes-runner unity-services unity-settings-daemon uno-libs3
  update-manager update-manager-core update-notifier update-notifier-common
  upower upstart ure user-setup util-linux uuid-runtime vim-common vim-tiny
  vino webapp-container webbrowser-app wget whoopsie wireless-regdb
  wpasupplicant x11-common xbrlapi xdg-user-dirs xdg-utils xdiagnose
  xfonts-utils xfsprogs xinit xorg xserver-common xserver-xorg
  xserver-xorg-core xserver-xorg-input-all xserver-xorg-video-all
  xserver-xorg-video-amdgpu xserver-xorg-video-intel xul-ext-ubufox zlib1g
858 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
Need to get 835 MB of archives.
After this operation, 831 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Abort.
ubuntu@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04 LTS
Release:	16.04
Codename:	xenial
ubuntu@ubuntu:~$ uname -a^C
ubuntu@ubuntu:~$ 

Hors ligne

#63 Le 27/02/2019, à 14:55

Yves11

Re : Lien symbolique qui disparaît... (NON RESOLU)

Maintenant j'ai ça ...

ubuntu@ubuntu:~$ ls -l /usr/share/xsessions
total 1
-rw-r--r-- 1 root root 204 Nov 12  2015 ubuntu.desktop
ubuntu@ubuntu:~$ cat /etc/apt/sources.list
#------------------------------------------------------------------------------#
#                            OFFICIAL UBUNTU REPOS                             #
#------------------------------------------------------------------------------#


###### Ubuntu Main Repos
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse 

###### Ubuntu Update Repos
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse 
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse 
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse 

###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu xenial partner

ubuntu@ubuntu:~$ ls /etc/apt/sources.list.d -1
ubuntu@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04 LTS
Release:	16.04
Codename:	xenial
ubuntu@ubuntu:~$ uname -a
Linux ubuntu 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
ubuntu@ubuntu:~$ 

Hors ligne

#64 Le 27/02/2019, à 14:56

moko138

Re : Lien symbolique qui disparaît... (NON RESOLU)

boot-info a écrit :

== log of boot-info 20190226_2211 =======
boot-info is executed in live-session (Ubuntu 16.04 LTS(...))
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---

======== os-prober:
/dev/sda2:Ubuntu 18.04.2 LTS (18.04):Ubuntu:linux


== sda2: Location of files loaded by Grub: =========
           GiB - GB             File                                 Fragment(s)
  42.629482269 = 45.773058048   boot/grub/grub.cfg                             2
   9.414936066 = 10.109210624   boot/vmlinuz-4.15.0-45-generic                 1
  38.045269012 = 40.850796544   boot/vmlinuz-4.4.0-142-generic                 1
  38.296730042 = 41.120800768   boot/vmlinuz-4.4.0-142-generic.efi.signed      2
   9.414936066 = 10.109210624   vmlinuz                                        1
  46.722625732 = 50.168037376   boot/initrd.img-4.15.0-45-generic              1
  40.357898712 = 43.333963776   boot/initrd.img-4.4.0-142-generic              4
  46.722625732 = 50.168037376   initrd.img   

%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#65 Le 27/02/2019, à 14:58

nam1962

Re : Lien symbolique qui disparaît... (NON RESOLU)

Uhhh... Je ne pige plus tout !
moko138 est intervenu pensant que ton retour #57 provenait d'une session live.
Peux-tu nous confirmer que tu es depuis tout ce temps sur la session normale.

(dans le cas de la live, les manips du #58 devraient être sans effet sur l'installation historique)

Dernière modification par nam1962 (Le 27/02/2019, à 15:00)


[ Modéré ]

Hors ligne

#66 Le 27/02/2019, à 15:02

Yves11

Re : Lien symbolique qui disparaît... (NON RESOLU)

J'étais sur la session normale au début et puis avec certaines manips je me suis retrouvé en panne. Maintenant je suis en live sur la 16.04...

Hors ligne

#67 Le 27/02/2019, à 15:04

nam1962

Re : Lien symbolique qui disparaît... (NON RESOLU)

Peux-tu redémarrer sur la normale et nous donner les retours du #61


[ Modéré ]

Hors ligne

#68 Le 27/02/2019, à 15:05

moko138

Re : Lien symbolique qui disparaît... (NON RESOLU)

Yves11,
  Si tu as eu le malheur de suivre les conseils à l'emporte-pièce en faisant  sudo apt full-upgrade
- merci de confirmer ou démentir ! -
alors ta 16.04 persistante ne redémarrera plus ! Il faudra la refabriquer, depuis un autre système opérationnel (même depuis un windows).


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#69 Le 27/02/2019, à 15:18

Yves11

Re : Lien symbolique qui disparaît... (NON RESOLU)

Eh oui, J'ai Fait  sudo apt full-upgrade. Bon, je redémarre pour voir ça...

Hors ligne

#70 Le 27/02/2019, à 15:35

Yves11

Re : Lien symbolique qui disparaît... (NON RESOLU)

Bon, j'ai redémarré en live, ça marche encore. Reste à savoir comme le dit moko138 si la clé usb d'installation est foutu... C'est pas grave j'en referais une autre et de toute façon j'en ferais une en 18.04...

Maintenant je suis sur la cession normale qui marche mais mon disque (qui est bien dans DATA-5EDC) n’apparaît pas dans le lanceur mais finalement je l'y mis par l'intermédiaire de "Disques". Là, je ne trouve pas pratique d’accéder à ce disque par DATA-5EDC. Avant j'y accédais directement.

Est-ce que je refais le  #61?

Hors ligne

#71 Le 27/02/2019, à 15:47

Yves11

Re : Lien symbolique qui disparaît... (NON RESOLU)

De plus je ne peux plus faire de lien dans mes dossiers sur ce disque, on en revient au début à ce pourquoi j'ai demandé de l'aide...

Hors ligne

#72 Le 27/02/2019, à 15:49

moko138

Re : Lien symbolique qui disparaît... (NON RESOLU)

j'ai redémarré en live, ça marche encore.

J'en suis tout étonné !

  - -

Maintenant je suis sur la session normale qui marche

Hallelouyah !  big_smile

  - -

je ne trouve pas pratique d’accéder à ce disque par DATA-5EDC. Avant j'y accédais directement.

Je ne comprends pas ce que tu veux dire ; peux-tu m'expliquer ?
Et merci d'exécuter, depuis la session normale, les #26-4 et 26-5.

  - -

Est-ce que je refais le  #61?

depuis la session normale, tu peux (c'est purement descriptif).


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#73 Le 27/02/2019, à 15:50

nam1962

Re : Lien symbolique qui disparaît... (NON RESOLU)

Oui, passe le #61 sur la session normale (je supposais que c'était elle hmm ).
On verra ensuite.


[ Modéré ]

Hors ligne

#74 Le 27/02/2019, à 16:02

Yves11

Re : Lien symbolique qui disparaît... (NON RESOLU)

moko a écrit :

Je ne comprends pas ce que tu veux dire ; peux-tu m'expliquer ?

Déjà, mon disque qui s'appelait "nouveau nom" (peu importe) s'appelle maintenant "Volume de 483 Go" et je tombe en fait dans "Ordinateur" quand je clique sur le bouton dans la barre de lancement, c'est là qu'est le doublon. Je n'ai plus mon disque indépendant.


moi@moi-H97-HD3:~$ xdg-open /
moi@moi-H97-HD3:~$ ls -l ~ | grep ^d
drwxr-xr-x 3 moi  moi      4096 févr. 25 21:41 Bureau
drwxr-xr-x 4 moi  moi      4096 févr. 14 21:27 Documents
drwxr-xr-x 7 moi  moi      4096 févr. 14 18:29 Downloads
drwxr-xr-x 2 moi  moi      4096 févr. 24 09:59 dwhelper
drwxr-xr-x 5 moi  moi      4096 févr. 19 18:02 FrostWire
drwxr-xr-x 2 moi  moi      4096 févr. 23 11:01 Images
drwxrwxr-x 4 moi  moi      4096 févr. 14 00:37 kb975337
drwxr-xr-x 2 moi  moi      4096 févr. 13 18:35 Modèles
drwxr-xr-x 2 moi  moi      4096 févr. 13 18:35 Musique
drwxr-xr-x 2 moi  moi      4096 févr. 13 18:35 Public
drwxr-xr-x 5 moi  moi      4096 févr. 15 20:10 snap
drwxr-xr-x 5 moi  moi      4096 févr. 22 09:33 Téléchargements
drwxr-xr-x 2 moi  moi      4096 févr. 13 18:35 Vidéos
drwxr-xr-x 3 moi  moi      4096 août  15  2015 xdm
drwxr-xr-x 3 moi  moi      4096 févr. 18 20:43 xdm-jre-64bit
moi@moi-H97-HD3:~$ ls -l /usr/share/xsessions
total 20
-rw-r--r-- 1 root root 296 oct.  11 17:25 gnome-flashback-compiz.desktop
-rw-r--r-- 1 root root 302 oct.  11 17:25 gnome-flashback-metacity.desktop
-rw-r--r-- 1 root root 323 mai    2  2018 ubuntu-communitheme-snap.desktop
-rw-r--r-- 1 root root 247 mai    2  2018 ubuntu.desktop
-rw-r--r-- 1 root root 243 mai    2  2018 unity.desktop
moi@moi-H97-HD3:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu bionic partner
deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://security.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
deb http://liveusb.info/multisystem/depot all main
# deb-src http://liveusb.info/multisystem/depot all main
# deb-src http://liveusb.info/multisystem/depot all main
moi@moi-H97-HD3:~$ ls /etc/apt/sources.list.d -1
noobslab-ubuntu-apps-bionic.list
noobslab-ubuntu-apps-bionic.list.save
rolfbensch-ubuntu-sane-git-bionic.list
rolfbensch-ubuntu-sane-git-bionic.list.save
ubuntu-wine-ubuntu-ppa-xenial.list
ubuntu-wine-ubuntu-ppa-xenial.list.distUpgrade
ubuntu-wine-ubuntu-ppa-xenial.list.save
moi@moi-H97-HD3:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.2 LTS
Release:	18.04
Codename:	bionic
moi@moi-H97-HD3:~$ uname -a
Linux moi-H97-HD3 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
moi@moi-H97-HD3:~$ 

Hors ligne

#75 Le 27/02/2019, à 16:04

Yves11

Re : Lien symbolique qui disparaît... (NON RESOLU)

Ne vaudrait-il pas mieux que je ré-installe tout en partant d'une clé usb en 18.04 ?

Hors ligne