您尚未登录。

#31 2019-08-29 11:30:15

Mr.I
路人丙
所在地: Kerbal
注册时间: 2015-08-29
帖子: 308

Re: 系统无法启动,一直停在LOGO界面

jingmouren 说:

manjaro-chroot后看确实没/usr/lib/modules了
我也很奇怪,因为pacman -Syu能执行,而且说已经是最新


嗯? 那你发一下 lsblk 看看,chroot 之前和 chroot 之后的都发一下。

离线

#32 2019-08-29 11:51:26

jingmouren
会员
注册时间: 2014-09-13
帖子: 112

Re: 系统无法启动,一直停在LOGO界面

chroot 之前和
$ lsblk
NAME   MAJ:MIN RM    SIZE RO TYPE MOUNTPOINT
loop0    7:0    0    1.9G  1 loop /run/miso/bootmnt
loop1    7:1    0   75.4M  1 loop /run/miso/sfs/livefs
loop2    7:2    0  312.6M  1 loop /run/miso/sfs/mhwdfs
loop3    7:3    0 1000.1M  1 loop /run/miso/sfs/desktopfs
loop4    7:4    0  475.5M  1 loop /run/miso/sfs/rootfs
sda      8:0    0  931.5G  0 disk
├─sda1   8:1    0    260M  0 part
├─sda2   8:2    0     16M  0 part
├─sda3   8:3    0    100G  0 part
├─sda4   8:4    0    200G  0 part /run/miso/img_dev
├─sda5   8:5    0     80G  0 part
├─sda6   8:6    0    250G  0 part
├─sda7   8:7    0    150G  0 part
├─sda8   8:8    0  150.3G  0 part
└─sda9   8:9    0   1000M  0 part

chroot 之后
sh-5.0# lsblk
NAME   MAJ:MIN RM    SIZE RO TYPE MOUNTPOINT
loop0    7:0    0    1.9G  1 loop
loop1    7:1    0   75.4M  1 loop
loop2    7:2    0  312.6M  1 loop
loop3    7:3    0 1000.1M  1 loop
loop4    7:4    0  475.5M  1 loop
sda      8:0    0  931.5G  0 disk
|-sda1   8:1    0    260M  0 part
|-sda2   8:2    0     16M  0 part
|-sda3   8:3    0    100G  0 part
|-sda4   8:4    0    200G  0 part
|-sda5   8:5    0     80G  0 part
|-sda6   8:6    0    250G  0 part /
|-sda7   8:7    0    150G  0 part
|-sda8   8:8    0  150.3G  0 part
`-sda9   8:9    0   1000M  0 part

离线

#33 2019-08-29 11:59:44

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,384
个人网站

Re: 系统无法启动,一直停在LOGO界面

ls /lib/modules 应该有东西吧

离线

#34 2019-08-29 12:16:00

Mr.I
路人丙
所在地: Kerbal
注册时间: 2015-08-29
帖子: 308

Re: 系统无法启动,一直停在LOGO界面

依云 说:

ls /lib/modules 应该有东西吧

那个不是软链接吗

离线

#35 2019-08-29 12:26:25

jingmouren
会员
注册时间: 2014-09-13
帖子: 112

Re: 系统无法启动,一直停在LOGO界面

sh-5.0# ls /lib/modules
4.19.28-1-MANJARO  extramodules-4.19-MANJARO
sh-5.0# ls -l /lib/modules
total 8
drwxr-xr-x 4 root root 4096 Aug 29 18:56 4.19.28-1-MANJARO
drwxr-xr-x 2 root root 4096 Aug 29 18:56 extramodules-4.19-MANJARO
sh-5.0# ls -l /lib/modules/4.19.28-1-MANJARO/
total 5812
drwxr-xr-x  2 root root    4096 Aug 29 18:56 build
lrwxrwxrwx  1 root root      28 Aug 29 18:56 extramodules -> ../extramodules-4.19-MANJARO
drwxr-xr-x 12 root root    4096 Aug 29 18:56 kernel
-rw-r--r--  1 root root 1421300 Aug 29 18:56 modules.alias
-rw-r--r--  1 root root 1398911 Aug 29 18:56 modules.alias.bin
-rw-r--r--  1 root root    5320 Aug 29 18:56 modules.builtin
-rw-r--r--  1 root root    7040 Aug 29 18:56 modules.builtin.bin
-rw-r--r--  1 root root  686893 Aug 29 18:56 modules.dep
-rw-r--r--  1 root root  921401 Aug 29 18:56 modules.dep.bin
-rw-r--r--  1 root root     433 Aug 29 18:56 modules.devname
-rw-r--r--  1 root root  214068 Aug 29 18:56 modules.order
-rw-r--r--  1 root root     689 Aug 29 18:56 modules.softdep
-rw-r--r--  1 root root  565972 Aug 29 18:56 modules.symbols
-rw-r--r--  1 root root  697107 Aug 29 18:56 modules.symbols.bin

离线

#36 2019-08-29 12:36:13

Mr.I
路人丙
所在地: Kerbal
注册时间: 2015-08-29
帖子: 308

Re: 系统无法启动,一直停在LOGO界面

咦。。。manjaro 的 /lib 居然不是软链到 /usr/lib 的。。。

离线

#37 2019-08-29 12:39:56

Mr.I
路人丙
所在地: Kerbal
注册时间: 2015-08-29
帖子: 308

Re: 系统无法启动,一直停在LOGO界面

那么,检查一下 /lib/modules/{版本}/kernel/fs/fat

以及:

modinfo vfat

离线

#38 2019-08-29 12:44:31

jingmouren
会员
注册时间: 2014-09-13
帖子: 112

Re: 系统无法启动,一直停在LOGO界面

sh-5.0# ls -l /lib/modules/4.19.28-1-MANJARO/kernel/fs/fat
total 56
-rw-r--r-- 1 root root 34772 Aug 29 18:56 fat.ko.xz
-rw-r--r-- 1 root root  6540 Aug 29 18:56 msdos.ko.xz
-rw-r--r-- 1 root root  8548 Aug 29 18:56 vfat.ko.xz
sh-5.0# modinfo vfat
filename:       /lib/modules/4.19.28-1-MANJARO/kernel/fs/fat/vfat.ko.xz
author:         Gordon Chaffee
description:    VFAT filesystem support
license:        GPL
alias:          fs-vfat
srcversion:     64B1D45A98961B2449F7F27
depends:        fat
retpoline:      Y
intree:         Y
name:           vfat
vermagic:       4.19.28-1-MANJARO SMP preempt mod_unload modversions
sig_id:         PKCS#7
signer:         Build time autogenerated kernel key
sig_key:        09:FB:32:70:71:5F:A3:8B:53:2A:80:FF:AC:E2:F9:E4:3C:36:62:1C
sig_hashalgo:   sha512
signature:      D3:F8:70:40:FB:CE:6C:06:6C...


-- Logs begin at Sun 2019-06-23 05:09:44 CST, end at Thu 2019-08-29 12:38:23 CST. --
Aug 29 12:27:07 *-pc kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 29 12:27:07 *-pc kernel: PTP clock support registered
Aug 29 12:27:07 *-pc kernel: EDAC MC: Ver: 3.0.0
Aug 29 12:27:07 *-pc kernel: Registered efivars operations
Aug 29 12:27:07 *-pc kernel: PCI: Using ACPI for IRQ routing
Aug 29 12:27:07 *-pc kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 29 12:27:07 *-pc kernel: pci 0000:00:1f.4: can't claim BAR 4 [io  0xefa0-0xefbf]: address conflict with PCI Bus 0000:01 [io  0xe000-0xefff]
Aug 29 12:27:07 *-pc kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Aug 29 12:27:07 *-pc kernel: e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
Aug 29 12:27:07 *-pc kernel: e820: reserve RAM buffer [mem 0x96920000-0x97ffffff]
Aug 29 12:27:07 *-pc kernel: e820: reserve RAM buffer [mem 0x9eef2000-0x9fffffff]
Aug 29 12:27:07 *-pc kernel: e820: reserve RAM buffer [mem 0xac8ff000-0xafffffff]
Aug 29 12:27:07 *-pc kernel: e820: reserve RAM buffer [mem 0x24f000000-0x24fffffff]
Aug 29 12:27:07 *-pc kernel: NetLabel: Initializing
Aug 29 12:27:07 *-pc kernel: NetLabel:  domain hash size = 128
Aug 29 12:27:07 *-pc kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 29 12:27:07 *-pc kernel: NetLabel:  unlabeled traffic allowed by default
Aug 29 12:27:07 *-pc kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Aug 29 12:27:07 *-pc kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Aug 29 12:27:07 *-pc kernel: clocksource: Switched to clocksource tsc-early
Aug 29 12:27:07 *-pc kernel: VFS: Disk quotas dquot_6.6.0
Aug 29 12:27:07 *-pc kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 29 12:27:07 *-pc kernel: pnp: PnP ACPI init
Aug 29 12:27:07 *-pc kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
Aug 29 12:27:07 *-pc kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 29 12:27:07 *-pc kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 29 12:27:07 *-pc kernel: system 00:02: [io  0x0680-0x069f] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:02: [io  0xffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:02: [io  0xffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:02: [io  0xffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:02: [io  0x164e-0x164f] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 29 12:27:07 *-pc kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Aug 29 12:27:07 *-pc kernel: system 00:04: [io  0x1854-0x1857] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Aug 29 12:27:07 *-pc kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
Aug 29 12:27:07 *-pc kernel: pnp 00:06: Plug and Play ACPI device, IDs SYN2b80 SYN2b00 SYN0002 PNP0f13 (active)
Aug 29 12:27:07 *-pc kernel: system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 29 12:27:07 *-pc kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:08: [mem 0xe8000000-0xefffffff] could not be reserved
Aug 29 12:27:07 *-pc kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:08: [mem 0xff000000-0xffffffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:08: [mem 0xe7fe0000-0xe7ffffff] has been reserved
Aug 29 12:27:07 *-pc kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 29 12:27:07 *-pc kernel: pnp: PnP ACPI: found 9 devices
Aug 29 12:27:07 *-pc kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 29 12:27:07 *-pc kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
Aug 29 12:27:07 *-pc kernel: pci 0000:00:1f.4: BAR 4: assigned [io  0x1000-0x101f]
Aug 29 12:27:07 *-pc kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xe1240000-0xe125ffff pref]
Aug 29 12:27:07 *-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 29 12:27:07 *-pc kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Aug 29 12:27:07 *-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0xe1200000-0xe12fffff]
Aug 29 12:27:07 *-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 29 12:27:07 *-pc kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
Aug 29 12:27:07 *-pc kernel: pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
Aug 29 12:27:07 *-pc kernel: pci 0000:00:1c.4:   bridge window [mem 0xe1100000-0xe11fffff]
Aug 29 12:27:07 *-pc kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Aug 29 12:27:07 *-pc kernel: pci 0000:00:1c.5:   bridge window [mem 0xe1000000-0xe10fffff]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 15 [mem 0xb0000000-0xe7ffffff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:01: resource 1 [mem 0xe1200000-0xe12fffff]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:02: resource 1 [mem 0xe1100000-0xe11fffff]
Aug 29 12:27:07 *-pc kernel: pci_bus 0000:03: resource 1 [mem 0xe1000000-0xe10fffff]
Aug 29 12:27:07 *-pc kernel: NET: Registered protocol family 2
Aug 29 12:27:07 *-pc kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
Aug 29 12:27:07 *-pc kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
Aug 29 12:27:07 *-pc kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Aug 29 12:27:07 *-pc kernel: TCP: Hash tables configured (established 65536 bind 65536)
Aug 29 12:27:07 *-pc kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
Aug 29 12:27:07 *-pc kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Aug 29 12:27:07 *-pc kernel: NET: Registered protocol family 1
Aug 29 12:27:07 *-pc kernel: NET: Registered protocol family 44
Aug 29 12:27:07 *-pc kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 29 12:27:07 *-pc kernel: pci 0000:01:00.0: disabling ATS (broken on this device)
Aug 29 12:27:07 *-pc kernel: PCI: CLS 0 bytes, default 64
Aug 29 12:27:07 *-pc kernel: Unpacking initramfs...
Aug 29 12:27:07 *-pc kernel: Freeing initrd memory: 10968K
Aug 29 12:27:07 *-pc kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 29 12:27:07 *-pc kernel: software IO TLB: mapped [mem 0x97c02000-0x9bc02000] (64MB)
Aug 29 12:27:07 *-pc kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2fbd93f9e57, max_idle_ns: 440795263784 ns
Aug 29 12:27:07 *-pc kernel: clocksource: Switched to clocksource tsc
Aug 29 12:27:07 *-pc kernel: Scanning for low memory corruption every 60 seconds
Aug 29 12:27:07 *-pc kernel: Initialise system trusted keyrings
Aug 29 12:27:07 *-pc kernel: Key type blacklist registered
Aug 29 12:27:07 *-pc kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Aug 29 12:27:07 *-pc kernel: zbud: loaded
Aug 29 12:27:07 *-pc kernel: Key type asymmetric registered
Aug 29 12:27:07 *-pc kernel: Asymmetric key parser 'x509' registered
Aug 29 12:27:07 *-pc kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Aug 29 12:27:07 *-pc kernel: io scheduler noop registered
Aug 29 12:27:07 *-pc kernel: io scheduler deadline registered
Aug 29 12:27:07 *-pc kernel: io scheduler cfq registered
Aug 29 12:27:07 *-pc kernel: io scheduler mq-deadline registered
Aug 29 12:27:07 *-pc kernel: io scheduler kyber registered
Aug 29 12:27:07 *-pc kernel: io scheduler bfq registered
Aug 29 12:27:07 *-pc kernel: io scheduler bfq-sq registered (default)
Aug 29 12:27:07 *-pc kernel: BFQ I/O-scheduler: v10 (with cgroups support)
Aug 29 12:27:07 *-pc kernel: io scheduler bfq-mq registered
Aug 29 12:27:07 *-pc kernel: BFQ I/O-scheduler: v10 (with cgroups support)
Aug 29 12:27:07 *-pc kernel: pcieport 0000:00:1c.0: AER enabled with IRQ 120
Aug 29 12:27:07 *-pc kernel: pcieport 0000:00:1c.4: AER enabled with IRQ 121
Aug 29 12:27:07 *-pc kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 120
Aug 29 12:27:07 *-pc kernel: pcieport 0000:00:1c.4: Signaling PME with IRQ 121
Aug 29 12:27:07 *-pc kernel: pcieport 0000:00:1c.5: Signaling PME with IRQ 122
Aug 29 12:27:07 *-pc kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 29 12:27:07 *-pc kernel: efifb: probing for efifb
Aug 29 12:27:07 *-pc kernel: efifb: showing boot graphics
Aug 29 12:27:07 *-pc kernel: efifb: framebuffer at 0xd0000000, using 8128k, total 8128k
Aug 29 12:27:07 *-pc kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Aug 29 12:27:07 *-pc kernel: efifb: scrolling: redraw
Aug 29 12:27:07 *-pc kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 29 12:27:07 *-pc kernel: fbcon: Deferring console take-over
Aug 29 12:27:07 *-pc kernel: fb0: EFI VGA frame buffer device
Aug 29 12:27:07 *-pc kernel: intel_idle: MWAIT substates: 0x11142120
Aug 29 12:27:07 *-pc kernel: intel_idle: v0.4.1 model 0x4E
Aug 29 12:27:07 *-pc kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Aug 29 12:27:07 *-pc kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Aug 29 12:27:07 *-pc kernel: ACPI: Sleep Button [SLPB]
Aug 29 12:27:07 *-pc kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Aug 29 12:27:07 *-pc kernel: ACPI: Lid Switch [LID0]
Aug 29 12:27:07 *-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Aug 29 12:27:07 *-pc kernel: ACPI: Power Button [PWRB]
Aug 29 12:27:07 *-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Aug 29 12:27:07 *-pc kernel: ACPI: Power Button [PWRF]
Aug 29 12:27:07 *-pc kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Aug 29 12:27:07 *-pc kernel: usbcore: registered new interface driver usbserial_generic
Aug 29 12:27:07 *-pc kernel: usbserial: USB Serial support registered for generic
Aug 29 12:27:07 *-pc kernel: rtc_cmos 00:03: RTC can wake from S4
Aug 29 12:27:07 *-pc kernel: rtc_cmos 00:03: registered as rtc0
Aug 29 12:27:07 *-pc kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Aug 29 12:27:07 *-pc kernel: intel_pstate: Intel P-state driver initializing
Aug 29 12:27:07 *-pc kernel: intel_pstate: HWP enabled
Aug 29 12:27:07 *-pc kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 29 12:27:07 *-pc kernel: intel_pmc_core:  initialized
Aug 29 12:27:07 *-pc kernel: NET: Registered protocol family 10
Aug 29 12:27:07 *-pc kernel: Segment Routing with IPv6
Aug 29 12:27:07 *-pc kernel: NET: Registered protocol family 17
Aug 29 12:27:07 *-pc kernel: mce: Using 9 MCE banks
Aug 29 12:27:07 *-pc kernel: RAS: Correctable Errors collector initialized.
Aug 29 12:27:07 *-pc kernel: microcode: sig=0x406e3, pf=0x40, revision=0xcc
Aug 29 12:27:07 *-pc kernel: microcode: Microcode Update Driver: v2.2.
Aug 29 12:27:07 *-pc kernel: sched_clock: Marking stable (968164203, -2933431)->(970056054, -4825282)
Aug 29 12:27:07 *-pc kernel: registered taskstats version 1
Aug 29 12:27:07 *-pc kernel: Loading compiled-in X.509 certificates
Aug 29 12:27:07 *-pc kernel: Loaded X.509 cert 'Build time autogenerated kernel key: adb09dda44ccbdf92def12c6e4caa3f4f8386cf8'
Aug 29 12:27:07 *-pc kernel: zswap: loaded using pool lzo/zbud
Aug 29 12:27:07 *-pc kernel: Key type big_key registered
Aug 29 12:27:07 *-pc kernel:   Magic number: 15:837:431
Aug 29 12:27:07 *-pc kernel: rtc_cmos 00:03: setting system clock to 2019-08-29 12:27:00 UTC (1567081620)
Aug 29 12:27:07 *-pc kernel: Freeing unused decrypted memory: 2040K
Aug 29 12:27:07 *-pc kernel: Freeing unused kernel image memory: 1548K
Aug 29 12:27:07 *-pc kernel: Write protecting the kernel read-only data: 18432k
Aug 29 12:27:07 *-pc kernel: Freeing unused kernel image memory: 2008K
Aug 29 12:27:07 *-pc kernel: Freeing unused kernel image memory: 480K
Aug 29 12:27:07 *-pc kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 29 12:27:07 *-pc kernel: x86/mm: Checking user space page tables
Aug 29 12:27:07 *-pc kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 29 12:27:07 *-pc kernel: Run /init as init process
Aug 29 12:27:07 *-pc kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PSS3] at 0x60,0x64 irq 1,12
Aug 29 12:27:07 *-pc kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 29 12:27:07 *-pc kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Aug 29 12:27:07 *-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 29 12:27:07 *-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 29 12:27:07 *-pc kernel: SCSI subsystem initialized
Aug 29 12:27:07 *-pc kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
Aug 29 12:27:07 *-pc kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Aug 29 12:27:07 *-pc kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
Aug 29 12:27:07 *-pc kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 29 12:27:07 *-pc kernel: usb usb1: Product: xHCI Host Controller
Aug 29 12:27:07 *-pc kernel: usb usb1: Manufacturer: Linux 4.19.66-1-MANJARO xhci-hcd
Aug 29 12:27:07 *-pc kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 29 12:27:07 *-pc kernel: hub 1-0:1.0: USB hub found
Aug 29 12:27:07 *-pc kernel: hub 1-0:1.0: 12 ports detected
Aug 29 12:27:07 *-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 29 12:27:07 *-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 29 12:27:07 *-pc kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Aug 29 12:27:07 *-pc kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
Aug 29 12:27:07 *-pc kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 29 12:27:07 *-pc kernel: usb usb2: Product: xHCI Host Controller
Aug 29 12:27:07 *-pc kernel: usb usb2: Manufacturer: Linux 4.19.66-1-MANJARO xhci-hcd
Aug 29 12:27:07 *-pc kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 29 12:27:07 *-pc kernel: hub 2-0:1.0: USB hub found
Aug 29 12:27:07 *-pc kernel: hub 2-0:1.0: 6 ports detected
Aug 29 12:27:07 *-pc kernel: libata version 3.00 loaded.
Aug 29 12:27:07 *-pc kernel: ahci 0000:00:17.0: version 3.0
Aug 29 12:27:07 *-pc kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Aug 29 12:27:07 *-pc kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Aug 29 12:27:07 *-pc kernel: ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
Aug 29 12:27:07 *-pc kernel: scsi host0: ahci
Aug 29 12:27:07 *-pc kernel: scsi host1: ahci
Aug 29 12:27:07 *-pc kernel: ata1: SATA max UDMA/133 abar m2048@0xe132f000 port 0xe132f100 irq 124
Aug 29 12:27:07 *-pc kernel: ata2: SATA max UDMA/133 abar m2048@0xe132f000 port 0xe132f180 irq 124
Aug 29 12:27:07 *-pc kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 29 12:27:07 *-pc kernel: ata1: SATA link down (SStatus 0 SControl 300)
Aug 29 12:27:07 *-pc kernel: ata2.00: ATA-10: WDC WD10SPZX-24Z10, 04.01A04, max UDMA/133
Aug 29 12:27:07 *-pc kernel: ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 29 12:27:07 *-pc kernel: ata2.00: configured for UDMA/133
Aug 29 12:27:07 *-pc kernel: usb 1-1: new low-speed USB device number 2 using xhci_hcd
Aug 29 12:27:07 *-pc kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC WD10SPZX-24Z 1A04 PQ: 0 ANSI: 5
Aug 29 12:27:07 *-pc kernel: sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Aug 29 12:27:07 *-pc kernel: sd 1:0:0:0: [sda] 4096-byte physical blocks
Aug 29 12:27:07 *-pc kernel: sd 1:0:0:0: [sda] Write Protect is off
Aug 29 12:27:07 *-pc kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 29 12:27:07 *-pc kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 29 12:27:07 *-pc kernel:  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9
Aug 29 12:27:07 *-pc kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Aug 29 12:27:07 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:27:07 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:27:07 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:27:07 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:27:07 *-pc kernel: hidraw: raw HID events driver (C) Jiri Kosina
Aug 29 12:27:07 *-pc kernel: usbcore: registered new interface driver usbhid
Aug 29 12:27:07 *-pc kernel: usbhid: USB HID core driver
Aug 29 12:27:07 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0001/input/input6
Aug 29 12:27:07 *-pc kernel: hid-generic 0003:0461:4E54.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:27:07 *-pc kernel: usb 1-6: new full-speed USB device number 3 using xhci_hcd
Aug 29 12:27:07 *-pc kernel: usb 1-6: New USB device found, idVendor=138a, idProduct=0011, bcdDevice= 0.78
Aug 29 12:27:07 *-pc kernel: usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Aug 29 12:27:07 *-pc kernel: usb 1-6: SerialNumber: 177ed390834e
Aug 29 12:27:07 *-pc kernel: usb 1-7: new high-speed USB device number 4 using xhci_hcd
Aug 29 12:27:07 *-pc kernel: usb 1-7: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
Aug 29 12:27:07 *-pc kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 29 12:27:07 *-pc kernel: usb 1-7: Product: USB2.0-CRW
Aug 29 12:27:07 *-pc kernel: usb 1-7: Manufacturer: Generic
Aug 29 12:27:07 *-pc kernel: usb 1-7: SerialNumber: 20100201396000000
Aug 29 12:27:07 *-pc kernel: usbcore: registered new interface driver rtsx_usb
Aug 29 12:27:07 *-pc kernel: random: fast init done
Aug 29 12:27:07 *-pc kernel: usb 1-8: new full-speed USB device number 5 using xhci_hcd
Aug 29 12:27:07 *-pc kernel: usb 1-8: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
Aug 29 12:27:07 *-pc kernel: usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 29 12:27:07 *-pc kernel: usb 1-9: new high-speed USB device number 6 using xhci_hcd
Aug 29 12:27:07 *-pc kernel: usb 1-9: New USB device found, idVendor=5986, idProduct=0712, bcdDevice=53.09
Aug 29 12:27:07 *-pc kernel: usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:27:07 *-pc kernel: usb 1-9: Product: EasyCamera
Aug 29 12:27:07 *-pc kernel: usb 1-9: Manufacturer: SunplusIT Inc
Aug 29 12:27:07 *-pc kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Aug 29 12:27:07 *-pc kernel: random: crng init done
Aug 29 12:27:07 *-pc systemd[1]: RTC configured in localtime, applying delta of 480 minutes to system time.
Aug 29 12:27:07 *-pc systemd[1]: systemd 242.84-1-manjaro running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Aug 29 12:27:07 *-pc systemd[1]: Detected architecture x86-64.
Aug 29 12:27:07 *-pc systemd[1]: Set hostname to <*-pc>.
Aug 29 12:27:07 *-pc systemd[1]: Listening on Journal Socket.
Aug 29 12:27:07 *-pc systemd[1]: Mounting Huge Pages File System...
Aug 29 12:27:07 *-pc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 29 12:27:07 *-pc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 29 12:27:07 *-pc systemd[1]: Listening on LVM2 metadata daemon socket.
Aug 29 12:27:07 *-pc systemd[1]: Mounting POSIX Message Queue File System...
Aug 29 12:27:07 *-pc systemd[1]: Listening on initctl Compatibility Named Pipe.
Aug 29 12:27:07 *-pc kernel: EXT4-fs (sda6): re-mounted. Opts: (null)
Aug 29 12:27:07 *-pc kernel: fbcon: Taking over console
Aug 29 12:27:07 *-pc kernel: Console: switching to colour frame buffer device 240x67
Aug 29 12:27:07 *-pc kernel: audit: type=1130 audit(1567052827.888:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:07 *-pc systemd-journald[217]: Journal started
Aug 29 12:27:07 *-pc systemd-journald[217]: Runtime journal (/run/log/journal/768daae07b4d4b7b89260d9dafd32e88) is 8.0M, max 384.4M, 376.4M free.
Aug 29 12:27:07 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:07 *-pc systemd-modules-load[218]: Failed to lookup module alias 'crypto_user': Function not implemented
Aug 29 12:27:07 *-pc systemd-modules-load[218]: Failed to lookup module alias 'vboxsf': Function not implemented
Aug 29 12:27:07 *-pc 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'
Aug 29 12:27:07 *-pc systemd-modules-load[218]: Failed to lookup module alias 'vboxdrv': Function not implemented
Aug 29 12:27:07 *-pc systemd-modules-load[218]: Failed to lookup module alias 'vboxnetadp': Function not implemented
Aug 29 12:27:07 *-pc systemd-modules-load[218]: Failed to lookup module alias 'vboxnetflt': Function not implemented
Aug 29 12:27:07 *-pc systemd-modules-load[218]: Failed to lookup module alias 'vboxpci': Function not implemented
Aug 29 12:27:07 *-pc systemd-modules-load[218]: Failed to lookup module alias 'uinput': Function not implemented
Aug 29 12:27:07 *-pc systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 29 12:27:07 *-pc kernel: audit: type=1130 audit(1567052827.945:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:08 *-pc systemd-journald[217]: Time spent on flushing to /var is 673.333ms for 727 entries.
Aug 29 12:27:08 *-pc systemd-journald[217]: System journal (/var/log/journal/768daae07b4d4b7b89260d9dafd32e88) is 368.0M, max 4.0G, 3.6G free.
Aug 29 12:27:10 *-pc kernel: audit: type=1130 audit(1567052828.682:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:10 *-pc kernel: audit: type=1130 audit(1567052829.232:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:10 *-pc kernel: audit: type=1130 audit(1567052830.365:6): 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'
Aug 29 12:27:08 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:09 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:10 *-pc 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'
Aug 29 12:27:08 *-pc systemd[1]: Started Create System Users.
Aug 29 12:27:08 *-pc systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 29 12:27:09 *-pc systemd[1]: Started Create Static Device Nodes in /dev.
Aug 29 12:27:09 *-pc systemd[1]: Starting udev Kernel Device Manager...
Aug 29 12:27:10 *-pc systemd[1]: Started Flush Journal to Persistent Storage.
Aug 29 12:27:10 *-pc systemd[1]: Started udev Kernel Device Manager.
Aug 29 12:27:10 *-pc 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'
Aug 29 12:27:10 *-pc kernel: audit: type=1130 audit(1567052830.952:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:11 *-pc systemd-udevd[249]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 29 12:27:11 *-pc systemd-vconsole-setup[279]: /usr/bin/loadkeys failed with exit status 1.
Aug 29 12:27:11 *-pc systemd-vconsole-setup[267]: /usr/bin/loadkeys failed with exit status 1.
Aug 29 12:27:11 *-pc systemd-udevd[234]: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
Aug 29 12:27:11 *-pc systemd-udevd[266]: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
Aug 29 12:27:11 *-pc systemd-vconsole-setup[286]: /usr/bin/loadkeys failed with exit status 1.
Aug 29 12:27:11 *-pc systemd-udevd[261]: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
Aug 29 12:27:12 *-pc mtp-probe[303]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7"
Aug 29 12:27:12 *-pc mtp-probe[305]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Aug 29 12:27:12 *-pc mtp-probe[304]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:27:12 *-pc mtp-probe[305]: bus: 1, device: 3 was not an MTP device
Aug 29 12:27:12 *-pc mtp-probe[304]: bus: 1, device: 2 was not an MTP device
Aug 29 12:27:12 *-pc mtp-probe[296]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
Aug 29 12:27:12 *-pc mtp-probe[296]: bus: 1, device: 6 was not an MTP device
Aug 29 12:27:12 *-pc mtp-probe[303]: bus: 1, device: 4 was not an MTP device
Aug 29 12:27:12 *-pc systemd[1]: Found device WDC_WD10SPZX-24Z10 7.
Aug 29 12:27:13 *-pc systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 29 12:27:13 *-pc 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'
Aug 29 12:27:13 *-pc systemd[1]: Reached target Local File Systems (Pre).
Aug 29 12:27:13 *-pc kernel: audit: type=1130 audit(1567052833.112:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:13 *-pc systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Aug 29 12:27:13 *-pc systemd[1]: Starting File System Check on /dev/disk/by-uuid/81a2a2d4-2c61-41d0-a060-09d3532ca548...
Aug 29 12:27:13 *-pc systemd-fsck[361]: /dev/sda7: 超级块上一次挂载时间在未来。
Aug 29 12:27:13 *-pc systemd-fsck[361]:         (相差不到一天,可能是硬件时钟设定错误所致)
Aug 29 12:27:13 *-pc systemd-fsck[361]: /dev/sda7: 超级块上一次写入时间在未来。
Aug 29 12:27:13 *-pc systemd-fsck[361]:         (相差不到一天,可能是硬件时钟设定错误所致)
Aug 29 12:27:13 *-pc systemd-fsck[361]: /dev/sda7:没有问题,964219/9849600 文件,35121375/39321600 块
Aug 29 12:27:13 *-pc systemd[1]: Started File System Check on /dev/disk/by-uuid/81a2a2d4-2c61-41d0-a060-09d3532ca548.
Aug 29 12:27:13 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-81a2a2d4\x2d2c61\x2d41d0\x2da060\x2d09d3532ca548 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:13 *-pc kernel: audit: type=1130 audit(1567052833.572:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-81a2a2d4\x2d2c61\x2d41d0\x2da060\x2d09d3532ca548 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:13 *-pc systemd[1]: Mounting /home...
Aug 29 12:27:13 *-pc kernel: EXT4-fs (sda7): mounting ext2 file system using the ext4 subsystem
Aug 29 12:27:13 *-pc kernel: EXT4-fs (sda7): mounted filesystem without journal. Opts: (null)
Aug 29 12:27:13 *-pc systemd[1]: Mounted /home.
Aug 29 12:27:13 *-pc systemd[1]: Reached target Local File Systems.
Aug 29 12:27:13 *-pc systemd[1]: Starting Create Volatile Files and Directories...
Aug 29 12:27:13 *-pc systemd[1]: Starting Rebuild Dynamic Linker Cache...
Aug 29 12:27:13 *-pc systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Aug 29 12:27:14 *-pc systemd[1]: Started Create Volatile Files and Directories.
Aug 29 12:27:14 *-pc 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'
Aug 29 12:27:14 *-pc systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Aug 29 12:27:14 *-pc systemd[1]: Starting Rebuild Journal Catalog...
Aug 29 12:27:14 *-pc kernel: audit: type=1130 audit(1567052834.322:10): 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'
Aug 29 12:27:14 *-pc audit[368]: SYSTEM_BOOT pid=368 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:14 *-pc kernel: audit: type=1127 audit(1567052834.355:11): pid=368 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:14 *-pc systemd[1]: Started Update UTMP about System Boot/Shutdown.
Aug 29 12:27:14 *-pc 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'
Aug 29 12:27:14 *-pc kernel: audit: type=1130 audit(1567052834.445:12): 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'
Aug 29 12:27:14 *-pc systemd[1]: Started Rebuild Journal Catalog.
Aug 29 12:27:14 *-pc 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'
Aug 29 12:27:14 *-pc kernel: audit: type=1130 audit(1567052834.712:13): 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'
Aug 29 12:27:15 *-pc systemd[1]: Started Rebuild Dynamic Linker Cache.
Aug 29 12:27:15 *-pc 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'
Aug 29 12:27:15 *-pc kernel: audit: type=1130 audit(1567052835.748:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:15 *-pc systemd[1]: Starting Update is Completed...
Aug 29 12:27:15 *-pc systemd[1]: Started Update is Completed.
Aug 29 12:27:15 *-pc 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'
Aug 29 12:27:15 *-pc systemd[1]: Reached target System Initialization.
Aug 29 12:27:15 *-pc systemd[1]: Starting Mark boot as indeterminate...
Aug 29 12:27:15 *-pc systemd[1]: Started Monthly clean packages cache.
Aug 29 12:27:15 *-pc kernel: audit: type=1130 audit(1567052835.778:15): 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'
Aug 29 12:27:15 *-pc systemd[1]: Started CUPS Scheduler.
Aug 29 12:27:15 *-pc systemd[1]: Reached target Paths.
Aug 29 12:27:15 *-pc systemd[1]: Started Daily verification of password and group files.
Aug 29 12:27:15 *-pc systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 29 12:27:15 *-pc systemd[1]: Started Generate mirrorlist weekly.
Aug 29 12:27:15 *-pc systemd[1]: Started Daily rotation of log files.
Aug 29 12:27:15 *-pc systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 29 12:27:15 *-pc systemd[1]: Started Daily man-db regeneration.
Aug 29 12:27:15 *-pc systemd[1]: Reached target Timers.
Aug 29 12:27:15 *-pc systemd[1]: Listening on CUPS Scheduler.
Aug 29 12:27:15 *-pc systemd[1]: Reached target Sockets.
Aug 29 12:27:15 *-pc systemd[1]: Reached target Basic System.
Aug 29 12:27:15 *-pc systemd[1]: System is tainted: local-hwclock
Aug 29 12:27:15 *-pc systemd[1]: Starting Modem Manager...
Aug 29 12:27:15 *-pc systemd[1]: Started D-Bus System Message Bus.
Aug 29 12:27:15 *-pc 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'
Aug 29 12:27:15 *-pc kernel: audit: type=1130 audit(1567052835.892:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:15 *-pc systemd[1]: Starting Network Manager...
Aug 29 12:27:15 *-pc systemd[1]: Starting Login Service...
Aug 29 12:27:15 *-pc systemd[1]: Starting Clean up modules from old kernels...
Aug 29 12:27:16 *-pc systemd-logind[375]: New seat seat0.
Aug 29 12:27:16 *-pc ModemManager[372]: <info>  ModemManager (version 1.10.4) starting in system bus...
Aug 29 12:27:18 *-pc NetworkManager[374]: <info>  [1567052838.2113] NetworkManager (version 1.20.0-1) is starting... (for the first time)
Aug 29 12:27:18 *-pc NetworkManager[374]: <info>  [1567052838.2116] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Aug 29 12:27:18 *-pc systemd[1]: grub-boot-indeterminate.service: Succeeded.
Aug 29 12:27:18 *-pc systemd[1]: Started Mark boot as indeterminate.
Aug 29 12:27:18 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=grub-boot-indeterminate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:18 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=grub-boot-indeterminate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:18 *-pc systemd[1]: linux-module-cleanup.service: Succeeded.
Aug 29 12:27:18 *-pc systemd[1]: Started Clean up modules from old kernels.
Aug 29 12:27:18 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:18 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:18 *-pc systemd[1]: Started Login Service.
Aug 29 12:27:18 *-pc 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'
Aug 29 12:27:18 *-pc systemd[1]: Reached target Offline System Update (Pre).
Aug 29 12:27:18 *-pc kernel: audit: type=1130 audit(1567052838.238:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=grub-boot-indeterminate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:18 *-pc kernel: audit: type=1131 audit(1567052838.238:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=grub-boot-indeterminate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:18 *-pc kernel: audit: type=1130 audit(1567052838.238:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:18 *-pc kernel: audit: type=1131 audit(1567052838.238:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:18 *-pc kernel: audit: type=1130 audit(1567052838.238:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:18 *-pc dbus-daemon[373]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=372 comm="/usr/bin/ModemManager ")
Aug 29 12:27:18 *-pc NetworkManager[374]: <info>  [1567052838.2702] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Aug 29 12:27:18 *-pc systemd[1]: Starting Authorization Manager...
Aug 29 12:27:18 *-pc systemd[1]: Started Network Manager.
Aug 29 12:27:18 *-pc 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'
Aug 29 12:27:18 *-pc systemd[1]: Reached target Network.
Aug 29 12:27:18 *-pc kernel: audit: type=1130 audit(1567052838.275:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:18 *-pc systemd[1]: Starting OpenNTP Daemon...
Aug 29 12:27:18 *-pc systemd[1]: Starting Permit User Sessions...
Aug 29 12:27:18 *-pc NetworkManager[374]: <info>  [1567052838.3120] manager[0x55ff26bd40e0]: monitoring kernel firmware directory '/lib/firmware'.
Aug 29 12:27:18 *-pc ntpd[384]: constraint configured without libtls support
Aug 29 12:27:18 *-pc dbus-daemon[373]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=374 comm="/usr/bin/NetworkManager --no-daemon ")
Aug 29 12:27:18 *-pc ntpd[384]: constraint configured without libtls support
Aug 29 12:27:18 *-pc ntpd[384]: constraint configured without libtls support
Aug 29 12:27:18 *-pc systemd[1]: Started Permit User Sessions.
Aug 29 12:27:18 *-pc 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'
Aug 29 12:27:18 *-pc kernel: audit: type=1130 audit(1567052838.428:23): 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'
Aug 29 12:27:18 *-pc systemd[1]: Starting GNOME Display Manager...
Aug 29 12:27:18 *-pc systemd[1]: Starting Hostname Service...
Aug 29 12:27:18 *-pc ntpd[387]: ntp engine ready
Aug 29 12:27:18 *-pc dbus-daemon[373]: [system] Successfully activated service 'org.freedesktop.hostname1'
Aug 29 12:27:18 *-pc systemd[1]: Started Hostname Service.
Aug 29 12:27:18 *-pc 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'
Aug 29 12:27:18 *-pc kernel: audit: type=1130 audit(1567052838.925:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:18 *-pc NetworkManager[374]: <info>  [1567052838.9445] hostname: hostname: using hostnamed
Aug 29 12:27:18 *-pc NetworkManager[374]: <info>  [1567052838.9446] hostname: hostname changed from (none) to "*-pc"
Aug 29 12:27:18 *-pc NetworkManager[374]: <info>  [1567052838.9459] dns-mgr[0x55ff26bb2240]: init: dns=default,systemd-resolved rc-manager=symlink
Aug 29 12:27:19 *-pc polkitd[383]: Started polkitd version 0.116
Aug 29 12:27:19 *-pc systemd[1]: Started GNOME Display Manager.
Aug 29 12:27:19 *-pc 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'
Aug 29 12:27:19 *-pc dbus-daemon[373]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.7' (uid=0 pid=389 comm="/usr/bin/gdm ")
Aug 29 12:27:19 *-pc kernel: audit: type=1130 audit(1567052839.288:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:19 *-pc systemd[1]: Reached target User and Group Name Lookups.
Aug 29 12:27:19 *-pc systemd[1]: Starting Accounts Service...
Aug 29 12:27:19 *-pc NetworkManager[374]: <info>  [1567052839.5284] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-adsl.so)
Aug 29 12:27:19 *-pc NetworkManager[374]: <info>  [1567052839.5403] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-wifi.so)
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.0867] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-team.so)
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.1901] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-bluetooth.so)
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.1967] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-ovs.so)
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.1987] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-wwan.so)
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.1999] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.2005] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.2010] manager: Networking is enabled by state file
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.2117] dhcp-init: Using DHCP client 'internal'
Aug 29 12:27:20 *-pc dbus-daemon[373]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=374 comm="/usr/bin/NetworkManager --no-daemon ")
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.2288] settings: Loaded settings plugin: keyfile (internal)
Aug 29 12:27:20 *-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 29 12:27:20 *-pc dbus-daemon[373]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 29 12:27:20 *-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 29 12:27:20 *-pc 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'
Aug 29 12:27:20 *-pc kernel: audit: type=1130 audit(1567052840.458:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:20 *-pc polkitd[383]: Loading rules from directory /etc/polkit-1/rules.d
Aug 29 12:27:20 *-pc polkitd[383]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.6281] device (lo): carrier: link connected
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.6298] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Aug 29 12:27:20 *-pc polkitd[383]: Finished loading, compiling and executing 7 rules
Aug 29 12:27:20 *-pc dbus-daemon[373]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 29 12:27:20 *-pc systemd[1]: Started Authorization Manager.
Aug 29 12:27:20 *-pc polkitd[383]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 29 12:27:20 *-pc accounts-daemon[393]: started daemon version 0.6.55
Aug 29 12:27:20 *-pc 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'
Aug 29 12:27:20 *-pc systemd[1]: Started Accounts Service.
Aug 29 12:27:20 *-pc dbus-daemon[373]: [system] Successfully activated service 'org.freedesktop.Accounts'
Aug 29 12:27:20 *-pc 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'
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.8412] ovsdb: 无法连接:没有那个文件或目录
Aug 29 12:27:20 *-pc NetworkManager[374]: <info>  [1567052840.8483] manager: startup complete
Aug 29 12:27:21 *-pc NetworkManager[374]: <info>  [1567052841.1492] modem-manager: ModemManager not available
Aug 29 12:27:21 *-pc systemd[1]: Started Modem Manager.
Aug 29 12:27:21 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:21 *-pc NetworkManager[374]: <info>  [1567052841.1885] modem-manager: ModemManager now available
Aug 29 12:27:21 *-pc systemd[1]: Created slice User Slice of UID 120.
Aug 29 12:27:21 *-pc systemd[1]: Starting User Runtime Directory /run/user/120...
Aug 29 12:27:21 *-pc systemd-logind[375]: New session c1 of user gdm.
Aug 29 12:27:21 *-pc systemd[1]: Started User Runtime Directory /run/user/120.
Aug 29 12:27:21 *-pc 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'
Aug 29 12:27:21 *-pc systemd[1]: Starting User Manager for UID 120...
Aug 29 12:27:22 *-pc systemd[415]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
Aug 29 12:27:22 *-pc systemd[415]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 29 12:27:22 *-pc systemd[415]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 29 12:27:22 *-pc systemd[415]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 29 12:27:22 *-pc systemd[415]: Listening on p11-kit server.
Aug 29 12:27:22 *-pc systemd[415]: Reached target Paths.
Aug 29 12:27:22 *-pc systemd[415]: Listening on Sound System.
Aug 29 12:27:22 *-pc systemd[415]: Listening on GnuPG network certificate management daemon.
Aug 29 12:27:22 *-pc systemd[415]: Listening on Multimedia System.
Aug 29 12:27:22 *-pc systemd[415]: Starting D-Bus User Message Bus Socket.
Aug 29 12:27:22 *-pc systemd[415]: Condition check resulted in Mark boot as successful after the user session has run 2 minutes being skipped.
Aug 29 12:27:22 *-pc systemd[415]: Reached target Timers.
Aug 29 12:27:22 *-pc systemd[415]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 29 12:27:22 *-pc systemd[415]: Listening on D-Bus User Message Bus Socket.
Aug 29 12:27:22 *-pc systemd[415]: Reached target Sockets.
Aug 29 12:27:22 *-pc systemd[415]: Reached target Basic System.
Aug 29 12:27:22 *-pc systemd[1]: Started User Manager for UID 120.
Aug 29 12:27:22 *-pc systemd[415]: Starting Update XDG user dir configuration...
Aug 29 12:27:22 *-pc 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'
Aug 29 12:27:22 *-pc systemd[1]: Started Session c1 of user gdm.
Aug 29 12:27:22 *-pc systemd[415]: xdg-user-dirs-update.service: Succeeded.
Aug 29 12:27:22 *-pc systemd[415]: Started Update XDG user dir configuration.
Aug 29 12:27:22 *-pc systemd[415]: Reached target Main User Target.
Aug 29 12:27:22 *-pc systemd[415]: Startup finished in 911ms.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (--) Log file renamed from "/var/log/Xorg.pid-428.log" to "/var/log/Xorg.0.log"
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: X.Org X Server 1.20.5
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: X Protocol Version 11, Revision 0
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: Build Operating System: Linux Arch Linux
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: Current Operating System: Linux *-pc 4.19.66-1-MANJARO #1 SMP PREEMPT Fri Aug 9 18:01:53 UTC 2019 x86_64
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19-x86_64 root=UUID=17bbb779-403a-4c8f-a919-cb18d490826c rw quiet
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: Build Date: 30 June 2019  09:52:01AM
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:  
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: Current version of pixman: 0.38.4
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         Before reporting problems, check [url]http://wiki.x.org[/url]
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         to make sure that you have the latest version.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: Markers: (--) probed, (**) from config file, (==) default setting,
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         (++) from command line, (!!) notice, (II) informational,
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 29 12:27:23 2019
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) No Layout section.  Using the first Screen section.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) No screen section available. Using defaults.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (**) |-->Screen "Default Screen Section" (0)
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (**) |   |-->Monitor "<default monitor>"
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) No monitor specified for screen "Default Screen Section".
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         Using a default monitor configuration.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) Automatically adding devices
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) Automatically enabling devices
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) Automatically adding GPU devices
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) Automatically binding GPU devices
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         Entry deleted from font path.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         Entry deleted from font path.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         Entry deleted from font path.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         Entry deleted from font path.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) FontPath set to:
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         /usr/share/fonts/misc,
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         /usr/share/fonts/TTF
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (==) ModulePath set to "/usr/lib/xorg/modules"
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (II) The server relies on udev to provide the list of input devices.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (II) Module ABI versions:
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         X.Org ANSI C Emulation: 0.4
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         X.Org Video Driver: 24.0
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         X.Org XInput driver : 24.1
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]:         X.Org Server Extension : 10.0
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (++) using VT number 1
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (--) PCI:*(0@0:2:0) 8086:1927:17aa:39fd rev 10, Mem @ 0xe0000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (--) PCI: (1@0:0:0) 1002:6900:17aa:39f0 rev 131, Mem @ 0xb0000000/268435456, 0xc0000000/2097152, 0xe1200000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (II) LoadModule: "glx"
Aug 29 12:27:23 *-pc /usr/lib/gdm-x-session[426]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) Module glx: vendor="X.Org Foundation"
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         compiled for 1.20.5, module version = 1.0.0
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         ABI class: X.Org Server Extension, version 10.0
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (==) Matched intel as autoconfigured driver 0
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (==) Matched modesetting as autoconfigured driver 1
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (==) Matched fbdev as autoconfigured driver 2
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (==) Matched vesa as autoconfigured driver 3
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (==) Assigned the driver to the xf86ConfigLayout
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) LoadModule: "intel"
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) Module intel: vendor="X.Org Foundation"
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         compiled for 1.20.5, module version = 2.99.917
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         Module class: X.Org Video Driver
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         ABI class: X.Org Video Driver, version 24.0
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) LoadModule: "modesetting"
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) Module modesetting: vendor="X.Org Foundation"
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         compiled for 1.20.5, module version = 1.20.5
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         Module class: X.Org Video Driver
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         ABI class: X.Org Video Driver, version 24.0
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) LoadModule: "fbdev"
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (WW) Warning, couldn't open module fbdev
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) LoadModule: "vesa"
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (WW) Warning, couldn't open module vesa
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE) Failed to load module "vesa" (module does not exist, 0)
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:         GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) intel: Driver for Intel(R) HD Graphics
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) intel: Driver for Intel(R) Iris(TM) Graphics
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: modprobe: FATAL: Module i915 not found in directory /lib/modules/4.19.66-1-MANJARO
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: modprobe: FATAL: Module i915 not found in directory /lib/modules/4.19.66-1-MANJARO
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE) open /dev/dri/card0: No such file or directory
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (WW) Falling back to old probe method for modesetting
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE) open /dev/dri/card0: No such file or directory
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE) Screen 0 deleted because of no matching config section.
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (II) UnloadModule: "modesetting"
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE) Device(s) detected, but none match those in the config file.
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE)
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: Fatal server error:
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE) no screens found(EE)
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE)
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: Please consult the The X.Org Foundation support
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:          at [url]http://wiki.x.org[/url]
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]:  for help.
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE)
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: (EE) Server terminated with error (1). Closing log file.
Aug 29 12:27:24 *-pc /usr/lib/gdm-x-session[426]: Unable to run X server
Aug 29 12:27:24 *-pc gdm[389]: Child process -426 was already dead.
Aug 29 12:27:24 *-pc systemd[1]: session-c1.scope: Succeeded.
Aug 29 12:27:24 *-pc systemd-logind[375]: Session c1 logged out. Waiting for processes to exit.
Aug 29 12:27:24 *-pc systemd-logind[375]: Removed session c1.
Aug 29 12:27:30 *-pc systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Aug 29 12:27:30 *-pc 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'
Aug 29 12:27:30 *-pc kernel: kauditd_printk_skb: 6 callbacks suppressed
Aug 29 12:27:30 *-pc kernel: audit: type=1131 audit(1567052850.642:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:33 *-pc ntpd[384]: no reply received in time, skipping initial time setting
Aug 29 12:27:33 *-pc systemd[1]: Started OpenNTP Daemon.
Aug 29 12:27:33 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:33 *-pc kernel: audit: type=1130 audit(1567052853.572:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:33 *-pc systemd[1]: Reached target Multi-User System.
Aug 29 12:27:33 *-pc systemd[1]: Starting TLP system startup/shutdown...
Aug 29 12:27:33 *-pc systemd[1]: Reached target Graphical Interface.
Aug 29 12:27:34 *-pc tlp[432]: Applying power save settings...done.
Aug 29 12:27:34 *-pc tlp[432]: Setting battery charge thresholds...done.
Aug 29 12:27:34 *-pc systemd[1]: Started TLP system startup/shutdown.
Aug 29 12:27:34 *-pc systemd[1]: Startup finished in 4.272s (firmware) + 2.882s (loader) + 4.377s (kernel) + 30.470s (userspace) = 42.003s.
Aug 29 12:27:34 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:34 *-pc kernel: audit: type=1130 audit(1567052854.372:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:34 *-pc systemd[1]: Stopping User Manager for UID 120...
Aug 29 12:27:34 *-pc systemd[415]: Stopped target Main User Target.
Aug 29 12:27:34 *-pc systemd[415]: Stopped target Basic System.
Aug 29 12:27:34 *-pc systemd[415]: Stopped target Timers.
Aug 29 12:27:34 *-pc systemd[415]: Stopped target Paths.
Aug 29 12:27:34 *-pc systemd[415]: Stopped target Sockets.
Aug 29 12:27:34 *-pc systemd[415]: dirmngr.socket: Succeeded.
Aug 29 12:27:34 *-pc systemd[415]: Closed GnuPG network certificate management daemon.
Aug 29 12:27:34 *-pc systemd[415]: dbus.socket: Succeeded.
Aug 29 12:27:34 *-pc systemd[415]: Closed D-Bus User Message Bus Socket.
Aug 29 12:27:34 *-pc systemd[415]: p11-kit-server.socket: Succeeded.
Aug 29 12:27:34 *-pc systemd[415]: Closed p11-kit server.
Aug 29 12:27:34 *-pc systemd[415]: gpg-agent-browser.socket: Succeeded.
Aug 29 12:27:34 *-pc systemd[415]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 29 12:27:34 *-pc systemd[415]: gpg-agent-ssh.socket: Succeeded.
Aug 29 12:27:34 *-pc systemd[415]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 29 12:27:34 *-pc systemd[415]: pulseaudio.socket: Succeeded.
Aug 29 12:27:34 *-pc systemd[415]: Closed Sound System.
Aug 29 12:27:34 *-pc systemd[415]: gpg-agent-extra.socket: Succeeded.
Aug 29 12:27:34 *-pc systemd[415]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 29 12:27:34 *-pc systemd[415]: pipewire.socket: Succeeded.
Aug 29 12:27:34 *-pc systemd[415]: Closed Multimedia System.
Aug 29 12:27:34 *-pc systemd[415]: gpg-agent.socket: Succeeded.
Aug 29 12:27:34 *-pc systemd[415]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 29 12:27:34 *-pc systemd[415]: Reached target Shutdown.
Aug 29 12:27:34 *-pc systemd[415]: systemd-exit.service: Succeeded.
Aug 29 12:27:34 *-pc systemd[415]: Started Exit the Session.
Aug 29 12:27:34 *-pc systemd[415]: Reached target Exit the Session.
Aug 29 12:27:34 *-pc systemd[417]: pam_unix(systemd-user:session): session closed for user gdm
Aug 29 12:27:34 *-pc 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'
Aug 29 12:27:34 *-pc systemd[1]: user@120.service: Succeeded.
Aug 29 12:27:34 *-pc systemd[1]: Stopped User Manager for UID 120.
Aug 29 12:27:34 *-pc kernel: audit: type=1131 audit(1567052854.445:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:27:34 *-pc systemd[1]: Stopping User Runtime Directory /run/user/120...
Aug 29 12:27:34 *-pc systemd[1]: run-user-120.mount: Succeeded.
Aug 29 12:27:34 *-pc systemd[1]: user-runtime-dir@120.service: Succeeded.
Aug 29 12:27:34 *-pc systemd[1]: Stopped User Runtime Directory /run/user/120.
Aug 29 12:27:34 *-pc 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'
Aug 29 12:27:34 *-pc kernel: audit: type=1131 audit(1567052854.495:37): 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'
Aug 29 12:27:34 *-pc systemd[1]: Removed slice User Slice of UID 120.
Aug 29 12:27:49 *-pc systemd[1]: systemd-hostnamed.service: Succeeded.
Aug 29 12:27:49 *-pc 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'
Aug 29 12:27:49 *-pc kernel: audit: type=1131 audit(1567052869.015:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:28:01 *-pc kernel: usb 1-1: USB disconnect, device number 2
Aug 29 12:28:02 *-pc kernel: usb 1-1: new low-speed USB device number 7 using xhci_hcd
Aug 29 12:28:02 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:28:02 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:28:02 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:28:02 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:28:02 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0002/input/input7
Aug 29 12:28:02 *-pc kernel: hid-generic 0003:0461:4E54.0002: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:28:02 *-pc mtp-probe[552]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:28:02 *-pc mtp-probe[552]: bus: 1, device: 7 was not an MTP device
Aug 29 12:28:02 *-pc mtp-probe[565]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:28:02 *-pc mtp-probe[565]: bus: 1, device: 7 was not an MTP device
Aug 29 12:29:02 *-pc kernel: usb 1-1: USB disconnect, device number 7
Aug 29 12:29:04 *-pc kernel: usb 1-1: new low-speed USB device number 8 using xhci_hcd
Aug 29 12:29:04 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:29:04 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:29:04 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:29:04 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:29:04 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0003/input/input8
Aug 29 12:29:04 *-pc kernel: hid-generic 0003:0461:4E54.0003: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:29:04 *-pc mtp-probe[574]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:29:04 *-pc mtp-probe[574]: bus: 1, device: 8 was not an MTP device
Aug 29 12:29:04 *-pc mtp-probe[587]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:29:04 *-pc mtp-probe[587]: bus: 1, device: 8 was not an MTP device
Aug 29 12:30:04 *-pc kernel: usb 1-1: USB disconnect, device number 8
Aug 29 12:30:05 *-pc kernel: usb 1-1: new low-speed USB device number 9 using xhci_hcd
Aug 29 12:30:06 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:30:06 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:30:06 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:30:06 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:30:06 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0004/input/input9
Aug 29 12:30:06 *-pc kernel: hid-generic 0003:0461:4E54.0004: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:30:06 *-pc mtp-probe[596]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:30:06 *-pc mtp-probe[596]: bus: 1, device: 9 was not an MTP device
Aug 29 12:30:06 *-pc mtp-probe[609]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:30:06 *-pc mtp-probe[609]: bus: 1, device: 9 was not an MTP device
Aug 29 12:31:06 *-pc kernel: usb 1-1: USB disconnect, device number 9
Aug 29 12:31:07 *-pc kernel: usb 1-1: new low-speed USB device number 10 using xhci_hcd
Aug 29 12:31:07 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:31:07 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:31:07 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:31:07 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:31:07 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0005/input/input10
Aug 29 12:31:07 *-pc kernel: hid-generic 0003:0461:4E54.0005: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:31:07 *-pc mtp-probe[618]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:31:07 *-pc mtp-probe[618]: bus: 1, device: 10 was not an MTP device
Aug 29 12:31:07 *-pc mtp-probe[631]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:31:07 *-pc mtp-probe[631]: bus: 1, device: 10 was not an MTP device
Aug 29 12:32:07 *-pc kernel: usb 1-1: USB disconnect, device number 10
Aug 29 12:32:09 *-pc kernel: usb 1-1: new low-speed USB device number 11 using xhci_hcd
Aug 29 12:32:09 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:32:09 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:32:09 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:32:09 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:32:09 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0006/input/input11
Aug 29 12:32:09 *-pc kernel: hid-generic 0003:0461:4E54.0006: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:32:09 *-pc mtp-probe[641]: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:32:09 *-pc mtp-probe[641]: bus: 1, device: 11 was not an MTP device
Aug 29 12:32:09 *-pc mtp-probe[654]: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:32:09 *-pc mtp-probe[654]: bus: 1, device: 11 was not an MTP device
Aug 29 12:33:09 *-pc kernel: usb 1-1: USB disconnect, device number 11
Aug 29 12:33:11 *-pc kernel: usb 1-1: new low-speed USB device number 12 using xhci_hcd
Aug 29 12:33:11 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:33:11 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:33:11 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:33:11 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:33:11 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0007/input/input12
Aug 29 12:33:11 *-pc kernel: hid-generic 0003:0461:4E54.0007: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:33:11 *-pc mtp-probe[665]: checking bus 1, device 12: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:33:11 *-pc mtp-probe[665]: bus: 1, device: 12 was not an MTP device
Aug 29 12:33:11 *-pc mtp-probe[678]: checking bus 1, device 12: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:33:11 *-pc mtp-probe[678]: bus: 1, device: 12 was not an MTP device
Aug 29 12:34:11 *-pc kernel: usb 1-1: USB disconnect, device number 12
Aug 29 12:34:12 *-pc kernel: usb 1-1: new low-speed USB device number 13 using xhci_hcd
Aug 29 12:34:12 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:34:12 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:34:12 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:34:12 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:34:12 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0008/input/input13
Aug 29 12:34:12 *-pc kernel: hid-generic 0003:0461:4E54.0008: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:34:12 *-pc mtp-probe[687]: checking bus 1, device 13: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:34:12 *-pc mtp-probe[687]: bus: 1, device: 13 was not an MTP device
Aug 29 12:34:12 *-pc mtp-probe[700]: checking bus 1, device 13: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:34:12 *-pc mtp-probe[700]: bus: 1, device: 13 was not an MTP device
Aug 29 12:35:12 *-pc kernel: usb 1-1: USB disconnect, device number 13
Aug 29 12:35:14 *-pc kernel: usb 1-1: new low-speed USB device number 14 using xhci_hcd
Aug 29 12:35:14 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:35:14 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:35:14 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:35:14 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:35:14 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0009/input/input14
Aug 29 12:35:14 *-pc kernel: hid-generic 0003:0461:4E54.0009: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:35:14 *-pc mtp-probe[710]: checking bus 1, device 14: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:35:14 *-pc mtp-probe[710]: bus: 1, device: 14 was not an MTP device
Aug 29 12:35:14 *-pc mtp-probe[723]: checking bus 1, device 14: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:35:14 *-pc mtp-probe[723]: bus: 1, device: 14 was not an MTP device
Aug 29 12:36:14 *-pc kernel: usb 1-1: USB disconnect, device number 14
Aug 29 12:36:16 *-pc kernel: usb 1-1: new low-speed USB device number 15 using xhci_hcd
Aug 29 12:36:16 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:36:16 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:36:16 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:36:16 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:36:16 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.000A/input/input15
Aug 29 12:36:16 *-pc kernel: hid-generic 0003:0461:4E54.000A: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:36:16 *-pc mtp-probe[733]: checking bus 1, device 15: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:36:16 *-pc mtp-probe[733]: bus: 1, device: 15 was not an MTP device
Aug 29 12:36:16 *-pc mtp-probe[746]: checking bus 1, device 15: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:36:16 *-pc mtp-probe[746]: bus: 1, device: 15 was not an MTP device
Aug 29 12:37:16 *-pc kernel: usb 1-1: USB disconnect, device number 15
Aug 29 12:37:17 *-pc kernel: usb 1-1: new low-speed USB device number 16 using xhci_hcd
Aug 29 12:37:17 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:37:17 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:37:17 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:37:17 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:37:17 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.000B/input/input16
Aug 29 12:37:17 *-pc kernel: hid-generic 0003:0461:4E54.000B: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:37:17 *-pc mtp-probe[756]: checking bus 1, device 16: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:37:17 *-pc mtp-probe[756]: bus: 1, device: 16 was not an MTP device
Aug 29 12:37:17 *-pc mtp-probe[769]: checking bus 1, device 16: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:37:17 *-pc mtp-probe[769]: bus: 1, device: 16 was not an MTP device
Aug 29 12:38:17 *-pc kernel: usb 1-1: USB disconnect, device number 16
Aug 29 12:38:19 *-pc kernel: usb 1-1: new low-speed USB device number 17 using xhci_hcd
Aug 29 12:38:19 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 12:38:19 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 12:38:19 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 12:38:19 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 12:38:19 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.000C/input/input17
Aug 29 12:38:19 *-pc kernel: hid-generic 0003:0461:4E54.000C: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 12:38:19 *-pc mtp-probe[778]: checking bus 1, device 17: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:38:19 *-pc mtp-probe[778]: bus: 1, device: 17 was not an MTP device
Aug 29 12:38:19 *-pc mtp-probe[791]: checking bus 1, device 17: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 12:38:19 *-pc mtp-probe[791]: bus: 1, device: 17 was not an MTP device
Aug 29 12:38:21 *-pc systemd[1]: Received SIGINT.
Aug 29 12:38:21 *-pc systemd[1]: lvm2-lvmpolld.socket: Succeeded.
Aug 29 12:38:21 *-pc systemd[1]: Closed LVM2 poll daemon socket.
Aug 29 12:38:21 *-pc systemd[1]: Stopping Accounts Service...
Aug 29 12:38:21 *-pc systemd[1]: Starting Generate shutdown-ramfs...
Aug 29 12:38:21 *-pc systemd[1]: Stopping TLP system startup/shutdown...
Aug 29 12:38:21 *-pc systemd[1]: Removed slice system-getty.slice.
Aug 29 12:38:21 *-pc systemd[1]: Stopped target Timers.
Aug 29 12:38:21 *-pc systemd[1]: pamac-cleancache.timer: Succeeded.
Aug 29 12:38:21 *-pc systemd[1]: Stopped Monthly clean packages cache.
Aug 29 12:38:21 *-pc systemd[1]: logrotate.timer: Succeeded.
Aug 29 12:38:21 *-pc systemd[1]: Stopped Daily rotation of log files.
Aug 29 12:38:21 *-pc systemd[1]: pamac-mirrorlist.timer: Succeeded.
Aug 29 12:38:21 *-pc systemd[1]: Stopped Generate mirrorlist weekly.
Aug 29 12:38:21 *-pc systemd[1]: Stopping Authorization Manager...
Aug 29 12:38:21 *-pc systemd[1]: Stopped target Graphical Interface.
Aug 29 12:38:21 *-pc systemd[1]: Stopping GNOME Display Manager...
Aug 29 12:38:21 *-pc systemd[1]: shadow.timer: Succeeded.
Aug 29 12:38:21 *-pc systemd[1]: Stopped Daily verification of password and group files.
Aug 29 12:38:21 *-pc systemd[1]: Stopped target Offline System Update (Pre).
Aug 29 12:38:21 *-pc systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Aug 29 12:38:21 *-pc systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Aug 29 12:38:21 *-pc systemd[1]: accounts-daemon.service: Succeeded.
Aug 29 12:38:21 *-pc systemd[1]: Stopped Accounts Service.
Aug 29 12:38:21 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:21 *-pc systemd[1]: gdm.service: Succeeded.
Aug 29 12:38:21 *-pc kernel: audit: type=1131 audit(1567053501.803:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:21 *-pc systemd[1]: Stopped GNOME Display Manager.
Aug 29 12:38:21 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:21 *-pc kernel: audit: type=1131 audit(1567053501.807:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:21 *-pc systemd[1]: polkit.service: Main process exited, code=killed, status=15/TERM
Aug 29 12:38:21 *-pc systemd[1]: polkit.service: Succeeded.
Aug 29 12:38:21 *-pc systemd[1]: Stopped Authorization Manager.
Aug 29 12:38:21 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:21 *-pc kernel: audit: type=1131 audit(1567053501.830:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc mkinitcpio[793]: ==> Starting build: none
Aug 29 12:38:22 *-pc tlp[794]: Applying power save settings...done.
Aug 29 12:38:22 *-pc systemd[1]: tlp.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped TLP system startup/shutdown.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Multi-User System.
Aug 29 12:38:22 *-pc ModemManager[372]: <info>  Caught signal, shutting down...
Aug 29 12:38:22 *-pc systemd[1]: Stopping Modem Manager...
Aug 29 12:38:22 *-pc ntpd[387]: ntp engine exiting
Aug 29 12:38:22 *-pc systemd[1]: man-db.timer: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Daily man-db regeneration.
Aug 29 12:38:22 *-pc systemd[1]: Stopping OpenNTP Daemon...
Aug 29 12:38:22 *-pc systemd[1]: Stopping Login Service...
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Login Prompts.
Aug 29 12:38:22 *-pc ModemManager[372]: <info>  ModemManager is shut down
Aug 29 12:38:22 *-pc ntpd[431]: Terminating
Aug 29 12:38:22 *-pc systemd[1]: Stopping Permit User Sessions...
Aug 29 12:38:22 *-pc NetworkManager[374]: <info>  [1567053502.1284] modem-manager: ModemManager no longer available
Aug 29 12:38:22 *-pc kernel: audit: type=1131 audit(1567053502.123:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: openntpd.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped OpenNTP Daemon.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc kernel: audit: type=1131 audit(1567053502.127:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: systemd-user-sessions.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Permit User Sessions.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP 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'
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Network.
Aug 29 12:38:22 *-pc systemd[1]: Stopping Network Manager...
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Remote File Systems.
Aug 29 12:38:22 *-pc NetworkManager[374]: <info>  [1567053502.1332] caught SIGTERM, shutting down normally.
Aug 29 12:38:22 *-pc kernel: audit: type=1131 audit(1567053502.130:44): 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'
Aug 29 12:38:22 *-pc systemd[1]: systemd-logind.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Login Service.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc kernel: audit: type=1131 audit(1567053502.147:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: Stopped target User and Group Name Lookups.
Aug 29 12:38:22 *-pc systemd[1]: ModemManager.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Modem Manager.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc kernel: audit: type=1131 audit(1567053502.187:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc mkinitcpio[793]:   -> Running build hook: [sd-shutdown]
Aug 29 12:38:22 *-pc NetworkManager[374]: <info>  [1567053502.5407] exiting (success)
Aug 29 12:38:22 *-pc systemd[1]: NetworkManager.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Network Manager.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc kernel: audit: type=1131 audit(1567053502.680:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: Stopping D-Bus System Message Bus...
Aug 29 12:38:22 *-pc systemd[1]: dbus.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped D-Bus System Message Bus.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Basic System.
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Sockets.
Aug 29 12:38:22 *-pc systemd[1]: org.cups.cupsd.socket: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Closed CUPS Scheduler.
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Slices.
Aug 29 12:38:22 *-pc kernel: audit: type=1131 audit(1567053502.697:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: Removed slice User and Session Slice.
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Paths.
Aug 29 12:38:22 *-pc systemd[1]: org.cups.cupsd.path: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped CUPS Scheduler.
Aug 29 12:38:22 *-pc systemd[1]: dbus.socket: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Closed D-Bus System Message Bus Socket.
Aug 29 12:38:22 *-pc systemd[1]: Stopped target System Initialization.
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Local Encrypted Volumes.
Aug 29 12:38:22 *-pc systemd[1]: systemd-ask-password-console.path: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Aug 29 12:38:22 *-pc systemd[1]: systemd-ask-password-wall.path: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP 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'
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP 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'
Aug 29 12:38:22 *-pc systemd[1]: systemd-update-done.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Update is Completed.
Aug 29 12:38:22 *-pc systemd[1]: systemd-journal-catalog-update.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Rebuild Journal Catalog.
Aug 29 12:38:22 *-pc systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Aug 29 12:38:22 *-pc systemd[1]: systemd-sysctl.service: Succeeded.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: Stopped Apply Kernel Variables.
Aug 29 12:38:22 *-pc systemd[1]: Stopping Load/Save Random Seed...
Aug 29 12:38:22 *-pc systemd[1]: ldconfig.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Rebuild Dynamic Linker Cache.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: systemd-binfmt.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Set Up Additional Binary Formats.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc audit[928]: SYSTEM_SHUTDOWN pid=928 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: systemd-random-seed.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Load/Save Random Seed.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP 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'
Aug 29 12:38:22 *-pc systemd[1]: systemd-update-utmp.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP 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'
Aug 29 12:38:22 *-pc systemd[1]: systemd-tmpfiles-setup.service: Succeeded.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP 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'
Aug 29 12:38:22 *-pc systemd[1]: Stopped Create Volatile Files and Directories.
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Local File Systems.
Aug 29 12:38:22 *-pc systemd[1]: Unmounting /home...
Aug 29 12:38:22 *-pc systemd[1]: Unmounting Temporary Directory (/tmp)...
Aug 29 12:38:22 *-pc systemd[1]: tmp.mount: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Unmounted Temporary Directory (/tmp).
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Swap.
Aug 29 12:38:22 *-pc systemd[1]: home.mount: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Unmounted /home.
Aug 29 12:38:22 *-pc systemd[1]: Reached target Unmount All Filesystems.
Aug 29 12:38:22 *-pc systemd[1]: systemd-fsck@dev-disk-by\x2duuid-81a2a2d4\x2d2c61\x2d41d0\x2da060\x2d09d3532ca548.service: Succeeded.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-81a2a2d4\x2d2c61\x2d41d0\x2da060\x2d09d3532ca548 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: Stopped File System Check on /dev/disk/by-uuid/81a2a2d4-2c61-41d0-a060-09d3532ca548.
Aug 29 12:38:22 *-pc systemd[1]: Stopped target Local File Systems (Pre).
Aug 29 12:38:22 *-pc systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Create Static Device Nodes in /dev.
Aug 29 12:38:22 *-pc systemd[1]: systemd-sysusers.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Create System Users.
Aug 29 12:38:22 *-pc systemd[1]: systemd-remount-fs.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Remount Root and Kernel File Systems.
Aug 29 12:38:22 *-pc systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Aug 29 12:38:22 *-pc systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Aug 29 12:38:22 *-pc systemd[1]: lvm2-monitor.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: Stopping LVM2 metadata daemon...
Aug 29 12:38:22 *-pc systemd[1]: lvm2-lvmetad.service: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Stopped LVM2 metadata daemon.
Aug 29 12:38:22 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:22 *-pc systemd[1]: lvm2-lvmetad.socket: Succeeded.
Aug 29 12:38:22 *-pc systemd[1]: Closed LVM2 metadata daemon socket.
Aug 29 12:38:23 *-pc mkinitcpio[793]: ==> Build complete.
Aug 29 12:38:23 *-pc systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Succeeded.
Aug 29 12:38:23 *-pc systemd[1]: Started Generate shutdown-ramfs.
Aug 29 12:38:23 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:23 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:23 *-pc systemd[1]: Reached target Shutdown.
Aug 29 12:38:23 *-pc systemd[1]: Reached target Final Step.
Aug 29 12:38:23 *-pc systemd[1]: systemd-reboot.service: Succeeded.
Aug 29 12:38:23 *-pc systemd[1]: Started Reboot.
Aug 29 12:38:23 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:23 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 12:38:23 *-pc systemd[1]: Reached target Reboot.
Aug 29 12:38:23 *-pc systemd[1]: Shutting down.
Aug 29 12:38:23 *-pc kernel: systemd-shutdow: 51 output lines suppressed due to ratelimiting
Aug 29 12:38:23 *-pc systemd-shutdown[1]: Syncing filesystems and block devices.
Aug 29 12:38:23 *-pc systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Aug 29 12:38:23 *-pc systemd-journald[217]: Journal stopped

最近编辑记录 jingmouren (2019-08-29 12:50:32)

离线

#39 2019-08-29 13:58:39

Mr.I
路人丙
所在地: Kerbal
注册时间: 2015-08-29
帖子: 308

Re: 系统无法启动,一直停在LOGO界面

楼主再贴一段 journalctl 日志:

journalctl --since="2019-08-29 10:30:00" --until="2019-08-29 10:45:00"

离线

#40 2019-08-29 14:20:37

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,384
个人网站

Re: 系统无法启动,一直停在LOGO界面

是不是 vfat.ko 没打包到 initramfs 里?mkinitcpio -p linux 重新打一个试试。

离线

#41 2019-08-29 14:33:13

jingmouren
会员
注册时间: 2014-09-13
帖子: 112

Re: 系统无法启动,一直停在LOGO界面

Mr.I 说:

楼主再贴一段 journalctl 日志:

journalctl --since="2019-08-29 10:30:00" --until="2019-08-29 10:45:00"
-- Logs begin at Sun 2019-06-23 05:09:44 CST, end at Thu 2019-08-29 12:38:23 CST. --
Aug 29 10:30:00 *-pc ntpd[516]: no reply received in time, skipping initial time setting
Aug 29 10:30:00 *-pc systemd[1]: Started OpenNTP Daemon.
Aug 29 10:30:00 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:30:00 *-pc kernel: audit: type=1130 audit(1567045800.834:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:30:00 *-pc systemd[1]: Reached target Multi-User System.
Aug 29 10:30:00 *-pc systemd[1]: Starting TLP system startup/shutdown...
Aug 29 10:30:00 *-pc systemd[1]: Reached target Graphical Interface.
Aug 29 10:30:01 *-pc systemd[1]: Stopping User Manager for UID 120...
Aug 29 10:30:01 *-pc systemd[549]: Stopped target Main User Target.
Aug 29 10:30:01 *-pc systemd[549]: Stopped target Basic System.
Aug 29 10:30:01 *-pc systemd[549]: Stopped target Paths.
Aug 29 10:30:01 *-pc systemd[549]: Stopped target Sockets.
Aug 29 10:30:01 *-pc systemd[549]: p11-kit-server.socket: Succeeded.
Aug 29 10:30:01 *-pc systemd[549]: Closed p11-kit server.
Aug 29 10:30:01 *-pc systemd[549]: pulseaudio.socket: Succeeded.
Aug 29 10:30:01 *-pc systemd[549]: Closed Sound System.
Aug 29 10:30:01 *-pc systemd[549]: gpg-agent-extra.socket: Succeeded.
Aug 29 10:30:01 *-pc systemd[549]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 29 10:30:01 *-pc systemd[549]: pipewire.socket: Succeeded.
Aug 29 10:30:01 *-pc systemd[549]: Closed Multimedia System.
Aug 29 10:30:01 *-pc systemd[549]: dirmngr.socket: Succeeded.
Aug 29 10:30:01 *-pc systemd[549]: Closed GnuPG network certificate management daemon.
Aug 29 10:30:01 *-pc systemd[549]: dbus.socket: Succeeded.
Aug 29 10:30:01 *-pc systemd[549]: Closed D-Bus User Message Bus Socket.
Aug 29 10:30:01 *-pc systemd[549]: gpg-agent-browser.socket: Succeeded.
Aug 29 10:30:01 *-pc systemd[549]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 29 10:30:01 *-pc systemd[549]: gpg-agent.socket: Succeeded.
Aug 29 10:30:01 *-pc systemd[549]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 29 10:30:01 *-pc systemd[549]: gpg-agent-ssh.socket: Succeeded.
Aug 29 10:30:01 *-pc systemd[549]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 29 10:30:01 *-pc systemd[549]: Reached target Shutdown.
Aug 29 10:30:01 *-pc systemd[549]: systemd-exit.service: Succeeded.
Aug 29 10:30:01 *-pc systemd[549]: Started Exit the Session.
Aug 29 10:30:01 *-pc systemd[549]: Reached target Exit the Session.
Aug 29 10:30:01 *-pc systemd[549]: Stopped target Timers.
Aug 29 10:30:01 *-pc systemd[550]: pam_unix(systemd-user:session): session closed for user gdm
Aug 29 10:30:01 *-pc systemd[1]: user@120.service: Succeeded.
Aug 29 10:30:01 *-pc systemd[1]: Stopped User Manager for UID 120.
Aug 29 10:30:01 *-pc 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'
Aug 29 10:30:01 *-pc systemd[1]: Stopping User Runtime Directory /run/user/120...
Aug 29 10:30:01 *-pc kernel: audit: type=1131 audit(1567045801.377:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:30:01 *-pc systemd[1]: run-user-120.mount: Succeeded.
Aug 29 10:30:01 *-pc systemd[1]: user-runtime-dir@120.service: Succeeded.
Aug 29 10:30:01 *-pc systemd[1]: Stopped User Runtime Directory /run/user/120.
Aug 29 10:30:01 *-pc 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'
Aug 29 10:30:01 *-pc systemd[1]: Removed slice User Slice of UID 120.
Aug 29 10:30:01 *-pc kernel: audit: type=1131 audit(1567045801.400:34): 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'
Aug 29 10:30:01 *-pc tlp[565]: Applying power save settings...done.
Aug 29 10:30:01 *-pc tlp[565]: Setting battery charge thresholds...done.
Aug 29 10:30:01 *-pc systemd[1]: Started TLP system startup/shutdown.
Aug 29 10:30:01 *-pc systemd[1]: Startup finished in 4.358s (firmware) + 2.118s (loader) + 5.376s (kernel) + 6min 27.869s (userspace) = 6min 39.722s.
Aug 29 10:30:01 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:30:01 *-pc kernel: audit: type=1130 audit(1567045801.760:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:30:16 *-pc systemd[1]: systemd-hostnamed.service: Succeeded.
Aug 29 10:30:16 *-pc 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'
Aug 29 10:30:16 *-pc kernel: audit: type=1131 audit(1567045816.091:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:30:40 *-pc kernel: usb 1-1: USB disconnect, device number 12
Aug 29 10:30:42 *-pc kernel: usb 1-1: new low-speed USB device number 13 using xhci_hcd
Aug 29 10:30:42 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 10:30:42 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 10:30:42 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 10:30:42 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 10:30:42 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0008/input/input13
Aug 29 10:30:42 *-pc kernel: hid-generic 0003:0461:4E54.0008: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 10:30:42 *-pc mtp-probe[685]: checking bus 1, device 13: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:30:42 *-pc mtp-probe[685]: bus: 1, device: 13 was not an MTP device
Aug 29 10:30:42 *-pc mtp-probe[698]: checking bus 1, device 13: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:30:42 *-pc mtp-probe[698]: bus: 1, device: 13 was not an MTP device
Aug 29 10:31:42 *-pc kernel: usb 1-1: USB disconnect, device number 13
Aug 29 10:31:43 *-pc kernel: usb 1-1: new low-speed USB device number 14 using xhci_hcd
Aug 29 10:31:43 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 10:31:43 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 10:31:43 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 10:31:43 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 10:31:43 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0009/input/input14
-- Reboot --
Aug 29 10:32:33 *-pc kernel: Linux version 4.19.66-1-MANJARO (builduser@development) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Fri Aug 9 18:01:53 UTC 2019
Aug 29 10:32:33 *-pc kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-4.19-x86_64 root=UUID=17bbb779-403a-4c8f-a919-cb18d490826c rw quiet
Aug 29 10:32:33 *-pc kernel: KERNEL supported cpus:
Aug 29 10:32:33 *-pc kernel:   Intel GenuineIntel
Aug 29 10:32:33 *-pc kernel:   AMD AuthenticAMD
Aug 29 10:32:33 *-pc kernel:   Centaur CentaurHauls
Aug 29 10:32:33 *-pc kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 29 10:32:33 *-pc kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 29 10:32:33 *-pc kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 29 10:32:33 *-pc kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Aug 29 10:32:33 *-pc kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Aug 29 10:32:33 *-pc kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 29 10:32:33 *-pc kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Aug 29 10:32:33 *-pc kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Aug 29 10:32:33 *-pc kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Aug 29 10:32:33 *-pc kernel: BIOS-provided physical RAM map:
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x000000000009d000-0x00000000000fffff] reserved
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x0000000000100000-0x000000009691ffff] usable
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x0000000096920000-0x0000000096920fff] ACPI NVS
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x0000000096921000-0x000000009694afff] reserved
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x000000009694b000-0x000000009eef1fff] usable
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x000000009eef2000-0x000000009f47dfff] type 20
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x000000009f47e000-0x00000000ac76dfff] reserved
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x00000000ac76e000-0x00000000ac821fff] ACPI NVS
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x00000000ac822000-0x00000000ac8fdfff] ACPI data
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x00000000ac8fe000-0x00000000ac8fefff] usable
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x00000000ac8ff000-0x00000000afffffff] reserved
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x00000000e80fa000-0x00000000e80fafff] reserved
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x00000000e80fd000-0x00000000e80fdfff] reserved
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Aug 29 10:32:33 *-pc kernel: BIOS-e820: [mem 0x0000000100000000-0x000000024effffff] usable
Aug 29 10:32:33 *-pc kernel: NX (Execute Disable) protection: active
Aug 29 10:32:33 *-pc kernel: efi: EFI v2.40 by Phoenix Technologies Ltd.
Aug 29 10:32:33 *-pc kernel: efi:  SMBIOS=0xa69aa000  ACPI=0xac8fd000  ACPI 2.0=0xac8fd014  ESRT=0xa5477000 
Aug 29 10:32:33 *-pc kernel: SMBIOS 2.8 present.
Aug 29 10:32:33 *-pc kernel: DMI: LENOVO 80T9/LNVNB161216, BIOS 0ZCN47WW 07/04/2018
Aug 29 10:32:33 *-pc kernel: tsc: Detected 3300.000 MHz processor
Aug 29 10:32:33 *-pc kernel: tsc: Detected 3312.000 MHz TSC
Aug 29 10:32:33 *-pc kernel: [Firmware Bug]: TSC ADJUST: CPU0: -128385882 force to 0
Aug 29 10:32:33 *-pc kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 29 10:32:33 *-pc kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 29 10:32:33 *-pc kernel: last_pfn = 0x24f000 max_arch_pfn = 0x400000000
Aug 29 10:32:33 *-pc kernel: MTRR default type: write-back
Aug 29 10:32:33 *-pc kernel: MTRR fixed ranges enabled:
Aug 29 10:32:33 *-pc kernel:   00000-9FFFF write-back
Aug 29 10:32:33 *-pc kernel:   A0000-BFFFF uncachable
Aug 29 10:32:33 *-pc kernel:   C0000-FFFFF write-protect
Aug 29 10:32:33 *-pc kernel: MTRR variable ranges enabled:
Aug 29 10:32:33 *-pc kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
Aug 29 10:32:33 *-pc kernel:   1 base 00B0000000 mask 7FF0000000 uncachable
Aug 29 10:32:33 *-pc kernel:   2 base 00AE000000 mask 7FFE000000 uncachable
Aug 29 10:32:33 *-pc kernel:   3 base 00AD800000 mask 7FFF800000 uncachable
Aug 29 10:32:33 *-pc kernel:   4 disabled
Aug 29 10:32:33 *-pc kernel:   5 disabled
Aug 29 10:32:33 *-pc kernel:   6 disabled
Aug 29 10:32:33 *-pc kernel:   7 disabled
Aug 29 10:32:33 *-pc kernel:   8 disabled
Aug 29 10:32:33 *-pc kernel:   9 disabled
Aug 29 10:32:33 *-pc kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 29 10:32:33 *-pc kernel: last_pfn = 0xac8ff max_arch_pfn = 0x400000000
Aug 29 10:32:33 *-pc kernel: esrt: Reserving ESRT space from 0x00000000a5477000 to 0x00000000a5477038.
Aug 29 10:32:33 *-pc kernel: Scanning 1 areas for low memory corruption
Aug 29 10:32:33 *-pc kernel: Using GB pages for direct mapping
Aug 29 10:32:33 *-pc kernel: BRK [0x19801000, 0x19801fff] PGTABLE
Aug 29 10:32:33 *-pc kernel: BRK [0x19802000, 0x19802fff] PGTABLE
Aug 29 10:32:33 *-pc kernel: BRK [0x19803000, 0x19803fff] PGTABLE
Aug 29 10:32:33 *-pc kernel: BRK [0x19804000, 0x19804fff] PGTABLE
Aug 29 10:32:33 *-pc kernel: BRK [0x19805000, 0x19805fff] PGTABLE
Aug 29 10:32:33 *-pc kernel: BRK [0x19806000, 0x19806fff] PGTABLE
Aug 29 10:32:33 *-pc kernel: BRK [0x19807000, 0x19807fff] PGTABLE
Aug 29 10:32:33 *-pc kernel: Secure boot could not be determined
Aug 29 10:32:33 *-pc kernel: RAMDISK: [mem 0x346cb000-0x3635cfff]
Aug 29 10:32:33 *-pc kernel: ACPI: Early table checksum verification disabled
Aug 29 10:32:33 *-pc kernel: ACPI: RSDP 0x00000000AC8FD014 000024 (v02 LENOVO)
Aug 29 10:32:33 *-pc kernel: ACPI: XSDT 0x00000000AC8BB188 0000FC (v01 LENOVO CB-01    00000000  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: FACP 0x00000000AC8F4000 0000F4 (v05 LENOVO CB-01    00000000  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: DSDT 0x00000000AC8CB000 024AD4 (v02 LENOVO SKL      00000000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: FACS 0x00000000AC7FC000 000040
Aug 29 10:32:33 *-pc kernel: ACPI: UEFI 0x00000000AC812000 000042 (v01 LENOVO CB-01    00000002  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0x00000000AC8F6000 005914 (v02 LENOVO SaSsdt   00003000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0x00000000AC8F5000 0005C5 (v02 LENOVO PerfTune 00001000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: HPET 0x00000000AC8F3000 000038 (v01 LENOVO CB-01    00000001  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: LPIT 0x00000000AC8F2000 000094 (v01 LENOVO CB-01    00000000  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: APIC 0x00000000AC8F1000 0000BC (v03 LENOVO CB-01    00000001  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: MCFG 0x00000000AC8F0000 00003C (v01 LENOVO CB-01    00000001  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0x00000000AC8CA000 000248 (v02 LENOVO sensrhub 00000000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0x00000000AC8C9000 0002D4 (v01 LENOVO EInkApp  00000000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0x00000000AC8C6000 002BAE (v02 LENOVO PtidDevc 00001000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0x00000000AC8C5000 00019A (v02 LENOVO Sata0Ide 00001000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0x00000000AC8C4000 000B49 (v02 LENOVO UsbCTabl 00001000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0x00000000AC8C3000 0004A3 (v02 LENOVO zpodd    00001000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: DBGP 0x00000000AC8C2000 000034 (v01 LENOVO CB-01    00000000  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: DBG2 0x00000000AC8C1000 000054 (v00 LENOVO CB-01    00000000  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0x00000000AC8C0000 00059C (v02 LENOVO xh_rvp07 00000000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: BOOT 0x00000000AC8BF000 000028 (v01 LENOVO CB-01    00000002  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: BATB 0x00000000AC8BE000 000046 (v01 LENOVO CB-01    6C617470  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0x00000000AC8BD000 000E73 (v02 LENOVO CpuSsdt  00003000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: POAT 0x00000000AC8BC000 000055 (v03 LENOVO CB-01    00000000  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: SLIC 0x00000000AC8FC000 000176 (v01 LENOVO CB-01    00000002  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0x00000000AC8B9000 0011CC (v01 LENOVO AmdPch   00001000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: ASF! 0x00000000AC8B8000 0000A5 (v32 LENOVO CB-01    00000001  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: FPDT 0x00000000AC8B7000 000044 (v01 LENOVO CB-01    00000002  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: BGRT 0x00000000AC8B6000 000038 (v01 LENOVO CB-01    00000002  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: UEFI 0x00000000AC7E8000 00013E (v01 LENOVO CB-01    00000001  LTP 00000002)
Aug 29 10:32:33 *-pc kernel: ACPI: Local APIC address 0xfee00000
Aug 29 10:32:33 *-pc kernel: No NUMA configuration found
Aug 29 10:32:33 *-pc kernel: Faking a node at [mem 0x0000000000000000-0x000000024effffff]
Aug 29 10:32:33 *-pc kernel: NODE_DATA(0) allocated [mem 0x24effa000-0x24effdfff]
Aug 29 10:32:33 *-pc kernel: Zone ranges:
Aug 29 10:32:33 *-pc kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 29 10:32:33 *-pc kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 29 10:32:33 *-pc kernel:   Normal   [mem 0x0000000100000000-0x000000024effffff]
Aug 29 10:32:33 *-pc kernel:   Device   empty
Aug 29 10:32:33 *-pc kernel: Movable zone start for each node
Aug 29 10:32:33 *-pc kernel: Early memory node ranges
Aug 29 10:32:33 *-pc kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Aug 29 10:32:33 *-pc kernel:   node   0: [mem 0x0000000000059000-0x000000000009cfff]
Aug 29 10:32:33 *-pc kernel:   node   0: [mem 0x0000000000100000-0x000000009691ffff]
Aug 29 10:32:33 *-pc kernel:   node   0: [mem 0x000000009694b000-0x000000009eef1fff]
Aug 29 10:32:33 *-pc kernel:   node   0: [mem 0x00000000ac8fe000-0x00000000ac8fefff]
Aug 29 10:32:33 *-pc kernel:   node   0: [mem 0x0000000100000000-0x000000024effffff]
Aug 29 10:32:33 *-pc kernel: Reserved but unavailable: 98 pages
Aug 29 10:32:33 *-pc kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000024effffff]
Aug 29 10:32:33 *-pc kernel: On node 0 totalpages: 2023011
Aug 29 10:32:33 *-pc kernel:   DMA zone: 64 pages used for memmap
Aug 29 10:32:33 *-pc kernel:   DMA zone: 22 pages reserved
Aug 29 10:32:33 *-pc kernel:   DMA zone: 3995 pages, LIFO batch:0
Aug 29 10:32:33 *-pc kernel:   DMA32 zone: 10108 pages used for memmap
Aug 29 10:32:33 *-pc kernel:   DMA32 zone: 646856 pages, LIFO batch:63
Aug 29 10:32:33 *-pc kernel:   Normal zone: 21440 pages used for memmap
Aug 29 10:32:33 *-pc kernel:   Normal zone: 1372160 pages, LIFO batch:63
Aug 29 10:32:33 *-pc kernel: Reserving Intel graphics memory at [mem 0xae000000-0xafffffff]
Aug 29 10:32:33 *-pc kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 29 10:32:33 *-pc kernel: ACPI: Local APIC address 0xfee00000
Aug 29 10:32:33 *-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 29 10:32:33 *-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 29 10:32:33 *-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 29 10:32:33 *-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 29 10:32:33 *-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 29 10:32:33 *-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 29 10:32:33 *-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 29 10:32:33 *-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 29 10:32:33 *-pc kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Aug 29 10:32:33 *-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 29 10:32:33 *-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 29 10:32:33 *-pc kernel: ACPI: IRQ0 used by override.
Aug 29 10:32:33 *-pc kernel: ACPI: IRQ9 used by override.
Aug 29 10:32:33 *-pc kernel: Using ACPI (MADT) for SMP configuration information
Aug 29 10:32:33 *-pc kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Aug 29 10:32:33 *-pc kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0x0009d000-0x000fffff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0x96920000-0x96920fff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0x96921000-0x9694afff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0x9eef2000-0x9f47dfff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0x9f47e000-0xac76dfff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0xac76e000-0xac821fff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0xac822000-0xac8fdfff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0xac8ff000-0xafffffff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0xb0000000-0xe80f9fff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0xe80fa000-0xe80fafff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0xe80fb000-0xe80fcfff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0xe80fd000-0xe80fdfff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0xe80fe000-0xfdffffff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Aug 29 10:32:33 *-pc kernel: PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
Aug 29 10:32:33 *-pc kernel: [mem 0xb0000000-0xe80f9fff] available for PCI devices
Aug 29 10:32:33 *-pc kernel: Booting paravirtualized kernel on bare hardware
Aug 29 10:32:33 *-pc kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 29 10:32:33 *-pc kernel: random: get_random_bytes called from start_kernel+0x93/0x53f with crng_init=0
Aug 29 10:32:33 *-pc kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
Aug 29 10:32:33 *-pc kernel: percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u524288
Aug 29 10:32:33 *-pc kernel: pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
Aug 29 10:32:33 *-pc kernel: pcpu-alloc: [0] 0 1 2 3 
Aug 29 10:32:33 *-pc kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1991377
Aug 29 10:32:33 *-pc kernel: Policy zone: Normal
Aug 29 10:32:33 *-pc kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19-x86_64 root=UUID=17bbb779-403a-4c8f-a919-cb18d490826c rw quiet
Aug 29 10:32:33 *-pc kernel: Calgary: detecting Calgary via BIOS EBDA area
Aug 29 10:32:33 *-pc kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Aug 29 10:32:33 *-pc kernel: Memory: 7775100K/8092044K available (12300K kernel code, 1386K rwdata, 3616K rodata, 1548K init, 3760K bss, 316944K reserved, 0K cma-reserved)
Aug 29 10:32:33 *-pc kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Aug 29 10:32:33 *-pc kernel: Kernel/User page tables isolation: enabled
Aug 29 10:32:33 *-pc kernel: ftrace: allocating 36155 entries in 142 pages
Aug 29 10:32:33 *-pc kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 29 10:32:33 *-pc kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
Aug 29 10:32:33 *-pc kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Aug 29 10:32:33 *-pc kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Aug 29 10:32:33 *-pc kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 29 10:32:33 *-pc kernel:         Tasks RCU enabled.
Aug 29 10:32:33 *-pc kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Aug 29 10:32:33 *-pc kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
Aug 29 10:32:33 *-pc kernel: rcu:         Offload RCU callbacks from CPUs: (none).
Aug 29 10:32:33 *-pc kernel: Console: colour dummy device 80x25
Aug 29 10:32:33 *-pc kernel: console [tty0] enabled
Aug 29 10:32:33 *-pc kernel: ACPI: Core revision 20180810
Aug 29 10:32:33 *-pc kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Aug 29 10:32:33 *-pc kernel: hpet clockevent registered
Aug 29 10:32:33 *-pc kernel: APIC: Switch to symmetric I/O mode setup
Aug 29 10:32:33 *-pc kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Aug 29 10:32:33 *-pc kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 29 10:32:33 *-pc kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2fbd93f9e57, max_idle_ns: 440795263784 ns
Aug 29 10:32:33 *-pc kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6626.00 BogoMIPS (lpj=11040000)
Aug 29 10:32:33 *-pc kernel: pid_max: default: 32768 minimum: 301
Aug 29 10:32:33 *-pc kernel: Security Framework initialized
Aug 29 10:32:33 *-pc kernel: Yama: becoming mindful.
Aug 29 10:32:33 *-pc kernel: AppArmor: AppArmor disabled by boot time parameter
Aug 29 10:32:33 *-pc kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Aug 29 10:32:33 *-pc kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Aug 29 10:32:33 *-pc kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
Aug 29 10:32:33 *-pc kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
Aug 29 10:32:33 *-pc kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 29 10:32:33 *-pc kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Aug 29 10:32:33 *-pc kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 29 10:32:33 *-pc kernel: process: using mwait in idle threads
Aug 29 10:32:33 *-pc kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Aug 29 10:32:33 *-pc kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Aug 29 10:32:33 *-pc kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 29 10:32:33 *-pc kernel: Spectre V2 : Mitigation: Full generic retpoline
Aug 29 10:32:33 *-pc kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 29 10:32:33 *-pc kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Aug 29 10:32:33 *-pc kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 29 10:32:33 *-pc kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Aug 29 10:32:33 *-pc kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Aug 29 10:32:33 *-pc kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Aug 29 10:32:33 *-pc kernel: Freeing SMP alternatives memory: 28K
Aug 29 10:32:33 *-pc kernel: TSC deadline timer enabled
Aug 29 10:32:33 *-pc kernel: smpboot: CPU0: Intel(R) Core(TM) i7-6567U CPU @ 3.30GHz (family: 0x6, model: 0x4e, stepping: 0x3)
Aug 29 10:32:33 *-pc kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 29 10:32:33 *-pc kernel: ... version:                4
Aug 29 10:32:33 *-pc kernel: ... bit width:              48
Aug 29 10:32:33 *-pc kernel: ... generic registers:      4
Aug 29 10:32:33 *-pc kernel: ... value mask:             0000ffffffffffff
Aug 29 10:32:33 *-pc kernel: ... max period:             00007fffffffffff
Aug 29 10:32:33 *-pc kernel: ... fixed-purpose events:   3
Aug 29 10:32:33 *-pc kernel: ... event mask:             000000070000000f
Aug 29 10:32:33 *-pc kernel: rcu: Hierarchical SRCU implementation.
Aug 29 10:32:33 *-pc kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 29 10:32:33 *-pc kernel: smp: Bringing up secondary CPUs ...
Aug 29 10:32:33 *-pc kernel: x86: Booting SMP configuration:
Aug 29 10:32:33 *-pc kernel: .... node  #0, CPUs:      #1
Aug 29 10:32:33 *-pc kernel: [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
Aug 29 10:32:33 *-pc kernel:  #2
Aug 29 10:32:33 *-pc 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.
Aug 29 10:32:33 *-pc kernel:  #3
Aug 29 10:32:33 *-pc kernel: smp: Brought up 1 node, 4 CPUs
Aug 29 10:32:33 *-pc kernel: smpboot: Max logical packages: 1
Aug 29 10:32:33 *-pc kernel: smpboot: Total of 4 processors activated (26506.00 BogoMIPS)
Aug 29 10:32:33 *-pc kernel: devtmpfs: initialized
Aug 29 10:32:33 *-pc kernel: x86/mm: Memory block size: 128MB
Aug 29 10:32:33 *-pc kernel: PM: Registering ACPI NVS region [mem 0x96920000-0x96920fff] (4096 bytes)
Aug 29 10:32:33 *-pc kernel: PM: Registering ACPI NVS region [mem 0xac76e000-0xac821fff] (737280 bytes)
Aug 29 10:32:33 *-pc kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 29 10:32:33 *-pc kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
Aug 29 10:32:33 *-pc kernel: pinctrl core: initialized pinctrl subsystem
Aug 29 10:32:33 *-pc kernel: RTC time: 10:32:25, date: 08/29/19
Aug 29 10:32:33 *-pc kernel: NET: Registered protocol family 16
Aug 29 10:32:33 *-pc kernel: audit: initializing netlink subsys (disabled)
Aug 29 10:32:33 *-pc kernel: audit: type=2000 audit(1567074744.206:1): state=initialized audit_enabled=0 res=1
Aug 29 10:32:33 *-pc kernel: cpuidle: using governor ladder
Aug 29 10:32:33 *-pc kernel: cpuidle: using governor menu
Aug 29 10:32:33 *-pc kernel: Simple Boot Flag at 0x47 set to 0x1
Aug 29 10:32:33 *-pc kernel: ACPI: bus type PCI registered
Aug 29 10:32:33 *-pc kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 29 10:32:33 *-pc kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xe8000000-0xefffffff] (base 0xe8000000)
Aug 29 10:32:33 *-pc kernel: PCI: not using MMCONFIG
Aug 29 10:32:33 *-pc kernel: PCI: Using configuration type 1 for base access
Aug 29 10:32:33 *-pc kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Aug 29 10:32:33 *-pc kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Aug 29 10:32:33 *-pc kernel: ACPI: Added _OSI(Module Device)
Aug 29 10:32:33 *-pc kernel: ACPI: Added _OSI(Processor Device)
Aug 29 10:32:33 *-pc kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 29 10:32:33 *-pc kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 29 10:32:33 *-pc kernel: ACPI: Added _OSI(Linux-Dell-Video)
Aug 29 10:32:33 *-pc kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Aug 29 10:32:33 *-pc kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Aug 29 10:32:33 *-pc kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 29 10:32:33 *-pc kernel: ACPI: Dynamic OEM Table Load:
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0xFFFF9C11C55A9000 000747 (v02 PmRef  Cpu0Ist  00003000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Aug 29 10:32:33 *-pc kernel: ACPI: Dynamic OEM Table Load:
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0xFFFF9C11C5595000 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: Dynamic OEM Table Load:
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0xFFFF9C11C55AC800 0005AA (v02 PmRef  ApIst    00003000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: Dynamic OEM Table Load:
Aug 29 10:32:33 *-pc kernel: ACPI: SSDT 0xFFFF9C11C5706000 000119 (v02 PmRef  ApCst    00003000 INTL 20141107)
Aug 29 10:32:33 *-pc kernel: ACPI: EC: EC started
Aug 29 10:32:33 *-pc kernel: ACPI: EC: interrupt blocked
Aug 29 10:32:33 *-pc kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
Aug 29 10:32:33 *-pc kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 29 10:32:33 *-pc kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
Aug 29 10:32:33 *-pc kernel: ACPI: Interpreter enabled
Aug 29 10:32:33 *-pc kernel: ACPI: (supports S0 S3 S4 S5)
Aug 29 10:32:33 *-pc kernel: ACPI: Using IOAPIC for interrupt routing
Aug 29 10:32:33 *-pc kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xe8000000-0xefffffff] (base 0xe8000000)
Aug 29 10:32:33 *-pc kernel: PCI: MMCONFIG at [mem 0xe8000000-0xefffffff] reserved in ACPI motherboard resources
Aug 29 10:32:33 *-pc kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 29 10:32:33 *-pc kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [PG00] (on)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [PG01] (on)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [PG02] (on)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [AMD3] (on)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [AMD2] (on)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: Power Resource [WRST] (off)
Aug 29 10:32:33 *-pc kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
Aug 29 10:32:33 *-pc kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Aug 29 10:32:33 *-pc kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
Aug 29 10:32:33 *-pc kernel: PCI host bridge to bus 0000:00
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xe7ffffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
Aug 29 10:32:33 *-pc kernel: pci 0000:00:02.0: [8086:1927] type 00 class 0x030000
Aug 29 10:32:33 *-pc kernel: pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe0ffffff 64bit]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Aug 29 10:32:33 *-pc kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
Aug 29 10:32:33 *-pc kernel: pci 0000:00:14.0: reg 0x10: [mem 0xe1300000-0xe130ffff 64bit]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 29 10:32:33 *-pc kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
Aug 29 10:32:33 *-pc kernel: pci 0000:00:14.2: reg 0x10: [mem 0xe132a000-0xe132afff 64bit]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
Aug 29 10:32:33 *-pc kernel: pci 0000:00:16.0: reg 0x10: [mem 0xe132c000-0xe132cfff 64bit]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 29 10:32:33 *-pc kernel: pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
Aug 29 10:32:33 *-pc kernel: pci 0000:00:17.0: reg 0x10: [mem 0xe1328000-0xe1329fff]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:17.0: reg 0x14: [mem 0xe1331000-0xe13310ff]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:17.0: reg 0x18: [io  0xf080-0xf087]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf088-0xf08b]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:17.0: reg 0x24: [mem 0xe132f000-0xe132f7ff]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:17.0: PME# supported from D3hot
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xe1324000-0xe1327fff]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xe1320000-0xe1323fff 64bit]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xe1310000-0xe131ffff 64bit]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xe1330000-0xe13300ff 64bit]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: [1002:6900] type 00 class 0x038000
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: reg 0x10: [mem 0xb0000000-0xbfffffff 64bit pref]
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: reg 0x18: [mem 0xc0000000-0xc01fffff 64bit pref]
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: reg 0x24: [mem 0xe1200000-0xe123ffff]
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: enabling Extended Tags
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: supports D1 D2
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8 GT/s x4 link at 0000:00:1c.0 (capable of 63.008 Gb/s with 8 GT/s x8 link)
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0xe1200000-0xe12fffff]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 29 10:32:33 *-pc kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Aug 29 10:32:33 *-pc kernel: pci 0000:02:00.0: reg 0x10: [io  0xd000-0xd0ff]
Aug 29 10:32:33 *-pc kernel: pci 0000:02:00.0: reg 0x18: [mem 0xe1104000-0xe1104fff 64bit]
Aug 29 10:32:33 *-pc kernel: pci 0000:02:00.0: reg 0x20: [mem 0xe1100000-0xe1103fff 64bit]
Aug 29 10:32:33 *-pc kernel: pci 0000:02:00.0: supports D1 D2
Aug 29 10:32:33 *-pc kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.4:   bridge window [mem 0xe1100000-0xe11fffff]
Aug 29 10:32:33 *-pc kernel: pci 0000:03:00.0: [8086:3166] type 00 class 0x028000
Aug 29 10:32:33 *-pc kernel: pci 0000:03:00.0: reg 0x10: [mem 0xe1000000-0xe1001fff 64bit]
Aug 29 10:32:33 *-pc kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.5:   bridge window [mem 0xe1000000-0xe10fffff]
Aug 29 10:32:33 *-pc kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Aug 29 10:32:33 *-pc kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Aug 29 10:32:33 *-pc kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Aug 29 10:32:33 *-pc kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Aug 29 10:32:33 *-pc kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Aug 29 10:32:33 *-pc kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Aug 29 10:32:33 *-pc kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Aug 29 10:32:33 *-pc kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Aug 29 10:32:33 *-pc kernel: ACPI: EC: interrupt unblocked
Aug 29 10:32:33 *-pc kernel: ACPI: EC: event unblocked
Aug 29 10:32:33 *-pc kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 29 10:32:33 *-pc kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
Aug 29 10:32:33 *-pc kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 29 10:32:33 *-pc kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 29 10:32:33 *-pc kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Aug 29 10:32:33 *-pc kernel: vgaarb: loaded
Aug 29 10:32:33 *-pc kernel: ACPI: bus type USB registered
Aug 29 10:32:33 *-pc kernel: usbcore: registered new interface driver usbfs
Aug 29 10:32:33 *-pc kernel: usbcore: registered new interface driver hub
Aug 29 10:32:33 *-pc kernel: usbcore: registered new device driver usb
Aug 29 10:32:33 *-pc kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 29 10:32:33 *-pc kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 29 10:32:33 *-pc kernel: PTP clock support registered
Aug 29 10:32:33 *-pc kernel: EDAC MC: Ver: 3.0.0
Aug 29 10:32:33 *-pc kernel: Registered efivars operations
Aug 29 10:32:33 *-pc kernel: PCI: Using ACPI for IRQ routing
Aug 29 10:32:33 *-pc kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.4: can't claim BAR 4 [io  0xefa0-0xefbf]: address conflict with PCI Bus 0000:01 [io  0xe000-0xefff]
Aug 29 10:32:33 *-pc kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Aug 29 10:32:33 *-pc kernel: e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
Aug 29 10:32:33 *-pc kernel: e820: reserve RAM buffer [mem 0x96920000-0x97ffffff]
Aug 29 10:32:33 *-pc kernel: e820: reserve RAM buffer [mem 0x9eef2000-0x9fffffff]
Aug 29 10:32:33 *-pc kernel: e820: reserve RAM buffer [mem 0xac8ff000-0xafffffff]
Aug 29 10:32:33 *-pc kernel: e820: reserve RAM buffer [mem 0x24f000000-0x24fffffff]
Aug 29 10:32:33 *-pc kernel: NetLabel: Initializing
Aug 29 10:32:33 *-pc kernel: NetLabel:  domain hash size = 128
Aug 29 10:32:33 *-pc kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 29 10:32:33 *-pc kernel: NetLabel:  unlabeled traffic allowed by default
Aug 29 10:32:33 *-pc kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Aug 29 10:32:33 *-pc kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Aug 29 10:32:33 *-pc kernel: clocksource: Switched to clocksource tsc-early
Aug 29 10:32:33 *-pc kernel: VFS: Disk quotas dquot_6.6.0
Aug 29 10:32:33 *-pc kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 29 10:32:33 *-pc kernel: pnp: PnP ACPI init
Aug 29 10:32:33 *-pc kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
Aug 29 10:32:33 *-pc kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 29 10:32:33 *-pc kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 29 10:32:33 *-pc kernel: system 00:02: [io  0x0680-0x069f] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:02: [io  0xffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:02: [io  0xffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:02: [io  0xffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:02: [io  0x164e-0x164f] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 29 10:32:33 *-pc kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Aug 29 10:32:33 *-pc kernel: system 00:04: [io  0x1854-0x1857] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Aug 29 10:32:33 *-pc kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
Aug 29 10:32:33 *-pc kernel: pnp 00:06: Plug and Play ACPI device, IDs SYN2b80 SYN2b00 SYN0002 PNP0f13 (active)
Aug 29 10:32:33 *-pc kernel: system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 29 10:32:33 *-pc kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:08: [mem 0xe8000000-0xefffffff] could not be reserved
Aug 29 10:32:33 *-pc kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:08: [mem 0xff000000-0xffffffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:08: [mem 0xe7fe0000-0xe7ffffff] has been reserved
Aug 29 10:32:33 *-pc kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 29 10:32:33 *-pc kernel: pnp: PnP ACPI: found 9 devices
Aug 29 10:32:33 *-pc kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1f.4: BAR 4: assigned [io  0x1000-0x101f]
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xe1240000-0xe125ffff pref]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0xe1200000-0xe12fffff]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.4:   bridge window [mem 0xe1100000-0xe11fffff]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Aug 29 10:32:33 *-pc kernel: pci 0000:00:1c.5:   bridge window [mem 0xe1000000-0xe10fffff]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 15 [mem 0xb0000000-0xe7ffffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:01: resource 1 [mem 0xe1200000-0xe12fffff]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:02: resource 1 [mem 0xe1100000-0xe11fffff]
Aug 29 10:32:33 *-pc kernel: pci_bus 0000:03: resource 1 [mem 0xe1000000-0xe10fffff]
Aug 29 10:32:33 *-pc kernel: NET: Registered protocol family 2
Aug 29 10:32:33 *-pc kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
Aug 29 10:32:33 *-pc kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
Aug 29 10:32:33 *-pc kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Aug 29 10:32:33 *-pc kernel: TCP: Hash tables configured (established 65536 bind 65536)
Aug 29 10:32:33 *-pc kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
Aug 29 10:32:33 *-pc kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Aug 29 10:32:33 *-pc kernel: NET: Registered protocol family 1
Aug 29 10:32:33 *-pc kernel: NET: Registered protocol family 44
Aug 29 10:32:33 *-pc kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 29 10:32:33 *-pc kernel: pci 0000:01:00.0: disabling ATS (broken on this device)
Aug 29 10:32:33 *-pc kernel: PCI: CLS 0 bytes, default 64
Aug 29 10:32:33 *-pc kernel: Unpacking initramfs...
Aug 29 10:32:33 *-pc kernel: Freeing initrd memory: 29256K
Aug 29 10:32:33 *-pc kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 29 10:32:33 *-pc kernel: software IO TLB: mapped [mem 0x97c02000-0x9bc02000] (64MB)
Aug 29 10:32:33 *-pc kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2fbd93f9e57, max_idle_ns: 440795263784 ns
Aug 29 10:32:33 *-pc kernel: clocksource: Switched to clocksource tsc
Aug 29 10:32:33 *-pc kernel: Scanning for low memory corruption every 60 seconds
Aug 29 10:32:33 *-pc kernel: Initialise system trusted keyrings
Aug 29 10:32:33 *-pc kernel: Key type blacklist registered
Aug 29 10:32:33 *-pc kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Aug 29 10:32:33 *-pc kernel: zbud: loaded
Aug 29 10:32:33 *-pc kernel: Key type asymmetric registered
Aug 29 10:32:33 *-pc kernel: Asymmetric key parser 'x509' registered
Aug 29 10:32:33 *-pc kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Aug 29 10:32:33 *-pc kernel: io scheduler noop registered
Aug 29 10:32:33 *-pc kernel: io scheduler deadline registered
Aug 29 10:32:33 *-pc kernel: io scheduler cfq registered
Aug 29 10:32:33 *-pc kernel: io scheduler mq-deadline registered
Aug 29 10:32:33 *-pc kernel: io scheduler kyber registered
Aug 29 10:32:33 *-pc kernel: io scheduler bfq registered
Aug 29 10:32:33 *-pc kernel: io scheduler bfq-sq registered (default)
Aug 29 10:32:33 *-pc kernel: BFQ I/O-scheduler: v10 (with cgroups support)
Aug 29 10:32:33 *-pc kernel: io scheduler bfq-mq registered
Aug 29 10:32:33 *-pc kernel: BFQ I/O-scheduler: v10 (with cgroups support)
Aug 29 10:32:33 *-pc kernel: pcieport 0000:00:1c.0: AER enabled with IRQ 120
Aug 29 10:32:33 *-pc kernel: pcieport 0000:00:1c.4: AER enabled with IRQ 121
Aug 29 10:32:33 *-pc kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 120
Aug 29 10:32:33 *-pc kernel: pcieport 0000:00:1c.4: Signaling PME with IRQ 121
Aug 29 10:32:33 *-pc kernel: pcieport 0000:00:1c.5: Signaling PME with IRQ 122
Aug 29 10:32:33 *-pc kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 29 10:32:33 *-pc kernel: efifb: probing for efifb
Aug 29 10:32:33 *-pc kernel: efifb: showing boot graphics
Aug 29 10:32:33 *-pc kernel: efifb: framebuffer at 0xd0000000, using 8128k, total 8128k
Aug 29 10:32:33 *-pc kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Aug 29 10:32:33 *-pc kernel: efifb: scrolling: redraw
Aug 29 10:32:33 *-pc kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 29 10:32:33 *-pc kernel: fbcon: Deferring console take-over
Aug 29 10:32:33 *-pc kernel: fb0: EFI VGA frame buffer device
Aug 29 10:32:33 *-pc kernel: intel_idle: MWAIT substates: 0x11142120
Aug 29 10:32:33 *-pc kernel: intel_idle: v0.4.1 model 0x4E
Aug 29 10:32:33 *-pc kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Aug 29 10:32:33 *-pc kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Aug 29 10:32:33 *-pc kernel: ACPI: Sleep Button [SLPB]
Aug 29 10:32:33 *-pc kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Aug 29 10:32:33 *-pc kernel: ACPI: Lid Switch [LID0]
Aug 29 10:32:33 *-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Aug 29 10:32:33 *-pc kernel: ACPI: Power Button [PWRB]
Aug 29 10:32:33 *-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Aug 29 10:32:33 *-pc kernel: ACPI: Power Button [PWRF]
Aug 29 10:32:33 *-pc kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Aug 29 10:32:33 *-pc kernel: usbcore: registered new interface driver usbserial_generic
Aug 29 10:32:33 *-pc kernel: usbserial: USB Serial support registered for generic
Aug 29 10:32:33 *-pc kernel: rtc_cmos 00:03: RTC can wake from S4
Aug 29 10:32:33 *-pc kernel: rtc_cmos 00:03: registered as rtc0
Aug 29 10:32:33 *-pc kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Aug 29 10:32:33 *-pc kernel: intel_pstate: Intel P-state driver initializing
Aug 29 10:32:33 *-pc kernel: intel_pstate: HWP enabled
Aug 29 10:32:33 *-pc kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 29 10:32:33 *-pc kernel: intel_pmc_core:  initialized
Aug 29 10:32:33 *-pc kernel: NET: Registered protocol family 10
Aug 29 10:32:33 *-pc kernel: Segment Routing with IPv6
Aug 29 10:32:33 *-pc kernel: NET: Registered protocol family 17
Aug 29 10:32:33 *-pc kernel: mce: Using 9 MCE banks
Aug 29 10:32:33 *-pc kernel: RAS: Correctable Errors collector initialized.
Aug 29 10:32:33 *-pc kernel: microcode: sig=0x406e3, pf=0x40, revision=0xc6
Aug 29 10:32:33 *-pc kernel: microcode: Microcode Update Driver: v2.2.
Aug 29 10:32:33 *-pc kernel: sched_clock: Marking stable (1217719108, -2918632)->(1219910015, -5109539)
Aug 29 10:32:33 *-pc kernel: registered taskstats version 1
Aug 29 10:32:33 *-pc kernel: Loading compiled-in X.509 certificates
Aug 29 10:32:33 *-pc kernel: Loaded X.509 cert 'Build time autogenerated kernel key: adb09dda44ccbdf92def12c6e4caa3f4f8386cf8'
Aug 29 10:32:33 *-pc kernel: zswap: loaded using pool lzo/zbud
Aug 29 10:32:33 *-pc kernel: Key type big_key registered
Aug 29 10:32:33 *-pc kernel:   Magic number: 15:728:528
Aug 29 10:32:33 *-pc kernel: rtc_cmos 00:03: setting system clock to 2019-08-29 10:32:25 UTC (1567074745)
Aug 29 10:32:33 *-pc kernel: Freeing unused decrypted memory: 2040K
Aug 29 10:32:33 *-pc kernel: Freeing unused kernel image memory: 1548K
Aug 29 10:32:33 *-pc kernel: Write protecting the kernel read-only data: 18432k
Aug 29 10:32:33 *-pc kernel: Freeing unused kernel image memory: 2008K
Aug 29 10:32:33 *-pc kernel: Freeing unused kernel image memory: 480K
Aug 29 10:32:33 *-pc kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 29 10:32:33 *-pc kernel: x86/mm: Checking user space page tables
Aug 29 10:32:33 *-pc kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 29 10:32:33 *-pc kernel: Run /init as init process
Aug 29 10:32:33 *-pc kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PSS3] at 0x60,0x64 irq 1,12
Aug 29 10:32:33 *-pc kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 29 10:32:33 *-pc kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Aug 29 10:32:33 *-pc kernel: cryptd: max_cpu_qlen set to 1000
Aug 29 10:32:33 *-pc kernel: SCSI subsystem initialized
Aug 29 10:32:33 *-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 29 10:32:33 *-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 29 10:32:33 *-pc kernel: AVX2 version of gcm_enc/dec engaged.
Aug 29 10:32:33 *-pc kernel: AES CTR mode by8 optimization enabled
Aug 29 10:32:33 *-pc kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
Aug 29 10:32:33 *-pc kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Aug 29 10:32:33 *-pc kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
Aug 29 10:32:33 *-pc kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 29 10:32:33 *-pc kernel: usb usb1: Product: xHCI Host Controller
Aug 29 10:32:33 *-pc kernel: usb usb1: Manufacturer: Linux 4.19.66-1-MANJARO xhci-hcd
Aug 29 10:32:33 *-pc kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 29 10:32:33 *-pc kernel: hub 1-0:1.0: USB hub found
Aug 29 10:32:33 *-pc kernel: hub 1-0:1.0: 12 ports detected
Aug 29 10:32:33 *-pc kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Aug 29 10:32:33 *-pc kernel: libata version 3.00 loaded.
Aug 29 10:32:33 *-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 29 10:32:33 *-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 29 10:32:33 *-pc kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Aug 29 10:32:33 *-pc kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
Aug 29 10:32:33 *-pc kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 29 10:32:33 *-pc kernel: usb usb2: Product: xHCI Host Controller
Aug 29 10:32:33 *-pc kernel: usb usb2: Manufacturer: Linux 4.19.66-1-MANJARO xhci-hcd
Aug 29 10:32:33 *-pc kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 29 10:32:33 *-pc kernel: hub 2-0:1.0: USB hub found
Aug 29 10:32:33 *-pc kernel: hub 2-0:1.0: 6 ports detected
Aug 29 10:32:33 *-pc kernel: ahci 0000:00:17.0: version 3.0
Aug 29 10:32:33 *-pc kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Aug 29 10:32:33 *-pc kernel: ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
Aug 29 10:32:33 *-pc kernel: scsi host0: ahci
Aug 29 10:32:33 *-pc kernel: scsi host1: ahci
Aug 29 10:32:33 *-pc kernel: ata1: SATA max UDMA/133 abar m2048@0xe132f000 port 0xe132f100 irq 124
Aug 29 10:32:33 *-pc kernel: ata2: SATA max UDMA/133 abar m2048@0xe132f000 port 0xe132f180 irq 124
Aug 29 10:32:33 *-pc kernel: ata1: SATA link down (SStatus 0 SControl 300)
Aug 29 10:32:33 *-pc kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 29 10:32:33 *-pc kernel: ata2.00: ATA-10: WDC WD10SPZX-24Z10, 04.01A04, max UDMA/133
Aug 29 10:32:33 *-pc kernel: ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 29 10:32:33 *-pc kernel: ata2.00: configured for UDMA/133
Aug 29 10:32:33 *-pc kernel: usb 1-1: new low-speed USB device number 2 using xhci_hcd
Aug 29 10:32:33 *-pc kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC WD10SPZX-24Z 1A04 PQ: 0 ANSI: 5
Aug 29 10:32:33 *-pc kernel: sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Aug 29 10:32:33 *-pc kernel: sd 1:0:0:0: [sda] 4096-byte physical blocks
Aug 29 10:32:33 *-pc kernel: sd 1:0:0:0: [sda] Write Protect is off
Aug 29 10:32:33 *-pc kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 29 10:32:33 *-pc kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 29 10:32:33 *-pc kernel:  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9
Aug 29 10:32:33 *-pc kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Aug 29 10:32:33 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 10:32:33 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 10:32:33 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 10:32:33 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 10:32:33 *-pc kernel: hidraw: raw HID events driver (C) Jiri Kosina
Aug 29 10:32:33 *-pc kernel: usbcore: registered new interface driver usbhid
Aug 29 10:32:33 *-pc kernel: usbhid: USB HID core driver
Aug 29 10:32:33 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0001/input/input6
Aug 29 10:32:33 *-pc kernel: hid-generic 0003:0461:4E54.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 10:32:33 *-pc kernel: usb 1-6: new full-speed USB device number 3 using xhci_hcd
Aug 29 10:32:33 *-pc kernel: usb 1-6: New USB device found, idVendor=138a, idProduct=0011, bcdDevice= 0.78
Aug 29 10:32:33 *-pc kernel: usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Aug 29 10:32:33 *-pc kernel: usb 1-6: SerialNumber: 177ed390834e
Aug 29 10:32:33 *-pc kernel: usb 1-7: new high-speed USB device number 4 using xhci_hcd
Aug 29 10:32:33 *-pc kernel: usb 1-7: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
Aug 29 10:32:33 *-pc kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 29 10:32:33 *-pc kernel: usb 1-7: Product: USB2.0-CRW
Aug 29 10:32:33 *-pc kernel: usb 1-7: Manufacturer: Generic
Aug 29 10:32:33 *-pc kernel: usb 1-7: SerialNumber: 20100201396000000
Aug 29 10:32:33 *-pc kernel: usbcore: registered new interface driver rtsx_usb
Aug 29 10:32:33 *-pc kernel: random: fast init done
Aug 29 10:32:33 *-pc kernel: usb 1-8: new full-speed USB device number 5 using xhci_hcd
Aug 29 10:32:33 *-pc kernel: usb 1-8: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
Aug 29 10:32:33 *-pc kernel: usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 29 10:32:33 *-pc kernel: usb 1-9: new high-speed USB device number 6 using xhci_hcd
Aug 29 10:32:33 *-pc kernel: usb 1-9: New USB device found, idVendor=5986, idProduct=0712, bcdDevice=53.09
Aug 29 10:32:33 *-pc kernel: usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 10:32:33 *-pc kernel: usb 1-9: Product: EasyCamera
Aug 29 10:32:33 *-pc kernel: usb 1-9: Manufacturer: SunplusIT Inc
Aug 29 10:32:33 *-pc kernel: EXT4-fs (sda6): recovery complete
Aug 29 10:32:33 *-pc kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Aug 29 10:32:33 *-pc kernel: random: crng init done
Aug 29 10:32:33 *-pc systemd[1]: RTC configured in localtime, applying delta of 480 minutes to system time.
Aug 29 10:32:33 *-pc systemd[1]: systemd 242.84-1-manjaro running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Aug 29 10:32:33 *-pc systemd[1]: Detected architecture x86-64.
Aug 29 10:32:33 *-pc systemd[1]: Set hostname to <*-pc>.
Aug 29 10:32:33 *-pc systemd[1]: Listening on Journal Socket.
Aug 29 10:32:33 *-pc systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Aug 29 10:32:33 *-pc systemd[1]: Listening on LVM2 poll daemon socket.
Aug 29 10:32:33 *-pc systemd[1]: Reached target Swap.
Aug 29 10:32:33 *-pc systemd[1]: Listening on udev Kernel Socket.
Aug 29 10:32:33 *-pc systemd[1]: Mounting POSIX Message Queue File System...
Aug 29 10:32:33 *-pc systemd[1]: Listening on Process Core Dump Socket.
Aug 29 10:32:33 *-pc kernel: EXT4-fs (sda6): re-mounted. Opts: (null)
Aug 29 10:32:33 *-pc kernel: fbcon: Taking over console
Aug 29 10:32:33 *-pc kernel: Console: switching to colour frame buffer device 240x67
Aug 29 10:32:33 *-pc systemd-journald[243]: Journal started
Aug 29 10:32:33 *-pc systemd-journald[243]: Runtime journal (/run/log/journal/768daae07b4d4b7b89260d9dafd32e88) is 8.0M, max 384.4M, 376.4M free.
Aug 29 10:32:33 *-pc systemd-modules-load[239]: Failed to lookup module alias 'crypto_user': Function not implemented
Aug 29 10:32:33 *-pc systemd-modules-load[239]: Failed to lookup module alias 'vboxsf': Function not implemented
Aug 29 10:32:33 *-pc 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'
Aug 29 10:32:33 *-pc systemd-modules-load[239]: Failed to lookup module alias 'vboxdrv': Function not implemented
Aug 29 10:32:33 *-pc systemd-modules-load[239]: Failed to lookup module alias 'vboxnetadp': Function not implemented
Aug 29 10:32:33 *-pc systemd-modules-load[239]: Failed to lookup module alias 'vboxnetflt': Function not implemented
Aug 29 10:32:33 *-pc systemd-modules-load[239]: Failed to lookup module alias 'vboxpci': Function not implemented
Aug 29 10:32:33 *-pc systemd-modules-load[239]: Failed to lookup module alias 'uinput': Function not implemented
Aug 29 10:32:33 *-pc systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 29 10:32:33 *-pc kernel: audit: type=1130 audit(1567045953.338: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'
Aug 29 10:32:33 *-pc systemd[1]: Started LVM2 metadata daemon.
Aug 29 10:32:33 *-pc 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'
Aug 29 10:32:33 *-pc kernel: audit: type=1130 audit(1567045953.445:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:32:33 *-pc systemd-journald[243]: Time spent on flushing to /var is 28.018ms for 731 entries.
Aug 29 10:32:33 *-pc systemd-journald[243]: System journal (/var/log/journal/768daae07b4d4b7b89260d9dafd32e88) is 368.0M, max 4.0G, 3.6G free.
Aug 29 10:32:35 *-pc kernel: audit: type=1130 audit(1567045954.168:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:32:35 *-pc kernel: audit: type=1130 audit(1567045955.375:5): 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'
Aug 29 10:32:34 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:32:35 *-pc 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'
Aug 29 10:32:34 *-pc systemd[1]: Started Create Static Device Nodes in /dev.
Aug 29 10:32:34 *-pc systemd[1]: Starting udev Kernel Device Manager...
Aug 29 10:32:35 *-pc systemd[1]: Started Flush Journal to Persistent Storage.
Aug 29 10:32:36 *-pc systemd[1]: Started udev Kernel Device Manager.
Aug 29 10:32:36 *-pc 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'
Aug 29 10:32:36 *-pc kernel: audit: type=1130 audit(1567045956.005:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:32:36 *-pc systemd-udevd[279]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Aug 29 10:32:37 *-pc systemd-vconsole-setup[303]: /usr/bin/loadkeys failed with exit status 1.
Aug 29 10:32:37 *-pc systemd-vconsole-setup[304]: /usr/bin/loadkeys failed with exit status 1.
Aug 29 10:32:37 *-pc systemd-udevd[278]: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
Aug 29 10:32:37 *-pc systemd-udevd[290]: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
Aug 29 10:32:37 *-pc mtp-probe[318]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
Aug 29 10:32:37 *-pc mtp-probe[318]: bus: 1, device: 6 was not an MTP device
Aug 29 10:32:37 *-pc mtp-probe[343]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7"
Aug 29 10:32:37 *-pc mtp-probe[344]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Aug 29 10:32:37 *-pc mtp-probe[344]: bus: 1, device: 3 was not an MTP device
Aug 29 10:32:37 *-pc mtp-probe[345]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:32:37 *-pc mtp-probe[345]: bus: 1, device: 2 was not an MTP device
Aug 29 10:32:37 *-pc mtp-probe[343]: bus: 1, device: 4 was not an MTP device
Aug 29 10:32:37 *-pc systemd[1]: Found device WDC_WD10SPZX-24Z10 7.
Aug 29 10:32:38 *-pc systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 29 10:32:38 *-pc 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'
Aug 29 10:32:38 *-pc systemd[1]: Reached target Local File Systems (Pre).
Aug 29 10:32:38 *-pc systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Aug 29 10:32:38 *-pc kernel: audit: type=1130 audit(1567045958.095:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:32:38 *-pc systemd[1]: Starting File System Check on /dev/disk/by-uuid/81a2a2d4-2c61-41d0-a060-09d3532ca548...
Aug 29 10:32:38 *-pc systemd-fsck[383]: /dev/sda7 未被彻底卸载,强制进行检查。
Aug 29 10:33:26 *-pc kernel: usb 1-1: USB disconnect, device number 2
Aug 29 10:33:27 *-pc kernel: usb 1-1: new low-speed USB device number 7 using xhci_hcd
Aug 29 10:33:27 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 10:33:27 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 10:33:27 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 10:33:27 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 10:33:27 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0002/input/input7
Aug 29 10:33:27 *-pc kernel: hid-generic 0003:0461:4E54.0002: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 10:33:27 *-pc mtp-probe[394]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:33:27 *-pc mtp-probe[394]: bus: 1, device: 7 was not an MTP device
Aug 29 10:33:27 *-pc mtp-probe[407]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:33:27 *-pc mtp-probe[407]: bus: 1, device: 7 was not an MTP device
Aug 29 10:34:27 *-pc kernel: usb 1-1: USB disconnect, device number 7
Aug 29 10:34:29 *-pc kernel: usb 1-1: new low-speed USB device number 8 using xhci_hcd
Aug 29 10:34:29 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 10:34:29 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 10:34:29 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 10:34:29 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 10:34:29 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0003/input/input8
Aug 29 10:34:29 *-pc kernel: hid-generic 0003:0461:4E54.0003: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 10:34:29 *-pc mtp-probe[416]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:34:29 *-pc mtp-probe[416]: bus: 1, device: 8 was not an MTP device
Aug 29 10:34:29 *-pc mtp-probe[429]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:34:29 *-pc mtp-probe[429]: bus: 1, device: 8 was not an MTP device
Aug 29 10:35:29 *-pc kernel: usb 1-1: USB disconnect, device number 8
Aug 29 10:35:30 *-pc kernel: usb 1-1: new low-speed USB device number 9 using xhci_hcd
Aug 29 10:35:31 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 10:35:31 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 10:35:31 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 10:35:31 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 10:35:31 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0004/input/input9
Aug 29 10:35:31 *-pc kernel: hid-generic 0003:0461:4E54.0004: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 10:35:31 *-pc mtp-probe[438]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:35:31 *-pc mtp-probe[438]: bus: 1, device: 9 was not an MTP device
Aug 29 10:35:31 *-pc mtp-probe[451]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:35:31 *-pc mtp-probe[451]: bus: 1, device: 9 was not an MTP device
Aug 29 10:36:31 *-pc kernel: usb 1-1: USB disconnect, device number 9
Aug 29 10:36:32 *-pc kernel: usb 1-1: new low-speed USB device number 10 using xhci_hcd
Aug 29 10:36:32 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 10:36:32 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 10:36:32 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 10:36:32 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 10:36:32 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0005/input/input10
Aug 29 10:36:32 *-pc kernel: hid-generic 0003:0461:4E54.0005: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 10:36:32 *-pc mtp-probe[460]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:36:32 *-pc mtp-probe[460]: bus: 1, device: 10 was not an MTP device
Aug 29 10:36:32 *-pc mtp-probe[473]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:36:32 *-pc mtp-probe[473]: bus: 1, device: 10 was not an MTP device
Aug 29 10:37:32 *-pc kernel: usb 1-1: USB disconnect, device number 10
Aug 29 10:37:34 *-pc kernel: usb 1-1: new low-speed USB device number 11 using xhci_hcd
Aug 29 10:37:34 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 10:37:34 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 10:37:34 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 10:37:34 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 10:37:34 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0006/input/input11
Aug 29 10:37:34 *-pc kernel: hid-generic 0003:0461:4E54.0006: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 10:37:34 *-pc mtp-probe[483]: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:37:34 *-pc mtp-probe[483]: bus: 1, device: 11 was not an MTP device
Aug 29 10:37:34 *-pc mtp-probe[496]: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:37:34 *-pc mtp-probe[496]: bus: 1, device: 11 was not an MTP device
Aug 29 10:38:34 *-pc kernel: usb 1-1: USB disconnect, device number 11
Aug 29 10:38:35 *-pc kernel: usb 1-1: new low-speed USB device number 12 using xhci_hcd
Aug 29 10:38:36 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 10:38:36 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 10:38:36 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 10:38:36 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 10:38:36 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0007/input/input12
Aug 29 10:38:36 *-pc kernel: hid-generic 0003:0461:4E54.0007: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 10:38:36 *-pc mtp-probe[509]: checking bus 1, device 12: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:38:36 *-pc mtp-probe[509]: bus: 1, device: 12 was not an MTP device
Aug 29 10:38:36 *-pc mtp-probe[522]: checking bus 1, device 12: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:38:36 *-pc mtp-probe[522]: bus: 1, device: 12 was not an MTP device
Aug 29 10:38:36 *-pc systemd-fsck[383]: /dev/sda7:964219/9849600 文件(7.0% 为非连续的), 35121375/39321600 块
Aug 29 10:38:37 *-pc systemd[1]: Started File System Check on /dev/disk/by-uuid/81a2a2d4-2c61-41d0-a060-09d3532ca548.
Aug 29 10:38:37 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-81a2a2d4\x2d2c61\x2d41d0\x2da060\x2d09d3532ca548 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:37 *-pc kernel: audit: type=1130 audit(1567046317.085:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-81a2a2d4\x2d2c61\x2d41d0\x2da060\x2d09d3532ca548 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:37 *-pc systemd[1]: Mounting /home...
Aug 29 10:38:37 *-pc kernel: EXT4-fs (sda7): mounting ext2 file system using the ext4 subsystem
Aug 29 10:38:37 *-pc kernel: EXT4-fs (sda7): mounted filesystem without journal. Opts: (null)
Aug 29 10:38:37 *-pc systemd[1]: Mounted /home.
Aug 29 10:38:37 *-pc systemd[1]: Reached target Local File Systems.
Aug 29 10:38:37 *-pc systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Aug 29 10:38:37 *-pc systemd[1]: Starting Create Volatile Files and Directories...
Aug 29 10:38:37 *-pc systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Aug 29 10:38:37 *-pc systemd[1]: Started Create Volatile Files and Directories.
Aug 29 10:38:37 *-pc 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'
Aug 29 10:38:37 *-pc kernel: audit: type=1130 audit(1567046317.642:9): 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'
Aug 29 10:38:37 *-pc systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Aug 29 10:38:37 *-pc systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Aug 29 10:38:37 *-pc systemd[1]: Condition check resulted in Update is Completed being skipped.
Aug 29 10:38:37 *-pc audit[526]: SYSTEM_BOOT pid=526 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:37 *-pc kernel: audit: type=1127 audit(1567046317.675:10): pid=526 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:37 *-pc systemd[1]: Started Update UTMP about System Boot/Shutdown.
Aug 29 10:38:37 *-pc 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'
Aug 29 10:38:37 *-pc kernel: audit: type=1130 audit(1567046317.705:11): 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'
Aug 29 10:38:37 *-pc systemd[1]: Reached target System Initialization.
Aug 29 10:38:37 *-pc systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 29 10:38:37 *-pc systemd[1]: Started Daily verification of password and group files.
Aug 29 10:38:37 *-pc systemd[1]: Started CUPS Scheduler.
Aug 29 10:38:37 *-pc systemd[1]: Reached target Paths.
Aug 29 10:38:37 *-pc systemd[1]: Started Daily man-db regeneration.
Aug 29 10:38:37 *-pc systemd[1]: Started Daily rotation of log files.
Aug 29 10:38:37 *-pc systemd[1]: Listening on CUPS Scheduler.
Aug 29 10:38:37 *-pc systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 29 10:38:37 *-pc systemd[1]: Reached target Sockets.
Aug 29 10:38:37 *-pc systemd[1]: Reached target Basic System.
Aug 29 10:38:37 *-pc systemd[1]: System is tainted: local-hwclock
Aug 29 10:38:37 *-pc systemd[1]: Starting Clean up modules from old kernels...
Aug 29 10:38:37 *-pc systemd[1]: Started D-Bus System Message Bus.
Aug 29 10:38:37 *-pc 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'
Aug 29 10:38:37 *-pc kernel: audit: type=1130 audit(1567046317.865:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:37 *-pc systemd[1]: Starting Network Manager...
Aug 29 10:38:37 *-pc systemd[1]: Starting Login Service...
Aug 29 10:38:37 *-pc systemd[1]: Starting Modem Manager...
Aug 29 10:38:37 *-pc systemd[1]: Started Monthly clean packages cache.
Aug 29 10:38:37 *-pc systemd[1]: Starting Mark boot as indeterminate...
Aug 29 10:38:37 *-pc systemd[1]: Started Generate mirrorlist weekly.
Aug 29 10:38:37 *-pc systemd[1]: Reached target Timers.
Aug 29 10:38:37 *-pc systemd[1]: linux-module-cleanup.service: Succeeded.
Aug 29 10:38:37 *-pc systemd[1]: Started Clean up modules from old kernels.
Aug 29 10:38:37 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:37 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:37 *-pc kernel: audit: type=1130 audit(1567046317.888:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:37 *-pc kernel: audit: type=1131 audit(1567046317.888:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:38 *-pc systemd-logind[530]: New seat seat0.
Aug 29 10:38:38 *-pc ModemManager[531]: <info>  ModemManager (version 1.10.4) starting in system bus...
Aug 29 10:38:40 *-pc NetworkManager[529]: <info>  [1567046320.2698] NetworkManager (version 1.20.0-1) is starting... (for the first time)
Aug 29 10:38:40 *-pc NetworkManager[529]: <info>  [1567046320.2701] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Aug 29 10:38:40 *-pc systemd[1]: Started Login Service.
Aug 29 10:38:40 *-pc 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'
Aug 29 10:38:40 *-pc systemd[1]: grub-boot-indeterminate.service: Succeeded.
Aug 29 10:38:40 *-pc systemd[1]: Started Mark boot as indeterminate.
Aug 29 10:38:40 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=grub-boot-indeterminate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:40 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=grub-boot-indeterminate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:40 *-pc NetworkManager[529]: <info>  [1567046320.4139] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Aug 29 10:38:40 *-pc systemd[1]: Started Network Manager.
Aug 29 10:38:40 *-pc 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'
Aug 29 10:38:40 *-pc systemd[1]: Reached target Network.
Aug 29 10:38:40 *-pc systemd[1]: Starting OpenNTP Daemon...
Aug 29 10:38:40 *-pc kernel: audit: type=1130 audit(1567046320.408:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:40 *-pc kernel: audit: type=1130 audit(1567046320.412:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=grub-boot-indeterminate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:40 *-pc kernel: audit: type=1131 audit(1567046320.412:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=grub-boot-indeterminate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:40 *-pc systemd[1]: Starting Permit User Sessions...
Aug 29 10:38:40 *-pc systemd[1]: Reached target Offline System Update (Pre).
Aug 29 10:38:40 *-pc dbus-daemon[528]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=531 comm="/usr/bin/ModemManager ")
Aug 29 10:38:40 *-pc systemd[1]: Starting Authorization Manager...
Aug 29 10:38:40 *-pc ntpd[543]: constraint configured without libtls support
Aug 29 10:38:40 *-pc NetworkManager[529]: <info>  [1567046320.4773] manager[0x55cefea700e0]: monitoring kernel firmware directory '/lib/firmware'.
Aug 29 10:38:40 *-pc ntpd[543]: constraint configured without libtls support
Aug 29 10:38:40 *-pc ntpd[543]: constraint configured without libtls support
Aug 29 10:38:40 *-pc dbus-daemon[528]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=529 comm="/usr/bin/NetworkManager --no-daemon ")
Aug 29 10:38:40 *-pc ntpd[548]: ntp engine ready
Aug 29 10:38:40 *-pc systemd[1]: Started Permit User Sessions.
Aug 29 10:38:40 *-pc 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'
Aug 29 10:38:40 *-pc systemd[1]: Starting GNOME Display Manager...
Aug 29 10:38:40 *-pc systemd[1]: Starting Hostname Service...
Aug 29 10:38:41 *-pc dbus-daemon[528]: [system] Successfully activated service 'org.freedesktop.hostname1'
Aug 29 10:38:41 *-pc systemd[1]: Started Hostname Service.
Aug 29 10:38:41 *-pc 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'
Aug 29 10:38:41 *-pc NetworkManager[529]: <info>  [1567046321.1434] hostname: hostname: using hostnamed
Aug 29 10:38:41 *-pc NetworkManager[529]: <info>  [1567046321.1434] hostname: hostname changed from (none) to "*-pc"
Aug 29 10:38:41 *-pc NetworkManager[529]: <info>  [1567046321.1439] dns-mgr[0x55cefea4e240]: init: dns=default,systemd-resolved rc-manager=symlink
Aug 29 10:38:41 *-pc polkitd[546]: Started polkitd version 0.116
Aug 29 10:38:41 *-pc systemd[1]: Started GNOME Display Manager.
Aug 29 10:38:41 *-pc 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'
Aug 29 10:38:41 *-pc dbus-daemon[528]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.7' (uid=0 pid=550 comm="/usr/bin/gdm ")
Aug 29 10:38:41 *-pc systemd[1]: Reached target User and Group Name Lookups.
Aug 29 10:38:41 *-pc systemd[1]: Starting Accounts Service...
Aug 29 10:38:41 *-pc NetworkManager[529]: <info>  [1567046321.8728] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-adsl.so)
Aug 29 10:38:41 *-pc NetworkManager[529]: <info>  [1567046321.9124] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-wifi.so)
Aug 29 10:38:42 *-pc NetworkManager[529]: <info>  [1567046322.3141] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-team.so)
Aug 29 10:38:42 *-pc NetworkManager[529]: <info>  [1567046322.4451] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-bluetooth.so)
Aug 29 10:38:42 *-pc NetworkManager[529]: <info>  [1567046322.4515] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-ovs.so)
Aug 29 10:38:42 *-pc NetworkManager[529]: <info>  [1567046322.4628] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.20.0-1/libnm-device-plugin-wwan.so)
Aug 29 10:38:42 *-pc NetworkManager[529]: <info>  [1567046322.4647] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Aug 29 10:38:42 *-pc NetworkManager[529]: <info>  [1567046322.4655] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Aug 29 10:38:42 *-pc NetworkManager[529]: <info>  [1567046322.4661] manager: Networking is enabled by state file
Aug 29 10:38:42 *-pc NetworkManager[529]: <info>  [1567046322.4816] dhcp-init: Using DHCP client 'internal'
Aug 29 10:38:42 *-pc dbus-daemon[528]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=529 comm="/usr/bin/NetworkManager --no-daemon ")
Aug 29 10:38:42 *-pc NetworkManager[529]: <info>  [1567046322.5267] settings: Loaded settings plugin: keyfile (internal)
Aug 29 10:38:42 *-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 29 10:38:42 *-pc polkitd[546]: Loading rules from directory /etc/polkit-1/rules.d
Aug 29 10:38:42 *-pc polkitd[546]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 29 10:38:42 *-pc dbus-daemon[528]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 29 10:38:42 *-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 29 10:38:42 *-pc 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'
Aug 29 10:38:42 *-pc kernel: kauditd_printk_skb: 4 callbacks suppressed
Aug 29 10:38:42 *-pc kernel: audit: type=1130 audit(1567046322.835:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:43 *-pc NetworkManager[529]: <info>  [1567046323.0641] device (lo): carrier: link connected
Aug 29 10:38:43 *-pc NetworkManager[529]: <info>  [1567046323.0657] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Aug 29 10:38:43 *-pc polkitd[546]: Finished loading, compiling and executing 7 rules
Aug 29 10:38:43 *-pc dbus-daemon[528]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 29 10:38:43 *-pc 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'
Aug 29 10:38:43 *-pc systemd[1]: Started Authorization Manager.
Aug 29 10:38:43 *-pc polkitd[546]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 29 10:38:43 *-pc kernel: audit: type=1130 audit(1567046323.092:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:43 *-pc accounts-daemon[555]: started daemon version 0.6.55
Aug 29 10:38:43 *-pc dbus-daemon[528]: [system] Successfully activated service 'org.freedesktop.Accounts'
Aug 29 10:38:43 *-pc systemd[1]: Started Accounts Service.
Aug 29 10:38:43 *-pc 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'
Aug 29 10:38:43 *-pc kernel: audit: type=1130 audit(1567046323.108:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:43 *-pc NetworkManager[529]: <info>  [1567046323.2464] ovsdb: 无法连接:没有那个文件或目录
Aug 29 10:38:43 *-pc NetworkManager[529]: <info>  [1567046323.2514] manager: startup complete
Aug 29 10:38:43 *-pc NetworkManager[529]: <info>  [1567046323.5925] modem-manager: ModemManager not available
Aug 29 10:38:43 *-pc systemd[1]: Started Modem Manager.
Aug 29 10:38:43 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:43 *-pc kernel: audit: type=1130 audit(1567046323.592:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:43 *-pc NetworkManager[529]: <info>  [1567046323.6089] modem-manager: ModemManager now available
Aug 29 10:38:44 *-pc systemd[1]: Created slice User Slice of UID 120.
Aug 29 10:38:44 *-pc systemd[1]: Starting User Runtime Directory /run/user/120...
Aug 29 10:38:44 *-pc systemd-logind[530]: New session c1 of user gdm.
Aug 29 10:38:44 *-pc systemd[1]: Started User Runtime Directory /run/user/120.
Aug 29 10:38:44 *-pc 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'
Aug 29 10:38:44 *-pc systemd[1]: Starting User Manager for UID 120...
Aug 29 10:38:44 *-pc kernel: audit: type=1130 audit(1567046324.535:26): 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'
Aug 29 10:38:44 *-pc kernel: audit: type=1006 audit(1567046324.568:27): pid=577 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=1 res=1
Aug 29 10:38:44 *-pc systemd[577]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
Aug 29 10:38:45 *-pc systemd[577]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 29 10:38:45 *-pc systemd[577]: Listening on Sound System.
Aug 29 10:38:45 *-pc systemd[577]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 29 10:38:45 *-pc systemd[577]: Listening on Multimedia System.
Aug 29 10:38:45 *-pc systemd[577]: Reached target Paths.
Aug 29 10:38:45 *-pc systemd[577]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 29 10:38:45 *-pc systemd[577]: Starting D-Bus User Message Bus Socket.
Aug 29 10:38:45 *-pc systemd[577]: Listening on GnuPG network certificate management daemon.
Aug 29 10:38:45 *-pc systemd[577]: Condition check resulted in Mark boot as successful after the user session has run 2 minutes being skipped.
Aug 29 10:38:45 *-pc systemd[577]: Reached target Timers.
Aug 29 10:38:45 *-pc systemd[577]: Listening on p11-kit server.
Aug 29 10:38:45 *-pc systemd[577]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 29 10:38:45 *-pc systemd[577]: Listening on D-Bus User Message Bus Socket.
Aug 29 10:38:45 *-pc systemd[577]: Reached target Sockets.
Aug 29 10:38:45 *-pc systemd[577]: Reached target Basic System.
Aug 29 10:38:45 *-pc systemd[1]: Started User Manager for UID 120.
Aug 29 10:38:45 *-pc systemd[577]: Starting Update XDG user dir configuration...
Aug 29 10:38:45 *-pc 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'
Aug 29 10:38:45 *-pc kernel: audit: type=1130 audit(1567046325.448:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:45 *-pc systemd[1]: Started Session c1 of user gdm.
Aug 29 10:38:45 *-pc systemd[577]: xdg-user-dirs-update.service: Succeeded.
Aug 29 10:38:45 *-pc systemd[577]: Started Update XDG user dir configuration.
Aug 29 10:38:45 *-pc systemd[577]: Reached target Main User Target.
Aug 29 10:38:45 *-pc systemd[577]: Startup finished in 930ms.
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: (--) Log file renamed from "/var/log/Xorg.pid-590.log" to "/var/log/Xorg.0.log"
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: X.Org X Server 1.20.5
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: X Protocol Version 11, Revision 0
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Build Operating System: Linux Arch Linux
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Current Operating System: Linux *-pc 4.19.66-1-MANJARO #1 SMP PREEMPT Fri Aug 9 18:01:53 UTC 2019 x86_64
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19-x86_64 root=UUID=17bbb779-403a-4c8f-a919-cb18d490826c rw quiet
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Build Date: 30 June 2019  09:52:01AM
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]:  
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Current version of pixman: 0.38.4
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]:         Before reporting problems, check http://wiki.x.org
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]:         to make sure that you have the latest version.
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Markers: (--) probed, (**) from config file, (==) default setting,
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]:         (++) from command line, (!!) notice, (II) informational,
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 29 10:38:45 2019
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) No Layout section.  Using the first Screen section.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) No screen section available. Using defaults.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (**) |-->Screen "Default Screen Section" (0)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (**) |   |-->Monitor "<default monitor>"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) No monitor specified for screen "Default Screen Section".
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Using a default monitor configuration.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Automatically adding devices
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Automatically enabling devices
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Automatically adding GPU devices
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Automatically binding GPU devices
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Entry deleted from font path.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Entry deleted from font path.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Entry deleted from font path.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Entry deleted from font path.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) FontPath set to:
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         /usr/share/fonts/misc,
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         /usr/share/fonts/TTF
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) ModulePath set to "/usr/lib/xorg/modules"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) The server relies on udev to provide the list of input devices.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Module ABI versions:
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         X.Org ANSI C Emulation: 0.4
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         X.Org Video Driver: 24.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         X.Org XInput driver : 24.1
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         X.Org Server Extension : 10.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (++) using VT number 1
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (--) PCI:*(0@0:2:0) 8086:1927:17aa:39fd rev 10, Mem @ 0xe0000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (--) PCI: (1@0:0:0) 1002:6900:17aa:39f0 rev 131, Mem @ 0xb0000000/268435456, 0xc0000000/2097152, 0xe1200000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) LoadModule: "glx"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Module glx: vendor="X.Org Foundation"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         compiled for 1.20.5, module version = 1.0.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         ABI class: X.Org Server Extension, version 10.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Matched intel as autoconfigured driver 0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Matched modesetting as autoconfigured driver 1
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Matched fbdev as autoconfigured driver 2
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Matched vesa as autoconfigured driver 3
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Assigned the driver to the xf86ConfigLayout
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) LoadModule: "intel"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Module intel: vendor="X.Org Foundation"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         compiled for 1.20.5, module version = 2.99.917
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Module class: X.Org Video Driver
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         ABI class: X.Org Video Driver, version 24.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) LoadModule: "modesetting"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Module modesetting: vendor="X.Org Foundation"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         compiled for 1.20.5, module version = 1.20.5
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Module class: X.Org Video Driver
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         ABI class: X.Org Video Driver, version 24.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) LoadModule: "fbdev"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) Warning, couldn't open module fbdev
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) LoadModule: "vesa"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) Warning, couldn't open module vesa
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Failed to load module "vesa" (module does not exist, 0)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) intel: Driver for Intel(R) HD Graphics
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) intel: Driver for Intel(R) Iris(TM) Graphics
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: modprobe: FATAL: Module i915 not found in directory /lib/modules/4.19.66-1-MANJARO
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: modprobe: FATAL: Module i915 not found in directory /lib/modules/4.19.66-1-MANJARO
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) open /dev/dri/card0: No such file or directory
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) Falling back to old probe method for modesetting
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) open /dev/dri/card0: No such file or directory
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Screen 0 deleted because of no matching config section.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) UnloadModule: "modesetting"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Device(s) detected, but none match those in the config file.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: Fatal server error:
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) no screens found(EE)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: Please consult the The X.Org Foundation support
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:          at http://wiki.x.org
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:  for help.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Server terminated with error (1). Closing log file.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: Unable to run X server
Aug 29 10:38:46 *-pc gdm[550]: Child process -588 was already dead.
Aug 29 10:38:46 *-pc systemd[1]: session-c1.scope: Succeeded.
Aug 29 10:38:46 *-pc systemd-logind[530]: Session c1 logged out. Waiting for processes to exit.
Aug 29 10:38:46 *-pc systemd-logind[530]: Removed session c1.
Aug 29 10:38:53 *-pc systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Aug 29 10:38:53 *-pc 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'
Aug 29 10:38:53 *-pc kernel: audit: type=1131 audit(1567046333.319:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:55 *-pc ntpd[543]: no reply received in time, skipping initial time setting
Aug 29 10:38:55 *-pc systemd[1]: Started OpenNTP Daemon.
Aug 29 10:38:55 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:55 *-pc systemd[1]: Reached target Multi-User System.
Aug 29 10:38:55 *-pc kernel: audit: type=1130 audit(1567046335.765:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:55 *-pc systemd[1]: Starting TLP system startup/shutdown...
Aug 29 10:38:55 *-pc systemd[1]: Reached target Graphical Interface.
Aug 29 10:38:56 *-pc tlp[594]: Applying power save settings...done.
Aug 29 10:38:56 *-pc tlp[594]: Setting battery charge thresholds...done.
Aug 29 10:38:56 *-pc systemd[1]: Started TLP system startup/shutdown.
Aug 29 10:38:56 *-pc systemd[1]: Startup finished in 4.338s (firmware) + 4.143s (loader) + 5.041s (kernel) + 6min 27.256s (userspace) = 6min 40.779s.
Aug 29 10:38:56 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:56 *-pc kernel: audit: type=1130 audit(1567046336.572:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:56 *-pc systemd[1]: Stopping User Manager for UID 120...
Aug 29 10:38:56 *-pc systemd[577]: Stopped target Main User Target.
Aug 29 10:38:56 *-pc systemd[577]: Stopped target Basic System.
Aug 29 10:38:56 *-pc systemd[577]: Stopped target Timers.
Aug 29 10:38:56 *-pc systemd[577]: Stopped target Sockets.
Aug 29 10:38:56 *-pc systemd[577]: gpg-agent-ssh.socket: Succeeded.
Aug 29 10:38:56 *-pc systemd[577]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 29 10:38:56 *-pc systemd[577]: pulseaudio.socket: Succeeded.
Aug 29 10:38:56 *-pc systemd[577]: Closed Sound System.
Aug 29 10:38:56 *-pc systemd[577]: gpg-agent-extra.socket: Succeeded.
Aug 29 10:38:56 *-pc systemd[577]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 29 10:38:56 *-pc systemd[577]: gpg-agent-browser.socket: Succeeded.
Aug 29 10:38:56 *-pc systemd[577]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 29 10:38:56 *-pc systemd[577]: dbus.socket: Succeeded.
Aug 29 10:38:56 *-pc systemd[577]: Closed D-Bus User Message Bus Socket.
Aug 29 10:38:56 *-pc systemd[577]: gpg-agent.socket: Succeeded.
Aug 29 10:38:56 *-pc systemd[577]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 29 10:38:56 *-pc systemd[577]: pipewire.socket: Succeeded.
Aug 29 10:38:56 *-pc systemd[577]: Closed Multimedia System.
Aug 29 10:38:56 *-pc systemd[577]: dirmngr.socket: Succeeded.
Aug 29 10:38:56 *-pc systemd[577]: Closed GnuPG network certificate management daemon.
Aug 29 10:38:56 *-pc systemd[577]: p11-kit-server.socket: Succeeded.
Aug 29 10:38:56 *-pc systemd[577]: Closed p11-kit server.
Aug 29 10:38:56 *-pc systemd[577]: Stopped target Paths.
Aug 29 10:38:56 *-pc systemd[577]: Reached target Shutdown.
Aug 29 10:38:56 *-pc systemd[577]: systemd-exit.service: Succeeded.
Aug 29 10:38:56 *-pc systemd[577]: Started Exit the Session.
Aug 29 10:38:56 *-pc systemd[577]: Reached target Exit the Session.
Aug 29 10:38:56 *-pc systemd[1]: user@120.service: Succeeded.
Aug 29 10:38:56 *-pc systemd[1]: Stopped User Manager for UID 120.
Aug 29 10:38:56 *-pc 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'
Aug 29 10:38:56 *-pc kernel: audit: type=1131 audit(1567046336.905:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:38:56 *-pc systemd[1]: Stopping User Runtime Directory /run/user/120...
Aug 29 10:38:56 *-pc systemd[1]: run-user-120.mount: Succeeded.
Aug 29 10:38:56 *-pc systemd[1]: user-runtime-dir@120.service: Succeeded.
Aug 29 10:38:56 *-pc systemd[1]: Stopped User Runtime Directory /run/user/120.
Aug 29 10:38:56 *-pc 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'
Aug 29 10:38:56 *-pc kernel: audit: type=1131 audit(1567046336.942:33): 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'
Aug 29 10:38:56 *-pc systemd[1]: Removed slice User Slice of UID 120.
Aug 29 10:39:11 *-pc systemd[1]: systemd-hostnamed.service: Succeeded.
Aug 29 10:39:11 *-pc 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'
Aug 29 10:39:11 *-pc kernel: audit: type=1131 audit(1567046351.199:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:39:36 *-pc kernel: usb 1-1: USB disconnect, device number 12
Aug 29 10:39:37 *-pc kernel: usb 1-1: new low-speed USB device number 13 using xhci_hcd
Aug 29 10:39:37 *-pc kernel: usb 1-1: New USB device found, idVendor=0461, idProduct=4e54, bcdDevice= 1.00
Aug 29 10:39:37 *-pc kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 29 10:39:37 *-pc kernel: usb 1-1: Product: Tiger USB Optical Mouse
Aug 29 10:39:37 *-pc kernel: usb 1-1: Manufacturer: PixArt
Aug 29 10:39:37 *-pc kernel: input: PixArt Tiger USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0461:4E54.0008/input/input13
Aug 29 10:39:37 *-pc kernel: hid-generic 0003:0461:4E54.0008: input,hidraw0: USB HID v1.11 Mouse [PixArt Tiger USB Optical Mouse] on usb-0000:00:14.0-1/input0
Aug 29 10:39:37 *-pc mtp-probe[714]: checking bus 1, device 13: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:39:37 *-pc mtp-probe[714]: bus: 1, device: 13 was not an MTP device
Aug 29 10:39:37 *-pc mtp-probe[727]: checking bus 1, device 13: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Aug 29 10:39:37 *-pc mtp-probe[727]: bus: 1, device: 13 was not an MTP device
Aug 29 10:40:26 *-pc systemd[1]: Received SIGINT.
Aug 29 10:40:26 *-pc systemd[1]: Starting Generate shutdown-ramfs...
Aug 29 10:40:26 *-pc systemd[1]: Stopping TLP system startup/shutdown...
Aug 29 10:40:26 *-pc systemd[1]: Stopped target Graphical Interface.
Aug 29 10:40:26 *-pc systemd[1]: lvm2-lvmpolld.socket: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Closed LVM2 poll daemon socket.
Aug 29 10:40:26 *-pc systemd[1]: Stopping GNOME Display Manager...
Aug 29 10:40:26 *-pc systemd[1]: Removed slice system-getty.slice.
Aug 29 10:40:26 *-pc systemd[1]: Stopping Accounts Service...
Aug 29 10:40:26 *-pc systemd[1]: Stopped target Offline System Update (Pre).
Aug 29 10:40:26 *-pc systemd[1]: Stopped target Timers.
Aug 29 10:40:26 *-pc systemd[1]: pamac-mirrorlist.timer: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped Generate mirrorlist weekly.
Aug 29 10:40:26 *-pc systemd[1]: logrotate.timer: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped Daily rotation of log files.
Aug 29 10:40:26 *-pc systemd[1]: pamac-cleancache.timer: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped Monthly clean packages cache.
Aug 29 10:40:26 *-pc systemd[1]: shadow.timer: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped Daily verification of password and group files.
Aug 29 10:40:26 *-pc systemd[1]: Stopping Authorization Manager...
Aug 29 10:40:26 *-pc systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Aug 29 10:40:26 *-pc systemd[1]: gdm.service: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped GNOME Display Manager.
Aug 29 10:40:26 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc kernel: audit: type=1131 audit(1567046426.499:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc systemd[1]: accounts-daemon.service: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped Accounts Service.
Aug 29 10:40:26 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc kernel: audit: type=1131 audit(1567046426.506:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc systemd[1]: polkit.service: Main process exited, code=killed, status=15/TERM
Aug 29 10:40:26 *-pc systemd[1]: polkit.service: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped Authorization Manager.
Aug 29 10:40:26 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc kernel: audit: type=1131 audit(1567046426.536:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc mkinitcpio[729]: ==> Starting build: none
Aug 29 10:40:26 *-pc tlp[730]: Applying power save settings...done.
Aug 29 10:40:26 *-pc systemd[1]: tlp.service: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped TLP system startup/shutdown.
Aug 29 10:40:26 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc systemd[1]: Stopped target Multi-User System.
Aug 29 10:40:26 *-pc systemd[1]: Stopping Login Service...
Aug 29 10:40:26 *-pc systemd[1]: Stopping Permit User Sessions...
Aug 29 10:40:26 *-pc systemd[1]: man-db.timer: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped Daily man-db regeneration.
Aug 29 10:40:26 *-pc systemd[1]: Stopped target Login Prompts.
Aug 29 10:40:26 *-pc ModemManager[531]: <info>  Caught signal, shutting down...
Aug 29 10:40:26 *-pc ntpd[548]: ntp engine exiting
Aug 29 10:40:26 *-pc systemd[1]: Stopping Modem Manager...
Aug 29 10:40:26 *-pc ntpd[593]: Terminating
Aug 29 10:40:26 *-pc systemd[1]: Stopping OpenNTP Daemon...
Aug 29 10:40:26 *-pc NetworkManager[529]: <info>  [1567046426.7651] modem-manager: ModemManager no longer available
Aug 29 10:40:26 *-pc ModemManager[531]: <info>  ModemManager is shut down
Aug 29 10:40:26 *-pc systemd[1]: openntpd.service: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped OpenNTP Daemon.
Aug 29 10:40:26 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc kernel: audit: type=1131 audit(1567046426.759:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc kernel: audit: type=1131 audit(1567046426.759:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc systemd[1]: systemd-user-sessions.service: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped Permit User Sessions.
Aug 29 10:40:26 *-pc audit[1]: SERVICE_STOP 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'
Aug 29 10:40:26 *-pc systemd[1]: Stopped target Network.
Aug 29 10:40:26 *-pc systemd[1]: Stopping Network Manager...
Aug 29 10:40:26 *-pc systemd[1]: Stopped target Remote File Systems.
Aug 29 10:40:26 *-pc NetworkManager[529]: <info>  [1567046426.7698] caught SIGTERM, shutting down normally.
Aug 29 10:40:26 *-pc kernel: audit: type=1131 audit(1567046426.766:40): 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'
Aug 29 10:40:26 *-pc systemd[1]: systemd-logind.service: Succeeded.
Aug 29 10:40:26 *-pc kernel: audit: type=1131 audit(1567046426.796:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc kernel: audit: type=1131 audit(1567046426.803:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:26 *-pc systemd[1]: Stopped Login Service.
Aug 29 10:40:26 *-pc systemd[1]: Stopped target User and Group Name Lookups.
Aug 29 10:40:26 *-pc systemd[1]: ModemManager.service: Succeeded.
Aug 29 10:40:26 *-pc systemd[1]: Stopped Modem Manager.
Aug 29 10:40:26 *-pc mkinitcpio[729]:   -> Running build hook: [sd-shutdown]
Aug 29 10:40:27 *-pc NetworkManager[529]: <info>  [1567046427.1431] exiting (success)
Aug 29 10:40:27 *-pc systemd[1]: NetworkManager.service: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Stopped Network Manager.
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc kernel: audit: type=1131 audit(1567046427.319:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc systemd[1]: Stopping D-Bus System Message Bus...
Aug 29 10:40:27 *-pc systemd[1]: dbus.service: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Stopped D-Bus System Message Bus.
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc systemd[1]: Stopped target Basic System.
Aug 29 10:40:27 *-pc systemd[1]: Stopped target Paths.
Aug 29 10:40:27 *-pc systemd[1]: org.cups.cupsd.path: Succeeded.
Aug 29 10:40:27 *-pc kernel: audit: type=1131 audit(1567046427.326:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc systemd[1]: Stopped CUPS Scheduler.
Aug 29 10:40:27 *-pc systemd[1]: Stopped target Sockets.
Aug 29 10:40:27 *-pc systemd[1]: org.cups.cupsd.socket: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Closed CUPS Scheduler.
Aug 29 10:40:27 *-pc systemd[1]: Stopped target Slices.
Aug 29 10:40:27 *-pc systemd[1]: Removed slice User and Session Slice.
Aug 29 10:40:27 *-pc systemd[1]: dbus.socket: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Closed D-Bus System Message Bus Socket.
Aug 29 10:40:27 *-pc systemd[1]: Stopped target System Initialization.
Aug 29 10:40:27 *-pc systemd[1]: Stopped target Local Encrypted Volumes.
Aug 29 10:40:27 *-pc systemd[1]: systemd-ask-password-console.path: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Aug 29 10:40:27 *-pc systemd[1]: systemd-ask-password-wall.path: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Aug 29 10:40:27 *-pc systemd[1]: Stopping Load/Save Random Seed...
Aug 29 10:40:27 *-pc systemd[1]: systemd-binfmt.service: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Stopped Set Up Additional Binary Formats.
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Aug 29 10:40:27 *-pc systemd[1]: systemd-sysctl.service: Succeeded.
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc systemd[1]: Stopped Apply Kernel Variables.
Aug 29 10:40:27 *-pc systemd[1]: Received SIGINT.
Aug 29 10:40:27 *-pc systemd[1]: systemd-random-seed.service: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Stopped Load/Save Random Seed.
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP 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'
Aug 29 10:40:27 *-pc audit[854]: SYSTEM_SHUTDOWN pid=854 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc systemd[1]: systemd-update-utmp.service: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP 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'
Aug 29 10:40:27 *-pc systemd[1]: systemd-tmpfiles-setup.service: Succeeded.
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP 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'
Aug 29 10:40:27 *-pc systemd[1]: Stopped Create Volatile Files and Directories.
Aug 29 10:40:27 *-pc systemd[1]: Stopped target Local File Systems.
Aug 29 10:40:27 *-pc systemd[1]: Unmounting /home...
Aug 29 10:40:27 *-pc systemd[1]: Unmounting Temporary Directory (/tmp)...
Aug 29 10:40:27 *-pc systemd[1]: tmp.mount: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Unmounted Temporary Directory (/tmp).
Aug 29 10:40:27 *-pc systemd[1]: Stopped target Swap.
Aug 29 10:40:27 *-pc systemd[1]: home.mount: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Unmounted /home.
Aug 29 10:40:27 *-pc systemd[1]: Reached target Unmount All Filesystems.
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-81a2a2d4\x2d2c61\x2d41d0\x2da060\x2d09d3532ca548 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc systemd[1]: systemd-fsck@dev-disk-by\x2duuid-81a2a2d4\x2d2c61\x2d41d0\x2da060\x2d09d3532ca548.service: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Stopped File System Check on /dev/disk/by-uuid/81a2a2d4-2c61-41d0-a060-09d3532ca548.
Aug 29 10:40:27 *-pc systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc systemd[1]: Stopped target Local File Systems (Pre).
Aug 29 10:40:27 *-pc systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Stopped Create Static Device Nodes in /dev.
Aug 29 10:40:27 *-pc systemd[1]: systemd-remount-fs.service: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Stopped Remount Root and Kernel File Systems.
Aug 29 10:40:27 *-pc systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Aug 29 10:40:27 *-pc systemd[1]: lvm2-monitor.service: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc systemd[1]: Stopping LVM2 metadata daemon...
Aug 29 10:40:27 *-pc systemd[1]: lvm2-lvmetad.service: Succeeded.
Aug 29 10:40:27 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:27 *-pc systemd[1]: Stopped LVM2 metadata daemon.
Aug 29 10:40:27 *-pc systemd[1]: lvm2-lvmetad.socket: Succeeded.
Aug 29 10:40:27 *-pc systemd[1]: Closed LVM2 metadata daemon socket.
Aug 29 10:40:27 *-pc systemd[1]: Received SIGINT.
Aug 29 10:40:28 *-pc mkinitcpio[729]: ==> Build complete.
Aug 29 10:40:28 *-pc systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Succeeded.
Aug 29 10:40:28 *-pc systemd[1]: Started Generate shutdown-ramfs.
Aug 29 10:40:28 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:28 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:28 *-pc systemd[1]: Reached target Shutdown.
Aug 29 10:40:28 *-pc systemd[1]: Reached target Final Step.
Aug 29 10:40:28 *-pc systemd[1]: systemd-reboot.service: Succeeded.
Aug 29 10:40:28 *-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:28 *-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 29 10:40:28 *-pc systemd[1]: Started Reboot.
Aug 29 10:40:28 *-pc systemd[1]: Reached target Reboot.
Aug 29 10:40:28 *-pc systemd[1]: Shutting down.
Aug 29 10:40:28 *-pc kernel: systemd-shutdow: 51 output lines suppressed due to ratelimiting
Aug 29 10:40:28 *-pc systemd-shutdown[1]: Syncing filesystems and block devices.
Aug 29 10:40:28 *-pc systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Aug 29 10:40:28 *-pc systemd-journald[243]: Journal stopped

离线

#42 2019-08-29 14:36:20

jingmouren
会员
注册时间: 2014-09-13
帖子: 112

Re: 系统无法启动,一直停在LOGO界面

依云 说:

是不是 vfat.ko 没打包到 initramfs 里?mkinitcpio -p linux 重新打一个试试。

sh-5.0# mkinitcpio -p linux
/usr/bin/mkinitcpio: line 261: /etc/mkinitcpio.d/linux.preset: No such file or directory
==> ERROR: Failed to load preset: `/etc/mkinitcpio.d/linux.preset'


mkinitcpio -p linux419               
==> Building image from preset: /etc/mkinitcpio.d/linux419.preset: 'default'
  -> -k /boot/vmlinuz-4.19-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.19-x86_64.img
==> ERROR: '/lib/modules/4.19.66-1-MANJARO' is not a valid kernel module directory

最近编辑记录 jingmouren (2019-08-29 14:51:30)

离线

#43 2019-08-29 15:03:34

Mr.I
路人丙
所在地: Kerbal
注册时间: 2015-08-29
帖子: 308

Re: 系统无法启动,一直停在LOGO界面

Hmmm,现在问题出现了分支。

1、由于 vfat 模块的问题导致 EFI 分区挂载失败(这个我不会修,请 follow 依云大大)
2、当挂载问题解决或是跳过之后,遇到图形界面启动失败的问题

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

楼主你的显卡驱动也有问题。
实际上,先前你注释掉 fstab 中的 EFI 那一行之后,系统是可以起来的,但是由于显卡驱动的问题,图形界面没能起来。

我在日志里找到了这些:

Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: (--) Log file renamed from "/var/log/Xorg.pid-590.log" to "/var/log/Xorg.0.log"
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: X.Org X Server 1.20.5
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: X Protocol Version 11, Revision 0
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Build Operating System: Linux Arch Linux
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Current Operating System: Linux *-pc 4.19.66-1-MANJARO #1 SMP PREEMPT Fri Aug 9 18:01:53 UTC 2019 x86_64
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19-x86_64 root=UUID=17bbb779-403a-4c8f-a919-cb18d490826c rw quiet
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Build Date: 30 June 2019  09:52:01AM
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]:  
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Current version of pixman: 0.38.4
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]:         Before reporting problems, check http://wiki.x.org
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]:         to make sure that you have the latest version.
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: Markers: (--) probed, (**) from config file, (==) default setting,
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]:         (++) from command line, (!!) notice, (II) informational,
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 29 10:38:45 2019
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Aug 29 10:38:45 *-pc /usr/lib/gdm-x-session[588]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) No Layout section.  Using the first Screen section.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) No screen section available. Using defaults.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (**) |-->Screen "Default Screen Section" (0)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (**) |   |-->Monitor "<default monitor>"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) No monitor specified for screen "Default Screen Section".
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Using a default monitor configuration.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Automatically adding devices
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Automatically enabling devices
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Automatically adding GPU devices
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Automatically binding GPU devices
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Entry deleted from font path.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Entry deleted from font path.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Entry deleted from font path.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Entry deleted from font path.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) FontPath set to:
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         /usr/share/fonts/misc,
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         /usr/share/fonts/TTF
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) ModulePath set to "/usr/lib/xorg/modules"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) The server relies on udev to provide the list of input devices.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Module ABI versions:
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         X.Org ANSI C Emulation: 0.4
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         X.Org Video Driver: 24.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         X.Org XInput driver : 24.1
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         X.Org Server Extension : 10.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (++) using VT number 1
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (--) PCI:*(0@0:2:0) 8086:1927:17aa:39fd rev 10, Mem @ 0xe0000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (--) PCI: (1@0:0:0) 1002:6900:17aa:39f0 rev 131, Mem @ 0xb0000000/268435456, 0xc0000000/2097152, 0xe1200000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) LoadModule: "glx"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Module glx: vendor="X.Org Foundation"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         compiled for 1.20.5, module version = 1.0.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         ABI class: X.Org Server Extension, version 10.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Matched intel as autoconfigured driver 0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Matched modesetting as autoconfigured driver 1
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Matched fbdev as autoconfigured driver 2
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Matched vesa as autoconfigured driver 3
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (==) Assigned the driver to the xf86ConfigLayout
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) LoadModule: "intel"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Module intel: vendor="X.Org Foundation"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         compiled for 1.20.5, module version = 2.99.917
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Module class: X.Org Video Driver
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         ABI class: X.Org Video Driver, version 24.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) LoadModule: "modesetting"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) Module modesetting: vendor="X.Org Foundation"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         compiled for 1.20.5, module version = 1.20.5
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Module class: X.Org Video Driver
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         ABI class: X.Org Video Driver, version 24.0
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) LoadModule: "fbdev"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) Warning, couldn't open module fbdev
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) LoadModule: "vesa"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) Warning, couldn't open module vesa
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Failed to load module "vesa" (module does not exist, 0)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:         GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) intel: Driver for Intel(R) HD Graphics
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) intel: Driver for Intel(R) Iris(TM) Graphics
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: modprobe: FATAL: Module i915 not found in directory /lib/modules/4.19.66-1-MANJARO
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: modprobe: FATAL: Module i915 not found in directory /lib/modules/4.19.66-1-MANJARO
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) open /dev/dri/card0: No such file or directory
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (WW) Falling back to old probe method for modesetting
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) open /dev/dri/card0: No such file or directory
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Screen 0 deleted because of no matching config section.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (II) UnloadModule: "modesetting"
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Device(s) detected, but none match those in the config file.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: Fatal server error:
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) no screens found(EE)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: Please consult the The X.Org Foundation support
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:          at http://wiki.x.org
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]:  for help.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE)
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) Server terminated with error (1). Closing log file.
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: Unable to run X server
Aug 29 10:38:46 *-pc gdm[550]: Child process -588 was already dead.

离线

#44 2019-08-29 15:11:53

jingmouren
会员
注册时间: 2014-09-13
帖子: 112

Re: 系统无法启动,一直停在LOGO界面

不是驱动,则是找错版本或者位置了
明明是4.19.28
不知为何找4.19.66.

find /lib/modules -name fbdev
/lib/modules/4.19.28-1-MANJARO/kernel/drivers/video/fbdev

最近编辑记录 jingmouren (2019-08-29 15:13:32)

离线

#45 2019-08-29 15:32:31

Mr.I
路人丙
所在地: Kerbal
注册时间: 2015-08-29
帖子: 308

Re: 系统无法启动,一直停在LOGO界面

jingmouren 说:

不是驱动,则是找错版本或者位置了
明明是4.19.28
不知为何找4.19.66.

find /lib/modules -name fbdev
/lib/modules/4.19.28-1-MANJARO/kernel/drivers/video/fbdev

这个看起来像是部分更新了,一会儿看看依云大大怎么说吧 hmm

离线

页脚