You are not logged in.
Pages: 1
Pardon me if this thread seem stupid, thats because I unfortunately am.
I've Gnome and Gdm as my main DE and Login manager. After closing my laptop lid, I'm assuming goes into hibernation mode.
Then when I login again it seems fine for like 10 seconds, meaning i can browse the internet, and interact with the shell.
After that every icon in the top bar turns into a "missing icon". The UI itself is responsive but the terminal gives an error message after entering a command, something like "input/output error, grep".
When I switch tty, although it gives me the login prompt, the terminal doesn't respond after entering username.
My first assumption was it's got to be a filesystem issue. But I ran fsck on my drive without any problems.
I tried to load the kernel module "resume" tried to change the kernel to linux-lts.
P.s Might be related might also be not. I've been having this error message about a Bios Firmware Bug:
Nov 08 15:19:01 T420 kernel: DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x00000000db800000-0x00000000df9fffff], contact BIOS vendor for fixes
Nov 08 15:19:01 T420 kernel: DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x00000000db800000-0x00000000df9fffff]
BIOS vendor: LENOVO; Ver: 83ET69WW (1.39 ); Product Version: ThinkPad T420Any help would be appreciated. Thanks ![]()
Offline
Welcome to the forums. Please, self deprecation is not necessary and won't draw more help.
I don't think those errors are the issue. BIOS and EFI 'solutions' in most consumer grade systems are notoriously buggy. Frankly, for most systems, all they need to do is to be able to boot a specific operating system from the United States' Pacific Northwest.
The Linux kernel has scores of workarounds that isolate most of the flaws, and often generate somewhat tongue-in-cheek suggestions; good luck contacting them.
You did not tell us who the laptop vendor is.
You say you assume it goes into hibernation mode. You need to find out how it is configured? Sleep? or Hibernate?
If it is hibernating (suspend to disk), how did you configure that? Did you configure a swap volume, or a swap file? Are they configured and sized correctly?
You are likely to get the best information from your journal by causing the problem, rebooting, and looking at the output of journalctl -b-1 or, since you are hibernating,
perhaps journalctl -b-2
Those display the journal for the previous boot, and for the one before that.
You can post those here, but be sure to use BBCode code tags and use the --no-pager flag for the journalctl command to get one contiguous journal output.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Hi! Thanks for the response
I have a Lenovo Thinkpad T420. By installing the gnome package, the whole system worked out of the box, i didnt configure the hibernation manually.
I do have a 16gb swap volume.
After going through the Arch Wiki, i tried removing the i915 module from the early KMS, as pointed out here: https://wiki.archlinux.org/index.php/Po … nsistently
It seems to have solved the problem for me.
Last edited by 6axap (2020-11-08 16:59:06)
Offline
Okay I was wrong, the issue is still there. I also found out the closing lid action is the default suspend to RAM.
Here's a long output of the command journal -b -3:
-- Logs begin at Tue 2020-11-03 12:52:25 CET, end at Mon 2020-11-09 10:07:06 CET. --
Nov 09 09:22:55 T420 kernel: microcode: microcode updated early to revision 0x2f, date = 2019-02-17
Nov 09 09:22:55 T420 kernel: Linux version 5.9.6-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Thu, 05 Nov 2020 21:00:46 +0000
Nov 09 09:22:55 T420 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6607411d-d3c1-4ea5-9fbf-a3603737e0e8 rw loglevel=3 quiet splash
Nov 09 09:22:55 T420 kernel: KERNEL supported cpus:
Nov 09 09:22:55 T420 kernel: Intel GenuineIntel
Nov 09 09:22:55 T420 kernel: AMD AuthenticAMD
Nov 09 09:22:55 T420 kernel: Hygon HygonGenuine
Nov 09 09:22:55 T420 kernel: Centaur CentaurHauls
Nov 09 09:22:55 T420 kernel: zhaoxin Shanghai
Nov 09 09:22:55 T420 kernel: Disabled fast string operations
Nov 09 09:22:55 T420 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 09 09:22:55 T420 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 09 09:22:55 T420 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 09 09:22:55 T420 kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Nov 09 09:22:55 T420 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Nov 09 09:22:55 T420 kernel: BIOS-provided physical RAM map:
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] ACPI NVS
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009ffff] usable
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x0000000040200000-0x00000000da99efff] usable
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x00000000da99f000-0x00000000dab9efff] type 20
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x00000000dab9f000-0x00000000dae9efff] reserved
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x00000000dae9f000-0x00000000daf9efff] ACPI NVS
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Nov 09 09:22:55 T420 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000021e5fffff] usable
Nov 09 09:22:55 T420 kernel: NX (Execute Disable) protection: active
Nov 09 09:22:55 T420 kernel: efi: EFI v2.00 by Lenovo
Nov 09 09:22:55 T420 kernel: efi: ACPI=0xdaffe000 ACPI 2.0=0xdaffe014 SMBIOS=0xdae9e000
Nov 09 09:22:55 T420 kernel: SMBIOS 2.6 present.
Nov 09 09:22:55 T420 kernel: DMI: LENOVO 4236C15/4236C15, BIOS 83ET69WW (1.39 ) 03/26/2012
Nov 09 09:22:55 T420 kernel: tsc: Fast TSC calibration using PIT
Nov 09 09:22:55 T420 kernel: tsc: Detected 2492.006 MHz processor
Nov 09 09:22:55 T420 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 09 09:22:55 T420 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 09 09:22:55 T420 kernel: last_pfn = 0x21e600 max_arch_pfn = 0x400000000
Nov 09 09:22:55 T420 kernel: MTRR default type: uncachable
Nov 09 09:22:55 T420 kernel: MTRR fixed ranges enabled:
Nov 09 09:22:55 T420 kernel: 00000-9FFFF write-back
Nov 09 09:22:55 T420 kernel: A0000-BFFFF uncachable
Nov 09 09:22:55 T420 kernel: C0000-FFFFF write-protect
Nov 09 09:22:55 T420 kernel: MTRR variable ranges enabled:
Nov 09 09:22:55 T420 kernel: 0 base 0FFC00000 mask FFFC00000 write-protect
Nov 09 09:22:55 T420 kernel: 1 base 000000000 mask F80000000 write-back
Nov 09 09:22:55 T420 kernel: 2 base 080000000 mask FC0000000 write-back
Nov 09 09:22:55 T420 kernel: 3 base 0C0000000 mask FE0000000 write-back
Nov 09 09:22:55 T420 kernel: 4 base 0DC000000 mask FFC000000 uncachable
Nov 09 09:22:55 T420 kernel: 5 base 0DB000000 mask FFF000000 uncachable
Nov 09 09:22:55 T420 kernel: 6 base 100000000 mask F00000000 write-back
Nov 09 09:22:55 T420 kernel: 7 base 200000000 mask FE0000000 write-back
Nov 09 09:22:55 T420 kernel: 8 base 21F000000 mask FFF000000 uncachable
Nov 09 09:22:55 T420 kernel: 9 base 21E800000 mask FFF800000 uncachable
Nov 09 09:22:55 T420 kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Nov 09 09:22:55 T420 kernel: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
Nov 09 09:22:55 T420 kernel: check: Scanning 1 areas for low memory corruption
Nov 09 09:22:55 T420 kernel: reserving inaccessible SNB gfx pages
Nov 09 09:22:55 T420 kernel: Secure boot could not be determined
Nov 09 09:22:55 T420 kernel: RAMDISK: [mem 0x366b3000-0x37350fff]
Nov 09 09:22:55 T420 kernel: ACPI: Early table checksum verification disabled
Nov 09 09:22:55 T420 kernel: ACPI: RSDP 0x00000000DAFFE014 000024 (v02 LENOVO)
Nov 09 09:22:55 T420 kernel: ACPI: XSDT 0x00000000DAFFE120 0000AC (v01 LENOVO TP-83 00001390 PTEC 00000002)
Nov 09 09:22:55 T420 kernel: ACPI: FACP 0x00000000DAFE8000 0000F4 (v04 LENOVO TP-83 00001390 PTL 00000002)
Nov 09 09:22:55 T420 kernel: ACPI: DSDT 0x00000000DAFEB000 00E449 (v01 LENOVO TP-83 00001390 INTL 20061109)
Nov 09 09:22:55 T420 kernel: ACPI: FACS 0x00000000DAF2D000 000040
Nov 09 09:22:55 T420 kernel: ACPI: FACS 0x00000000DAF2D000 000040
Nov 09 09:22:55 T420 kernel: ACPI: SLIC 0x00000000DAFFD000 000176 (v01 LENOVO TP-83 00001390 PTEC 00000001)
Nov 09 09:22:55 T420 kernel: ACPI: SSDT 0x00000000DAFFC000 000249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
Nov 09 09:22:55 T420 kernel: ACPI: SSDT 0x00000000DAFFB000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
Nov 09 09:22:55 T420 kernel: ACPI: SSDT 0x00000000DAFFA000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
Nov 09 09:22:55 T420 kernel: ACPI: HPET 0x00000000DAFE7000 000038 (v01 LENOVO TP-83 00001390 PTL 00000002)
Nov 09 09:22:55 T420 kernel: ACPI: APIC 0x00000000DAFE6000 000098 (v01 LENOVO TP-83 00001390 PTL 00000002)
Nov 09 09:22:55 T420 kernel: ACPI: MCFG 0x00000000DAFE5000 00003C (v01 LENOVO TP-83 00001390 PTL 00000002)
Nov 09 09:22:55 T420 kernel: ACPI: ECDT 0x00000000DAFE4000 000052 (v01 LENOVO TP-83 00001390 PTL 00000002)
Nov 09 09:22:55 T420 kernel: ACPI: ASF! 0x00000000DAFEA000 0000A5 (v32 LENOVO TP-83 00001390 PTL 00000002)
Nov 09 09:22:55 T420 kernel: ACPI: TCPA 0x00000000DAFE3000 000032 (v02 PTL LENOVO 06040000 LNVO 00000001)
Nov 09 09:22:55 T420 kernel: ACPI: SSDT 0x00000000DAFE2000 000A27 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
Nov 09 09:22:55 T420 kernel: ACPI: SSDT 0x00000000DAFE1000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
Nov 09 09:22:55 T420 kernel: ACPI: DMAR 0x00000000DAFE0000 0000E8 (v01 INTEL SNB 00000001 INTL 00000001)
Nov 09 09:22:55 T420 kernel: ACPI: UEFI 0x00000000DAFDF000 00003E (v01 LENOVO TP-83 00001390 PTL 00000002)
Nov 09 09:22:55 T420 kernel: ACPI: UEFI 0x00000000DAFDE000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
Nov 09 09:22:55 T420 kernel: ACPI: UEFI 0x00000000DAFDD000 000292 (v01 LENOVO TP-83 00001390 PTL 00000002)
Nov 09 09:22:55 T420 kernel: ACPI: Local APIC address 0xfee00000
Nov 09 09:22:55 T420 kernel: No NUMA configuration found
Nov 09 09:22:55 T420 kernel: Faking a node at [mem 0x0000000000000000-0x000000021e5fffff]
Nov 09 09:22:55 T420 kernel: NODE_DATA(0) allocated [mem 0x21e5fa000-0x21e5fdfff]
Nov 09 09:22:55 T420 kernel: Zone ranges:
Nov 09 09:22:55 T420 kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Nov 09 09:22:55 T420 kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Nov 09 09:22:55 T420 kernel: Normal [mem 0x0000000100000000-0x000000021e5fffff]
Nov 09 09:22:55 T420 kernel: Device empty
Nov 09 09:22:55 T420 kernel: Movable zone start for each node
Nov 09 09:22:55 T420 kernel: Early memory node ranges
Nov 09 09:22:55 T420 kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff]
Nov 09 09:22:55 T420 kernel: node 0: [mem 0x0000000000059000-0x000000000009ffff]
Nov 09 09:22:55 T420 kernel: node 0: [mem 0x0000000000100000-0x000000001fffffff]
Nov 09 09:22:55 T420 kernel: node 0: [mem 0x0000000020200000-0x000000003fffffff]
Nov 09 09:22:55 T420 kernel: node 0: [mem 0x0000000040200000-0x00000000da99efff]
Nov 09 09:22:55 T420 kernel: node 0: [mem 0x00000000dafff000-0x00000000daffffff]
Nov 09 09:22:55 T420 kernel: node 0: [mem 0x0000000100000000-0x000000021e5fffff]
Nov 09 09:22:55 T420 kernel: Zeroed struct page in unavailable ranges: 29890 pages
Nov 09 09:22:55 T420 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000021e5fffff]
Nov 09 09:22:55 T420 kernel: On node 0 totalpages: 2067262
Nov 09 09:22:55 T420 kernel: DMA zone: 64 pages used for memmap
Nov 09 09:22:55 T420 kernel: DMA zone: 158 pages reserved
Nov 09 09:22:55 T420 kernel: DMA zone: 3998 pages, LIFO batch:0
Nov 09 09:22:55 T420 kernel: DMA32 zone: 13911 pages used for memmap
Nov 09 09:22:55 T420 kernel: DMA32 zone: 890272 pages, LIFO batch:63
Nov 09 09:22:55 T420 kernel: Normal zone: 18328 pages used for memmap
Nov 09 09:22:55 T420 kernel: Normal zone: 1172992 pages, LIFO batch:63
Nov 09 09:22:55 T420 kernel: Reserving Intel graphics memory at [mem 0xdba00000-0xdf9fffff]
Nov 09 09:22:55 T420 kernel: ACPI: PM-Timer IO Port: 0x408
Nov 09 09:22:55 T420 kernel: ACPI: Local APIC address 0xfee00000
Nov 09 09:22:55 T420 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Nov 09 09:22:55 T420 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Nov 09 09:22:55 T420 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Nov 09 09:22:55 T420 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 09 09:22:55 T420 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Nov 09 09:22:55 T420 kernel: ACPI: IRQ0 used by override.
Nov 09 09:22:55 T420 kernel: ACPI: IRQ9 used by override.
Nov 09 09:22:55 T420 kernel: Using ACPI (MADT) for SMP configuration information
Nov 09 09:22:55 T420 kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
Nov 09 09:22:55 T420 kernel: TSC deadline timer available
Nov 09 09:22:55 T420 kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0xda99f000-0xdab9efff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0xdab9f000-0xdae9efff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0xdae9f000-0xdaf9efff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0xdaf9f000-0xdaffefff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0xdb000000-0xdb9fffff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0xdba00000-0xdf9fffff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0xdfa00000-0xf80f7fff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Nov 09 09:22:55 T420 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffffffff]
Nov 09 09:22:55 T420 kernel: [mem 0xdfa00000-0xf80f7fff] available for PCI devices
Nov 09 09:22:55 T420 kernel: Booting paravirtualized kernel on bare hardware
Nov 09 09:22:55 T420 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 09 09:22:55 T420 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Nov 09 09:22:55 T420 kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Nov 09 09:22:55 T420 kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Nov 09 09:22:55 T420 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Nov 09 09:22:55 T420 kernel: Built 1 zonelists, mobility grouping on. Total pages: 2034801
Nov 09 09:22:55 T420 kernel: Policy zone: Normal
Nov 09 09:22:55 T420 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6607411d-d3c1-4ea5-9fbf-a3603737e0e8 rw loglevel=3 quiet splash
Nov 09 09:22:55 T420 kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 09 09:22:55 T420 kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Nov 09 09:22:55 T420 kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Nov 09 09:22:55 T420 kernel: Memory: 7953636K/8269048K available (14339K kernel code, 1525K rwdata, 7928K rodata, 1656K init, 2928K bss, 315152K reserved, 0K cma-reserved)
Nov 09 09:22:55 T420 kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
Nov 09 09:22:55 T420 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Nov 09 09:22:55 T420 kernel: Kernel/User page tables isolation: enabled
Nov 09 09:22:55 T420 kernel: ftrace: allocating 40883 entries in 160 pages
Nov 09 09:22:55 T420 kernel: ftrace: allocated 160 pages with 2 groups
Nov 09 09:22:55 T420 kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 09 09:22:55 T420 kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled.
Nov 09 09:22:55 T420 kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Nov 09 09:22:55 T420 kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Nov 09 09:22:55 T420 kernel: Trampoline variant of Tasks RCU enabled.
Nov 09 09:22:55 T420 kernel: Rude variant of Tasks RCU enabled.
Nov 09 09:22:55 T420 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 09 09:22:55 T420 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Nov 09 09:22:55 T420 kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Nov 09 09:22:55 T420 kernel: Console: colour dummy device 80x25
Nov 09 09:22:55 T420 kernel: printk: console [tty0] enabled
Nov 09 09:22:55 T420 kernel: ACPI: Core revision 20200717
Nov 09 09:22:55 T420 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Nov 09 09:22:55 T420 kernel: APIC: Switch to symmetric I/O mode setup
Nov 09 09:22:55 T420 kernel: DMAR: Host address width 36
Nov 09 09:22:55 T420 kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Nov 09 09:22:55 T420 kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
Nov 09 09:22:55 T420 kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Nov 09 09:22:55 T420 kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
Nov 09 09:22:55 T420 kernel: DMAR: RMRR base: 0x000000dacd5000 end: 0x000000dacebfff
Nov 09 09:22:55 T420 kernel: DMAR: RMRR base: 0x000000db800000 end: 0x000000df9fffff
Nov 09 09:22:55 T420 kernel: DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x00000000db800000-0x00000000df9fffff], contact BIOS vendor for fixes
Nov 09 09:22:55 T420 kernel: DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x00000000db800000-0x00000000df9fffff]
BIOS vendor: LENOVO; Ver: 83ET69WW (1.39 ); Product Version: ThinkPad T420
Nov 09 09:22:55 T420 kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
Nov 09 09:22:55 T420 kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Nov 09 09:22:55 T420 kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Nov 09 09:22:55 T420 kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Nov 09 09:22:55 T420 kernel: x2apic enabled
Nov 09 09:22:55 T420 kernel: Switched APIC routing to cluster x2apic.
Nov 09 09:22:55 T420 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 09 09:22:55 T420 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23ebba2dfe9, max_idle_ns: 440795273703 ns
Nov 09 09:22:55 T420 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4986.67 BogoMIPS (lpj=8306686)
Nov 09 09:22:55 T420 kernel: pid_max: default: 32768 minimum: 301
Nov 09 09:22:55 T420 kernel: LSM: Security Framework initializing
Nov 09 09:22:55 T420 kernel: Yama: becoming mindful.
Nov 09 09:22:55 T420 kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Nov 09 09:22:55 T420 kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Nov 09 09:22:55 T420 kernel: Disabled fast string operations
Nov 09 09:22:55 T420 kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Nov 09 09:22:55 T420 kernel: process: using mwait in idle threads
Nov 09 09:22:55 T420 kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Nov 09 09:22:55 T420 kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Nov 09 09:22:55 T420 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 09 09:22:55 T420 kernel: Spectre V2 : Mitigation: Full generic retpoline
Nov 09 09:22:55 T420 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 09 09:22:55 T420 kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Nov 09 09:22:55 T420 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 09 09:22:55 T420 kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Nov 09 09:22:55 T420 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Nov 09 09:22:55 T420 kernel: MDS: Mitigation: Clear CPU buffers
Nov 09 09:22:55 T420 kernel: Freeing SMP alternatives memory: 32K
Nov 09 09:22:55 T420 kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Nov 09 09:22:55 T420 kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Nov 09 09:22:55 T420 kernel: ... version: 3
Nov 09 09:22:55 T420 kernel: ... bit width: 48
Nov 09 09:22:55 T420 kernel: ... generic registers: 4
Nov 09 09:22:55 T420 kernel: ... value mask: 0000ffffffffffff
Nov 09 09:22:55 T420 kernel: ... max period: 00007fffffffffff
Nov 09 09:22:55 T420 kernel: ... fixed-purpose events: 3
Nov 09 09:22:55 T420 kernel: ... event mask: 000000070000000f
Nov 09 09:22:55 T420 kernel: rcu: Hierarchical SRCU implementation.
Nov 09 09:22:55 T420 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 09 09:22:55 T420 kernel: smp: Bringing up secondary CPUs ...
Nov 09 09:22:55 T420 kernel: x86: Booting SMP configuration:
Nov 09 09:22:55 T420 kernel: .... node #0, CPUs: #1
Nov 09 09:22:55 T420 kernel: Disabled fast string operations
Nov 09 09:22:55 T420 kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Nov 09 09:22:55 T420 kernel: #2
Nov 09 09:22:55 T420 kernel: Disabled fast string operations
Nov 09 09:22:55 T420 kernel: #3
Nov 09 09:22:55 T420 kernel: Disabled fast string operations
Nov 09 09:22:55 T420 kernel: smp: Brought up 1 node, 4 CPUs
Nov 09 09:22:55 T420 kernel: smpboot: Max logical packages: 2
Nov 09 09:22:55 T420 kernel: smpboot: Total of 4 processors activated (19944.71 BogoMIPS)
Nov 09 09:22:55 T420 kernel: devtmpfs: initialized
Nov 09 09:22:55 T420 kernel: x86/mm: Memory block size: 128MB
Nov 09 09:22:55 T420 kernel: PM: Registering ACPI NVS region [mem 0x00058000-0x00058fff] (4096 bytes)
Nov 09 09:22:55 T420 kernel: PM: Registering ACPI NVS region [mem 0xdae9f000-0xdaf9efff] (1048576 bytes)
Nov 09 09:22:55 T420 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 09 09:22:55 T420 kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Nov 09 09:22:55 T420 kernel: pinctrl core: initialized pinctrl subsystem
Nov 09 09:22:55 T420 kernel: PM: RTC time: 08:22:50, date: 2020-11-09
Nov 09 09:22:55 T420 kernel: NET: Registered protocol family 16
Nov 09 09:22:55 T420 kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
Nov 09 09:22:55 T420 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 09 09:22:55 T420 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 09 09:22:55 T420 kernel: audit: initializing netlink subsys (disabled)
Nov 09 09:22:55 T420 kernel: audit: type=2000 audit(1604910170.056:1): state=initialized audit_enabled=0 res=1
Nov 09 09:22:55 T420 kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 09 09:22:55 T420 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 09 09:22:55 T420 kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 09 09:22:55 T420 kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 09 09:22:55 T420 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 09 09:22:55 T420 kernel: cpuidle: using governor ladder
Nov 09 09:22:55 T420 kernel: cpuidle: using governor menu
Nov 09 09:22:55 T420 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Nov 09 09:22:55 T420 kernel: ACPI: bus type PCI registered
Nov 09 09:22:55 T420 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 09 09:22:55 T420 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 09 09:22:55 T420 kernel: PCI: not using MMCONFIG
Nov 09 09:22:55 T420 kernel: PCI: Using configuration type 1 for base access
Nov 09 09:22:55 T420 kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Nov 09 09:22:55 T420 kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Nov 09 09:22:55 T420 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Nov 09 09:22:55 T420 kernel: ACPI: Added _OSI(Module Device)
Nov 09 09:22:55 T420 kernel: ACPI: Added _OSI(Processor Device)
Nov 09 09:22:55 T420 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 09 09:22:55 T420 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 09 09:22:55 T420 kernel: ACPI: Added _OSI(Linux-Dell-Video)
Nov 09 09:22:55 T420 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Nov 09 09:22:55 T420 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Nov 09 09:22:55 T420 kernel: ACPI: 6 ACPI AML tables successfully acquired and loaded
Nov 09 09:22:55 T420 kernel: ACPI: EC: EC started
Nov 09 09:22:55 T420 kernel: ACPI: EC: interrupt blocked
Nov 09 09:22:55 T420 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 09 09:22:55 T420 kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Nov 09 09:22:55 T420 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 09 09:22:55 T420 kernel: ACPI: Dynamic OEM Table Load:
Nov 09 09:22:55 T420 kernel: ACPI: SSDT 0xFFFF8D20544E7000 0008C0 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
Nov 09 09:22:55 T420 kernel: ACPI: Dynamic OEM Table Load:
Nov 09 09:22:55 T420 kernel: ACPI: SSDT 0xFFFF8D20544ED400 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
Nov 09 09:22:55 T420 kernel: ACPI: Dynamic OEM Table Load:
Nov 09 09:22:55 T420 kernel: ACPI: SSDT 0xFFFF8D205405EE00 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
Nov 09 09:22:55 T420 kernel: ACPI: Interpreter enabled
Nov 09 09:22:55 T420 kernel: ACPI: (supports S0 S3 S4 S5)
Nov 09 09:22:55 T420 kernel: ACPI: Using IOAPIC for interrupt routing
Nov 09 09:22:55 T420 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 09 09:22:55 T420 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
Nov 09 09:22:55 T420 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 09 09:22:55 T420 kernel: ACPI: Enabled 6 GPEs in block 00 to 3F
Nov 09 09:22:55 T420 kernel: ACPI: Power Resource [PUBS] (on)
Nov 09 09:22:55 T420 kernel: acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
Nov 09 09:22:55 T420 kernel: acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
Nov 09 09:22:55 T420 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
Nov 09 09:22:55 T420 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Nov 09 09:22:55 T420 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Nov 09 09:22:55 T420 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Nov 09 09:22:55 T420 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Nov 09 09:22:55 T420 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Nov 09 09:22:55 T420 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Nov 09 09:22:55 T420 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Nov 09 09:22:55 T420 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Nov 09 09:22:55 T420 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 09 09:22:55 T420 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PCIeCapability LTR DPC]
Nov 09 09:22:55 T420 kernel: acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
Nov 09 09:22:55 T420 kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Nov 09 09:22:55 T420 kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
Nov 09 09:22:55 T420 kernel: acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
Nov 09 09:22:55 T420 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Nov 09 09:22:55 T420 kernel: PCI host bridge to bus 0000:00
Nov 09 09:22:55 T420 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff window]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Nov 09 09:22:55 T420 kernel: pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
Nov 09 09:22:55 T420 kernel: pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
Nov 09 09:22:55 T420 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
Nov 09 09:22:55 T420 kernel: pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
Nov 09 09:22:55 T420 kernel: pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
Nov 09 09:22:55 T420 kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Nov 09 09:22:55 T420 kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
Nov 09 09:22:55 T420 kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf2525000-0xf252500f 64bit]
Nov 09 09:22:55 T420 kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
Nov 09 09:22:55 T420 kernel: pci 0000:00:19.0: reg 0x10: [mem 0xf2500000-0xf251ffff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:19.0: reg 0x14: [mem 0xf252b000-0xf252bfff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:19.0: reg 0x18: [io 0x5080-0x509f]
Nov 09 09:22:55 T420 kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
Nov 09 09:22:55 T420 kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf252a000-0xf252a3ff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
Nov 09 09:22:55 T420 kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf2520000-0xf2523fff 64bit]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
Nov 09 09:22:55 T420 kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf2529000-0xf25293ff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.2: reg 0x10: [io 0x50a8-0x50af]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.2: reg 0x14: [io 0x50bc-0x50bf]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.2: reg 0x18: [io 0x50a0-0x50a7]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x50b8-0x50bb]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf2528000-0xf25287ff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.2: PME# supported from D3hot
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf2524000-0xf25240ff 64bit]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Nov 09 09:22:55 T420 kernel: pci 0000:03:00.0: [8086:0084] type 00 class 0x028000
Nov 09 09:22:55 T420 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf2400000-0xf2401fff 64bit]
Nov 09 09:22:55 T420 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff]
Nov 09 09:22:55 T420 kernel: acpiphp: Slot [1] registered
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.3: bridge window [mem 0xf1c00000-0xf23fffff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
Nov 09 09:22:55 T420 kernel: pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
Nov 09 09:22:55 T420 kernel: pci 0000:0d:00.0: [1180:e823] type 00 class 0x088001
Nov 09 09:22:55 T420 kernel: pci 0000:0d:00.0: reg 0x10: [mem 0xf1401000-0xf14010ff]
Nov 09 09:22:55 T420 kernel: pci 0000:0d:00.0: supports D1 D2
Nov 09 09:22:55 T420 kernel: pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:0d:00.3: [1180:e832] type 00 class 0x0c0010
Nov 09 09:22:55 T420 kernel: pci 0000:0d:00.3: reg 0x10: [mem 0xf1400000-0xf14007ff]
Nov 09 09:22:55 T420 kernel: pci 0000:0d:00.3: Enabling fixed DMA alias to 00.0
Nov 09 09:22:55 T420 kernel: pci 0000:0d:00.3: supports D1 D2
Nov 09 09:22:55 T420 kernel: pci 0000:0d:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.4: bridge window [mem 0xf1400000-0xf1bfffff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.4: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
Nov 09 09:22:55 T420 kernel: ACPI: EC: interrupt unblocked
Nov 09 09:22:55 T420 kernel: ACPI: EC: event unblocked
Nov 09 09:22:55 T420 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 09 09:22:55 T420 kernel: ACPI: EC: GPE=0x11
Nov 09 09:22:55 T420 kernel: ACPI: \_SB_.PCI0.LPC_.EC__: Boot ECDT EC initialization complete
Nov 09 09:22:55 T420 kernel: ACPI: \_SB_.PCI0.LPC_.EC__: EC: Used to handle transactions and events
Nov 09 09:22:55 T420 kernel: iommu: Default domain type: Translated
Nov 09 09:22:55 T420 kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Nov 09 09:22:55 T420 kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 09 09:22:55 T420 kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Nov 09 09:22:55 T420 kernel: vgaarb: loaded
Nov 09 09:22:55 T420 kernel: SCSI subsystem initialized
Nov 09 09:22:55 T420 kernel: libata version 3.00 loaded.
Nov 09 09:22:55 T420 kernel: ACPI: bus type USB registered
Nov 09 09:22:55 T420 kernel: usbcore: registered new interface driver usbfs
Nov 09 09:22:55 T420 kernel: usbcore: registered new interface driver hub
Nov 09 09:22:55 T420 kernel: usbcore: registered new device driver usb
Nov 09 09:22:55 T420 kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 09 09:22:55 T420 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 09 09:22:55 T420 kernel: PTP clock support registered
Nov 09 09:22:55 T420 kernel: EDAC MC: Ver: 3.0.0
Nov 09 09:22:55 T420 kernel: Registered efivars operations
Nov 09 09:22:55 T420 kernel: NetLabel: Initializing
Nov 09 09:22:55 T420 kernel: NetLabel: domain hash size = 128
Nov 09 09:22:55 T420 kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Nov 09 09:22:55 T420 kernel: NetLabel: unlabeled traffic allowed by default
Nov 09 09:22:55 T420 kernel: PCI: Using ACPI for IRQ routing
Nov 09 09:22:55 T420 kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 09 09:22:55 T420 kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Nov 09 09:22:55 T420 kernel: e820: reserve RAM buffer [mem 0xda99f000-0xdbffffff]
Nov 09 09:22:55 T420 kernel: e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
Nov 09 09:22:55 T420 kernel: e820: reserve RAM buffer [mem 0x21e600000-0x21fffffff]
Nov 09 09:22:55 T420 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Nov 09 09:22:55 T420 kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Nov 09 09:22:55 T420 kernel: clocksource: Switched to clocksource tsc-early
Nov 09 09:22:55 T420 kernel: VFS: Disk quotas dquot_6.6.0
Nov 09 09:22:55 T420 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 09 09:22:55 T420 kernel: pnp: PnP ACPI init
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000e0000-0x000e3fff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000e4000-0x000e7fff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000e8000-0x000ebfff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000ec000-0x000effff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
Nov 09 09:22:55 T420 kernel: system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
Nov 09 09:22:55 T420 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Nov 09 09:22:55 T420 kernel: system 00:01: [io 0x0400-0x047f] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:01: [io 0x0500-0x057f] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:01: [io 0x0800-0x080f] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:01: [io 0x15e0-0x15ef] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:01: [io 0x1600-0x167f] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
Nov 09 09:22:55 T420 kernel: system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
Nov 09 09:22:55 T420 kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
Nov 09 09:22:55 T420 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Nov 09 09:22:55 T420 kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Nov 09 09:22:55 T420 kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Nov 09 09:22:55 T420 kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
Nov 09 09:22:55 T420 kernel: pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
Nov 09 09:22:55 T420 kernel: pnp: PnP ACPI: found 6 devices
Nov 09 09:22:55 T420 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 09 09:22:55 T420 kernel: NET: Registered protocol family 2
Nov 09 09:22:55 T420 kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Nov 09 09:22:55 T420 kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Nov 09 09:22:55 T420 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Nov 09 09:22:55 T420 kernel: TCP: Hash tables configured (established 65536 bind 65536)
Nov 09 09:22:55 T420 kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
Nov 09 09:22:55 T420 kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Nov 09 09:22:55 T420 kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Nov 09 09:22:55 T420 kernel: NET: Registered protocol family 1
Nov 09 09:22:55 T420 kernel: NET: Registered protocol family 44
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.3: bridge window [mem 0xf1c00000-0xf23fffff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.4: bridge window [mem 0xf1400000-0xf1bfffff]
Nov 09 09:22:55 T420 kernel: pci 0000:00:1c.4: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff window]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:03: resource 1 [mem 0xf2400000-0xf24fffff]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:05: resource 1 [mem 0xf1c00000-0xf23fffff]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:05: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:0d: resource 0 [io 0x3000-0x3fff]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:0d: resource 1 [mem 0xf1400000-0xf1bfffff]
Nov 09 09:22:55 T420 kernel: pci_bus 0000:0d: resource 2 [mem 0xf0c00000-0xf13fffff 64bit pref]
Nov 09 09:22:55 T420 kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 09 09:22:55 T420 kernel: PCI: CLS 64 bytes, default 64
Nov 09 09:22:55 T420 kernel: Trying to unpack rootfs image as initramfs...
Nov 09 09:22:55 T420 kernel: Freeing initrd memory: 12920K
Nov 09 09:22:55 T420 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 09 09:22:55 T420 kernel: software IO TLB: mapped [mem 0xcfda0000-0xd3da0000] (64MB)
Nov 09 09:22:55 T420 kernel: check: Scanning for low memory corruption every 60 seconds
Nov 09 09:22:55 T420 kernel: Initialise system trusted keyrings
Nov 09 09:22:55 T420 kernel: Key type blacklist registered
Nov 09 09:22:55 T420 kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Nov 09 09:22:55 T420 kernel: zbud: loaded
Nov 09 09:22:55 T420 kernel: Key type asymmetric registered
Nov 09 09:22:55 T420 kernel: Asymmetric key parser 'x509' registered
Nov 09 09:22:55 T420 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Nov 09 09:22:55 T420 kernel: io scheduler mq-deadline registered
Nov 09 09:22:55 T420 kernel: io scheduler kyber registered
Nov 09 09:22:55 T420 kernel: io scheduler bfq registered
Nov 09 09:22:55 T420 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 09 09:22:55 T420 kernel: efifb: probing for efifb
Nov 09 09:22:55 T420 kernel: efifb: No BGRT, not showing boot graphics
Nov 09 09:22:55 T420 kernel: efifb: framebuffer at 0xe0000000, using 1216k, total 1216k
Nov 09 09:22:55 T420 kernel: efifb: mode is 640x480x32, linelength=2560, pages=1
Nov 09 09:22:55 T420 kernel: efifb: scrolling: redraw
Nov 09 09:22:55 T420 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Nov 09 09:22:55 T420 kernel: fbcon: Deferring console take-over
Nov 09 09:22:55 T420 kernel: fb0: EFI VGA frame buffer device
Nov 09 09:22:55 T420 kernel: intel_idle: MWAIT substates: 0x21120
Nov 09 09:22:55 T420 kernel: intel_idle: v0.5.1 model 0x2A
Nov 09 09:22:55 T420 kernel: intel_idle: Local APIC timer is reliable in all C-states
Nov 09 09:22:55 T420 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Nov 09 09:22:55 T420 kernel: ACPI: Lid Switch [LID]
Nov 09 09:22:55 T420 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Nov 09 09:22:55 T420 kernel: ACPI: Sleep Button [SLPB]
Nov 09 09:22:55 T420 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Nov 09 09:22:55 T420 kernel: ACPI: Power Button [PWRF]
Nov 09 09:22:55 T420 kernel: thermal LNXTHERM:00: registered as thermal_zone0
Nov 09 09:22:55 T420 kernel: ACPI: Thermal Zone [THM0] (33 C)
Nov 09 09:22:55 T420 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Nov 09 09:22:55 T420 kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Nov 09 09:22:55 T420 kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Nov 09 09:22:55 T420 kernel: ahci 0000:00:1f.2: version 3.0
Nov 09 09:22:55 T420 kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Nov 09 09:22:55 T420 kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
Nov 09 09:22:55 T420 kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
Nov 09 09:22:55 T420 kernel: scsi host0: ahci
Nov 09 09:22:55 T420 kernel: scsi host1: ahci
Nov 09 09:22:55 T420 kernel: scsi host2: ahci
Nov 09 09:22:55 T420 kernel: scsi host3: ahci
Nov 09 09:22:55 T420 kernel: scsi host4: ahci
Nov 09 09:22:55 T420 kernel: scsi host5: ahci
Nov 09 09:22:55 T420 kernel: ata1: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528100 irq 30
Nov 09 09:22:55 T420 kernel: ata2: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528180 irq 30
Nov 09 09:22:55 T420 kernel: ata3: DUMMY
Nov 09 09:22:55 T420 kernel: ata4: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528280 irq 30
Nov 09 09:22:55 T420 kernel: ata5: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528300 irq 30
Nov 09 09:22:55 T420 kernel: ata6: DUMMY
Nov 09 09:22:55 T420 kernel: usbcore: registered new interface driver usbserial_generic
Nov 09 09:22:55 T420 kernel: usbserial: USB Serial support registered for generic
Nov 09 09:22:55 T420 kernel: rtc_cmos 00:02: RTC can wake from S4
Nov 09 09:22:55 T420 kernel: rtc_cmos 00:02: registered as rtc0
Nov 09 09:22:55 T420 kernel: rtc_cmos 00:02: setting system clock to 2020-11-09T08:22:51 UTC (1604910171)
Nov 09 09:22:55 T420 kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Nov 09 09:22:55 T420 kernel: intel_pstate: Intel P-state driver initializing
Nov 09 09:22:55 T420 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 09 09:22:55 T420 kernel: drop_monitor: Initializing network drop monitor service
Nov 09 09:22:55 T420 kernel: NET: Registered protocol family 10
Nov 09 09:22:55 T420 kernel: Segment Routing with IPv6
Nov 09 09:22:55 T420 kernel: RPL Segment Routing with IPv6
Nov 09 09:22:55 T420 kernel: NET: Registered protocol family 17
Nov 09 09:22:55 T420 kernel: microcode: sig=0x206a7, pf=0x10, revision=0x2f
Nov 09 09:22:55 T420 kernel: microcode: Microcode Update Driver: v2.2.
Nov 09 09:22:55 T420 kernel: IPI shorthand broadcast: enabled
Nov 09 09:22:55 T420 kernel: sched_clock: Marking stable (1178081660, 652489)->(1186209102, -7474953)
Nov 09 09:22:55 T420 kernel: registered taskstats version 1
Nov 09 09:22:55 T420 kernel: Loading compiled-in X.509 certificates
Nov 09 09:22:55 T420 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 0a973c6dc88025e3c9b49d52a86cf41c85f5b0a1'
Nov 09 09:22:55 T420 kernel: zswap: loaded using pool lz4/z3fold
Nov 09 09:22:55 T420 kernel: Key type ._fscrypt registered
Nov 09 09:22:55 T420 kernel: Key type .fscrypt registered
Nov 09 09:22:55 T420 kernel: Key type fscrypt-provisioning registered
Nov 09 09:22:55 T420 kernel: PM: Magic number: 12:376:371
Nov 09 09:22:55 T420 kernel: RAS: Correctable Errors collector initialized.
Nov 09 09:22:55 T420 kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 09 09:22:55 T420 kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
Nov 09 09:22:55 T420 kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Nov 09 09:22:55 T420 kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Nov 09 09:22:55 T420 kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 09 09:22:55 T420 kernel: ata1.00: ATA-10: INTEL SSDSC2BF240A5L, LUDi, max UDMA/133
Nov 09 09:22:55 T420 kernel: ata1.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 09 09:22:55 T420 kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
Nov 09 09:22:55 T420 kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Nov 09 09:22:55 T420 kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Nov 09 09:22:55 T420 kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 09 09:22:55 T420 kernel: ata1.00: configured for UDMA/133
Nov 09 09:22:55 T420 kernel: scsi 0:0:0:0: Direct-Access ATA INTEL SSDSC2BF24 LUDi PQ: 0 ANSI: 5
Nov 09 09:22:55 T420 kernel: sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
Nov 09 09:22:55 T420 kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 09 09:22:55 T420 kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 09 09:22:55 T420 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 09 09:22:55 T420 kernel: sda: sda1 sda2 sda3
Nov 09 09:22:55 T420 kernel: sd 0:0:0:0: [sda] supports TCG Opal
Nov 09 09:22:55 T420 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Nov 09 09:22:55 T420 kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 09 09:22:55 T420 kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
Nov 09 09:22:55 T420 kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
Nov 09 09:22:55 T420 kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Nov 09 09:22:55 T420 kernel: ata2.00: ATAPI: Optiarc DVD ROM DDU7710H, 1RS0, max UDMA/100
Nov 09 09:22:55 T420 kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
Nov 09 09:22:55 T420 kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
Nov 09 09:22:55 T420 kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Nov 09 09:22:55 T420 kernel: ata2.00: configured for UDMA/100
Nov 09 09:22:55 T420 kernel: scsi 1:0:0:0: CD-ROM Optiarc DVD ROM DDU7710H 1RS0 PQ: 0 ANSI: 5
Nov 09 09:22:55 T420 kernel: tsc: Refined TSC clocksource calibration: 2491.905 MHz
Nov 09 09:22:55 T420 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23eb5abbd7b, max_idle_ns: 440795277677 ns
Nov 09 09:22:55 T420 kernel: clocksource: Switched to clocksource tsc
Nov 09 09:22:55 T420 kernel: ata4: SATA link down (SStatus 0 SControl 300)
Nov 09 09:22:55 T420 kernel: ata5: SATA link down (SStatus 0 SControl 300)
Nov 09 09:22:55 T420 kernel: Freeing unused decrypted memory: 2040K
Nov 09 09:22:55 T420 kernel: Freeing unused kernel image (initmem) memory: 1656K
Nov 09 09:22:55 T420 kernel: Write protecting the kernel read-only data: 24576k
Nov 09 09:22:55 T420 kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Nov 09 09:22:55 T420 kernel: Freeing unused kernel image (rodata/data gap) memory: 264K
Nov 09 09:22:55 T420 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 09 09:22:55 T420 kernel: x86/mm: Checking user space page tables
Nov 09 09:22:55 T420 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 09 09:22:55 T420 kernel: Run /init as init process
Nov 09 09:22:55 T420 kernel: with arguments:
Nov 09 09:22:55 T420 kernel: /init
Nov 09 09:22:55 T420 kernel: splash
Nov 09 09:22:55 T420 kernel: with environment:
Nov 09 09:22:55 T420 kernel: HOME=/
Nov 09 09:22:55 T420 kernel: TERM=linux
Nov 09 09:22:55 T420 kernel: BOOT_IMAGE=/boot/vmlinuz-linux
Nov 09 09:22:55 T420 kernel: fbcon: Taking over console
Nov 09 09:22:55 T420 kernel: Console: switching to colour frame buffer device 80x30
Nov 09 09:22:55 T420 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Nov 09 09:22:55 T420 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 09 09:22:55 T420 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Nov 09 09:22:55 T420 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Nov 09 09:22:55 T420 kernel: ehci-pci: EHCI PCI platform driver
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1a.0: debug port 2
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf252a000
Nov 09 09:22:55 T420 kernel: sdhci: Secure Digital Host Controller Interface driver
Nov 09 09:22:55 T420 kernel: sdhci: Copyright(c) Pierre Ossman
Nov 09 09:22:55 T420 kernel: sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e823] (rev 5)
Nov 09 09:22:55 T420 kernel: mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Nov 09 09:22:55 T420 kernel: mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
Nov 09 09:22:55 T420 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Nov 09 09:22:55 T420 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 09 09:22:55 T420 kernel: usb usb1: Product: EHCI Host Controller
Nov 09 09:22:55 T420 kernel: usb usb1: Manufacturer: Linux 5.9.6-arch1-1 ehci_hcd
Nov 09 09:22:55 T420 kernel: usb usb1: SerialNumber: 0000:00:1a.0
Nov 09 09:22:55 T420 kernel: hub 1-0:1.0: USB hub found
Nov 09 09:22:55 T420 kernel: hub 1-0:1.0: 3 ports detected
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1d.0: debug port 2
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf2529000
Nov 09 09:22:55 T420 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Nov 09 09:22:55 T420 kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
Nov 09 09:22:55 T420 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Nov 09 09:22:55 T420 kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Nov 09 09:22:55 T420 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Nov 09 09:22:55 T420 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 09 09:22:55 T420 kernel: usb usb2: Product: EHCI Host Controller
Nov 09 09:22:55 T420 kernel: usb usb2: Manufacturer: Linux 5.9.6-arch1-1 ehci_hcd
Nov 09 09:22:55 T420 kernel: usb usb2: SerialNumber: 0000:00:1d.0
Nov 09 09:22:55 T420 kernel: hub 2-0:1.0: USB hub found
Nov 09 09:22:55 T420 kernel: hub 2-0:1.0: 3 ports detected
Nov 09 09:22:55 T420 kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Nov 09 09:22:55 T420 kernel: firewire_ohci 0000:0d:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
Nov 09 09:22:55 T420 kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Nov 09 09:22:55 T420 kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Nov 09 09:22:55 T420 kernel: random: fast init done
Nov 09 09:22:55 T420 kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Nov 09 09:22:55 T420 kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 09 09:22:55 T420 kernel: hub 1-1:1.0: USB hub found
Nov 09 09:22:55 T420 kernel: hub 1-1:1.0: 6 ports detected
Nov 09 09:22:55 T420 kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Nov 09 09:22:55 T420 kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 09 09:22:55 T420 kernel: hub 2-1:1.0: USB hub found
Nov 09 09:22:55 T420 kernel: hub 2-1:1.0: 8 ports detected
Nov 09 09:22:55 T420 kernel: firewire_core 0000:0d:00.3: created device fw0: GUID 0021cc201001fa12, S400
Nov 09 09:22:55 T420 kernel: usb 1-1.6: new high-speed USB device number 3 using ehci-pci
Nov 09 09:22:55 T420 kernel: usb 1-1.6: New USB device found, idVendor=04f2, idProduct=b221, bcdDevice= 7.52
Nov 09 09:22:55 T420 kernel: usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 09 09:22:55 T420 kernel: usb 1-1.6: Product: Integrated Camera
Nov 09 09:22:55 T420 kernel: usb 1-1.6: Manufacturer: Chicony Electronics Co., Ltd.
Nov 09 09:22:55 T420 kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
Nov 09 09:22:55 T420 systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Nov 09 09:22:55 T420 systemd[1]: Detected architecture x86-64.
Nov 09 09:22:55 T420 systemd[1]: Set hostname to <T420>.
Nov 09 09:22:55 T420 systemd[1]: Queued start job for default target Graphical Interface.
Nov 09 09:22:55 T420 kernel: random: systemd: uninitialized urandom read (16 bytes read)
Nov 09 09:22:55 T420 systemd[1]: Created slice system-getty.slice.
Nov 09 09:22:55 T420 kernel: random: systemd: uninitialized urandom read (16 bytes read)
Nov 09 09:22:55 T420 systemd[1]: Created slice system-modprobe.slice.
Nov 09 09:22:55 T420 kernel: random: systemd: uninitialized urandom read (16 bytes read)
Nov 09 09:22:55 T420 systemd[1]: Created slice system-systemd\x2dfsck.slice.
Nov 09 09:22:55 T420 systemd[1]: Created slice User and Session Slice.
Nov 09 09:22:55 T420 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 09 09:22:55 T420 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 09 09:22:55 T420 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 09 09:22:55 T420 systemd[1]: Reached target Local Encrypted Volumes.
Nov 09 09:22:55 T420 systemd[1]: Reached target Login Prompts.
Nov 09 09:22:55 T420 systemd[1]: Reached target Paths.
Nov 09 09:22:55 T420 systemd[1]: Reached target Remote File Systems.
Nov 09 09:22:55 T420 systemd[1]: Reached target Slices.
Nov 09 09:22:55 T420 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 09 09:22:55 T420 systemd[1]: Listening on LVM2 metadata daemon socket.
Nov 09 09:22:55 T420 systemd[1]: Listening on LVM2 poll daemon socket.
Nov 09 09:22:55 T420 systemd[1]: Listening on Process Core Dump Socket.
Nov 09 09:22:55 T420 systemd[1]: Listening on Journal Audit Socket.
Nov 09 09:22:55 T420 systemd[1]: Listening on Journal Socket (/dev/log).
Nov 09 09:22:55 T420 systemd[1]: Listening on Journal Socket.
Nov 09 09:22:55 T420 systemd[1]: Listening on udev Control Socket.
Nov 09 09:22:55 T420 systemd[1]: Listening on udev Kernel Socket.
Nov 09 09:22:55 T420 systemd[1]: Mounting Huge Pages File System...
Nov 09 09:22:55 T420 systemd[1]: Mounting POSIX Message Queue File System...
Nov 09 09:22:55 T420 systemd[1]: Mounting Kernel Debug File System...
Nov 09 09:22:55 T420 systemd[1]: Mounting Kernel Trace File System...
Nov 09 09:22:55 T420 systemd[1]: Starting Create list of static device nodes for the current kernel...
Nov 09 09:22:55 T420 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 09 09:22:55 T420 systemd[1]: Starting Load Kernel Module drm...
Nov 09 09:22:55 T420 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Nov 09 09:22:55 T420 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Nov 09 09:22:55 T420 systemd[1]: Starting Journal Service...
Nov 09 09:22:55 T420 systemd[1]: Starting Load Kernel Modules...
Nov 09 09:22:55 T420 systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 09 09:22:55 T420 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Nov 09 09:22:55 T420 kernel: acpi_call: loading out-of-tree module taints kernel.
Nov 09 09:22:55 T420 kernel: acpi_call: module verification failed: signature and/or required key missing - tainting kernel
Nov 09 09:22:55 T420 systemd[1]: Starting Coldplug All udev Devices...
Nov 09 09:22:55 T420 kernel: Linux agpgart interface v0.103
Nov 09 09:22:55 T420 kernel: EXT4-fs (sda3): re-mounted. Opts: (null)
Nov 09 09:22:55 T420 systemd[1]: Mounted Huge Pages File System.
Nov 09 09:22:55 T420 systemd[1]: Mounted POSIX Message Queue File System.
Nov 09 09:22:55 T420 systemd[1]: Mounted Kernel Debug File System.
Nov 09 09:22:55 T420 systemd[1]: Mounted Kernel Trace File System.
Nov 09 09:22:55 T420 systemd[1]: Finished Create list of static device nodes for the current kernel.
Nov 09 09:22:55 T420 kernel: Asymmetric key parser 'pkcs8' registered
Nov 09 09:22:55 T420 kernel: thinkpad_ec: thinkpad_ec 0.43 loaded.
Nov 09 09:22:55 T420 systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 09 09:22:55 T420 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Nov 09 09:22:55 T420 kernel: tp_smapi 0.43 loading...
Nov 09 09:22:55 T420 kernel: tp_smapi successfully loaded (smapi_port=0xb2).
Nov 09 09:22:55 T420 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Nov 09 09:22:55 T420 systemd[1]: Starting Load/Save Random Seed...
Nov 09 09:22:55 T420 systemd[1]: Starting Create System Users...
Nov 09 09:22:55 T420 systemd[1]: Finished Load Kernel Modules.
Nov 09 09:22:55 T420 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Nov 09 09:22:55 T420 systemd[1]: Mounting Kernel Configuration File System...
Nov 09 09:22:55 T420 systemd[1]: Starting Apply Kernel Variables...
Nov 09 09:22:55 T420 systemd[1]: Mounted Kernel Configuration File System.
Nov 09 09:22:55 T420 systemd[1]: Finished Apply Kernel Variables.
Nov 09 09:22:55 T420 systemd[1]: modprobe@drm.service: Succeeded.
Nov 09 09:22:55 T420 systemd[1]: Finished Load Kernel Module drm.
Nov 09 09:22:55 T420 systemd[1]: Finished Create System Users.
Nov 09 09:22:55 T420 systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 09 09:22:55 T420 systemd[1]: Finished Coldplug All udev Devices.
Nov 09 09:22:55 T420 systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 09 09:22:55 T420 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 09 09:22:55 T420 systemd-journald[228]: Journal started
Nov 09 09:22:55 T420 systemd-journald[228]: Runtime Journal (/run/log/journal/e02778b072e54daf8088d6b721103620) is 8.0M, max 392.0M, 384.0M free.
Nov 09 09:22:55 T420 systemd-modules-load[229]: Inserted module 'acpi_call'
Nov 09 09:22:55 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:55 T420 systemd-modules-load[229]: Inserted module 'crypto_user'
Nov 09 09:22:55 T420 systemd-modules-load[229]: Inserted module 'pkcs8_key_parser'
Nov 09 09:22:55 T420 systemd-modules-load[229]: Inserted module 'tp_smapi'
Nov 09 09:22:55 T420 systemd-random-seed[233]: Kernel entropy pool is not initialized yet, waiting until it is.
Nov 09 09:22:55 T420 systemd-sysctl[236]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Nov 09 09:22:55 T420 systemd-sysctl[236]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Nov 09 09:22:55 T420 systemd-sysctl[236]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Nov 09 09:22:55 T420 systemd-sysctl[236]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Nov 09 09:22:55 T420 systemd-sysctl[236]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Nov 09 09:22:55 T420 systemd[1]: Started Journal Service.
Nov 09 09:22:55 T420 kernel: audit: type=1130 audit(1604910175.527:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:55 T420 systemd-sysctl[236]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Nov 09 09:22:55 T420 systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 09 09:22:55 T420 systemd-journald[228]: Time spent on flushing to /var/log/journal/e02778b072e54daf8088d6b721103620 is 7.160ms for 780 entries.
Nov 09 09:22:55 T420 systemd-journald[228]: System Journal (/var/log/journal/e02778b072e54daf8088d6b721103620) is 552.1M, max 4.0G, 3.4G free.
Nov 09 09:22:55 T420 systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 09 09:22:55 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:55 T420 systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 09 09:22:55 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:55 T420 kernel: audit: type=1130 audit(1604910175.641:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:55 T420 kernel: audit: type=1130 audit(1604910175.641:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:55 T420 systemd[1]: Started LVM2 metadata daemon.
Nov 09 09:22:55 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:55 T420 kernel: audit: type=1130 audit(1604910175.644:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:55 T420 kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Nov 09 09:22:55 T420 kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Nov 09 09:22:55 T420 kernel: ACPI: AC Adapter [AC] (off-line)
Nov 09 09:22:55 T420 kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\_SB.PCI0.LPC.PMIO) (20200717/utaddress-204)
Nov 09 09:22:55 T420 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Nov 09 09:22:55 T420 kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20200717/utaddress-204)
Nov 09 09:22:55 T420 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Nov 09 09:22:55 T420 kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20200717/utaddress-204)
Nov 09 09:22:55 T420 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Nov 09 09:22:55 T420 kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20200717/utaddress-204)
Nov 09 09:22:55 T420 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Nov 09 09:22:55 T420 kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Nov 09 09:22:55 T420 kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Nov 09 09:22:55 T420 kernel: Non-volatile memory driver v1.3
Nov 09 09:22:55 T420 kernel: e1000e: Intel(R) PRO/1000 Network Driver
Nov 09 09:22:55 T420 kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Nov 09 09:22:55 T420 kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Nov 09 09:22:55 T420 kernel: i2c i2c-0: 2/2 memory slots populated (from DMI)
Nov 09 09:22:55 T420 kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
Nov 09 09:22:55 T420 kernel: i2c i2c-0: Successfully instantiated SPD at 0x51
Nov 09 09:22:55 T420 kernel: tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
Nov 09 09:22:55 T420 systemd[1]: Found device INTEL_SSDSC2BF240A5L 1.
Nov 09 09:22:55 T420 systemd[1]: Found device INTEL_SSDSC2BF240A5L 2.
Nov 09 09:22:55 T420 systemd[1]: Activating swap /dev/disk/by-uuid/b127a40d-c1b9-46d3-9465-65e71779d872...
Nov 09 09:22:55 T420 kernel: tpm tpm0: TPM is disabled/deactivated (0x6)
Nov 09 09:22:55 T420 kernel: Adding 16777212k swap on /dev/sda2. Priority:-2 extents:1 across:16777212k SSFS
Nov 09 09:22:55 T420 systemd[1]: Activated swap /dev/disk/by-uuid/b127a40d-c1b9-46d3-9465-65e71779d872.
Nov 09 09:22:55 T420 systemd[1]: Reached target Swap.
Nov 09 09:22:55 T420 systemd[1]: Mounting Temporary Directory (/tmp)...
Nov 09 09:22:55 T420 kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Nov 09 09:22:55 T420 kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Nov 09 09:22:55 T420 kernel: thinkpad_acpi: ThinkPad BIOS 83ET69WW (1.39 ), EC unknown
Nov 09 09:22:55 T420 kernel: thinkpad_acpi: Lenovo ThinkPad T420, model 4236C15
Nov 09 09:22:55 T420 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
Nov 09 09:22:55 T420 systemd[1]: Mounted Temporary Directory (/tmp).
Nov 09 09:22:55 T420 kernel: thinkpad_acpi: radio switch found; radios are enabled
Nov 09 09:22:55 T420 kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Nov 09 09:22:55 T420 kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Nov 09 09:22:55 T420 kernel: thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
Nov 09 09:22:55 T420 kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100)
Nov 09 09:22:55 T420 kernel: battery: new extension: ThinkPad Battery Extension
Nov 09 09:22:55 T420 kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
Nov 09 09:22:55 T420 systemd-udevd[254]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 09 09:22:56 T420 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 09 09:22:56 T420 systemd[1]: Reached target Local File Systems (Pre).
Nov 09 09:22:56 T420 systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Nov 09 09:22:56 T420 systemd[1]: Starting File System Check on /dev/disk/by-uuid/181E-485B...
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 kernel: audit: type=1130 audit(1604910176.007:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Nov 09 09:22:56 T420 kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Nov 09 09:22:56 T420 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Nov 09 09:22:56 T420 kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Nov 09 09:22:56 T420 systemd-fsck[299]: fsck.fat 4.1 (2017-01-24)
Nov 09 09:22:56 T420 systemd-fsck[299]: 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Nov 09 09:22:56 T420 systemd-fsck[299]: Automatically removing dirty bit.
Nov 09 09:22:56 T420 systemd-fsck[299]: Performing changes.
Nov 09 09:22:56 T420 systemd-fsck[299]: /dev/sda1: 26 files, 16039/130812 clusters
Nov 09 09:22:56 T420 kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-181E\x2d485B comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: Finished File System Check on /dev/disk/by-uuid/181E-485B.
Nov 09 09:22:56 T420 kernel: audit: type=1130 audit(1604910176.064:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-181E\x2d485B comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: Mounting /efi...
Nov 09 09:22:56 T420 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 09 09:22:56 T420 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 09 09:22:56 T420 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Nov 09 09:22:56 T420 kernel: cfg80211: failed to load regulatory.db
Nov 09 09:22:56 T420 kernel: cryptd: max_cpu_qlen set to 1000
Nov 09 09:22:56 T420 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 09 09:22:56 T420 kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:21:cc:bc:fa:73
Nov 09 09:22:56 T420 kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Nov 09 09:22:56 T420 kernel: e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
Nov 09 09:22:56 T420 kernel: AVX version of gcm_enc/dec engaged.
Nov 09 09:22:56 T420 kernel: AES CTR mode by8 optimization enabled
Nov 09 09:22:56 T420 systemd[1]: Mounted /efi.
Nov 09 09:22:56 T420 systemd[1]: Reached target Local File Systems.
Nov 09 09:22:56 T420 systemd[1]: Starting Rebuild Dynamic Linker Cache...
Nov 09 09:22:56 T420 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Nov 09 09:22:56 T420 systemd[1]: Starting Create Volatile Files and Directories...
Nov 09 09:22:56 T420 kernel: iTCO_vendor_support: vendor-support=0
Nov 09 09:22:56 T420 kernel: at24 0-0050: supply vcc not found, using dummy regulator
Nov 09 09:22:56 T420 kernel: at24 0-0050: 256 byte spd EEPROM, read-only
Nov 09 09:22:56 T420 kernel: at24 0-0051: supply vcc not found, using dummy regulator
Nov 09 09:22:56 T420 kernel: at24 0-0051: 256 byte spd EEPROM, read-only
Nov 09 09:22:56 T420 kernel: audit: type=1130 audit(1604910176.214:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: Finished Create Volatile Files and Directories.
Nov 09 09:22:56 T420 systemd[1]: Starting Rebuild Journal Catalog...
Nov 09 09:22:56 T420 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Nov 09 09:22:56 T420 audit[356]: SYSTEM_BOOT pid=356 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 kernel: audit: type=1127 audit(1604910176.231:9): pid=356 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 kernel: audit: type=1130 audit(1604910176.237:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: Finished Rebuild Journal Catalog.
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 kernel: audit: type=1130 audit(1604910176.257:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 kernel: Intel(R) Wireless WiFi driver for Linux
Nov 09 09:22:56 T420 kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Nov 09 09:22:56 T420 kernel: iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
Nov 09 09:22:56 T420 kernel: iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Nov 09 09:22:56 T420 kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Nov 09 09:22:56 T420 kernel: iwlwifi 0000:03:00.0: loaded firmware version 39.31.5.1 build 35138 1000-5.ucode op_mode iwldvm
Nov 09 09:22:56 T420 systemd-udevd[265]: Using default interface naming scheme 'v245'.
Nov 09 09:22:56 T420 systemd-udevd[265]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 09 09:22:56 T420 kernel: e1000e 0000:00:19.0 enp0s25: renamed from eth0
Nov 09 09:22:56 T420 systemd[1]: Finished Rebuild Dynamic Linker Cache.
Nov 09 09:22:56 T420 systemd[1]: Starting Update is Completed...
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 kernel: audit: type=1130 audit(1604910176.384:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: Finished Update is Completed.
Nov 09 09:22:56 T420 systemd[1]: Reached target System Initialization.
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 kernel: audit: type=1130 audit(1604910176.397:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: Started Daily man-db regeneration.
Nov 09 09:22:56 T420 systemd[1]: Started Daily verification of password and group files.
Nov 09 09:22:56 T420 systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 09 09:22:56 T420 systemd[1]: Reached target Timers.
Nov 09 09:22:56 T420 systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 09 09:22:56 T420 systemd[1]: Listening on CUPS Scheduler.
Nov 09 09:22:56 T420 systemd[1]: Reached target Sockets.
Nov 09 09:22:56 T420 systemd[1]: Reached target Basic System.
Nov 09 09:22:56 T420 systemd[1]: Started D-Bus System Message Bus.
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: Starting Network Manager...
Nov 09 09:22:56 T420 kernel: audit: type=1130 audit(1604910176.404:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 audit: BPF prog-id=7 op=LOAD
Nov 09 09:22:56 T420 kernel: audit: type=1334 audit(1604910176.407:15): prog-id=7 op=LOAD
Nov 09 09:22:56 T420 audit: BPF prog-id=8 op=LOAD
Nov 09 09:22:56 T420 systemd[1]: Starting User Login Management...
Nov 09 09:22:56 T420 systemd[1]: Condition check resulted in Daily man-db regeneration being skipped.
Nov 09 09:22:56 T420 systemd-udevd[264]: Using default interface naming scheme 'v245'.
Nov 09 09:22:56 T420 systemd[1]: Started Verify integrity of password and group files.
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: shadow.service: Succeeded.
Nov 09 09:22:56 T420 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 NetworkManager[384]: <info> [1604910176.4721] NetworkManager (version 1.26.4-1) is starting... (for the first time)
Nov 09 09:22:56 T420 NetworkManager[384]: <info> [1604910176.4724] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 09 09:22:56 T420 systemd[1]: Started Network Manager.
Nov 09 09:22:56 T420 systemd[1]: Reached target Network.
Nov 09 09:22:56 T420 NetworkManager[384]: <info> [1604910176.4754] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 09 09:22:56 T420 systemd[1]: Starting Permit User Sessions...
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 NetworkManager[384]: <info> [1604910176.4845] manager[0x5606730ce030]: monitoring kernel firmware directory '/lib/firmware'.
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: Finished Permit User Sessions.
Nov 09 09:22:56 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=0 pid=384 comm="/usr/bin/NetworkManager --no-daemon ")
Nov 09 09:22:56 T420 systemd[1]: Starting GNOME Display Manager...
Nov 09 09:22:56 T420 audit: BPF prog-id=9 op=LOAD
Nov 09 09:22:56 T420 audit: BPF prog-id=10 op=LOAD
Nov 09 09:22:56 T420 systemd[1]: Starting Hostname Service...
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: Started GNOME Display Manager.
Nov 09 09:22:56 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' requested by ':1.2' (uid=0 pid=397 comm="/usr/bin/gdm ")
Nov 09 09:22:56 T420 systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
Nov 09 09:22:56 T420 kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
Nov 09 09:22:56 T420 kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
Nov 09 09:22:56 T420 kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
Nov 09 09:22:56 T420 kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
Nov 09 09:22:56 T420 systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 09 09:22:56 T420 systemd-udevd[254]: Using default interface naming scheme 'v245'.
Nov 09 09:22:56 T420 kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
Nov 09 09:22:56 T420 systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 kernel: checking generic (e0000000 130000) vs hw (f0000000 400000)
Nov 09 09:22:56 T420 kernel: checking generic (e0000000 130000) vs hw (e0000000 10000000)
Nov 09 09:22:56 T420 kernel: fb0: switching to inteldrmfb from EFI VGA
Nov 09 09:22:56 T420 kernel: Console: switching to colour dummy device 80x25
Nov 09 09:22:56 T420 kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Nov 09 09:22:56 T420 systemd-udevd[254]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 09 09:22:56 T420 kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Nov 09 09:22:56 T420 kernel: [drm] Initialized i915 1.6.0 20200715 for 0000:00:02.0 on minor 0
Nov 09 09:22:56 T420 kernel: ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
Nov 09 09:22:56 T420 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5888], y [..4820]
Nov 09 09:22:56 T420 kernel: acpi device:00: registered as cooling_device4
Nov 09 09:22:56 T420 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
Nov 09 09:22:56 T420 kernel: random: crng init done
Nov 09 09:22:56 T420 kernel: random: 7 urandom warning(s) missed due to ratelimiting
Nov 09 09:22:56 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:56 T420 systemd[1]: Finished Load/Save Random Seed.
Nov 09 09:22:56 T420 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Nov 09 09:22:56 T420 kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Nov 09 09:22:56 T420 kernel: snd_hda_codec_conexant hdaudioC0D0: CX20590: BIOS auto-probing.
Nov 09 09:22:56 T420 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b1/0xb40000/0xa0000/0x0, board id: 0, fw id: 578367
Nov 09 09:22:56 T420 kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Nov 09 09:22:56 T420 kernel: snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20590: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
Nov 09 09:22:56 T420 kernel: snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 09 09:22:56 T420 kernel: snd_hda_codec_conexant hdaudioC0D0: hp_outs=2 (0x1c/0x19/0x0/0x0/0x0)
Nov 09 09:22:56 T420 kernel: snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
Nov 09 09:22:56 T420 kernel: snd_hda_codec_conexant hdaudioC0D0: inputs:
Nov 09 09:22:56 T420 kernel: snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x23
Nov 09 09:22:56 T420 kernel: snd_hda_codec_conexant hdaudioC0D0: Mic=0x1b
Nov 09 09:22:56 T420 kernel: snd_hda_codec_conexant hdaudioC0D0: Dock Mic=0x1a
Nov 09 09:22:56 T420 kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Nov 09 09:22:56 T420 kernel: input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Nov 09 09:22:56 T420 kernel: input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Nov 09 09:22:56 T420 kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Nov 09 09:22:56 T420 kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Nov 09 09:22:56 T420 kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
Nov 09 09:22:56 T420 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
Nov 09 09:22:56 T420 kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
Nov 09 09:22:56 T420 systemd[1]: Reached target Sound Card.
Nov 09 09:22:56 T420 kernel: mousedev: PS/2 mouse device common for all mice
Nov 09 09:22:56 T420 kernel: fbcon: i915drmfb (fb0) is primary device
Nov 09 09:22:57 T420 systemd-logind[385]: Watching system buttons on /dev/input/event2 (Power Button)
Nov 09 09:22:57 T420 kernel: intel_rapl_common: Found RAPL domain package
Nov 09 09:22:57 T420 kernel: intel_rapl_common: Found RAPL domain core
Nov 09 09:22:57 T420 kernel: intel_rapl_common: Found RAPL domain uncore
Nov 09 09:22:57 T420 kernel: intel_rapl_common: RAPL package-0 domain package locked by BIOS
Nov 09 09:22:57 T420 dbus-daemon[383]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 09 09:22:57 T420 systemd[1]: Started Hostname Service.
Nov 09 09:22:57 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0468] hostname: hostname: using hostnamed
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0469] hostname: hostname changed from (none) to "T420"
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0481] dns-mgr[0x560673088220]: init: dns=default,systemd-resolved rc-manager=symlink
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0490] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill0) (driver iwlwifi)
Nov 09 09:22:57 T420 systemd-logind[385]: Watching system buttons on /dev/input/event0 (Lid Switch)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0492] manager[0x5606730ce030]: rfkill: Wi-Fi hardware radio set enabled
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0493] manager[0x5606730ce030]: rfkill: WWAN hardware radio set enabled
Nov 09 09:22:57 T420 systemd-logind[385]: Watching system buttons on /dev/input/event1 (Sleep Button)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0654] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0736] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0752] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0760] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0948] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0969] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0973] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0974] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0975] manager: Networking is enabled by state file
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.0986] dhcp-init: Using DHCP client 'internal'
Nov 09 09:22:57 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=384 comm="/usr/bin/NetworkManager --no-daemon ")
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.1000] settings: Loaded settings plugin: keyfile (internal)
Nov 09 09:22:57 T420 systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.1052] device (lo): carrier: link connected
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.1058] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.1071] manager: (enp0s25): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.1097] settings: (enp0s25): created default wired connection 'Wired connection 1'
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.1103] device (enp0s25): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 09 09:22:57 T420 dbus-daemon[383]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 09 09:22:57 T420 systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 09 09:22:57 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:57 T420 systemd-logind[385]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Nov 09 09:22:57 T420 systemd-logind[385]: Watching system buttons on /dev/input/event5 (ThinkPad Extra Buttons)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.3276] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.3331] ovsdb: Could not connect: No such file or directory
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.3353] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 09 09:22:57 T420 kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
Nov 09 09:22:57 T420 kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.4718] device (wlan0): set-hw-addr: set MAC address to 06:1B:91:3C:F8:21 (scanning)
Nov 09 09:22:57 T420 kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
Nov 09 09:22:57 T420 kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
Nov 09 09:22:57 T420 mtp-probe[584]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6"
Nov 09 09:22:57 T420 mtp-probe[584]: bus: 1, device: 3 was not an MTP device
Nov 09 09:22:57 T420 dbus-daemon[383]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.1' (uid=0 pid=384 comm="/usr/bin/NetworkManager --no-daemon ")
Nov 09 09:22:57 T420 systemd[1]: Starting WPA supplicant...
Nov 09 09:22:57 T420 dbus-daemon[383]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Nov 09 09:22:57 T420 systemd[1]: Started WPA supplicant.
Nov 09 09:22:57 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:57 T420 wpa_supplicant[592]: Successfully initialized wpa_supplicant
Nov 09 09:22:57 T420 kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
Nov 09 09:22:57 T420 wpa_supplicant[592]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.6654] device (wlan0): supplicant interface state: internal-starting -> disconnected
Nov 09 09:22:57 T420 NetworkManager[384]: <info> [1604910177.6656] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 09 09:22:57 T420 kernel: Console: switching to colour frame buffer device 200x56
Nov 09 09:22:57 T420 systemd-logind[385]: New seat seat0.
Nov 09 09:22:57 T420 kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Nov 09 09:22:57 T420 kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
Nov 09 09:22:57 T420 systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Nov 09 09:22:57 T420 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Nov 09 09:22:57 T420 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Nov 09 09:22:57 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:57 T420 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Nov 09 09:22:57 T420 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Nov 09 09:22:57 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:57 T420 dbus-daemon[383]: [system] Successfully activated service 'org.freedesktop.login1'
Nov 09 09:22:57 T420 systemd[1]: Started User Login Management.
Nov 09 09:22:57 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:57 T420 systemd[1]: Reached target Multi-User System.
Nov 09 09:22:57 T420 systemd[1]: Reached target Graphical Interface.
Nov 09 09:22:57 T420 systemd[1]: Startup finished in 4.622s (kernel) + 3.010s (userspace) = 7.633s.
Nov 09 09:22:58 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.2' (uid=0 pid=397 comm="/usr/bin/gdm ")
Nov 09 09:22:58 T420 systemd[1]: Reached target User and Group Name Lookups.
Nov 09 09:22:58 T420 systemd[1]: Starting Accounts Service...
Nov 09 09:22:58 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.7' (uid=0 pid=609 comm="/usr/lib/accounts-daemon ")
Nov 09 09:22:58 T420 systemd[1]: Starting Authorization Manager...
Nov 09 09:22:58 T420 polkitd[613]: Started polkitd version 0.118
Nov 09 09:22:58 T420 kernel: mc: Linux media interface: v0.10
Nov 09 09:22:58 T420 kernel: videodev: Linux video capture interface: v2.00
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.1684] policy: auto-activating connection 'Get_Your_Own_WIFI' (35cc4696-e108-4110-8fb8-95519dc6b688)
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.1691] device (wlan0): Activation: starting connection 'Get_Your_Own_WIFI' (35cc4696-e108-4110-8fb8-95519dc6b688)
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.1693] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 09 09:22:58 T420 polkitd[613]: Loading rules from directory /etc/polkit-1/rules.d
Nov 09 09:22:58 T420 polkitd[613]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.1698] manager: NetworkManager state is now CONNECTING
Nov 09 09:22:58 T420 polkitd[613]: Finished loading, compiling and executing 5 rules
Nov 09 09:22:58 T420 dbus-daemon[383]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 09 09:22:58 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:58 T420 polkitd[613]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 09 09:22:58 T420 systemd[1]: Started Authorization Manager.
Nov 09 09:22:58 T420 accounts-daemon[609]: started daemon version 0.6.55
Nov 09 09:22:58 T420 dbus-daemon[383]: [system] Successfully activated service 'org.freedesktop.Accounts'
Nov 09 09:22:58 T420 systemd[1]: Started Accounts Service.
Nov 09 09:22:58 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.1839] device (wlan0): set-hw-addr: reset MAC address to 74:E5:0B:DB:C1:24 (preserve)
Nov 09 09:22:58 T420 audit[631]: USER_AUTH pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:22:58 T420 audit[631]: USER_ACCT pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:22:58 T420 audit[631]: CRED_ACQ pid=631 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:22:58 T420 kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
Nov 09 09:22:58 T420 kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
Nov 09 09:22:58 T420 systemd[1]: Created slice User Slice of UID 120.
Nov 09 09:22:58 T420 systemd[1]: Starting User Runtime Directory /run/user/120...
Nov 09 09:22:58 T420 systemd-logind[385]: New session 1 of user gdm.
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.2961] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.2965] device (wlan0): Activation: (wifi) access point 'Get_Your_Own_WIFI' has security, but secrets are required.
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.2965] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.3006] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.3010] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.3013] device (wlan0): Activation: (wifi) connection 'Get_Your_Own_WIFI' has security, and secrets exist. No new secrets needed.
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.3013] Config: added 'ssid' value 'Get_Your_Own_WIFI'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.3014] Config: added 'scan_ssid' value '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.3014] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.3014] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.3014] Config: added 'auth_alg' value 'OPEN'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.3014] Config: added 'psk' value '<hidden>'
Nov 09 09:22:58 T420 systemd[1]: Finished User Runtime Directory /run/user/120.
Nov 09 09:22:58 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:58 T420 systemd[1]: Starting User Manager for UID 120...
Nov 09 09:22:58 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.12' (uid=0 pid=636 comm="(systemd) ")
Nov 09 09:22:58 T420 dbus-daemon[383]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 09 09:22:58 T420 systemd[636]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 09 09:22:58 T420 audit[636]: USER_ACCT pid=636 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:58 T420 audit[636]: CRED_ACQ pid=636 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 09 09:22:58 T420 systemd[636]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Nov 09 09:22:58 T420 systemd[636]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by (uid=0)
Nov 09 09:22:58 T420 audit[636]: USER_START pid=636 uid=0 auid=120 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.3272] device (wlan0): supplicant interface state: disconnected -> inactive
Nov 09 09:22:58 T420 kernel: uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b221)
Nov 09 09:22:58 T420 audit: BPF prog-id=11 op=LOAD
Nov 09 09:22:58 T420 audit: BPF prog-id=11 op=UNLOAD
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.3330] device (wlan0): supplicant interface state: inactive -> scanning
Nov 09 09:22:58 T420 kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input17
Nov 09 09:22:58 T420 kernel: usbcore: registered new interface driver uvcvideo
Nov 09 09:22:58 T420 kernel: USB Video Class driver (1.1.1)
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-pulseaudio-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Sharing-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dssh-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.XSettings-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dpkcs11-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.MediaKeys-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Power-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Color-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.PrintNotifications-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Sound-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dsecrets-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Rfkill-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.UsbProtection-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Smartcard-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Housekeeping-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Wwan-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.A11ySettings-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Keyboard-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.ScreensaverProxy-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Datetime-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[643]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Wacom-autostart.service, startup phases are not supported.
Nov 09 09:22:58 T420 systemd[636]: Queued start job for default target Main User Target.
Nov 09 09:22:58 T420 systemd[636]: Reached target Paths.
Nov 09 09:22:58 T420 systemd[636]: Reached target Timers.
Nov 09 09:22:58 T420 systemd[636]: Starting D-Bus User Message Bus Socket.
Nov 09 09:22:58 T420 systemd[636]: Listening on GnuPG network certificate management daemon.
Nov 09 09:22:58 T420 systemd[636]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 09 09:22:58 T420 systemd[636]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 09 09:22:58 T420 systemd[636]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 09 09:22:58 T420 systemd[636]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 09 09:22:58 T420 systemd[636]: Listening on p11-kit server.
Nov 09 09:22:58 T420 systemd[636]: Listening on Multimedia System.
Nov 09 09:22:58 T420 systemd[636]: Listening on Sound System.
Nov 09 09:22:58 T420 systemd[636]: Listening on D-Bus User Message Bus Socket.
Nov 09 09:22:58 T420 systemd[636]: Reached target Sockets.
Nov 09 09:22:58 T420 systemd[636]: Reached target Basic System.
Nov 09 09:22:58 T420 systemd[1]: Started User Manager for UID 120.
Nov 09 09:22:58 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:22:58 T420 systemd[636]: Starting Update XDG user dir configuration...
Nov 09 09:22:58 T420 systemd[1]: Started Session 1 of user gdm.
Nov 09 09:22:58 T420 systemd[636]: xdg-user-dirs-update.service: Succeeded.
Nov 09 09:22:58 T420 systemd[636]: Finished Update XDG user dir configuration.
Nov 09 09:22:58 T420 systemd[636]: Reached target Main User Target.
Nov 09 09:22:58 T420 systemd[636]: Startup finished in 95ms.
Nov 09 09:22:58 T420 audit[631]: USER_START pid=631 uid=0 auid=120 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:22:58 T420 systemd[636]: Started D-Bus User Message Bus.
Nov 09 09:22:58 T420 gnome-session[653]: gnome-session-binary[653]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Nov 09 09:22:58 T420 gnome-session-binary[653]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Nov 09 09:22:58 T420 gnome-session[653]: gnome-session-binary[653]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Nov 09 09:22:58 T420 gnome-session-binary[653]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Nov 09 09:22:58 T420 gnome-session[653]: gnome-session-binary[653]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Nov 09 09:22:58 T420 gnome-session-binary[653]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Nov 09 09:22:58 T420 wpa_supplicant[592]: wlan0: SME: Trying to authenticate with 38:35:fb:4d:f8:8e (SSID='Get_Your_Own_WIFI' freq=2457 MHz)
Nov 09 09:22:58 T420 kernel: wlan0: authenticate with 38:35:fb:4d:f8:8e
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.8774] device (wlan0): supplicant interface state: scanning -> authenticating
Nov 09 09:22:58 T420 kernel: wlan0: send auth to 38:35:fb:4d:f8:8e (try 1/3)
Nov 09 09:22:58 T420 wpa_supplicant[592]: wlan0: Trying to associate with 38:35:fb:4d:f8:8e (SSID='Get_Your_Own_WIFI' freq=2457 MHz)
Nov 09 09:22:58 T420 kernel: wlan0: authenticated
Nov 09 09:22:58 T420 kernel: wlan0: associate with 38:35:fb:4d:f8:8e (try 1/3)
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.8817] device (wlan0): supplicant interface state: authenticating -> associating
Nov 09 09:22:58 T420 kernel: wlan0: RX AssocResp from 38:35:fb:4d:f8:8e (capab=0x411 status=0 aid=2)
Nov 09 09:22:58 T420 wpa_supplicant[592]: wlan0: Associated with 38:35:fb:4d:f8:8e
Nov 09 09:22:58 T420 wpa_supplicant[592]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 09 09:22:58 T420 kernel: wlan0: associated
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.8975] device (wlan0): supplicant interface state: associating -> associated
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9039] device (wlan0): supplicant interface state: associated -> 4way_handshake
Nov 09 09:22:58 T420 wpa_supplicant[592]: wlan0: WPA: Key negotiation completed with 38:35:fb:4d:f8:8e [PTK=CCMP GTK=TKIP]
Nov 09 09:22:58 T420 wpa_supplicant[592]: wlan0: CTRL-EVENT-CONNECTED - Connection to 38:35:fb:4d:f8:8e completed [id=0 id_str=]
Nov 09 09:22:58 T420 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9241] device (wlan0): supplicant interface state: 4way_handshake -> completed
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9242] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Get_Your_Own_WIFI"
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9244] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9249] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9720] dhcp4 (wlan0): option dhcp_lease_time => '259200'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9721] dhcp4 (wlan0): option domain_name => 'home'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9721] dhcp4 (wlan0): option domain_name_servers => '192.168.1.1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9721] dhcp4 (wlan0): option expiry => '1605169378'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9721] dhcp4 (wlan0): option ip_address => '192.168.1.33'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9721] dhcp4 (wlan0): option requested_broadcast_address => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9721] dhcp4 (wlan0): option requested_domain_name => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9721] dhcp4 (wlan0): option requested_domain_name_servers => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9721] dhcp4 (wlan0): option requested_domain_search => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9721] dhcp4 (wlan0): option requested_host_name => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9722] dhcp4 (wlan0): option requested_interface_mtu => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9722] dhcp4 (wlan0): option requested_ms_classless_static_routes => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9722] dhcp4 (wlan0): option requested_nis_domain => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9722] dhcp4 (wlan0): option requested_nis_servers => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9722] dhcp4 (wlan0): option requested_ntp_servers => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9722] dhcp4 (wlan0): option requested_rfc3442_classless_static_routes => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9722] dhcp4 (wlan0): option requested_root_path => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9722] dhcp4 (wlan0): option requested_routers => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9722] dhcp4 (wlan0): option requested_static_routes => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9722] dhcp4 (wlan0): option requested_subnet_mask => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9722] dhcp4 (wlan0): option requested_time_offset => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9723] dhcp4 (wlan0): option requested_wpad => '1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9723] dhcp4 (wlan0): option routers => '192.168.1.1'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9723] dhcp4 (wlan0): option subnet_mask => '255.255.255.0'
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9723] dhcp4 (wlan0): state changed unknown -> bound
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9735] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9772] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9775] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9781] manager: NetworkManager state is now CONNECTED_LOCAL
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9798] manager: NetworkManager state is now CONNECTED_SITE
Nov 09 09:22:58 T420 NetworkManager[384]: <info> [1604910178.9799] policy: set 'Get_Your_Own_WIFI' (wlan0) as default for IPv4 routing and DNS
Nov 09 09:22:58 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.1' (uid=0 pid=384 comm="/usr/bin/NetworkManager --no-daemon ")
Nov 09 09:22:58 T420 dbus-daemon[383]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Nov 09 09:22:59 T420 NetworkManager[384]: <info> [1604910179.0065] device (wlan0): Activation: successful, device activated.
Nov 09 09:22:59 T420 NetworkManager[384]: <info> [1604910179.1038] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 09 09:22:59 T420 wpa_supplicant[592]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-57 noise=9999 txrate=1000
Nov 09 09:23:00 T420 /usr/lib/gdm-wayland-session[652]: dbus-daemon[652]: [session uid=120 pid=652] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=661 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:00 T420 /usr/lib/gdm-wayland-session[652]: dbus-daemon[652]: [session uid=120 pid=652] Successfully activated service 'org.a11y.Bus'
Nov 09 09:23:00 T420 org.gnome.Shell.desktop[704]: glamor: No eglstream capable devices found
Nov 09 09:23:00 T420 gnome-shell[661]: Some code accessed the property 'CredentialManager' on the module 'credentialManager'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Nov 09 09:23:00 T420 NetworkManager[384]: <info> [1604910180.3737] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Nov 09 09:23:00 T420 NetworkManager[384]: <info> [1604910180.3747] policy: set 'Get_Your_Own_WIFI' (wlan0) as default for IPv6 routing and DNS
Nov 09 09:23:00 T420 gnome-shell[661]: Skipping parental controls support as it’s disabled
Nov 09 09:23:00 T420 gnome-shell[661]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Nov 09 09:23:00 T420 gnome-shell[661]: Will monitor session 1
Nov 09 09:23:00 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.16' (uid=120 pid=661 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:00 T420 audit: BPF prog-id=12 op=LOAD
Nov 09 09:23:00 T420 audit: BPF prog-id=13 op=LOAD
Nov 09 09:23:00 T420 systemd[1]: Starting Locale Service...
Nov 09 09:23:00 T420 gnome-shell[661]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Nov 09 09:23:00 T420 dbus-daemon[383]: [system] Successfully activated service 'org.freedesktop.locale1'
Nov 09 09:23:00 T420 systemd[1]: Started Locale Service.
Nov 09 09:23:00 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:01 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.16' (uid=120 pid=661 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:01 T420 audit: BPF prog-id=14 op=LOAD
Nov 09 09:23:01 T420 audit: BPF prog-id=15 op=LOAD
Nov 09 09:23:01 T420 systemd[1]: Starting Daemon for power management...
Nov 09 09:23:01 T420 systemd[636]: Starting Sound Service...
Nov 09 09:23:01 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.16' (uid=120 pid=661 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:01 T420 systemd[1]: Starting Location Lookup Service...
Nov 09 09:23:01 T420 polkitd[613]: Registered Authentication Agent for unix-session:1 (system bus name :1.16 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 09 09:23:01 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.22' (uid=974 pid=715 comm="/usr/lib/geoclue ")
Nov 09 09:23:01 T420 dbus-daemon[383]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Nov 09 09:23:01 T420 geoclue[715]: Failed to connect to avahi service: Daemon not running
Nov 09 09:23:01 T420 dbus-daemon[383]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Nov 09 09:23:01 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:01 T420 systemd[1]: Started Location Lookup Service.
Nov 09 09:23:01 T420 kernel: kauditd_printk_skb: 36 callbacks suppressed
Nov 09 09:23:01 T420 kernel: audit: type=1130 audit(1604910181.157:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:01 T420 /usr/lib/gdm-wayland-session[652]: dbus-daemon[652]: [session uid=120 pid=652] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=661 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:01 T420 /usr/lib/gdm-wayland-session[699]: dbus-daemon[699]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=661 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:01 T420 gnome-shell[661]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 09 09:23:01 T420 gnome-shell[661]: clutter_do_event: Event does not have a stage: discarding.
Nov 09 09:23:01 T420 gnome-shell[661]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 09 09:23:01 T420 gnome-shell[661]: clutter_do_event: Event does not have a stage: discarding.
Nov 09 09:23:01 T420 /usr/lib/gdm-wayland-session[699]: dbus-daemon[699]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 09 09:23:01 T420 /usr/lib/gdm-wayland-session[723]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 09 09:23:01 T420 gnome-shell[661]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 09 09:23:01 T420 gnome-shell[661]: clutter_do_event: Event does not have a stage: discarding.
Nov 09 09:23:01 T420 gnome-shell[661]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 09 09:23:01 T420 gnome-shell[661]: clutter_do_event: Event does not have a stage: discarding.
Nov 09 09:23:01 T420 gnome-shell[661]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 09 09:23:01 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.24' (uid=120 pid=714 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Nov 09 09:23:01 T420 systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 09 09:23:01 T420 dbus-daemon[383]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 09 09:23:01 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:01 T420 systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Successfully called chroot.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Successfully dropped privileges.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Successfully limited resources.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Canary thread running.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Running.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Watchdog thread running.
Nov 09 09:23:01 T420 kernel: audit: type=1130 audit(1604910181.447:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:01 T420 rtkit-daemon[767]: Successfully made thread 714 of process 714 owned by '120' high priority at nice level -11.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Supervising 1 threads of 1 processes of 1 users.
Nov 09 09:23:01 T420 dbus-daemon[383]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 09 09:23:01 T420 systemd[1]: Started Daemon for power management.
Nov 09 09:23:01 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:01 T420 kernel: audit: type=1130 audit(1604910181.471:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:01 T420 /usr/lib/gdm-wayland-session[652]: dbus-daemon[652]: [session uid=120 pid=652] Successfully activated service 'org.gnome.Shell.Notifications'
Nov 09 09:23:01 T420 NetworkManager[384]: <info> [1604910181.4968] dhcp6 (wlan0): option dhcp6_domain_search => 'home'
Nov 09 09:23:01 T420 NetworkManager[384]: <info> [1604910181.4968] dhcp6 (wlan0): option dhcp6_name_servers => 'fdaa:bbcc:ddee:0:3a35:fbff:fe4d:f88d'
Nov 09 09:23:01 T420 NetworkManager[384]: <info> [1604910181.4968] dhcp6 (wlan0): option ip6_address => '2001:1715:4e3a:ad80:20bb:5d68:156f:708f'
Nov 09 09:23:01 T420 NetworkManager[384]: <info> [1604910181.4968] dhcp6 (wlan0): state changed unknown -> bound
Nov 09 09:23:01 T420 systemd[1]: Starting Network Manager Wait Online...
Nov 09 09:23:01 T420 kernel: rfkill: input handler disabled
Nov 09 09:23:01 T420 systemd[1]: systemd-rfkill.service: Succeeded.
Nov 09 09:23:01 T420 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:01 T420 kernel: audit: type=1131 audit(1604910181.607:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:01 T420 /usr/lib/gdm-wayland-session[652]: dbus-daemon[652]: [session uid=120 pid=652] Activating service name='org.freedesktop.systemd1' requested by ':1.20' (uid=120 pid=797 comm="/usr/lib/gsd-sharing ")
Nov 09 09:23:01 T420 /usr/lib/gdm-wayland-session[652]: dbus-daemon[652]: [session uid=120 pid=652] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Nov 09 09:23:01 T420 gsd-sharing[797]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 09 09:23:01 T420 gsd-sharing[797]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 09 09:23:01 T420 gsd-sharing[797]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Nov 09 09:23:01 T420 rtkit-daemon[767]: Supervising 1 threads of 1 processes of 1 users.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Successfully made thread 838 of process 714 owned by '120' RT at priority 5.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Supervising 2 threads of 1 processes of 1 users.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Supervising 2 threads of 1 processes of 1 users.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Successfully made thread 839 of process 714 owned by '120' RT at priority 5.
Nov 09 09:23:01 T420 rtkit-daemon[767]: Supervising 3 threads of 1 processes of 1 users.
Nov 09 09:23:01 T420 systemd[636]: Started Sound Service.
Nov 09 09:23:01 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.32' (uid=120 pid=724 comm="/usr/lib/gsd-color ")
Nov 09 09:23:01 T420 systemd[1]: Starting Manage, Install and Generate Color Profiles...
Nov 09 09:23:01 T420 dbus-daemon[383]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Nov 09 09:23:01 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:01 T420 systemd[1]: Started Manage, Install and Generate Color Profiles.
Nov 09 09:23:01 T420 kernel: audit: type=1130 audit(1604910181.867:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:01 T420 gnome-session-binary[653]: Entering running state
Nov 09 09:23:01 T420 /usr/lib/gdm-wayland-session[652]: dbus-daemon[652]: [session uid=120 pid=652] Activating service name='org.gnome.Shell.Screencast' requested by ':1.18' (uid=120 pid=740 comm="/usr/lib/gsd-media-keys ")
Nov 09 09:23:01 T420 gsd-media-keys[740]: Failed to grab accelerator for keybinding settings:playback-random
Nov 09 09:23:01 T420 gsd-media-keys[740]: Failed to grab accelerator for keybinding settings:hibernate
Nov 09 09:23:01 T420 gsd-media-keys[740]: Failed to grab accelerator for keybinding settings:playback-repeat
Nov 09 09:23:01 T420 gsd-media-keys[740]: Failed to grab accelerator for keybinding settings:rfkill
Nov 09 09:23:02 T420 gnome-shell[661]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Nov 09 09:23:02 T420 org.gnome.Shell.desktop[871]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 09 09:23:02 T420 org.gnome.Shell.desktop[871]: > Warning: Unsupported maximum keycode 569, clipping.
Nov 09 09:23:02 T420 org.gnome.Shell.desktop[871]: > X11 cannot support keycodes above 255.
Nov 09 09:23:02 T420 org.gnome.Shell.desktop[871]: Errors from xkbcomp are not fatal to the X server
Nov 09 09:23:02 T420 /usr/lib/gdm-wayland-session[652]: dbus-daemon[652]: [session uid=120 pid=652] Successfully activated service 'org.gnome.Shell.Screencast'
Nov 09 09:23:02 T420 gnome-shell[661]: Registering session with GDM
Nov 09 09:23:02 T420 gnome-shell[661]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 09 09:23:02 T420 gnome-shell[661]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 09 09:23:03 T420 NetworkManager[384]: <info> [1604910183.3258] manager: startup complete
Nov 09 09:23:03 T420 systemd[1]: Finished Network Manager Wait Online.
Nov 09 09:23:03 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:03 T420 systemd[1]: Reached target Network is Online.
Nov 09 09:23:03 T420 kernel: audit: type=1130 audit(1604910183.327:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:03 T420 systemd[1]: Starting CUPS Scheduler...
Nov 09 09:23:03 T420 gnome-shell[661]: Can't update stage views actor StLabel is on because it needs an allocation.
Nov 09 09:23:03 T420 gnome-shell[661]: Can't update stage views actor ClutterText is on because it needs an allocation.
Nov 09 09:23:03 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:03 T420 systemd[1]: Started CUPS Scheduler.
Nov 09 09:23:03 T420 kernel: audit: type=1130 audit(1604910183.771:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:03 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.39' (uid=120 pid=725 comm="/usr/lib/gsd-print-notifications ")
Nov 09 09:23:03 T420 dbus-daemon[383]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Nov 09 09:23:04 T420 org.gnome.Shell.desktop[661]: libinput error: event14 - SynPS/2 Synaptics TouchPad: client bug: event processing lagging behind by 15ms, your system is too slow
Nov 09 09:23:07 T420 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Nov 09 09:23:07 T420 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:07 T420 kernel: audit: type=1131 audit(1604910187.334:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:08 T420 gdm-password][874]: gkr-pam: unable to locate daemon control file
Nov 09 09:23:08 T420 audit[874]: USER_AUTH pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="moon" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:23:08 T420 gdm-password][874]: gkr-pam: stashed password to try later in open session
Nov 09 09:23:08 T420 kernel: audit: type=1100 audit(1604910188.811:60): pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="moon" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:23:08 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.43' (uid=0 pid=874 comm="gdm-session-worker [pam/gdm-password] ")
Nov 09 09:23:08 T420 dbus-daemon[383]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 09 09:23:08 T420 gdm-password][874]: pam_systemd_home(gdm-password:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 09 09:23:08 T420 audit[874]: USER_ACCT pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="moon" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:23:08 T420 kernel: audit: type=1101 audit(1604910188.817:61): pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="moon" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:23:08 T420 audit[874]: CRED_ACQ pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="moon" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:23:08 T420 kernel: audit: type=1103 audit(1604910188.821:62): pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="moon" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:23:08 T420 kernel: audit: type=1006 audit(1604910188.837:63): pid=874 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
Nov 09 09:23:08 T420 gdm-password][874]: pam_unix(gdm-password:session): session opened for user moon(uid=1000) by (uid=0)
Nov 09 09:23:08 T420 systemd[1]: Created slice User Slice of UID 1000.
Nov 09 09:23:08 T420 systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 09 09:23:08 T420 systemd-logind[385]: New session 3 of user moon.
Nov 09 09:23:08 T420 systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 09 09:23:08 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:08 T420 kernel: audit: type=1130 audit(1604910188.871:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:08 T420 systemd[1]: Starting User Manager for UID 1000...
Nov 09 09:23:08 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.45' (uid=0 pid=887 comm="(systemd) ")
Nov 09 09:23:08 T420 dbus-daemon[383]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 09 09:23:08 T420 systemd[887]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 09 09:23:08 T420 audit[887]: USER_ACCT pid=887 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="moon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:08 T420 audit[887]: CRED_ACQ pid=887 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="moon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 09 09:23:08 T420 systemd[887]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[moon] ruser=[<unknown>] rhost=[<unknown>]
Nov 09 09:23:08 T420 systemd[887]: pam_unix(systemd-user:session): session opened for user moon(uid=1000) by (uid=0)
Nov 09 09:23:08 T420 kernel: audit: type=1101 audit(1604910188.881:65): pid=887 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="moon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:08 T420 kernel: audit: type=1103 audit(1604910188.881:66): pid=887 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="moon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 09 09:23:08 T420 kernel: audit: type=1006 audit(1604910188.881:67): pid=887 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1
Nov 09 09:23:09 T420 audit[887]: USER_START pid=887 uid=0 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="moon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:09 T420 kernel: audit: type=1105 audit(1604910189.161:68): pid=887 uid=0 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="moon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:09 T420 audit: BPF prog-id=16 op=LOAD
Nov 09 09:23:09 T420 audit: BPF prog-id=16 op=UNLOAD
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Color-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Wacom-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.UsbProtection-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dpkcs11-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Power-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.PrintNotifications-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Sharing-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Datetime-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.MediaKeys-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Sound-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Housekeeping-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Smartcard-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dssh-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Keyboard-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Rfkill-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-pulseaudio-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.ScreensaverProxy-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.XSettings-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-gnome\x2dkeyring\x2dsecrets-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.A11ySettings-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[892]: Not generating service for XDG autostart app-org.gnome.SettingsDaemon.Wwan-autostart.service, startup phases are not supported.
Nov 09 09:23:09 T420 systemd[887]: Queued start job for default target Main User Target.
Nov 09 09:23:09 T420 systemd[887]: Reached target Paths.
Nov 09 09:23:09 T420 systemd[887]: Reached target Timers.
Nov 09 09:23:09 T420 systemd[887]: Starting D-Bus User Message Bus Socket.
Nov 09 09:23:09 T420 systemd[887]: Listening on GnuPG network certificate management daemon.
Nov 09 09:23:09 T420 systemd[887]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 09 09:23:09 T420 systemd[887]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 09 09:23:09 T420 systemd[887]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 09 09:23:09 T420 systemd[887]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 09 09:23:09 T420 systemd[887]: Listening on p11-kit server.
Nov 09 09:23:09 T420 systemd[887]: Listening on Multimedia System.
Nov 09 09:23:09 T420 systemd[887]: Listening on Sound System.
Nov 09 09:23:09 T420 systemd[887]: Listening on D-Bus User Message Bus Socket.
Nov 09 09:23:09 T420 systemd[887]: Reached target Sockets.
Nov 09 09:23:09 T420 systemd[887]: Reached target Basic System.
Nov 09 09:23:09 T420 systemd[1]: Started User Manager for UID 1000.
Nov 09 09:23:09 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:09 T420 systemd[1]: Started Session 3 of user moon.
Nov 09 09:23:09 T420 systemd[887]: Starting Update XDG user dir configuration...
Nov 09 09:23:09 T420 systemd[887]: xdg-user-dirs-update.service: Succeeded.
Nov 09 09:23:09 T420 systemd[887]: Finished Update XDG user dir configuration.
Nov 09 09:23:09 T420 systemd[887]: Reached target Main User Target.
Nov 09 09:23:09 T420 systemd[887]: Startup finished in 129ms.
Nov 09 09:23:09 T420 gdm-password][874]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
Nov 09 09:23:09 T420 audit[874]: USER_START pid=874 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="moon" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty2 res=success'
Nov 09 09:23:09 T420 kernel: rfkill: input handler enabled
Nov 09 09:23:09 T420 systemd[887]: Started D-Bus User Message Bus.
Nov 09 09:23:09 T420 systemd[887]: Created slice gnome\x2dsession\x2dmanager.slice.
Nov 09 09:23:09 T420 systemd[887]: Created slice session.slice.
Nov 09 09:23:09 T420 systemd[887]: Reached target GNOME Wayland Session.
Nov 09 09:23:09 T420 systemd[887]: Reached target Session services which should run early before the graphical session is brought up.
Nov 09 09:23:09 T420 systemd[887]: Reached target GNOME Shell.
Nov 09 09:23:09 T420 systemd[887]: Starting Monitor Session leader for GNOME Session...
Nov 09 09:23:09 T420 systemd[887]: Started Monitor Session leader for GNOME Session.
Nov 09 09:23:09 T420 systemd[887]: Reached target Tasks to be run before GNOME Session starts.
Nov 09 09:23:09 T420 systemd[887]: Starting GNOME Session Manager (session: gnome)...
Nov 09 09:23:09 T420 systemd[887]: Started Application launched by gnome-session-binary.
Nov 09 09:23:09 T420 systemd[887]: Started Application launched by gnome-session-binary.
Nov 09 09:23:09 T420 systemd[887]: Started Application launched by gnome-session-binary.
Nov 09 09:23:09 T420 gnome-keyring-ssh.desktop[938]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 09 09:23:09 T420 systemd[887]: app-gnome-gnome\x2dkeyring\x2dssh-934.scope: Succeeded.
Nov 09 09:23:09 T420 gnome-keyring-pkcs11.desktop[939]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 09 09:23:09 T420 gnome-keyring-secrets.desktop[941]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 09 09:23:09 T420 systemd[887]: app-gnome-gnome\x2dkeyring\x2dpkcs11-936.scope: Succeeded.
Nov 09 09:23:09 T420 systemd[887]: Started GNOME Session Manager (session: gnome).
Nov 09 09:23:09 T420 systemd[887]: app-gnome-gnome\x2dkeyring\x2dsecrets-937.scope: Succeeded.
Nov 09 09:23:09 T420 systemd[887]: Reached target GNOME Session Manager is ready.
Nov 09 09:23:09 T420 systemd[887]: Starting GNOME Shell on Wayland...
Nov 09 09:23:09 T420 systemd[887]: Starting GNOME Shell on X11...
Nov 09 09:23:09 T420 systemd[887]: Started Application launched by gnome-session-binary.
Nov 09 09:23:09 T420 systemd[887]: org.gnome.Shell@x11.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
Nov 09 09:23:09 T420 systemd[887]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
Nov 09 09:23:09 T420 systemd[887]: Condition check resulted in GNOME Shell on X11 being skipped.
Nov 09 09:23:09 T420 systemd[887]: org.gnome.Shell@x11.service: Scheduled restart job, restart counter is at 1.
Nov 09 09:23:09 T420 systemd[887]: Stopped GNOME Shell on X11.
Nov 09 09:23:09 T420 systemd[887]: Starting GNOME Shell on X11...
Nov 09 09:23:09 T420 systemd[887]: org.gnome.Shell@x11.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
Nov 09 09:23:09 T420 systemd[887]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
Nov 09 09:23:09 T420 systemd[887]: Condition check resulted in GNOME Shell on X11 being skipped.
Nov 09 09:23:09 T420 systemd[887]: org.gnome.Shell@x11.service: Scheduled restart job, restart counter is at 2.
Nov 09 09:23:09 T420 systemd[887]: Stopped GNOME Shell on X11.
Nov 09 09:23:09 T420 systemd[887]: Starting GNOME Shell on X11...
Nov 09 09:23:09 T420 systemd[887]: app-gnome-pulseaudio-942.scope: Succeeded.
Nov 09 09:23:09 T420 systemd[887]: org.gnome.Shell@x11.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
Nov 09 09:23:09 T420 systemd[887]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
Nov 09 09:23:09 T420 systemd[887]: Condition check resulted in GNOME Shell on X11 being skipped.
Nov 09 09:23:09 T420 systemd[887]: org.gnome.Shell@x11.service: Scheduled restart job, restart counter is at 3.
Nov 09 09:23:09 T420 systemd[887]: Stopped GNOME Shell on X11.
Nov 09 09:23:09 T420 systemd[887]: org.gnome.Shell@x11.service: Start request repeated too quickly.
Nov 09 09:23:09 T420 systemd[887]: org.gnome.Shell@x11.service: Skipped due to 'exec-condition'.
Nov 09 09:23:09 T420 systemd[887]: Condition check resulted in GNOME Shell on X11 being skipped.
Nov 09 09:23:10 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.12' (uid=1000 pid=945 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:10 T420 systemd[887]: Starting Accessibility services bus...
Nov 09 09:23:10 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.a11y.Bus'
Nov 09 09:23:10 T420 systemd[887]: Started Accessibility services bus.
Nov 09 09:23:10 T420 gnome-shell[973]: glamor: No eglstream capable devices found
Nov 09 09:23:11 T420 gnome-shell[945]: Some code accessed the property 'CredentialManager' on the module 'credentialManager'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Nov 09 09:23:11 T420 gnome-shell[945]: Skipping parental controls support as it’s disabled
Nov 09 09:23:11 T420 gnome-shell[945]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Nov 09 09:23:11 T420 gnome-shell[945]: Will monitor session 3
Nov 09 09:23:11 T420 gnome-shell[945]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.11' (uid=1000 pid=945 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.14' (uid=1000 pid=981 comm="/usr/lib/gnome-shell-calendar-server ")
Nov 09 09:23:11 T420 systemd[887]: Starting Evolution source registry...
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.15' (uid=1000 pid=987 comm="/usr/lib/evolution-source-registry ")
Nov 09 09:23:11 T420 systemd[887]: Starting Virtual filesystem service...
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 09 09:23:11 T420 systemd[887]: Started Virtual filesystem service.
Nov 09 09:23:11 T420 systemd[887]: Starting Sound Service...
Nov 09 09:23:11 T420 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Nov 09 09:23:11 T420 kernel: fuse: init (API version 7.31)
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating service name='ca.desrt.dconf' requested by ':1.11' (uid=1000 pid=945 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'ca.desrt.dconf'
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating service name='org.gnome.OnlineAccounts' requested by ':1.15' (uid=1000 pid=987 comm="/usr/lib/evolution-source-registry ")
Nov 09 09:23:11 T420 polkitd[613]: Registered Authentication Agent for unix-session:3 (system bus name :1.50 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 09 09:23:11 T420 gnome-shell[945]: Telepathy is not available, chat integration will be disabled.
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.11' (uid=1000 pid=945 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:11 T420 systemd[887]: Starting Virtual filesystem service - disk device monitor...
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Nov 09 09:23:11 T420 systemd[887]: Started Evolution source registry.
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.14' (uid=1000 pid=981 comm="/usr/lib/gnome-shell-calendar-server ")
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gnome.Shell.CalendarServer'
Nov 09 09:23:11 T420 systemd[887]: Starting Evolution calendar service...
Nov 09 09:23:11 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.51' (uid=1000 pid=1012 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
Nov 09 09:23:11 T420 systemd[1]: Starting Disk Manager...
Nov 09 09:23:11 T420 udisksd[1018]: udisks daemon version 2.9.1 starting
Nov 09 09:23:11 T420 goa-daemon[1011]: goa-daemon version 3.38.0 starting
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating service name='org.gnome.Identity' requested by ':1.20' (uid=1000 pid=1011 comm="/usr/lib/goa-daemon ")
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gnome.OnlineAccounts'
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gnome.Identity'
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
Nov 09 09:23:11 T420 systemd[887]: Started Evolution calendar service.
Nov 09 09:23:11 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.19' (uid=1000 pid=1016 comm="/usr/lib/evolution-calendar-factory ")
Nov 09 09:23:11 T420 systemd[887]: Starting Evolution address book service...
Nov 09 09:23:11 T420 rtkit-daemon[767]: Successfully made thread 997 of process 997 owned by '1000' high priority at nice level -11.
Nov 09 09:23:11 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 2 users.
Nov 09 09:23:11 T420 dbus-daemon[383]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 09 09:23:11 T420 systemd[1]: Started Disk Manager.
Nov 09 09:23:11 T420 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:12 T420 udisksd[1018]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Nov 09 09:23:12 T420 systemd[887]: Started Virtual filesystem service - disk device monitor.
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.11' (uid=1000 pid=945 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:12 T420 systemd[887]: Starting Virtual filesystem service - Apple File Conduit monitor...
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Nov 09 09:23:12 T420 systemd[887]: Started Virtual filesystem service - Apple File Conduit monitor.
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.11' (uid=1000 pid=945 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:12 T420 systemd[887]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Nov 09 09:23:12 T420 systemd[887]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.11' (uid=1000 pid=945 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
Nov 09 09:23:12 T420 systemd[887]: Started Evolution address book service.
Nov 09 09:23:12 T420 systemd[887]: Starting Virtual filesystem service - digital camera monitor...
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Nov 09 09:23:12 T420 systemd[887]: Started Virtual filesystem service - digital camera monitor.
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.11' (uid=1000 pid=945 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:12 T420 systemd[887]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Nov 09 09:23:12 T420 systemd[887]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Nov 09 09:23:12 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 2 users.
Nov 09 09:23:12 T420 rtkit-daemon[767]: Successfully made thread 1081 of process 997 owned by '1000' RT at priority 5.
Nov 09 09:23:12 T420 rtkit-daemon[767]: Supervising 5 threads of 2 processes of 2 users.
Nov 09 09:23:12 T420 rtkit-daemon[767]: Supervising 5 threads of 2 processes of 2 users.
Nov 09 09:23:12 T420 rtkit-daemon[767]: Successfully made thread 1082 of process 997 owned by '1000' RT at priority 5.
Nov 09 09:23:12 T420 rtkit-daemon[767]: Supervising 6 threads of 2 processes of 2 users.
Nov 09 09:23:12 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.59' (uid=1000 pid=997 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Nov 09 09:23:12 T420 dbus-daemon[383]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Nov 09 09:23:12 T420 gnome-shell[945]: loading user theme: /usr/share/themes/Yaru-dark/gnome-shell/gnome-shell.css
Nov 09 09:23:12 T420 systemd[887]: Started Sound Service.
Nov 09 09:23:12 T420 pulseaudio[997]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Reloaded configuration
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Reloaded configuration
Nov 09 09:23:12 T420 gnome-shell[945]: Usage of object.actor is deprecated for ClipboardIndicator
get@resource:///org/gnome/shell/ui/environment.js:314:29
_init@/home/moon/.local/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com/extension.js:93:9
wrapper@resource:///org/gnome/gjs/modules/script/_legacy.js:82:27
enable@/home/moon/.local/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com/extension.js:877:26
_callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:167:32
loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:348:26
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:586:18
collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:28
_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:565:19
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:595:18
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:626:18
init@resource:///org/gnome/shell/ui/extensionSystem.js:56:14
_initializeUI@resource:///org/gnome/shell/ui/main.js:269:22
start@resource:///org/gnome/shell/ui/main.js:159:5
@<main>:1:47
Nov 09 09:23:12 T420 gnome-shell[945]: JS ERROR: Extension pomodoro@arun.codito.in: ImportError: No JS module 'tweener' found in search path
@/home/moon/.local/share/gnome-shell/extensions/pomodoro@arun.codito.in/extension.js:31:17
_callExtensionInit@resource:///org/gnome/shell/ui/extensionSystem.js:420:13
loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:345:27
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:586:18
collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:28
_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:565:19
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:595:18
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:626:18
init@resource:///org/gnome/shell/ui/extensionSystem.js:56:14
_initializeUI@resource:///org/gnome/shell/ui/main.js:269:22
start@resource:///org/gnome/shell/ui/main.js:159:5
@<main>:1:47
Nov 09 09:23:12 T420 gnome-shell[945]: Usage of object.actor is deprecated for Caffeine
get@resource:///org/gnome/shell/ui/environment.js:314:29
_init@/home/moon/.local/share/gnome-shell/extensions/caffeine@patapon.info/extension.js:96:9
enable@/home/moon/.local/share/gnome-shell/extensions/caffeine@patapon.info/extension.js:316:25
_callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:167:32
loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:348:26
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:586:18
collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:28
_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:565:19
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:595:18
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:626:18
init@resource:///org/gnome/shell/ui/extensionSystem.js:56:14
_initializeUI@resource:///org/gnome/shell/ui/main.js:269:22
start@resource:///org/gnome/shell/ui/main.js:159:5
@<main>:1:47
Nov 09 09:23:12 T420 gnome-shell[945]: Usage of object.actor is deprecated for Caffeine
get@resource:///org/gnome/shell/ui/environment.js:314:29
_init@/home/moon/.local/share/gnome-shell/extensions/caffeine@patapon.info/extension.js:145:9
enable@/home/moon/.local/share/gnome-shell/extensions/caffeine@patapon.info/extension.js:316:25
_callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:167:32
loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:348:26
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:586:18
collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:28
_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:565:19
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:595:18
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:626:18
init@resource:///org/gnome/shell/ui/extensionSystem.js:56:14
_initializeUI@resource:///org/gnome/shell/ui/main.js:269:22
start@resource:///org/gnome/shell/ui/main.js:159:5
@<main>:1:47
Nov 09 09:23:12 T420 gnome-shell[945]: Usage of object.actor is deprecated for Caffeine
get@resource:///org/gnome/shell/ui/environment.js:314:29
_init@/home/moon/.local/share/gnome-shell/extensions/caffeine@patapon.info/extension.js:146:9
enable@/home/moon/.local/share/gnome-shell/extensions/caffeine@patapon.info/extension.js:316:25
_callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:167:32
loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:348:26
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:586:18
collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:28
_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:565:19
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:595:18
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:626:18
init@resource:///org/gnome/shell/ui/extensionSystem.js:56:14
_initializeUI@resource:///org/gnome/shell/ui/main.js:269:22
start@resource:///org/gnome/shell/ui/main.js:159:5
@<main>:1:47
Nov 09 09:23:12 T420 gnome-shell[945]: Usage of object.actor is deprecated for Caffeine
get@resource:///org/gnome/shell/ui/environment.js:314:29
_init@/home/moon/.local/share/gnome-shell/extensions/caffeine@patapon.info/extension.js:147:9
enable@/home/moon/.local/share/gnome-shell/extensions/caffeine@patapon.info/extension.js:316:25
_callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:167:32
loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:348:26
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:586:18
collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:28
_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:565:19
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:595:18
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:626:18
init@resource:///org/gnome/shell/ui/extensionSystem.js:56:14
_initializeUI@resource:///org/gnome/shell/ui/main.js:269:22
start@resource:///org/gnome/shell/ui/main.js:159:5
@<main>:1:47
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating service name='org.freedesktop.FileManager1' requested by ':1.11' (uid=1000 pid=945 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:12 T420 gnome-shell[945]: JS ERROR: Could not load extension ubuntu-dock@ubuntu.com: Error: Missing metadata.json
createExtensionObject@resource:///org/gnome/shell/ui/extensionSystem.js:281:19
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:581:34
collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:28
_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:565:19
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:595:18
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:626:18
init@resource:///org/gnome/shell/ui/extensionSystem.js:56:14
_initializeUI@resource:///org/gnome/shell/ui/main.js:269:22
start@resource:///org/gnome/shell/ui/main.js:159:5
@<main>:1:47
Nov 09 09:23:12 T420 gnome-shell[945]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /home/moon/.local/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
Nov 09 09:23:12 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating service name='org.gnome.Shell.Notifications' requested by ':1.11' (uid=1000 pid=945 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:12 T420 at-spi-bus-launcher[968]: dbus-daemon[968]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=945 comm="/usr/bin/gnome-shell ")
Nov 09 09:23:12 T420 gnome-shell[945]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 09 09:23:12 T420 gnome-shell[945]: clutter_do_event: Event does not have a stage: discarding.
Nov 09 09:23:12 T420 at-spi-bus-launcher[968]: dbus-daemon[968]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 09 09:23:12 T420 at-spi-bus-launcher[1092]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 09 09:23:13 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gnome.Shell.Notifications'
Nov 09 09:23:13 T420 systemd[887]: Started GNOME Shell on Wayland.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME Session is initialized.
Nov 09 09:23:13 T420 systemd[887]: GNOME session X11 services is not active.
Nov 09 09:23:13 T420 systemd[887]: Dependency failed for GNOME XSettings service.
Nov 09 09:23:13 T420 systemd[887]: org.gnome.SettingsDaemon.XSettings.service: Job org.gnome.SettingsDaemon.XSettings.service/start failed with result 'dependency'.
Nov 09 09:23:13 T420 systemd[887]: gnome-session-x11-services-ready.target: Job gnome-session-x11-services-ready.target/verify-active failed with result 'dependency'.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME Session (session: gnome).
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME XSettings target.
Nov 09 09:23:13 T420 systemd[887]: Starting Signal initialization done to GNOME Session Manager...
Nov 09 09:23:13 T420 gnome-shell[945]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME accessibility service...
Nov 09 09:23:13 T420 gnome-shell[945]: clutter_do_event: Event does not have a stage: discarding.
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME color management service...
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME date & time service...
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME maintenance of expirable data service...
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME keyboard configuration service...
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME keyboard shortcuts service...
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME power management service...
Nov 09 09:23:13 T420 gnome-shell[945]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME printer notifications service...
Nov 09 09:23:13 T420 gnome-shell[945]: clutter_do_event: Event does not have a stage: discarding.
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME RFKill support service...
Nov 09 09:23:13 T420 gnome-shell[945]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 09 09:23:13 T420 gnome-shell[945]: clutter_do_event: Event does not have a stage: discarding.
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME FreeDesktop screensaver service...
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME file sharing service...
Nov 09 09:23:13 T420 gnome-shell[945]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME smartcard service...
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME sound sample caching service...
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME USB protection service...
Nov 09 09:23:13 T420 systemd[887]: Starting GNOME Wacom tablet support service...
Nov 09 09:23:13 T420 gnome-session-binary[929]: Entering running state
Nov 09 09:23:13 T420 kernel: rfkill: input handler disabled
Nov 09 09:23:13 T420 systemd[887]: gnome-session-signal-init.service: Succeeded.
Nov 09 09:23:13 T420 systemd[887]: Finished Signal initialization done to GNOME Session Manager.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME FreeDesktop screensaver service.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME date & time service.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME accessibility service.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME file sharing service.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME RFKill support service.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME smartcard service.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME maintenance of expirable data service.
Nov 09 09:23:13 T420 systemd[887]: Started Application launched by gnome-session-binary.
Nov 09 09:23:13 T420 systemd[887]: Started Application launched by gnome-session-binary.
Nov 09 09:23:13 T420 systemd[887]: Started Application launched by gnome-session-binary.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME accessibility target.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME date & time target.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME maintenance of expirable data target.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME RFKill support target.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME FreeDesktop screensaver target.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME file sharing target.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME smartcard target.
Nov 09 09:23:13 T420 dbus-daemon[383]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.65' (uid=1000 pid=1129 comm="/usr/lib/gsd-print-notifications ")
Nov 09 09:23:13 T420 dbus-daemon[383]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME printer notifications service.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME printer notifications target.
Nov 09 09:23:13 T420 gnome-session[929]: gnome-session-binary[929]: GnomeDesktop-WARNING: Could not create transient scope for PID 1167: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1167 does not exist.
Nov 09 09:23:13 T420 gnome-session-binary[929]: GnomeDesktop-WARNING: Could not create transient scope for PID 1167: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1167 does not exist.
Nov 09 09:23:13 T420 NetworkManager[384]: <info> [1604910193.2681] agent-manager: agent[3267fe5d6daa9019,:1.50/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 09 09:23:13 T420 systemd[887]: Started GNOME USB protection service.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME USB protection target.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME sound sample caching service.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME sound sample caching target.
Nov 09 09:23:13 T420 systemd[887]: app-gnome-user\x2ddirs\x2dupdate\x2dgtk-1128.scope: Succeeded.
Nov 09 09:23:13 T420 gsd-usb-protect[1173]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Nov 09 09:23:13 T420 gnome-shell[945]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
Nov 09 09:23:13 T420 gnome-shell[945]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
Nov 09 09:23:13 T420 gnome-shell[945]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
Nov 09 09:23:13 T420 gnome-shell[945]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
Nov 09 09:23:13 T420 gnome-shell[945]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
Nov 09 09:23:13 T420 gnome-shell[945]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
Nov 09 09:23:13 T420 gnome-shell[945]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
Nov 09 09:23:13 T420 gnome-shell[945]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
Nov 09 09:23:13 T420 gnome-shell[945]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
Nov 09 09:23:13 T420 systemd[887]: Started GNOME keyboard configuration service.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME keyboard configuration target.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME color management service.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME color management target.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME power management service.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME power management target.
Nov 09 09:23:13 T420 gnome-shell[661]: Failed to set CRTC gamma: drmModeCrtcSetGamma on CRTC 45 failed: Permission denied
Nov 09 09:23:13 T420 systemd[887]: Started GNOME keyboard shortcuts service.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME keyboard shortcuts target.
Nov 09 09:23:13 T420 systemd[887]: Started GNOME Wacom tablet support service.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME Wacom tablet support target.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME Session.
Nov 09 09:23:13 T420 systemd[887]: Reached target GNOME Wayland Session (session: gnome).
Nov 09 09:23:13 T420 systemd[887]: Reached target Current graphical user session.
Nov 09 09:23:13 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating service name='org.gnome.Shell.Screencast' requested by ':1.43' (uid=1000 pid=1122 comm="/usr/lib/gsd-media-keys ")
Nov 09 09:23:13 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.freedesktop.FileManager1'
Nov 09 09:23:14 T420 gsd-media-keys[1122]: Failed to grab accelerator for keybinding settings:hibernate
Nov 09 09:23:14 T420 gsd-media-keys[1122]: Failed to grab accelerator for keybinding settings:playback-random
Nov 09 09:23:14 T420 gsd-media-keys[1122]: Failed to grab accelerator for keybinding settings:rfkill
Nov 09 09:23:14 T420 gsd-media-keys[1122]: Failed to grab accelerator for keybinding settings:playback-repeat
Nov 09 09:23:14 T420 gnome-shell[945]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Nov 09 09:23:14 T420 systemd[887]: Reached target GNOME session X11 services.
Nov 09 09:23:14 T420 systemd[887]: Starting GNOME XSettings service...
Nov 09 09:23:14 T420 gnome-shell[661]: Failed to set CRTC gamma: drmModeCrtcSetGamma on CRTC 45 failed: Permission denied
Nov 09 09:23:14 T420 gnome-shell[1260]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 09 09:23:14 T420 gnome-shell[1260]: > Warning: Unsupported maximum keycode 569, clipping.
Nov 09 09:23:14 T420 gnome-shell[1260]: > X11 cannot support keycodes above 255.
Nov 09 09:23:14 T420 gnome-shell[1260]: Errors from xkbcomp are not fatal to the X server
Nov 09 09:23:14 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gnome.Shell.Screencast'
Nov 09 09:23:14 T420 systemd[887]: Started GNOME XSettings service.
Nov 09 09:23:14 T420 systemd[887]: Reached target GNOME session X11 services.
Nov 09 09:23:14 T420 gnome-shell[945]: GNOME Shell started at Mon Nov 09 2020 09:23:12 GMT+0100 (Central European Standard Time)
Nov 09 09:23:14 T420 gnome-shell[945]: Registering session with GDM
Nov 09 09:23:14 T420 gnome-shell[661]: Connection to xwayland lost
Nov 09 09:23:14 T420 gsd-rfkill[741]: Error releasing name org.gnome.SettingsDaemon.Rfkill: The connection is closed
Nov 09 09:23:14 T420 gsd-datetime[778]: Error releasing name org.gnome.SettingsDaemon.Datetime: The connection is closed
Nov 09 09:23:14 T420 audit[631]: USER_END pid=631 uid=0 auid=120 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:23:14 T420 audit[631]: CRED_DISP pid=631 uid=0 auid=120 ses=1 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:23:14 T420 systemd-logind[385]: Session 1 logged out. Waiting for processes to exit.
Nov 09 09:23:14 T420 kernel: kauditd_printk_skb: 5 callbacks suppressed
Nov 09 09:23:14 T420 kernel: audit: type=1106 audit(1604910194.684:74): pid=631 uid=0 auid=120 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:23:14 T420 kernel: audit: type=1104 audit(1604910194.687:75): pid=631 uid=0 auid=120 ses=1 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=T420 addr=? terminal=/dev/tty1 res=success'
Nov 09 09:23:14 T420 gsd-color[1116]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_AU_Optronics_gdm_120
Nov 09 09:23:14 T420 polkitd[613]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.16, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Nov 09 09:23:14 T420 systemd[1]: session-1.scope: Succeeded.
Nov 09 09:23:14 T420 systemd[636]: pulseaudio.service: Succeeded.
Nov 09 09:23:14 T420 systemd-logind[385]: Removed session 1.
Nov 09 09:23:14 T420 gdm[397]: Gdm: Child process -647 was already dead.
Nov 09 09:23:19 T420 systemd[887]: Started Application launched by gnome-shell.
Nov 09 09:23:20 T420 rtkit-daemon[767]: Supervising 3 threads of 1 processes of 2 users.
Nov 09 09:23:20 T420 rtkit-daemon[767]: Supervising 3 threads of 1 processes of 2 users.
Nov 09 09:23:20 T420 rtkit-daemon[767]: Supervising 3 threads of 1 processes of 2 users.
Nov 09 09:23:20 T420 rtkit-daemon[767]: Supervising 3 threads of 1 processes of 2 users.
Nov 09 09:23:20 T420 rtkit-daemon[767]: Supervising 3 threads of 1 processes of 2 users.
Nov 09 09:23:20 T420 rtkit-daemon[767]: Supervising 3 threads of 1 processes of 2 users.
Nov 09 09:23:20 T420 rtkit-daemon[767]: Successfully made thread 1378 of process 1287 owned by '1000' RT at priority 10.
Nov 09 09:23:20 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 2 users.
Nov 09 09:23:21 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:21 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:21 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:21 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:22 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:22 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:22 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:22 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:23 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:23 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:24 T420 dbus-daemon[903]: [session uid=1000 pid=903] Activating service name='org.gnome.ChromeGnomeShell' requested by ':1.74' (uid=1000 pid=1594 comm="/usr/bin/python /usr/bin/chrome-gnome-shell /usr/l")
Nov 09 09:23:24 T420 dbus-daemon[903]: [session uid=1000 pid=903] Successfully activated service 'org.gnome.ChromeGnomeShell'
Nov 09 09:23:24 T420 systemd[1]: Stopping User Manager for UID 120...
Nov 09 09:23:24 T420 systemd[636]: Stopped target Main User Target.
Nov 09 09:23:24 T420 systemd[636]: Stopping D-Bus User Message Bus...
Nov 09 09:23:24 T420 systemd[636]: dbus.service: Succeeded.
Nov 09 09:23:24 T420 systemd[636]: Stopped D-Bus User Message Bus.
Nov 09 09:23:24 T420 systemd[636]: Stopped target Basic System.
Nov 09 09:23:24 T420 systemd[636]: Stopped target Paths.
Nov 09 09:23:24 T420 systemd[636]: Stopped target Sockets.
Nov 09 09:23:24 T420 systemd[636]: Stopped target Timers.
Nov 09 09:23:24 T420 systemd[636]: dbus.socket: Succeeded.
Nov 09 09:23:24 T420 systemd[636]: Closed D-Bus User Message Bus Socket.
Nov 09 09:23:24 T420 systemd[636]: dirmngr.socket: Succeeded.
Nov 09 09:23:24 T420 systemd[636]: Closed GnuPG network certificate management daemon.
Nov 09 09:23:24 T420 systemd[636]: gpg-agent-browser.socket: Succeeded.
Nov 09 09:23:24 T420 systemd[636]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 09 09:23:24 T420 systemd[636]: gpg-agent-extra.socket: Succeeded.
Nov 09 09:23:24 T420 systemd[636]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 09 09:23:24 T420 systemd[636]: gpg-agent-ssh.socket: Succeeded.
Nov 09 09:23:24 T420 systemd[636]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 09 09:23:24 T420 systemd[636]: gpg-agent.socket: Succeeded.
Nov 09 09:23:24 T420 systemd[636]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 09 09:23:24 T420 systemd[636]: p11-kit-server.socket: Succeeded.
Nov 09 09:23:24 T420 systemd[636]: Closed p11-kit server.
Nov 09 09:23:24 T420 systemd[636]: pipewire.socket: Succeeded.
Nov 09 09:23:24 T420 systemd[636]: Closed Multimedia System.
Nov 09 09:23:24 T420 systemd[636]: pulseaudio.socket: Succeeded.
Nov 09 09:23:24 T420 systemd[636]: Closed Sound System.
Nov 09 09:23:24 T420 systemd[636]: Reached target Shutdown.
Nov 09 09:23:24 T420 systemd[636]: systemd-exit.service: Succeeded.
Nov 09 09:23:24 T420 systemd[636]: Finished Exit the Session.
Nov 09 09:23:24 T420 systemd[636]: Reached target Exit the Session.
Nov 09 09:23:24 T420 systemd[637]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Nov 09 09:23:24 T420 systemd[1]: user@120.service: Succeeded.
Nov 09 09:23:24 T420 systemd[1]: Stopped User Manager for UID 120.
Nov 09 09:23:24 T420 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:24 T420 kernel: audit: type=1131 audit(1604910204.971:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:24 T420 systemd[1]: Stopping User Runtime Directory /run/user/120...
Nov 09 09:23:24 T420 kernel: audit: type=1131 audit(1604910204.984:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:24 T420 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:24 T420 systemd[1]: run-user-120.mount: Succeeded.
Nov 09 09:23:24 T420 systemd[1]: user-runtime-dir@120.service: Succeeded.
Nov 09 09:23:24 T420 systemd[1]: Stopped User Runtime Directory /run/user/120.
Nov 09 09:23:24 T420 systemd[887]: run-user-120.mount: Succeeded.
Nov 09 09:23:24 T420 systemd[1]: Removed slice User Slice of UID 120.
Nov 09 09:23:25 T420 gnome-shell[945]: libinput error: event14 - SynPS/2 Synaptics TouchPad: client bug: event processing lagging behind by 11ms, your system is too slow
Nov 09 09:23:26 T420 gnome-shell[945]: Can't update stage views actor StBin is on because it needs an allocation.
Nov 09 09:23:33 T420 gnome-shell[945]: libinput error: event14 - SynPS/2 Synaptics TouchPad: client bug: event processing lagging behind by 14ms, your system is too slow
Nov 09 09:23:40 T420 gnome-shell[945]: libinput error: event14 - SynPS/2 Synaptics TouchPad: client bug: event processing lagging behind by 13ms, your system is too slow
Nov 09 09:23:41 T420 gnome-shell[945]: libinput error: event14 - SynPS/2 Synaptics TouchPad: client bug: event processing lagging behind by 12ms, your system is too slow
Nov 09 09:23:43 T420 systemd[1]: systemd-localed.service: Succeeded.
Nov 09 09:23:43 T420 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:43 T420 kernel: audit: type=1131 audit(1604910223.797:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:43 T420 audit: BPF prog-id=13 op=UNLOAD
Nov 09 09:23:43 T420 audit: BPF prog-id=12 op=UNLOAD
Nov 09 09:23:43 T420 kernel: audit: type=1334 audit(1604910223.874:79): prog-id=13 op=UNLOAD
Nov 09 09:23:43 T420 kernel: audit: type=1334 audit(1604910223.874:80): prog-id=12 op=UNLOAD
Nov 09 09:23:43 T420 systemd[1]: systemd-hostnamed.service: Succeeded.
Nov 09 09:23:43 T420 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:43 T420 kernel: audit: type=1131 audit(1604910223.901:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:23:43 T420 audit: BPF prog-id=10 op=UNLOAD
Nov 09 09:23:43 T420 audit: BPF prog-id=9 op=UNLOAD
Nov 09 09:23:43 T420 kernel: audit: type=1334 audit(1604910223.967:82): prog-id=10 op=UNLOAD
Nov 09 09:23:43 T420 kernel: audit: type=1334 audit(1604910223.967:83): prog-id=9 op=UNLOAD
Nov 09 09:23:44 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:44 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:49 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:49 T420 rtkit-daemon[767]: Supervising 4 threads of 2 processes of 1 users.
Nov 09 09:23:51 T420 gnome-shell[945]: libinput error: event14 - SynPS/2 Synaptics TouchPad: client bug: event processing lagging behind by 16ms, your system is too slow
Nov 09 09:23:51 T420 gnome-shell[945]: libinput error: event14 - SynPS/2 Synaptics TouchPad: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
Nov 09 09:24:01 T420 geoclue[715]: Service not used for 60 seconds. Shutting down..
Nov 09 09:24:01 T420 systemd[1]: geoclue.service: Succeeded.
Nov 09 09:24:01 T420 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 09:24:01 T420 kernel: audit: type=1131 audit(1604910241.344:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'Offline
Pages: 1