Last active
December 9, 2018 20:58
-
-
Save ikidd/778c72aa1f0cbb30ba70602bb0cebdb7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GRUB boot loader configuration | |
GRUB_DEFAULT="saved" | |
GRUB_TIMEOUT="5" | |
GRUB_DISTRIBUTOR="Arch" | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.si_support=0 amdgpu.si_support=1" | |
GRUB_CMDLINE_LINUX="" | |
GRUB_DISABLE_OS_PROBER="false" | |
# Preload both GPT and MBR modules so that they are not missed | |
GRUB_PRELOAD_MODULES="part_gpt part_msdos" | |
# Uncomment to enable booting from LUKS encrypted devices | |
#GRUB_ENABLE_CRYPTODISK="y" | |
# Uncomment to enable Hidden Menu, and optionally hide the timeout count | |
#GRUB_HIDDEN_TIMEOUT="5" | |
#GRUB_HIDDEN_TIMEOUT_QUIET="true" | |
# Uncomment to use basic console | |
GRUB_TERMINAL_INPUT="console" | |
# Uncomment to disable graphical terminal | |
#GRUB_TERMINAL_OUTPUT="console" | |
# The resolution used on graphical terminal | |
# note that you can use only modes which your graphic card supports via VBE | |
# you can see them in real GRUB with the command `vbeinfo' | |
GRUB_GFXMODE="1024x768" | |
# Uncomment to allow the kernel use the same resolution used by grub | |
GRUB_GFXPAYLOAD_LINUX="keep" | |
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter | |
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" | |
#GRUB_DISABLE_LINUX_UUID="true" | |
# Uncomment to disable generation of recovery mode menu entries | |
GRUB_DISABLE_RECOVERY="true" | |
# Uncomment and set to the desired menu colors. Used by normal and wallpaper | |
# modes only. Entries specified as foreground/background. | |
export GRUB_COLOR_NORMAL="light-blue/black" | |
export GRUB_COLOR_HIGHLIGHT="light-cyan/blue" | |
# Uncomment one of them for the gfx desired, a image background or a gfxtheme | |
#GRUB_BACKGROUND="/path/to/wallpaper" | |
GRUB_THEME="/boot/grub/themes/Vimix/theme.txt" | |
# Uncomment to get a beep at GRUB start | |
#GRUB_INIT_TUNE="480 440 1" | |
# Uncomment to make GRUB remember the last selection. This requires to | |
# set 'GRUB_DEFAULT=saved' above. | |
GRUB_SAVEDEFAULT="true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Logs begin at Sat 2018-09-22 12:53:38 MDT, end at Sun 2018-12-09 13:16:57 MST. -- | |
Dec 09 13:05:10 desktop-arch kernel: microcode: microcode updated early to revision 0x11, date = 2018-05-08 | |
Dec 09 13:05:10 desktop-arch kernel: Linux version 4.19.1-arch1-1-ARCH (builduser@heftig-16768) (gcc version 8.2.1 20180831 (GCC)) #1 SMP PREEMPT Sun Nov 4 16:49:26 UTC 2018 | |
Dec 09 13:05:10 desktop-arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f587481a-d9ae-4148-bc5f-13409d6ff8f0 rw quiet splash radeon.si_support=0 amdgpu.si_support=1 | |
Dec 09 13:05:10 desktop-arch kernel: KERNEL supported cpus: | |
Dec 09 13:05:10 desktop-arch kernel: Intel GenuineIntel | |
Dec 09 13:05:10 desktop-arch kernel: AMD AuthenticAMD | |
Dec 09 13:05:10 desktop-arch kernel: Centaur CentaurHauls | |
Dec 09 13:05:10 desktop-arch kernel: x86/fpu: x87 FPU will use FXSAVE | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-provided physical RAM map: | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bf7dffff] usable | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x00000000bf7e0000-0x00000000bf7e2fff] ACPI NVS | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x00000000bf7e3000-0x00000000bf7effff] ACPI data | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x00000000bf7f0000-0x00000000bf7fffff] reserved | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x00000000f4000000-0x00000000f7ffffff] reserved | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x0000000100000000-0x00000001fbffffff] usable | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x00000001fc000000-0x00000001ffffffff] reserved | |
Dec 09 13:05:10 desktop-arch kernel: BIOS-e820: [mem 0x0000000200000000-0x000000023fffffff] usable | |
Dec 09 13:05:10 desktop-arch kernel: NX (Execute Disable) protection: active | |
Dec 09 13:05:10 desktop-arch kernel: SMBIOS 2.4 present. | |
Dec 09 13:05:10 desktop-arch kernel: DMI: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:10 desktop-arch kernel: tsc: Fast TSC calibration using PIT | |
Dec 09 13:05:10 desktop-arch kernel: tsc: Detected 4200.093 MHz processor | |
Dec 09 13:05:10 desktop-arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved | |
Dec 09 13:05:10 desktop-arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable | |
Dec 09 13:05:10 desktop-arch kernel: last_pfn = 0x240000 max_arch_pfn = 0x400000000 | |
Dec 09 13:05:10 desktop-arch kernel: MTRR default type: uncachable | |
Dec 09 13:05:10 desktop-arch kernel: MTRR fixed ranges enabled: | |
Dec 09 13:05:10 desktop-arch kernel: 00000-9FFFF write-back | |
Dec 09 13:05:10 desktop-arch kernel: A0000-BFFFF uncachable | |
Dec 09 13:05:10 desktop-arch kernel: C0000-CDFFF write-protect | |
Dec 09 13:05:10 desktop-arch kernel: CE000-EFFFF uncachable | |
Dec 09 13:05:10 desktop-arch kernel: F0000-FFFFF write-through | |
Dec 09 13:05:10 desktop-arch kernel: MTRR variable ranges enabled: | |
Dec 09 13:05:10 desktop-arch kernel: 0 base 000000000 mask F00000000 write-back | |
Dec 09 13:05:10 desktop-arch kernel: 1 base 0C0000000 mask FC0000000 uncachable | |
Dec 09 13:05:10 desktop-arch kernel: 2 base 100000000 mask F00000000 write-back | |
Dec 09 13:05:10 desktop-arch kernel: 3 base 200000000 mask FC0000000 write-back | |
Dec 09 13:05:10 desktop-arch kernel: 4 disabled | |
Dec 09 13:05:10 desktop-arch kernel: 5 disabled | |
Dec 09 13:05:10 desktop-arch kernel: 6 disabled | |
Dec 09 13:05:10 desktop-arch kernel: 7 disabled | |
Dec 09 13:05:10 desktop-arch kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT | |
Dec 09 13:05:10 desktop-arch kernel: total RAM covered: 8192M | |
Dec 09 13:05:10 desktop-arch kernel: Found optimal setting for mtrr clean up | |
Dec 09 13:05:10 desktop-arch kernel: gran_size: 64K chunk_size: 64K num_reg: 4 lose cover RAM: 0G | |
Dec 09 13:05:10 desktop-arch kernel: e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved | |
Dec 09 13:05:10 desktop-arch kernel: last_pfn = 0xbf7e0 max_arch_pfn = 0x400000000 | |
Dec 09 13:05:10 desktop-arch kernel: found SMP MP-table at [mem 0x000f5700-0x000f570f] mapped at [(____ptrval____)] | |
Dec 09 13:05:10 desktop-arch kernel: Scanning 1 areas for low memory corruption | |
Dec 09 13:05:10 desktop-arch kernel: Base memory trampoline at [(____ptrval____)] 97000 size 24576 | |
Dec 09 13:05:10 desktop-arch kernel: BRK [0x1ada01000, 0x1ada01fff] PGTABLE | |
Dec 09 13:05:10 desktop-arch kernel: BRK [0x1ada02000, 0x1ada02fff] PGTABLE | |
Dec 09 13:05:10 desktop-arch kernel: BRK [0x1ada03000, 0x1ada03fff] PGTABLE | |
Dec 09 13:05:10 desktop-arch kernel: BRK [0x1ada04000, 0x1ada04fff] PGTABLE | |
Dec 09 13:05:10 desktop-arch kernel: BRK [0x1ada05000, 0x1ada05fff] PGTABLE | |
Dec 09 13:05:10 desktop-arch kernel: BRK [0x1ada06000, 0x1ada06fff] PGTABLE | |
Dec 09 13:05:10 desktop-arch kernel: BRK [0x1ada07000, 0x1ada07fff] PGTABLE | |
Dec 09 13:05:10 desktop-arch kernel: BRK [0x1ada08000, 0x1ada08fff] PGTABLE | |
Dec 09 13:05:10 desktop-arch kernel: RAMDISK: [mem 0x36ceb000-0x3766cfff] | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Early table checksum verification disabled | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: RSDP 0x00000000000F70C0 000014 (v00 GBT ) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: RSDT 0x00000000BF7E3040 000040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: FACP 0x00000000BF7E30C0 000074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: DSDT 0x00000000BF7E3180 0055B4 (v01 GBT GBTUACPI 00001000 MSFT 0100000C) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: FACS 0x00000000BF7E0000 000040 | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: HPET 0x00000000BF7E8880 000038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: MCFG 0x00000000BF7E8900 00003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: EUDS 0x00000000BF7E8940 0004D0 (v01 GBT 00000000 00000000) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: TAMG 0x00000000BF7E8E10 000A4A (v01 GBT GBT B0 5455312E BG?? 53450101) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: APIC 0x00000000BF7E8780 0000BC (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: SSDT 0x00000000BF7E9880 000678 (v01 INTEL PPM RCM 80000001 INTL 20061109) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Local APIC address 0xfee00000 | |
Dec 09 13:05:10 desktop-arch kernel: No NUMA configuration found | |
Dec 09 13:05:10 desktop-arch kernel: Faking a node at [mem 0x0000000000000000-0x000000023fffffff] | |
Dec 09 13:05:10 desktop-arch kernel: NODE_DATA(0) allocated [mem 0x23fff8000-0x23fffbfff] | |
Dec 09 13:05:10 desktop-arch kernel: Zone ranges: | |
Dec 09 13:05:10 desktop-arch kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff] | |
Dec 09 13:05:10 desktop-arch kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff] | |
Dec 09 13:05:10 desktop-arch kernel: Normal [mem 0x0000000100000000-0x000000023fffffff] | |
Dec 09 13:05:10 desktop-arch kernel: Device empty | |
Dec 09 13:05:10 desktop-arch kernel: Movable zone start for each node | |
Dec 09 13:05:10 desktop-arch kernel: Early memory node ranges | |
Dec 09 13:05:10 desktop-arch kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff] | |
Dec 09 13:05:10 desktop-arch kernel: node 0: [mem 0x0000000000100000-0x00000000bf7dffff] | |
Dec 09 13:05:10 desktop-arch kernel: node 0: [mem 0x0000000100000000-0x00000001fbffffff] | |
Dec 09 13:05:10 desktop-arch kernel: node 0: [mem 0x0000000200000000-0x000000023fffffff] | |
Dec 09 13:05:10 desktop-arch kernel: Reserved but unavailable: 18564 pages | |
Dec 09 13:05:10 desktop-arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000023fffffff] | |
Dec 09 13:05:10 desktop-arch kernel: On node 0 totalpages: 2078588 | |
Dec 09 13:05:10 desktop-arch kernel: DMA zone: 64 pages used for memmap | |
Dec 09 13:05:10 desktop-arch kernel: DMA zone: 21 pages reserved | |
Dec 09 13:05:10 desktop-arch kernel: DMA zone: 3996 pages, LIFO batch:0 | |
Dec 09 13:05:10 desktop-arch kernel: DMA32 zone: 12192 pages used for memmap | |
Dec 09 13:05:10 desktop-arch kernel: DMA32 zone: 780256 pages, LIFO batch:63 | |
Dec 09 13:05:10 desktop-arch kernel: Normal zone: 20480 pages used for memmap | |
Dec 09 13:05:10 desktop-arch kernel: Normal zone: 1294336 pages, LIFO batch:63 | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: PM-Timer IO Port: 0x408 | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Local APIC address 0xfee00000 | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1]) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1]) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1]) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1]) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1]) | |
Dec 09 13:05:10 desktop-arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: IRQ0 used by override. | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: IRQ9 used by override. | |
Dec 09 13:05:10 desktop-arch kernel: Using ACPI (MADT) for SMP configuration information | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000 | |
Dec 09 13:05:10 desktop-arch kernel: smpboot: Allowing 8 CPUs, 6 hotplug CPUs | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff] | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff] | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000effff] | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0xbf7e0000-0xbf7e2fff] | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0xbf7e3000-0xbf7effff] | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0xbf7f0000-0xbf7fffff] | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0xbf800000-0xf3ffffff] | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0xf4000000-0xf7ffffff] | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff] | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xffffffff] | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registered nosave memory: [mem 0x1fc000000-0x1ffffffff] | |
Dec 09 13:05:10 desktop-arch kernel: [mem 0xbf800000-0xf3ffffff] available for PCI devices | |
Dec 09 13:05:10 desktop-arch kernel: Booting paravirtualized kernel on bare hardware | |
Dec 09 13:05:10 desktop-arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns | |
Dec 09 13:05:10 desktop-arch kernel: random: get_random_bytes called from start_kernel+0x95/0x53f with crng_init=0 | |
Dec 09 13:05:10 desktop-arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1 | |
Dec 09 13:05:10 desktop-arch kernel: percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u262144 | |
Dec 09 13:05:10 desktop-arch kernel: pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152 | |
Dec 09 13:05:10 desktop-arch kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 | |
Dec 09 13:05:10 desktop-arch kernel: Built 1 zonelists, mobility grouping on. Total pages: 2045831 | |
Dec 09 13:05:10 desktop-arch kernel: Policy zone: Normal | |
Dec 09 13:05:10 desktop-arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f587481a-d9ae-4148-bc5f-13409d6ff8f0 rw quiet splash radeon.si_support=0 amdgpu.si_support=1 | |
Dec 09 13:05:10 desktop-arch kernel: Calgary: detecting Calgary via BIOS EBDA area | |
Dec 09 13:05:10 desktop-arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing! | |
Dec 09 13:05:10 desktop-arch kernel: Memory: 8077172K/8314352K available (12300K kernel code, 1374K rwdata, 3640K rodata, 1512K init, 3884K bss, 237180K reserved, 0K cma-reserved) | |
Dec 09 13:05:10 desktop-arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 | |
Dec 09 13:05:10 desktop-arch kernel: Kernel/User page tables isolation: enabled | |
Dec 09 13:05:10 desktop-arch kernel: ftrace: allocating 35535 entries in 139 pages | |
Dec 09 13:05:10 desktop-arch kernel: rcu: Preemptible hierarchical RCU implementation. | |
Dec 09 13:05:10 desktop-arch kernel: rcu: CONFIG_RCU_FANOUT set to non-default value of 32. | |
Dec 09 13:05:10 desktop-arch kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled. | |
Dec 09 13:05:10 desktop-arch kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8. | |
Dec 09 13:05:10 desktop-arch kernel: rcu: RCU priority boosting: priority 1 delay 500 ms. | |
Dec 09 13:05:10 desktop-arch kernel: Tasks RCU enabled. | |
Dec 09 13:05:10 desktop-arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 | |
Dec 09 13:05:10 desktop-arch kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16 | |
Dec 09 13:05:10 desktop-arch kernel: rcu: Offload RCU callbacks from CPUs: (none). | |
Dec 09 13:05:10 desktop-arch kernel: Console: colour dummy device 80x25 | |
Dec 09 13:05:10 desktop-arch kernel: console [tty0] enabled | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Core revision 20180810 | |
Dec 09 13:05:10 desktop-arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns | |
Dec 09 13:05:10 desktop-arch kernel: hpet clockevent registered | |
Dec 09 13:05:10 desktop-arch kernel: APIC: Switch to symmetric I/O mode setup | |
Dec 09 13:05:10 desktop-arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 | |
Dec 09 13:05:10 desktop-arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3c8ab904cd6, max_idle_ns: 440795329467 ns | |
Dec 09 13:05:10 desktop-arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 8403.19 BogoMIPS (lpj=14000310) | |
Dec 09 13:05:10 desktop-arch kernel: pid_max: default: 32768 minimum: 301 | |
Dec 09 13:05:10 desktop-arch kernel: Security Framework initialized | |
Dec 09 13:05:10 desktop-arch kernel: Yama: becoming mindful. | |
Dec 09 13:05:10 desktop-arch kernel: AppArmor: AppArmor disabled by boot time parameter | |
Dec 09 13:05:10 desktop-arch kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: mce: CPU supports 9 MCE banks | |
Dec 09 13:05:10 desktop-arch kernel: CPU0: Thermal monitoring enabled (TM1) | |
Dec 09 13:05:10 desktop-arch kernel: process: using mwait in idle threads | |
Dec 09 13:05:10 desktop-arch kernel: Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 | |
Dec 09 13:05:10 desktop-arch kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 | |
Dec 09 13:05:10 desktop-arch kernel: Spectre V2 : Mitigation: Full generic retpoline | |
Dec 09 13:05:10 desktop-arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch | |
Dec 09 13:05:10 desktop-arch kernel: Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier | |
Dec 09 13:05:10 desktop-arch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls | |
Dec 09 13:05:10 desktop-arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp | |
Dec 09 13:05:10 desktop-arch kernel: Freeing SMP alternatives memory: 28K | |
Dec 09 13:05:10 desktop-arch kernel: smpboot: CPU0: Intel(R) Pentium(R) CPU G6950 @ 2.80GHz (family: 0x6, model: 0x25, stepping: 0x2) | |
Dec 09 13:05:10 desktop-arch kernel: Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver. | |
Dec 09 13:05:10 desktop-arch kernel: core: CPUID marked event: 'bus cycles' unavailable | |
Dec 09 13:05:10 desktop-arch kernel: ... version: 3 | |
Dec 09 13:05:10 desktop-arch kernel: ... bit width: 48 | |
Dec 09 13:05:10 desktop-arch kernel: ... generic registers: 4 | |
Dec 09 13:05:10 desktop-arch kernel: ... value mask: 0000ffffffffffff | |
Dec 09 13:05:10 desktop-arch kernel: ... max period: 000000007fffffff | |
Dec 09 13:05:10 desktop-arch kernel: ... fixed-purpose events: 3 | |
Dec 09 13:05:10 desktop-arch kernel: ... event mask: 000000070000000f | |
Dec 09 13:05:10 desktop-arch kernel: rcu: Hierarchical SRCU implementation. | |
Dec 09 13:05:10 desktop-arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. | |
Dec 09 13:05:10 desktop-arch kernel: smp: Bringing up secondary CPUs ... | |
Dec 09 13:05:10 desktop-arch kernel: x86: Booting SMP configuration: | |
Dec 09 13:05:10 desktop-arch kernel: .... node #0, CPUs: #1 | |
Dec 09 13:05:10 desktop-arch kernel: smp: Brought up 1 node, 2 CPUs | |
Dec 09 13:05:10 desktop-arch kernel: smpboot: Max logical packages: 4 | |
Dec 09 13:05:10 desktop-arch kernel: smpboot: Total of 2 processors activated (16807.38 BogoMIPS) | |
Dec 09 13:05:10 desktop-arch kernel: devtmpfs: initialized | |
Dec 09 13:05:10 desktop-arch kernel: x86/mm: Memory block size: 128MB | |
Dec 09 13:05:10 desktop-arch kernel: PM: Registering ACPI NVS region [mem 0xbf7e0000-0xbf7e2fff] (12288 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns | |
Dec 09 13:05:10 desktop-arch kernel: futex hash table entries: 2048 (order: 5, 131072 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: pinctrl core: initialized pinctrl subsystem | |
Dec 09 13:05:10 desktop-arch kernel: RTC time: 20:05:06, date: 12/09/18 | |
Dec 09 13:05:10 desktop-arch kernel: NET: Registered protocol family 16 | |
Dec 09 13:05:10 desktop-arch kernel: audit: initializing netlink subsys (disabled) | |
Dec 09 13:05:10 desktop-arch kernel: audit: type=2000 audit(1544385905.119:1): state=initialized audit_enabled=0 res=1 | |
Dec 09 13:05:10 desktop-arch kernel: cpuidle: using governor ladder | |
Dec 09 13:05:10 desktop-arch kernel: cpuidle: using governor menu | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: bus type PCI registered | |
Dec 09 13:05:10 desktop-arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
Dec 09 13:05:10 desktop-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf4000000-0xf7ffffff] (base 0xf4000000) | |
Dec 09 13:05:10 desktop-arch kernel: PCI: MMCONFIG at [mem 0xf4000000-0xf7ffffff] reserved in E820 | |
Dec 09 13:05:10 desktop-arch kernel: PCI: Using configuration type 1 for base access | |
Dec 09 13:05:10 desktop-arch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Added _OSI(Module Device) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Added _OSI(Processor Device) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Added _OSI(Processor Aggregator Device) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Added _OSI(Linux-Dell-Video) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Interpreter enabled | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: (supports S0 S3 S4 S5) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Using IOAPIC for interrupt routing | |
Dec 09 13:05:10 desktop-arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Enabled 12 GPEs in block 00 to 3F | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f]) | |
Dec 09 13:05:10 desktop-arch kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] | |
Dec 09 13:05:10 desktop-arch kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM | |
Dec 09 13:05:10 desktop-arch kernel: PCI host bridge to bus 0000:00 | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:00: root bus resource [mem 0xbf800000-0xfebfffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:00: root bus resource [bus 00-3f] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:00.0: [8086:0040] type 00 class 0x060000 | |
Dec 09 13:05:10 desktop-arch kernel: DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:01.0: [8086:0041] type 01 class 0x060400 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0xfbfff000-0xfbfff00f 64bit] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1a.0: [8086:3b3b] type 00 class 0x0c0300 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1a.0: reg 0x20: [io 0xff00-0xff1f] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1a.1: [8086:3b3e] type 00 class 0x0c0300 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1a.1: reg 0x20: [io 0xfe00-0xfe1f] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1a.2: [8086:3b3f] type 00 class 0x0c0300 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1a.2: reg 0x20: [io 0xfd00-0xfd1f] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1a.7: [8086:3b3c] type 00 class 0x0c0320 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xfbffe000-0xfbffe3ff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfbff4000-0xfbff7fff 64bit] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1d.0: [8086:3b36] type 00 class 0x0c0300 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1d.0: reg 0x20: [io 0xfc00-0xfc1f] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1d.1: [8086:3b37] type 00 class 0x0c0300 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1d.1: reg 0x20: [io 0xfb00-0xfb1f] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1d.2: [8086:3b38] type 00 class 0x0c0300 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1d.2: reg 0x20: [io 0xfa00-0xfa1f] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1d.7: [8086:3b34] type 00 class 0x0c0320 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xfbffd000-0xfbffd3ff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.0: [8086:3b06] type 00 class 0x060100 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.2: [8086:3b22] type 00 class 0x010601 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf900-0xf907] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf800-0xf803] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf700-0xf707] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf600-0xf603] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf500-0xf51f] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xfbffc000-0xfbffc7ff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.2: PME# supported from D3hot | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xfbffb000-0xfbffb0ff 64bit] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1f.3: reg 0x20: [io 0x0500-0x051f] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: [1002:67ff] type 00 class 0x030000 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: reg 0x18: [mem 0xdfe00000-0xdfffffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: reg 0x20: [io 0xce00-0xceff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: reg 0x24: [mem 0xfbe80000-0xfbebffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: enabling Extended Tags | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: supports D1 D2 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x8 link at 0000:00:01.0 (capable of 63.008 Gb/s with 8 GT/s x8 link) | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.1: [1002:aae0] type 00 class 0x040300 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfbefc000-0xfbefffff 64bit] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.1: enabling Extended Tags | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.1: supports D1 D2 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:01.0: ASPM: current common clock configuration is broken, reconfiguring | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:01.0: bridge window [io 0xc000-0xcfff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:01.0: bridge window [mem 0xfbe00000-0xfbefffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: [1002:683d] type 00 class 0x030000 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfbc80000-0xfbcbffff 64bit] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: reg 0x20: [io 0xbe00-0xbeff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: enabling Extended Tags | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: supports D1 D2 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: PME# supported from D1 D2 D3hot | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:00:1c.0 (capable of 126.016 Gb/s with 8 GT/s x16 link) | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.1: [1002:aab0] type 00 class 0x040300 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.1: reg 0x10: [mem 0xfbcfc000-0xfbcfffff 64bit] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.1: enabling Extended Tags | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.1: supports D1 D2 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.0: ASPM: current common clock configuration is broken, reconfiguring | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.0: bridge window [io 0xb000-0xbfff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.0: bridge window [mem 0xfbc00000-0xfbcfffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:03:00.0: [197b:2368] type 00 class 0x010185 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:03:00.0: reg 0x10: [io 0xef00-0xef07] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:03:00.0: reg 0x14: [io 0xee00-0xee03] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:03:00.0: reg 0x18: [io 0xed00-0xed07] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:03:00.0: reg 0x1c: [io 0xec00-0xec03] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:03:00.0: reg 0x20: [io 0xeb00-0xeb0f] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:03:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1c.4 (capable of 7.876 Gb/s with 8 GT/s x1 link) | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.4: PCI bridge to [bus 03] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.4: bridge window [io 0xe000-0xefff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.4: bridge window [mem 0xfbb00000-0xfbbfffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:04: extended config space not accessible | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:02.0: [10ec:8169] type 00 class 0x020000 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:02.0: reg 0x10: [io 0xde00-0xdeff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:02.0: reg 0x14: [mem 0xfbdff000-0xfbdff0ff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:02.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:02.0: supports D1 D2 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:02.0: PME# supported from D1 D2 D3hot D3cold | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:07.0: [104c:8024] type 00 class 0x0c0010 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:07.0: reg 0x10: [mem 0xfbdfe000-0xfbdfe7ff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:07.0: reg 0x14: [mem 0xfbdf8000-0xfbdfbfff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:07.0: supports D1 D2 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:07.0: PME# supported from D0 D1 D2 D3hot | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode) | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: bridge window [mem 0xfbd00000-0xfbdfffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode) | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: bridge window [mem 0xbf800000-0xfebfffff window] (subtractive decode) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11 12 14 15) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 *12 14 15) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 *5 6 7 9 10 11 12 14 15) | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 6 7 9 10 11 12 14 15) | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: vgaarb: bridge control possible | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: vgaarb: bridge control possible | |
Dec 09 13:05:10 desktop-arch kernel: vgaarb: loaded | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: bus type USB registered | |
Dec 09 13:05:10 desktop-arch kernel: usbcore: registered new interface driver usbfs | |
Dec 09 13:05:10 desktop-arch kernel: usbcore: registered new interface driver hub | |
Dec 09 13:05:10 desktop-arch kernel: usbcore: registered new device driver usb | |
Dec 09 13:05:10 desktop-arch kernel: pps_core: LinuxPPS API ver. 1 registered | |
Dec 09 13:05:10 desktop-arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
Dec 09 13:05:10 desktop-arch kernel: PTP clock support registered | |
Dec 09 13:05:10 desktop-arch kernel: EDAC MC: Ver: 3.0.0 | |
Dec 09 13:05:10 desktop-arch kernel: PCI: Using ACPI for IRQ routing | |
Dec 09 13:05:10 desktop-arch kernel: PCI: Discovered peer bus 3f | |
Dec 09 13:05:10 desktop-arch kernel: PCI: root bus 3f: using default resources | |
Dec 09 13:05:10 desktop-arch kernel: PCI: Probing PCI hardware (bus 3f) | |
Dec 09 13:05:10 desktop-arch kernel: PCI host bridge to bus 0000:3f | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:3f: root bus resource [io 0x0000-0xffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:3f: root bus resource [mem 0x00000000-0xfffffffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:3f: No busn resource found for root bus, will use [bus 3f-ff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:3f: busn_res: can not insert [bus 3f-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-3f]) | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:3f:00.0: [8086:2c61] type 00 class 0x060000 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:3f:00.1: [8086:2d01] type 00 class 0x060000 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:3f:02.0: [8086:2d10] type 00 class 0x060000 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:3f:02.1: [8086:2d11] type 00 class 0x060000 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:3f:02.2: [8086:2d12] type 00 class 0x060000 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:3f:02.3: [8086:2d13] type 00 class 0x060000 | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:3f: busn_res: [bus 3f-ff] end is updated to 3f | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:3f: busn_res: can not insert [bus 3f] under domain [bus 00-ff] (conflicts with (null) [bus 00-3f]) | |
Dec 09 13:05:10 desktop-arch kernel: PCI: pci_cache_line_size set to 64 bytes | |
Dec 09 13:05:10 desktop-arch kernel: e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff] | |
Dec 09 13:05:10 desktop-arch kernel: e820: reserve RAM buffer [mem 0xbf7e0000-0xbfffffff] | |
Dec 09 13:05:10 desktop-arch kernel: NetLabel: Initializing | |
Dec 09 13:05:10 desktop-arch kernel: NetLabel: domain hash size = 128 | |
Dec 09 13:05:10 desktop-arch kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO | |
Dec 09 13:05:10 desktop-arch kernel: NetLabel: unlabeled traffic allowed by default | |
Dec 09 13:05:10 desktop-arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 | |
Dec 09 13:05:10 desktop-arch kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter | |
Dec 09 13:05:10 desktop-arch kernel: clocksource: Switched to clocksource tsc-early | |
Dec 09 13:05:10 desktop-arch kernel: VFS: Disk quotas dquot_6.6.0 | |
Dec 09 13:05:10 desktop-arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: pnp: PnP ACPI init | |
Dec 09 13:05:10 desktop-arch kernel: system 00:00: [io 0x04d0-0x04d1] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:00: [io 0x0290-0x029f] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:00: [io 0x0800-0x087f] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:00: [io 0x0290-0x0294] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:00: [io 0x0880-0x088f] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) | |
Dec 09 13:05:10 desktop-arch kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) | |
Dec 09 13:05:10 desktop-arch kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active) | |
Dec 09 13:05:10 desktop-arch kernel: system 00:03: [io 0x0400-0x047f] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:03: [io 0x0580-0x05ff] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) | |
Dec 09 13:05:10 desktop-arch kernel: system 00:04: [mem 0xf4000000-0xf7ffffff] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0x000d1a00-0x000d3fff] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0x000f0000-0x000f7fff] could not be reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0x000f8000-0x000fbfff] could not be reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0x000fc000-0x000fffff] could not be reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0xbf7e0000-0xbf7effff] could not be reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0x00000000-0x0009ffff] could not be reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0x00100000-0xbf7dffff] could not be reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0xbf7f0000-0xbf7fffff] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0xfed10000-0xfed1dfff] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0xfed20000-0xfed8ffff] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0xffb00000-0xffb7ffff] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0xfff00000-0xffffffff] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: [mem 0x000e0000-0x000effff] has been reserved | |
Dec 09 13:05:10 desktop-arch kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active) | |
Dec 09 13:05:10 desktop-arch kernel: pnp: PnP ACPI: found 6 devices | |
Dec 09 13:05:10 desktop-arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.4: BAR 15: assigned [mem 0xbf800000-0xbf9fffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xfbe00000-0xfbe1ffff pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:01.0: bridge window [io 0xc000-0xcfff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:01.0: bridge window [mem 0xfbe00000-0xfbefffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.0: BAR 6: assigned [mem 0xfbc00000-0xfbc1ffff pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.0: bridge window [io 0xb000-0xbfff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.0: bridge window [mem 0xfbc00000-0xfbcfffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.4: PCI bridge to [bus 03] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.4: bridge window [io 0xe000-0xefff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.4: bridge window [mem 0xfbb00000-0xfbbfffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1c.4: bridge window [mem 0xbf800000-0xbf9fffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:04:02.0: BAR 6: assigned [mem 0xfbd00000-0xfbd1ffff pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1e.0: bridge window [mem 0xfbd00000-0xfbdfffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:00: resource 8 [mem 0xbf800000-0xfebfffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:01: resource 0 [io 0xc000-0xcfff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:01: resource 1 [mem 0xfbe00000-0xfbefffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:02: resource 0 [io 0xb000-0xbfff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:02: resource 1 [mem 0xfbc00000-0xfbcfffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:02: resource 2 [mem 0xe0000000-0xefffffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:03: resource 0 [io 0xe000-0xefff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:03: resource 1 [mem 0xfbb00000-0xfbbfffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:03: resource 2 [mem 0xbf800000-0xbf9fffff 64bit pref] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:04: resource 0 [io 0xd000-0xdfff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:04: resource 1 [mem 0xfbd00000-0xfbdfffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7 window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:04: resource 7 [mem 0x000c0000-0x000dffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:04: resource 8 [mem 0xbf800000-0xfebfffff window] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:3f: resource 4 [io 0x0000-0xffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci_bus 0000:3f: resource 5 [mem 0x00000000-0xfffffffff] | |
Dec 09 13:05:10 desktop-arch kernel: NET: Registered protocol family 2 | |
Dec 09 13:05:10 desktop-arch kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: TCP: Hash tables configured (established 65536 bind 65536) | |
Dec 09 13:05:10 desktop-arch kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) | |
Dec 09 13:05:10 desktop-arch kernel: NET: Registered protocol family 1 | |
Dec 09 13:05:10 desktop-arch kernel: NET: Registered protocol family 44 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1a.7: quirk_usb_early_handoff+0x0/0x6c6 took 14217 usecs | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:00:1d.7: quirk_usb_early_handoff+0x0/0x6c6 took 15726 usecs | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:01:00.1: Linked as a consumer to 0000:01:00.0 | |
Dec 09 13:05:10 desktop-arch kernel: pci 0000:02:00.1: Linked as a consumer to 0000:02:00.0 | |
Dec 09 13:05:10 desktop-arch kernel: PCI: CLS 64 bytes, default 64 | |
Dec 09 13:05:10 desktop-arch kernel: Unpacking initramfs... | |
Dec 09 13:05:10 desktop-arch kernel: Freeing initrd memory: 9736K | |
Dec 09 13:05:10 desktop-arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB) | |
Dec 09 13:05:10 desktop-arch kernel: software IO TLB: mapped [mem 0xbb7e0000-0xbf7e0000] (64MB) | |
Dec 09 13:05:10 desktop-arch kernel: Scanning for low memory corruption every 60 seconds | |
Dec 09 13:05:10 desktop-arch kernel: Initialise system trusted keyrings | |
Dec 09 13:05:10 desktop-arch kernel: Key type blacklist registered | |
Dec 09 13:05:10 desktop-arch kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0 | |
Dec 09 13:05:10 desktop-arch kernel: zbud: loaded | |
Dec 09 13:05:10 desktop-arch kernel: pstore: using zstd compression | |
Dec 09 13:05:10 desktop-arch kernel: Key type asymmetric registered | |
Dec 09 13:05:10 desktop-arch kernel: Asymmetric key parser 'x509' registered | |
Dec 09 13:05:10 desktop-arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) | |
Dec 09 13:05:10 desktop-arch kernel: io scheduler noop registered | |
Dec 09 13:05:10 desktop-arch kernel: io scheduler deadline registered | |
Dec 09 13:05:10 desktop-arch kernel: io scheduler cfq registered (default) | |
Dec 09 13:05:10 desktop-arch kernel: io scheduler mq-deadline registered | |
Dec 09 13:05:10 desktop-arch kernel: io scheduler kyber registered | |
Dec 09 13:05:10 desktop-arch kernel: io scheduler bfq registered | |
Dec 09 13:05:10 desktop-arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 | |
Dec 09 13:05:10 desktop-arch kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0 | |
Dec 09 13:05:10 desktop-arch kernel: vesafb: scrolling: redraw | |
Dec 09 13:05:10 desktop-arch kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0 | |
Dec 09 13:05:10 desktop-arch kernel: vesafb: framebuffer at 0xc0000000, mapped to 0x(____ptrval____), using 3072k, total 3072k | |
Dec 09 13:05:10 desktop-arch kernel: fbcon: Deferring console take-over | |
Dec 09 13:05:10 desktop-arch kernel: fb0: VESA VGA frame buffer device | |
Dec 09 13:05:10 desktop-arch kernel: intel_idle: MWAIT substates: 0x1120 | |
Dec 09 13:05:10 desktop-arch kernel: intel_idle: v0.4.1 model 0x25 | |
Dec 09 13:05:10 desktop-arch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff | |
Dec 09 13:05:10 desktop-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Power Button [PWRB] | |
Dec 09 13:05:10 desktop-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 | |
Dec 09 13:05:10 desktop-arch kernel: ACPI: Power Button [PWRF] | |
Dec 09 13:05:10 desktop-arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
Dec 09 13:05:10 desktop-arch kernel: 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A | |
Dec 09 13:05:10 desktop-arch kernel: usbcore: registered new interface driver usbserial_generic | |
Dec 09 13:05:10 desktop-arch kernel: usbserial: USB Serial support registered for generic | |
Dec 09 13:05:10 desktop-arch kernel: rtc_cmos 00:01: RTC can wake from S4 | |
Dec 09 13:05:10 desktop-arch kernel: rtc_cmos 00:01: registered as rtc0 | |
Dec 09 13:05:10 desktop-arch kernel: rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs | |
Dec 09 13:05:10 desktop-arch kernel: ledtrig-cpu: registered to indicate activity on CPUs | |
Dec 09 13:05:10 desktop-arch kernel: NET: Registered protocol family 10 | |
Dec 09 13:05:10 desktop-arch kernel: Segment Routing with IPv6 | |
Dec 09 13:05:10 desktop-arch kernel: NET: Registered protocol family 17 | |
Dec 09 13:05:10 desktop-arch kernel: RAS: Correctable Errors collector initialized. | |
Dec 09 13:05:10 desktop-arch kernel: microcode: sig=0x20652, pf=0x2, revision=0x11 | |
Dec 09 13:05:10 desktop-arch kernel: microcode: Microcode Update Driver: v2.2. | |
Dec 09 13:05:10 desktop-arch kernel: sched_clock: Marking stable (641712050, 184534)->(751444162, -109547578) | |
Dec 09 13:05:10 desktop-arch kernel: registered taskstats version 1 | |
Dec 09 13:05:10 desktop-arch kernel: Loading compiled-in X.509 certificates | |
Dec 09 13:05:10 desktop-arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 37e5b101d1a6bb3b2809ab14b447ced0fed0de4e' | |
Dec 09 13:05:10 desktop-arch kernel: zswap: loaded using pool lzo/zbud | |
Dec 09 13:05:10 desktop-arch kernel: Key type big_key registered | |
Dec 09 13:05:10 desktop-arch kernel: Magic number: 14:348:93 | |
Dec 09 13:05:10 desktop-arch kernel: rtc_cmos 00:01: setting system clock to 2018-12-09 20:05:06 UTC (1544385906) | |
Dec 09 13:05:10 desktop-arch kernel: Freeing unused decrypted memory: 2040K | |
Dec 09 13:05:10 desktop-arch kernel: Freeing unused kernel image memory: 1512K | |
Dec 09 13:05:10 desktop-arch kernel: Write protecting the kernel read-only data: 18432k | |
Dec 09 13:05:10 desktop-arch kernel: Freeing unused kernel image memory: 2008K | |
Dec 09 13:05:10 desktop-arch kernel: Freeing unused kernel image memory: 456K | |
Dec 09 13:05:10 desktop-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. | |
Dec 09 13:05:10 desktop-arch kernel: x86/mm: Checking user space page tables | |
Dec 09 13:05:10 desktop-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. | |
Dec 09 13:05:10 desktop-arch kernel: Run /init as init process | |
Dec 09 13:05:10 desktop-arch kernel: fbcon: Taking over console | |
Dec 09 13:05:10 desktop-arch kernel: Console: switching to colour frame buffer device 128x48 | |
Dec 09 13:05:10 desktop-arch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci: EHCI PCI platform driver | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1 | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1a.7: debug port 2 | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1a.7: cache line size of 64 is not supported | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1a.7: irq 18, io mem 0xfbffe000 | |
Dec 09 13:05:10 desktop-arch kernel: SCSI subsystem initialized | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb1: Product: EHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: usb usb1: Manufacturer: Linux 4.19.1-arch1-1-ARCH ehci_hcd | |
Dec 09 13:05:10 desktop-arch kernel: usb usb1: SerialNumber: 0000:00:1a.7 | |
Dec 09 13:05:10 desktop-arch kernel: hub 1-0:1.0: USB hub found | |
Dec 09 13:05:10 desktop-arch kernel: hub 1-0:1.0: 6 ports detected | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2 | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1d.7: debug port 2 | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xfbffd000 | |
Dec 09 13:05:10 desktop-arch kernel: libata version 3.00 loaded. | |
Dec 09 13:05:10 desktop-arch kernel: ahci 0000:00:1f.2: version 3.0 | |
Dec 09 13:05:10 desktop-arch kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled | |
Dec 09 13:05:10 desktop-arch kernel: scsi host0: pata_jmicron | |
Dec 09 13:05:10 desktop-arch kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb2: Product: EHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: usb usb2: Manufacturer: Linux 4.19.1-arch1-1-ARCH ehci_hcd | |
Dec 09 13:05:10 desktop-arch kernel: usb usb2: SerialNumber: 0000:00:1d.7 | |
Dec 09 13:05:10 desktop-arch kernel: hub 2-0:1.0: USB hub found | |
Dec 09 13:05:10 desktop-arch kernel: hub 2-0:1.0: 6 ports detected | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd: USB Universal Host Controller Interface driver | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.0: detected 2 ports | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00 | |
Dec 09 13:05:10 desktop-arch kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3f impl SATA mode | |
Dec 09 13:05:10 desktop-arch kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ems apst | |
Dec 09 13:05:10 desktop-arch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb3: Product: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: usb usb3: Manufacturer: Linux 4.19.1-arch1-1-ARCH uhci_hcd | |
Dec 09 13:05:10 desktop-arch kernel: usb usb3: SerialNumber: 0000:00:1a.0 | |
Dec 09 13:05:10 desktop-arch kernel: hub 3-0:1.0: USB hub found | |
Dec 09 13:05:10 desktop-arch kernel: hub 3-0:1.0: 2 ports detected | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.1: detected 2 ports | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb4: Product: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: usb usb4: Manufacturer: Linux 4.19.1-arch1-1-ARCH uhci_hcd | |
Dec 09 13:05:10 desktop-arch kernel: usb usb4: SerialNumber: 0000:00:1a.1 | |
Dec 09 13:05:10 desktop-arch kernel: hub 4-0:1.0: USB hub found | |
Dec 09 13:05:10 desktop-arch kernel: hub 4-0:1.0: 2 ports detected | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5 | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.2: detected 2 ports | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000fd00 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb5: Product: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: usb usb5: Manufacturer: Linux 4.19.1-arch1-1-ARCH uhci_hcd | |
Dec 09 13:05:10 desktop-arch kernel: usb usb5: SerialNumber: 0000:00:1a.2 | |
Dec 09 13:05:10 desktop-arch kernel: hub 5-0:1.0: USB hub found | |
Dec 09 13:05:10 desktop-arch kernel: hub 5-0:1.0: 2 ports detected | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6 | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.0: detected 2 ports | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fc00 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb6: Product: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: usb usb6: Manufacturer: Linux 4.19.1-arch1-1-ARCH uhci_hcd | |
Dec 09 13:05:10 desktop-arch kernel: usb usb6: SerialNumber: 0000:00:1d.0 | |
Dec 09 13:05:10 desktop-arch kernel: hub 6-0:1.0: USB hub found | |
Dec 09 13:05:10 desktop-arch kernel: hub 6-0:1.0: 2 ports detected | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7 | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.1: detected 2 ports | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fb00 | |
Dec 09 13:05:10 desktop-arch kernel: scsi host1: pata_jmicron | |
Dec 09 13:05:10 desktop-arch kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb7: Product: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: usb usb7: Manufacturer: Linux 4.19.1-arch1-1-ARCH uhci_hcd | |
Dec 09 13:05:10 desktop-arch kernel: usb usb7: SerialNumber: 0000:00:1d.1 | |
Dec 09 13:05:10 desktop-arch kernel: ata1: PATA max UDMA/100 cmd 0xef00 ctl 0xee00 bmdma 0xeb00 irq 16 | |
Dec 09 13:05:10 desktop-arch kernel: ata2: PATA max UDMA/100 cmd 0xed00 ctl 0xec00 bmdma 0xeb08 irq 16 | |
Dec 09 13:05:10 desktop-arch kernel: hub 7-0:1.0: USB hub found | |
Dec 09 13:05:10 desktop-arch kernel: hub 7-0:1.0: 2 ports detected | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8 | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.2: detected 2 ports | |
Dec 09 13:05:10 desktop-arch kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fa00 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Dec 09 13:05:10 desktop-arch kernel: usb usb8: Product: UHCI Host Controller | |
Dec 09 13:05:10 desktop-arch kernel: usb usb8: Manufacturer: Linux 4.19.1-arch1-1-ARCH uhci_hcd | |
Dec 09 13:05:10 desktop-arch kernel: usb usb8: SerialNumber: 0000:00:1d.2 | |
Dec 09 13:05:10 desktop-arch kernel: hub 8-0:1.0: USB hub found | |
Dec 09 13:05:10 desktop-arch kernel: hub 8-0:1.0: 2 ports detected | |
Dec 09 13:05:10 desktop-arch kernel: firewire_ohci 0000:04:07.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2 | |
Dec 09 13:05:10 desktop-arch kernel: scsi host2: ahci | |
Dec 09 13:05:10 desktop-arch kernel: scsi host3: ahci | |
Dec 09 13:05:10 desktop-arch kernel: scsi host4: ahci | |
Dec 09 13:05:10 desktop-arch kernel: scsi host5: ahci | |
Dec 09 13:05:10 desktop-arch kernel: scsi host6: ahci | |
Dec 09 13:05:10 desktop-arch kernel: scsi host7: ahci | |
Dec 09 13:05:10 desktop-arch kernel: ata3: SATA max UDMA/133 abar m2048@0xfbffc000 port 0xfbffc100 irq 24 | |
Dec 09 13:05:10 desktop-arch kernel: ata4: SATA max UDMA/133 abar m2048@0xfbffc000 port 0xfbffc180 irq 24 | |
Dec 09 13:05:10 desktop-arch kernel: ata5: SATA max UDMA/133 abar m2048@0xfbffc000 port 0xfbffc200 irq 24 | |
Dec 09 13:05:10 desktop-arch kernel: ata6: SATA max UDMA/133 abar m2048@0xfbffc000 port 0xfbffc280 irq 24 | |
Dec 09 13:05:10 desktop-arch kernel: ata7: SATA max UDMA/133 abar m2048@0xfbffc000 port 0xfbffc300 irq 24 | |
Dec 09 13:05:10 desktop-arch kernel: ata8: SATA max UDMA/133 abar m2048@0xfbffc000 port 0xfbffc380 irq 24 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6: new high-speed USB device number 2 using ehci-pci | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice= 9.01 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6: Product: USB2.0 Hub | |
Dec 09 13:05:10 desktop-arch kernel: hub 1-6:1.0: USB hub found | |
Dec 09 13:05:10 desktop-arch kernel: hub 1-6:1.0: 4 ports detected | |
Dec 09 13:05:10 desktop-arch kernel: firewire_core 0000:04:07.0: created device fw0: GUID 00336af0006cf049, S400 | |
Dec 09 13:05:10 desktop-arch kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
Dec 09 13:05:10 desktop-arch kernel: ata3.00: ATA-8: Corsair Force GS, 5.20, max UDMA/133 | |
Dec 09 13:05:10 desktop-arch kernel: ata3.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 32), AA | |
Dec 09 13:05:10 desktop-arch kernel: ata3.00: configured for UDMA/133 | |
Dec 09 13:05:10 desktop-arch kernel: scsi 2:0:0:0: Direct-Access ATA Corsair Force GS 5.20 PQ: 0 ANSI: 5 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1: new high-speed USB device number 3 using ehci-pci | |
Dec 09 13:05:10 desktop-arch kernel: tsc: Refined TSC clocksource calibration: 4200.203 MHz | |
Dec 09 13:05:10 desktop-arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8b20d3112, max_idle_ns: 440795206594 ns | |
Dec 09 13:05:10 desktop-arch kernel: clocksource: Switched to clocksource tsc | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice= 9.01 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1: Product: USB2.0 Hub | |
Dec 09 13:05:10 desktop-arch kernel: hub 1-6.1:1.0: USB hub found | |
Dec 09 13:05:10 desktop-arch kernel: hub 1-6.1:1.0: 4 ports detected | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.3: new low-speed USB device number 4 using ehci-pci | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.3: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.3: Product: USB Optical Mouse | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.3: Manufacturer: Logitech | |
Dec 09 13:05:10 desktop-arch kernel: hidraw: raw HID events driver (C) Jiri Kosina | |
Dec 09 13:05:10 desktop-arch kernel: usbcore: registered new interface driver usbhid | |
Dec 09 13:05:10 desktop-arch kernel: usbhid: USB HID core driver | |
Dec 09 13:05:10 desktop-arch kernel: input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6.3/1-6.3:1.0/0003:046D:C077.0001/input/input2 | |
Dec 09 13:05:10 desktop-arch kernel: hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1a.7-6.3/input0 | |
Dec 09 13:05:10 desktop-arch kernel: ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
Dec 09 13:05:10 desktop-arch kernel: ata4.00: ATA-8: WDC WD5001AALS-00L3B2, 01.03B01, max UDMA/133 | |
Dec 09 13:05:10 desktop-arch kernel: ata4.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA | |
Dec 09 13:05:10 desktop-arch kernel: ata4.00: configured for UDMA/133 | |
Dec 09 13:05:10 desktop-arch kernel: scsi 3:0:0:0: Direct-Access ATA WDC WD5001AALS-0 3B01 PQ: 0 ANSI: 5 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.1: new high-speed USB device number 5 using ehci-pci | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.1: New USB device found, idVendor=0bda, idProduct=8179, bcdDevice= 0.00 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.1: Product: 802.11n NIC | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.1: Manufacturer: Realtek | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.1: SerialNumber: 00E04C0001 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.2: new full-speed USB device number 6 using ehci-pci | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.2: New USB device found, idVendor=046d, idProduct=08da, bcdDevice= 1.00 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 | |
Dec 09 13:05:10 desktop-arch kernel: ata5: SATA link down (SStatus 0 SControl 300) | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.4: new low-speed USB device number 7 using ehci-pci | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.4: New USB device found, idVendor=046d, idProduct=c248, bcdDevice=73.00 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.4: Product: Gaming Keyboard G105 | |
Dec 09 13:05:10 desktop-arch kernel: usb 1-6.1.4: Manufacturer: Logitech | |
Dec 09 13:05:10 desktop-arch kernel: input: Logitech Gaming Keyboard G105 as /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6.1/1-6.1.4/1-6.1.4:1.0/0003:046D:C248.0002/input/input3 | |
Dec 09 13:05:10 desktop-arch kernel: hid-generic 0003:046D:C248.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech Gaming Keyboard G105] on usb-0000:00:1a.7-6.1.4/input0 | |
Dec 09 13:05:10 desktop-arch kernel: input: Logitech Gaming Keyboard G105 Consumer Control as /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6.1/1-6.1.4/1-6.1.4:1.1/0003:046D:C248.0003/input/input4 | |
Dec 09 13:05:10 desktop-arch kernel: hid-generic 0003:046D:C248.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [Logitech Gaming Keyboard G105] on usb-0000:00:1a.7-6.1.4/input1 | |
Dec 09 13:05:10 desktop-arch kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
Dec 09 13:05:10 desktop-arch kernel: ata6.00: ATA-8: WDC WD7501AALS-00E3A0, 05.01D05, max UDMA/133 | |
Dec 09 13:05:10 desktop-arch kernel: ata6.00: 1465149168 sectors, multi 0: LBA48 NCQ (depth 32), AA | |
Dec 09 13:05:10 desktop-arch kernel: ata6.00: configured for UDMA/133 | |
Dec 09 13:05:10 desktop-arch kernel: scsi 5:0:0:0: Direct-Access ATA WDC WD7501AALS-0 1D05 PQ: 0 ANSI: 5 | |
Dec 09 13:05:10 desktop-arch kernel: ata7: SATA link down (SStatus 0 SControl 300) | |
Dec 09 13:05:10 desktop-arch kernel: ata8: SATA link down (SStatus 0 SControl 300) | |
Dec 09 13:05:10 desktop-arch kernel: sd 2:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB) | |
Dec 09 13:05:10 desktop-arch kernel: sd 2:0:0:0: [sda] Write Protect is off | |
Dec 09 13:05:10 desktop-arch kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 | |
Dec 09 13:05:10 desktop-arch kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
Dec 09 13:05:10 desktop-arch kernel: sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB) | |
Dec 09 13:05:10 desktop-arch kernel: sd 3:0:0:0: [sdb] Write Protect is off | |
Dec 09 13:05:10 desktop-arch kernel: sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00 | |
Dec 09 13:05:10 desktop-arch kernel: sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
Dec 09 13:05:10 desktop-arch kernel: sd 5:0:0:0: [sdc] 1465149168 512-byte logical blocks: (750 GB/699 GiB) | |
Dec 09 13:05:10 desktop-arch kernel: sd 5:0:0:0: [sdc] Write Protect is off | |
Dec 09 13:05:10 desktop-arch kernel: sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00 | |
Dec 09 13:05:10 desktop-arch kernel: sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
Dec 09 13:05:10 desktop-arch kernel: random: fast init done | |
Dec 09 13:05:10 desktop-arch kernel: sda: sda1 sda2 sda3 sda4 | |
Dec 09 13:05:10 desktop-arch kernel: sd 2:0:0:0: [sda] Attached SCSI disk | |
Dec 09 13:05:10 desktop-arch kernel: sdb: sdb1 | |
Dec 09 13:05:10 desktop-arch kernel: sd 3:0:0:0: [sdb] Attached SCSI disk | |
Dec 09 13:05:10 desktop-arch kernel: sdc: sdc1 | |
Dec 09 13:05:10 desktop-arch kernel: sd 5:0:0:0: [sdc] Attached SCSI disk | |
Dec 09 13:05:10 desktop-arch kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) | |
Dec 09 13:05:10 desktop-arch systemd[1]: systemd 239 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) | |
Dec 09 13:05:10 desktop-arch systemd[1]: Detected architecture x86-64. | |
Dec 09 13:05:10 desktop-arch systemd[1]: Set hostname to <desktop-arch>. | |
Dec 09 13:05:10 desktop-arch kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
Dec 09 13:05:10 desktop-arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
Dec 09 13:05:10 desktop-arch kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
Dec 09 13:05:10 desktop-arch systemd[1]: Reached target Login Prompts. | |
Dec 09 13:05:10 desktop-arch kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
Dec 09 13:05:10 desktop-arch systemd[1]: Listening on udev Control Socket. | |
Dec 09 13:05:10 desktop-arch systemd[1]: Listening on LVM2 poll daemon socket. | |
Dec 09 13:05:10 desktop-arch systemd[1]: Listening on Journal Socket (/dev/log). | |
Dec 09 13:05:10 desktop-arch systemd[1]: Listening on LVM2 metadata daemon socket. | |
Dec 09 13:05:10 desktop-arch systemd[1]: Listening on udev Kernel Socket. | |
Dec 09 13:05:10 desktop-arch kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered | |
Dec 09 13:05:10 desktop-arch kernel: audit: type=1130 audit(1544385910.761:2): 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' | |
Dec 09 13:05:10 desktop-arch kernel: audit: type=1130 audit(1544385910.768: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' | |
Dec 09 13:05:10 desktop-arch kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0 | |
Dec 09 13:05:10 desktop-arch kernel: sd 3:0:0:0: Attached scsi generic sg1 type 0 | |
Dec 09 13:05:10 desktop-arch kernel: sd 5:0:0:0: Attached scsi generic sg2 type 0 | |
Dec 09 13:05:10 desktop-arch kernel: audit: type=1130 audit(1544385910.791:4): 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' | |
Dec 09 13:05:10 desktop-arch kernel: audit: type=1130 audit(1544385910.794:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:10 desktop-arch kernel: vboxdrv: loading out-of-tree module taints kernel. | |
Dec 09 13:05:10 desktop-arch kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel | |
Dec 09 13:05:10 desktop-arch kernel: audit: type=1130 audit(1544385910.811:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:10 desktop-arch kernel: vboxdrv: Found 2 processor cores | |
Dec 09 13:05:10 desktop-arch kernel: audit: type=1130 audit(1544385910.828:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:10 desktop-arch kernel: audit: type=1130 audit(1544385910.844:8): 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' | |
Dec 09 13:05:10 desktop-arch kernel: vboxdrv: TSC mode is Invariant, tentative frequency 4200202376 Hz | |
Dec 09 13:05:10 desktop-arch kernel: vboxdrv: Successfully loaded version 5.2.22 (interface 0x00290001) | |
Dec 09 13:05:10 desktop-arch kernel: VBoxPciLinuxInit | |
Dec 09 13:05:10 desktop-arch kernel: vboxpci: IOMMU not found (not registered) | |
Dec 09 13:05:10 desktop-arch kernel: VBoxNetAdp: Successfully started. | |
Dec 09 13:05:10 desktop-arch kernel: VBoxNetFlt: Successfully started. | |
Dec 09 13:05:10 desktop-arch kernel: fuse init (API version 7.27) | |
Dec 09 13:05:10 desktop-arch kernel: loop: module loaded | |
Dec 09 13:05:10 desktop-arch systemd-journald[235]: Journal started | |
Dec 09 13:05:10 desktop-arch systemd-journald[235]: Runtime journal (/run/log/journal/385ca7fb6d5e45c5a8e91ebd1f43166a) is 8.0M, max 395.1M, 387.1M free. | |
Dec 09 13:05:10 desktop-arch audit[1]: SERVICE_START 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' | |
Dec 09 13:05:10 desktop-arch 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' | |
Dec 09 13:05:10 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:10 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:10 desktop-arch 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' | |
Dec 09 13:05:10 desktop-arch 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' | |
Dec 09 13:05:10 desktop-arch 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' | |
Dec 09 13:05:10 desktop-arch systemd-modules-load[237]: Inserted module 'crypto_user' | |
Dec 09 13:05:10 desktop-arch systemd-modules-load[237]: Inserted module 'sg' | |
Dec 09 13:05:10 desktop-arch systemd-modules-load[237]: Failed to find module 'options kvm_intel nested=1' | |
Dec 09 13:05:10 desktop-arch systemd-modules-load[237]: Inserted module 'virtio' | |
Dec 09 13:05:10 desktop-arch systemd-modules-load[237]: Inserted module 'vboxdrv' | |
Dec 09 13:05:10 desktop-arch systemd-modules-load[237]: Inserted module 'vboxpci' | |
Dec 09 13:05:10 desktop-arch systemd-modules-load[237]: Inserted module 'vboxnetadp' | |
Dec 09 13:05:10 desktop-arch systemd-modules-load[237]: Inserted module 'vboxnetflt' | |
Dec 09 13:05:10 desktop-arch systemd-modules-load[237]: Inserted module 'fuse' | |
Dec 09 13:05:10 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' | |
Dec 09 13:05:10 desktop-arch 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' | |
Dec 09 13:05:10 desktop-arch kernel: audit: type=1130 audit(1544385910.918:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' | |
Dec 09 13:05:10 desktop-arch kernel: audit: type=1130 audit(1544385910.918:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:10 desktop-arch systemd[1]: Started udev Coldplug all Devices. | |
Dec 09 13:05:10 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:10 desktop-arch systemd[1]: Starting Flush Journal to Persistent Storage... | |
Dec 09 13:05:10 desktop-arch systemd[1]: Mounting Kernel Configuration File System... | |
Dec 09 13:05:10 desktop-arch systemd[1]: Starting Apply Kernel Variables... | |
Dec 09 13:05:10 desktop-arch systemd[1]: Mounting FUSE Control File System... | |
Dec 09 13:05:10 desktop-arch systemd-journald[235]: Time spent on flushing to /var is 9.632ms for 825 entries. | |
Dec 09 13:05:10 desktop-arch systemd-journald[235]: System journal (/var/log/journal/385ca7fb6d5e45c5a8e91ebd1f43166a) is 3.1G, max 4.0G, 831.5M free. | |
Dec 09 13:05:11 desktop-arch kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
Dec 09 13:05:10 desktop-arch 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' | |
Dec 09 13:05:10 desktop-arch systemd[1]: Mounted Mount unit for core, revision 5662. | |
Dec 09 13:05:10 desktop-arch systemd[1]: Mounted Kernel Configuration File System. | |
Dec 09 13:05:10 desktop-arch systemd[1]: Started Apply Kernel Variables. | |
Dec 09 13:05:10 desktop-arch systemd[1]: Mounted FUSE Control File System. | |
Dec 09 13:05:10 desktop-arch systemd[1]: Mounted Mount unit for solus-runtime-gaming. | |
Dec 09 13:05:10 desktop-arch systemd[1]: Mounted Mount unit for core, revision 5897. | |
Dec 09 13:05:10 desktop-arch systemd[1]: Mounted Mount unit for telegram-desktop, revision 284. | |
Dec 09 13:05:11 desktop-arch systemd[1]: Mounted Mount unit for skype, revision 63. | |
Dec 09 13:05:11 desktop-arch systemd[1]: Mounted Mount unit for telegram-desktop, revision 287. | |
Dec 09 13:05:11 desktop-arch systemd[1]: Mounted Mount unit for skype, revision 66. | |
Dec 09 13:05:11 desktop-arch systemd[1]: Mounted Mount unit for telegram-desktop, revision 291. | |
Dec 09 13:05:11 desktop-arch systemd[1]: Mounted Mount unit for core, revision 5742. | |
Dec 09 13:05:11 desktop-arch systemd[1]: Mounted Mount unit for skype, revision 60. | |
Dec 09 13:05:11 desktop-arch systemd[1]: Started Flush Journal to Persistent Storage. | |
Dec 09 13:05:11 desktop-arch 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' | |
Dec 09 13:05:11 desktop-arch systemd[1]: Started Rebuild Hardware Database. | |
Dec 09 13:05:11 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hwdb-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:11 desktop-arch systemd[1]: Starting udev Kernel Device Manager... | |
Dec 09 13:05:11 desktop-arch 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' | |
Dec 09 13:05:11 desktop-arch systemd[1]: Started udev Kernel Device Manager. | |
Dec 09 13:05:11 desktop-arch kernel: Linux agpgart interface v0.103 | |
Dec 09 13:05:11 desktop-arch kernel: r8169 0000:04:02.0: not PCI Express | |
Dec 09 13:05:11 desktop-arch mtp-probe[339]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6.3" | |
Dec 09 13:05:11 desktop-arch mtp-probe[339]: bus: 1, device: 4 was not an MTP device | |
Dec 09 13:05:11 desktop-arch kernel: libphy: r8169: probed | |
Dec 09 13:05:11 desktop-arch kernel: r8169 0000:04:02.0 eth0: RTL8169sc/8110sc, 00:0a:cd:31:49:cb, XID 18000000, IRQ 18 | |
Dec 09 13:05:11 desktop-arch kernel: r8169 0000:04:02.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok] | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_intel 0000:01:00.1: Force to non-snoop mode | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_intel 0000:02:00.1: Force to non-snoop mode | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1c.0/0000:02:00.1/sound/card2/input8 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1c.0/0000:02:00.1/sound/card2/input9 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1c.0/0000:02:00.1/sound/card2/input10 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1c.0/0000:02:00.1/sound/card2/input11 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1c.0/0000:02:00.1/sound/card2/input12 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1c.0/0000:02:00.1/sound/card2/input13 | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC889: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_codec_realtek hdaudioC0D2: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_codec_realtek hdaudioC0D2: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_codec_realtek hdaudioC0D2: mono: mono_out=0x0 | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_codec_realtek hdaudioC0D2: dig-out=0x11/0x1e | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_codec_realtek hdaudioC0D2: inputs: | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_codec_realtek hdaudioC0D2: Rear Mic=0x18 | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_codec_realtek hdaudioC0D2: Front Mic=0x19 | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_codec_realtek hdaudioC0D2: Line=0x1a | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_codec_realtek hdaudioC0D2: CD=0x1c | |
Dec 09 13:05:11 desktop-arch kernel: snd_hda_codec_realtek hdaudioC0D2: dig-in=0x1f | |
Dec 09 13:05:11 desktop-arch mtp-probe[362]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6.1/1-6.1.1" | |
Dec 09 13:05:11 desktop-arch mtp-probe[362]: bus: 1, device: 5 was not an MTP device | |
Dec 09 13:05:11 desktop-arch mtp-probe[363]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6.1/1-6.1.4" | |
Dec 09 13:05:11 desktop-arch mtp-probe[363]: bus: 1, device: 7 was not an MTP device | |
Dec 09 13:05:11 desktop-arch systemd[1]: Found device Corsair_Force_GS 2. | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA Intel MID Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA Intel MID Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA Intel MID Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA Intel MID Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA Intel MID Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20 | |
Dec 09 13:05:11 desktop-arch kernel: input: HDA Intel MID Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21 | |
Dec 09 13:05:11 desktop-arch kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt | |
Dec 09 13:05:11 desktop-arch mtp-probe[364]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6.1/1-6.1.2" | |
Dec 09 13:05:11 desktop-arch mtp-probe[364]: bus: 1, device: 6 was not an MTP device | |
Dec 09 13:05:11 desktop-arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input22 | |
Dec 09 13:05:11 desktop-arch systemd[1]: Failed to parse swap priority "defaults,pri=-2", ignoring: Numerical result out of range | |
Dec 09 13:05:11 desktop-arch systemd[1]: Activating swap /dev/disk/by-uuid/882c06a8-551f-4d30-9e20-85cd801191fa... | |
Dec 09 13:05:11 desktop-arch kernel: Adding 10259452k swap on /dev/sda2. Priority:-2 extents:1 across:10259452k SSFS | |
Dec 09 13:05:11 desktop-arch systemd[1]: Activated swap /dev/disk/by-uuid/882c06a8-551f-4d30-9e20-85cd801191fa. | |
Dec 09 13:05:11 desktop-arch systemd[1]: Reached target Swap. | |
Dec 09 13:05:11 desktop-arch systemd[1]: Mounting Temporary Directory (/tmp)... | |
Dec 09 13:05:11 desktop-arch systemd[1]: Mounted Temporary Directory (/tmp). | |
Dec 09 13:05:11 desktop-arch systemd[1]: Reached target Local File Systems. | |
Dec 09 13:05:11 desktop-arch systemd[1]: Starting Create Volatile Files and Directories... | |
Dec 09 13:05:11 desktop-arch systemd[1]: Starting Rebuild Dynamic Linker Cache... | |
Dec 09 13:05:11 desktop-arch systemd[1]: Starting Rebuild Journal Catalog... | |
Dec 09 13:05:11 desktop-arch systemd[1]: Started Create Volatile Files and Directories. | |
Dec 09 13:05:11 desktop-arch 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' | |
Dec 09 13:05:11 desktop-arch systemd[1]: Started Rebuild Journal Catalog. | |
Dec 09 13:05:11 desktop-arch kernel: kauditd_printk_skb: 5 callbacks suppressed | |
Dec 09 13:05:11 desktop-arch kernel: audit: type=1130 audit(1544385911.864:16): 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' | |
Dec 09 13:05:11 desktop-arch kernel: mei mei::55213584-9a29-4916-badf-0fb7ed682aeb:01: Could not read FW version | |
Dec 09 13:05:11 desktop-arch kernel: mei mei::55213584-9a29-4916-badf-0fb7ed682aeb:01: FW version command failed -5 | |
Dec 09 13:05:11 desktop-arch kernel: media: Linux media interface: v0.10 | |
Dec 09 13:05:11 desktop-arch 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' | |
Dec 09 13:05:11 desktop-arch kernel: audit: type=1130 audit(1544385911.901:17): 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' | |
Dec 09 13:05:11 desktop-arch systemd[1]: Starting Update UTMP about System Boot/Shutdown... | |
Dec 09 13:05:11 desktop-arch audit[409]: SYSTEM_BOOT pid=409 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:11 desktop-arch kernel: audit: type=1127 audit(1544385911.948:18): pid=409 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:11 desktop-arch systemd[1]: Starting Network Time Synchronization... | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Update UTMP about System Boot/Shutdown. | |
Dec 09 13:05:12 desktop-arch kernel: mousedev: PS/2 mouse device common for all mice | |
Dec 09 13:05:12 desktop-arch 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' | |
Dec 09 13:05:12 desktop-arch kernel: audit: type=1130 audit(1544385912.044:19): 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' | |
Dec 09 13:05:12 desktop-arch kernel: videodev: Linux video capture interface: v2.00 | |
Dec 09 13:05:12 desktop-arch systemd-udevd[281]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Network Time Synchronization. | |
Dec 09 13:05:12 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch kernel: audit: type=1130 audit(1544385912.181:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Rebuild Dynamic Linker Cache. | |
Dec 09 13:05:12 desktop-arch kernel: gspca_main: v2.14.0 registered | |
Dec 09 13:05:12 desktop-arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
Dec 09 13:05:12 desktop-arch kernel: gspca_main: gspca_zc3xx-2.14.0 probing 046d:08da | |
Dec 09 13:05:12 desktop-arch 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' | |
Dec 09 13:05:12 desktop-arch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
Dec 09 13:05:12 desktop-arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 | |
Dec 09 13:05:12 desktop-arch kernel: cfg80211: failed to load regulatory.db | |
Dec 09 13:05:12 desktop-arch kernel: audit: type=1130 audit(1544385912.211:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch systemd[1]: Starting Update is Completed... | |
Dec 09 13:05:12 desktop-arch kernel: lib80211: common routines for IEEE802.11 drivers | |
Dec 09 13:05:12 desktop-arch kernel: lib80211_crypt: registered algorithm 'NULL' | |
Dec 09 13:05:12 desktop-arch systemd[1]: Reached target System Time Synchronized. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Update is Completed. | |
Dec 09 13:05:12 desktop-arch 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' | |
Dec 09 13:05:12 desktop-arch systemd[1]: Reached target System Initialization. | |
Dec 09 13:05:12 desktop-arch kernel: audit: type=1130 audit(1544385912.291:22): 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' | |
Dec 09 13:05:12 desktop-arch kernel: random: crng init done | |
Dec 09 13:05:12 desktop-arch kernel: random: 7 urandom warning(s) missed due to ratelimiting | |
Dec 09 13:05:12 desktop-arch kernel: kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround | |
Dec 09 13:05:12 desktop-arch systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Starting Socket activation for snappy daemon. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Daily man-db cache update. | |
Dec 09 13:05:12 desktop-arch kernel: r8188eu: module is from the staging directory, the quality is unknown, you have been warned. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Listening on D-Bus System Message Bus Socket. | |
Dec 09 13:05:12 desktop-arch kernel: [drm] radeon kernel modesetting enabled. | |
Dec 09 13:05:12 desktop-arch kernel: checking generic (c0000000 300000) vs hw (e0000000 10000000) | |
Dec 09 13:05:12 desktop-arch kernel: radeon 0000:02:00.0: enabling device (0000 -> 0003) | |
Dec 09 13:05:12 desktop-arch kernel: radeon 0000:02:00.0: SI support disabled by module param | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Daily Cleanup of Temporary Directories. | |
Dec 09 13:05:12 desktop-arch kernel: Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0) | |
Dec 09 13:05:12 desktop-arch systemd[1]: Listening on Virtual machine lock manager socket. | |
Dec 09 13:05:12 desktop-arch kernel: usbcore: registered new interface driver r8188eu | |
Dec 09 13:05:12 desktop-arch systemd[1]: Listening on Virtual machine log manager socket. | |
Dec 09 13:05:12 desktop-arch kernel: iTCO_vendor_support: vendor-support=0 | |
Dec 09 13:05:12 desktop-arch kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 | |
Dec 09 13:05:12 desktop-arch kernel: iTCO_wdt: Found a H55 TCO device (Version=2, TCOBASE=0x0460) | |
Dec 09 13:05:12 desktop-arch kernel: gpio_ich: GPIO from 436 to 511 on gpio_ich | |
Dec 09 13:05:12 desktop-arch kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) | |
Dec 09 13:05:12 desktop-arch systemd-udevd[283]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. | |
Dec 09 13:05:12 desktop-arch kernel: r8169 0000:04:02.0 enp4s2: renamed from eth0 | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Daily rotation of log files. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Daily verification of password and group files. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Reached target Timers. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Listening on Socket activation for snappy daemon. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Reached target Sound Card. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Reached target Sockets. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Reached target Basic System. | |
Dec 09 13:05:12 desktop-arch systemd-udevd[281]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. | |
Dec 09 13:05:12 desktop-arch kernel: r8188eu 1-6.1.1:1.0 wlp0s26f7u6u1u1: renamed from wlan0 | |
Dec 09 13:05:12 desktop-arch systemd[1]: Starting Virtual Machine and Container Registration Service... | |
Dec 09 13:05:12 desktop-arch systemd[1]: Starting Login Service... | |
Dec 09 13:05:12 desktop-arch systemd-logind[448]: New seat seat0. | |
Dec 09 13:05:12 desktop-arch systemd-logind[448]: Watching system buttons on /dev/input/event1 (Power Button) | |
Dec 09 13:05:12 desktop-arch systemd-logind[448]: Watching system buttons on /dev/input/event0 (Power Button) | |
Dec 09 13:05:12 desktop-arch systemd[1]: Starting Initialize hardware monitoring sensors... | |
Dec 09 13:05:12 desktop-arch kernel: it87: Found IT8720F chip at 0x290, revision 8 | |
Dec 09 13:05:12 desktop-arch kernel: it87: VID is disabled (pins used for GPIO) | |
Dec 09 13:05:12 desktop-arch kernel: it87: Routing internal VCCH5V to in7 | |
Dec 09 13:05:12 desktop-arch kernel: it87: Beeping is supported | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started D-Bus System Message Bus. | |
Dec 09 13:05:12 desktop-arch systemd-logind[448]: Watching system buttons on /dev/input/event3 (Logitech Gaming Keyboard G105) | |
Dec 09 13:05:12 desktop-arch 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' | |
Dec 09 13:05:12 desktop-arch kernel: audit: type=1130 audit(1544385912.804:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch systemd[1]: Starting Network Manager... | |
Dec 09 13:05:12 desktop-arch systemd[1]: Starting Avahi mDNS/DNS-SD Stack... | |
Dec 09 13:05:12 desktop-arch avahi-daemon[452]: Found user 'avahi' (UID 978) and group 'avahi' (GID 978). | |
Dec 09 13:05:12 desktop-arch NetworkManager[451]: <info> [1544385912.8700] NetworkManager (version 1.14.5dev+17+gba83251bb-1) is starting... (for the first time) | |
Dec 09 13:05:12 desktop-arch NetworkManager[451]: <info> [1544385912.8701] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) | |
Dec 09 13:05:12 desktop-arch NetworkManager[451]: <info> [1544385912.8723] wifi-wext: (wlp0s26f7u6u1u1): driver supports SSID scans (scan_capa 0x3F). | |
Dec 09 13:05:12 desktop-arch NetworkManager[451]: <info> [1544385912.8723] wifi-wext: (wlp0s26f7u6u1u1): using WEXT for WiFi device control | |
Dec 09 13:05:12 desktop-arch kernel: [drm] amdgpu kernel modesetting enabled. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Starting Snappy daemon... | |
Dec 09 13:05:12 desktop-arch NetworkManager[451]: <info> [1544385912.8790] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" | |
Dec 09 13:05:12 desktop-arch NetworkManager[451]: <info> [1544385912.8805] manager[0x55d616537090]: monitoring kernel firmware directory '/lib/firmware'. | |
Dec 09 13:05:12 desktop-arch dbus-daemon[450]: [system] Activating systemd to hand-off: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=451 comm="/usr/bin/NetworkManager --no-daemon ") | |
Dec 09 13:05:12 desktop-arch kernel: AMD IOMMUv2 driver by Joerg Roedel <[email protected]> | |
Dec 09 13:05:12 desktop-arch kernel: AMD IOMMUv2 functionality not available on this system | |
Dec 09 13:05:12 desktop-arch dbus-daemon[450]: [system] Successfully activated service 'org.freedesktop.systemd1' | |
Dec 09 13:05:12 desktop-arch avahi-daemon[452]: Successfully dropped root privileges. | |
Dec 09 13:05:12 desktop-arch avahi-daemon[452]: avahi-daemon 0.7 starting up. | |
Dec 09 13:05:12 desktop-arch kernel: CRAT table not found | |
Dec 09 13:05:12 desktop-arch kernel: Virtual CRAT table created for CPU | |
Dec 09 13:05:12 desktop-arch kernel: Parsing CRAT table with 1 nodes | |
Dec 09 13:05:12 desktop-arch kernel: Creating topology SYSFS entries | |
Dec 09 13:05:12 desktop-arch kernel: Topology: Add CPU node | |
Dec 09 13:05:12 desktop-arch kernel: Finished initializing topology | |
Dec 09 13:05:12 desktop-arch kernel: kfd kfd: Initialized module | |
Dec 09 13:05:12 desktop-arch kernel: checking generic (c0000000 300000) vs hw (c0000000 10000000) | |
Dec 09 13:05:12 desktop-arch kernel: fb: switching to amdgpudrmfb from VESA VGA | |
Dec 09 13:05:12 desktop-arch kernel: Console: switching to colour dummy device 80x25 | |
Dec 09 13:05:12 desktop-arch kernel: [drm] initializing kernel modesetting (POLARIS11 0x1002:0x67FF 0x1462:0x8A91 0xCF). | |
Dec 09 13:05:12 desktop-arch kernel: [drm] register mmio base: 0xFBE80000 | |
Dec 09 13:05:12 desktop-arch kernel: [drm] register mmio size: 262144 | |
Dec 09 13:05:12 desktop-arch kernel: [drm] add ip block number 0 <vi_common> | |
Dec 09 13:05:12 desktop-arch kernel: [drm] add ip block number 1 <gmc_v8_0> | |
Dec 09 13:05:12 desktop-arch kernel: [drm] add ip block number 2 <tonga_ih> | |
Dec 09 13:05:12 desktop-arch kernel: [drm] add ip block number 3 <powerplay> | |
Dec 09 13:05:12 desktop-arch kernel: [drm] add ip block number 4 <dm> | |
Dec 09 13:05:12 desktop-arch kernel: [drm] add ip block number 5 <gfx_v8_0> | |
Dec 09 13:05:12 desktop-arch kernel: [drm] add ip block number 6 <sdma_v3_0> | |
Dec 09 13:05:12 desktop-arch kernel: [drm] add ip block number 7 <uvd_v6_0> | |
Dec 09 13:05:12 desktop-arch kernel: [drm] add ip block number 8 <vce_v3_0> | |
Dec 09 13:05:12 desktop-arch kernel: kfd kfd: skipped device 1002:67ff, PCI rejects atomics | |
Dec 09 13:05:12 desktop-arch kernel: [drm] UVD is enabled in VM mode | |
Dec 09 13:05:12 desktop-arch kernel: [drm] UVD ENC is enabled in VM mode | |
Dec 09 13:05:12 desktop-arch kernel: [drm] VCE enabled in VM mode | |
Dec 09 13:05:12 desktop-arch kernel: resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than pnp 00:05 [mem 0x000d1a00-0x000d3fff] | |
Dec 09 13:05:12 desktop-arch kernel: caller pci_map_rom+0x6a/0x1b0 mapping multiple BARs | |
Dec 09 13:05:12 desktop-arch kernel: amdgpu 0000:01:00.0: No more image in the PCI ROM | |
Dec 09 13:05:12 desktop-arch kernel: ATOM BIOS: 113-C98121-M01 | |
Dec 09 13:05:12 desktop-arch kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit | |
Dec 09 13:05:12 desktop-arch avahi-daemon[452]: Successfully called chroot(). | |
Dec 09 13:05:12 desktop-arch avahi-daemon[452]: Successfully dropped remaining capabilities. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Starting Hostname Service... | |
Dec 09 13:05:12 desktop-arch kernel: amdgpu 0000:01:00.0: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used) | |
Dec 09 13:05:12 desktop-arch kernel: amdgpu 0000:01:00.0: GART: 256M 0x0000000000000000 - 0x000000000FFFFFFF | |
Dec 09 13:05:12 desktop-arch kernel: [drm] Detected VRAM RAM=4096M, BAR=256M | |
Dec 09 13:05:12 desktop-arch kernel: [drm] RAM width 128bits GDDR5 | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Avahi mDNS/DNS-SD Stack. | |
Dec 09 13:05:12 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch avahi-daemon[452]: No service file found in /etc/avahi/services. | |
Dec 09 13:05:12 desktop-arch kernel: audit: type=1130 audit(1544385912.914:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch avahi-daemon[452]: Network interface enumeration completed. | |
Dec 09 13:05:12 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups-browsed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Make remote CUPS printers available locally. | |
Dec 09 13:05:12 desktop-arch avahi-daemon[452]: Server startup complete. Host name is desktop-arch.local. Local service cookie is 180832183. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Virtual Machine and Container Registration Service. | |
Dec 09 13:05:12 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machined comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Network Manager. | |
Dec 09 13:05:12 desktop-arch kernel: audit: type=1130 audit(1544385912.918:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups-browsed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch kernel: [TTM] Zone kernel: Available graphics memory: 4046476 kiB | |
Dec 09 13:05:12 desktop-arch kernel: [TTM] Zone dma32: Available graphics memory: 2097152 kiB | |
Dec 09 13:05:12 desktop-arch kernel: [TTM] Initializing pool allocator | |
Dec 09 13:05:12 desktop-arch kernel: [TTM] Initializing DMA pool allocator | |
Dec 09 13:05:12 desktop-arch kernel: [drm] amdgpu: 4096M of VRAM memory ready | |
Dec 09 13:05:12 desktop-arch kernel: [drm] amdgpu: 4096M of GTT memory ready. | |
Dec 09 13:05:12 desktop-arch kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536 | |
Dec 09 13:05:12 desktop-arch kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400300000). | |
Dec 09 13:05:12 desktop-arch 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' | |
Dec 09 13:05:12 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Initialize hardware monitoring sensors. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Reached target Network. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Starting Permit User Sessions... | |
Dec 09 13:05:12 desktop-arch kernel: [drm] Chained IB support enabled! | |
Dec 09 13:05:12 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started OpenSSH Daemon. | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started NoMachine Server daemon. | |
Dec 09 13:05:12 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:12 desktop-arch systemd[1]: Started Permit User Sessions. | |
Dec 09 13:05:12 desktop-arch kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16 | |
Dec 09 13:05:12 desktop-arch 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' | |
Dec 09 13:05:12 desktop-arch kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3 | |
Dec 09 13:05:12 desktop-arch sshd[464]: Server listening on 0.0.0.0 port 22. | |
Dec 09 13:05:12 desktop-arch sshd[464]: Server listening on :: port 22. | |
Dec 09 13:05:13 desktop-arch snapd[457]: AppArmor status: apparmor not enabled | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu: [powerplay] Failed to retrieve minimum clocks. | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu: [powerplay] Error in phm_get_clock_info | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: values for Engine clock | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: 214000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: 387000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: 843000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: 1011000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: 1080000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: 1126000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: 1168000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: 1196000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: Validation clocks: | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: engine_max_clock: 119600 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: memory_max_clock: 175000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: level : 8 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: values for Memory clock | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: 300000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: 625000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: 1750000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: Validation clocks: | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: engine_max_clock: 119600 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: memory_max_clock: 175000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DM_PPLIB: level : 8 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Display Core initialized with v3.1.59! | |
Dec 09 13:05:13 desktop-arch dbus-daemon[450]: [system] Successfully activated service 'org.freedesktop.hostname1' | |
Dec 09 13:05:13 desktop-arch systemd[1]: Started Hostname Service. | |
Dec 09 13:05:13 desktop-arch 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' | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0587] hostname: hostname: using hostnamed | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0587] hostname: hostname changed from (none) to "desktop-arch" | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0589] dns-mgr[0x55d616542930]: init: dns=default, rc-manager=symlink | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0592] manager[0x55d616537090]: rfkill: WiFi hardware radio set enabled | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0592] manager[0x55d616537090]: rfkill: WWAN hardware radio set enabled | |
Dec 09 13:05:13 desktop-arch dbus-daemon[450]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=451 comm="/usr/bin/NetworkManager --no-daemon ") | |
Dec 09 13:05:13 desktop-arch systemd[1]: Starting Network Manager Script Dispatcher Service... | |
Dec 09 13:05:13 desktop-arch kernel: [drm] SADs count is: -2, don't need to read it | |
Dec 09 13:05:13 desktop-arch dbus-daemon[450]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' | |
Dec 09 13:05:13 desktop-arch systemd[1]: Started Network Manager Script Dispatcher Service. | |
Dec 09 13:05:13 desktop-arch 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' | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0857] settings: Loaded settings plugin: NMSKeyfilePlugin (internal) | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0873] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib/NetworkManager/1.14.5dev+17+gba83251bb-1/libnm-settings-plugin-ibft.so") | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0890] keyfile: new connection /etc/NetworkManager/system-connections/roughcountry (89e71da0-20d1-426d-a5cf-6eeeef3e0534,"roughcountry") | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0899] keyfile: new connection /etc/NetworkManager/system-connections/Wired connection 1 (249e5e6a-3e89-32d3-a723-f7a585e42fde,"Wired connection 1") | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0908] keyfile: new connection /etc/NetworkManager/system-connections/Premiumize.me - United States (bed4a50b-c84c-4703-998b-4156d57c5a55,"Premiumize.me - United States") | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0934] manager: rfkill: WiFi enabled by radio killswitch; enabled by state file | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0938] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0941] manager: Networking is enabled by state file | |
Dec 09 13:05:13 desktop-arch nm-dispatcher[501]: req:1 'hostname': new request (0 scripts) | |
Dec 09 13:05:13 desktop-arch nm-dispatcher[501]: req:1 'hostname': completed: no scripts | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.0952] dhcp-init: Using DHCP client 'internal' | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.1075] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.14.5dev+17+gba83251bb-1/libnm-device-plugin-team.so) | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.1095] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.14.5dev+17+gba83251bb-1/libnm-device-plugin-ovs.so) | |
Dec 09 13:05:13 desktop-arch kernel: [drm] SADs count is: -2, don't need to read it | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.1121] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.14.5dev+17+gba83251bb-1/libnm-device-plugin-wifi.so) | |
Dec 09 13:05:13 desktop-arch snapd[457]: 2018/12/09 13:05:13.113235 daemon.go:343: started snapd/2.34.3-1 (series 16; classic; devmode) arch/ (amd64) linux/4.19.1-arch1-1-ARCH. | |
Dec 09 13:05:13 desktop-arch systemd[1]: Started Snappy daemon. | |
Dec 09 13:05:13 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.1166] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.14.5dev+17+gba83251bb-1/libnm-device-plugin-adsl.so) | |
Dec 09 13:05:13 desktop-arch kernel: [drm] SADs count is: -2, don't need to read it | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Driver supports precise vblank timestamp query. | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.1277] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.14.5dev+17+gba83251bb-1/libnm-device-plugin-wwan.so) | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.1316] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.14.5dev+17+gba83251bb-1/libnm-device-plugin-bluetooth.so) | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.1353] device (lo): carrier: link connected | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.1359] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.1413] manager: (enp4s2): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) | |
Dec 09 13:05:13 desktop-arch snapd[457]: 2018/12/09 13:05:13.144433 stateengine.go:101: state ensure error: Get https://api.snapcraft.io/api/v1/snaps/sections: dial tcp: lookup api.snapcraft.io: no such host | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.1445] device (enp4s2): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') | |
Dec 09 13:05:13 desktop-arch kernel: IPv6: ADDRCONF(NETDEV_UP): enp4s2: link is not ready | |
Dec 09 13:05:13 desktop-arch kernel: RTL8211B Gigabit Ethernet r8169-410:00: attached PHY driver [RTL8211B Gigabit Ethernet] (mii_bus:phy_addr=r8169-410:00, irq=IGNORE) | |
Dec 09 13:05:13 desktop-arch kernel: [drm] UVD and UVD ENC initialized successfully. | |
Dec 09 13:05:13 desktop-arch systemd[1]: Started Login Service. | |
Dec 09 13:05:13 desktop-arch 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' | |
Dec 09 13:05:13 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:13 desktop-arch systemd[1]: Started Virtualization daemon. | |
Dec 09 13:05:13 desktop-arch systemd[1]: Reached target Multi-User System. | |
Dec 09 13:05:13 desktop-arch systemd[1]: Started Simple Desktop Display Manager. | |
Dec 09 13:05:13 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:13 desktop-arch systemd[1]: Reached target Graphical Interface. | |
Dec 09 13:05:13 desktop-arch systemd[1]: Startup finished in 4.605s (kernel) + 2.710s (userspace) = 7.316s. | |
Dec 09 13:05:13 desktop-arch kernel: IPv6: ADDRCONF(NETDEV_UP): enp4s2: link is not ready | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.2194] manager: (wlp0s26f7u6u1u1): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3) | |
Dec 09 13:05:13 desktop-arch kernel: r8169 0000:04:02.0 enp4s2: Link is Down | |
Dec 09 13:05:13 desktop-arch NetworkManager[451]: <info> [1544385913.2221] device (wlp0s26f7u6u1u1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') | |
Dec 09 13:05:13 desktop-arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s26f7u6u1u1: link is not ready | |
Dec 09 13:05:13 desktop-arch sddm[509]: Initializing... | |
Dec 09 13:05:13 desktop-arch sddm[509]: Starting... | |
Dec 09 13:05:13 desktop-arch sddm[509]: Logind interface found | |
Dec 09 13:05:13 desktop-arch kernel: [drm] VCE initialized successfully. | |
Dec 09 13:05:13 desktop-arch kernel: [drm] fb mappable at 0xC0828000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] vram apper at 0xC0000000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] size 7299072 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] fb depth is 24 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] pitch is 6912 | |
Dec 09 13:05:13 desktop-arch kernel: fbcon: amdgpudrmfb (fb0) is primary device | |
Dec 09 13:05:13 desktop-arch kernel: Console: switching to colour frame buffer device 210x65 | |
Dec 09 13:05:13 desktop-arch kernel: input: gspca_zc3xx as /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6.1/1-6.1.2/input/input23 | |
Dec 09 13:05:13 desktop-arch kernel: usbcore: registered new interface driver gspca_zc3xx | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu 0000:01:00.0: fb0: amdgpudrmfb frame buffer device | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Initialized amdgpu 3.27.0 20150101 for 0000:01:00.0 on minor 0 | |
Dec 09 13:05:13 desktop-arch kernel: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* Mixing atomic and non-atomic capable GPUs! | |
Dec 09 13:05:13 desktop-arch kernel: [drm] initializing kernel modesetting (VERDE 0x1002:0x683D 0x1043:0x042B 0x00). | |
Dec 09 13:05:13 desktop-arch kernel: [drm] register mmio base: 0xFBC80000 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] register mmio size: 262144 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] add ip block number 0 <si_common> | |
Dec 09 13:05:13 desktop-arch kernel: [drm] add ip block number 1 <gmc_v6_0> | |
Dec 09 13:05:13 desktop-arch kernel: [drm] add ip block number 2 <si_ih> | |
Dec 09 13:05:13 desktop-arch kernel: [drm] add ip block number 3 <si_dpm> | |
Dec 09 13:05:13 desktop-arch kernel: [drm] add ip block number 4 <dce_v6_0> | |
Dec 09 13:05:13 desktop-arch kernel: [drm] add ip block number 5 <gfx_v6_0> | |
Dec 09 13:05:13 desktop-arch kernel: [drm] add ip block number 6 <si_dma> | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu 0000:02:00.0: kfd not supported on this ASIC | |
Dec 09 13:05:13 desktop-arch kernel: usbcore: registered new interface driver snd-usb-audio | |
Dec 09 13:05:13 desktop-arch kernel: ATOM BIOS: 113-AD40500-108 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] GPU posting now... | |
Dec 09 13:05:13 desktop-arch kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu 0000:02:00.0: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used) | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu 0000:02:00.0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Detected VRAM RAM=1024M, BAR=256M | |
Dec 09 13:05:13 desktop-arch kernel: [drm] RAM width 128bits GDDR5 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] amdgpu: 1024M of VRAM memory ready | |
Dec 09 13:05:13 desktop-arch kernel: [drm] amdgpu: 3072M of GTT memory ready. | |
Dec 09 13:05:13 desktop-arch kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu 0000:02:00.0: PCIE GART of 1024M enabled (table at 0x000000F400000000). | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Driver supports precise vblank timestamp query. | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Internal thermal controller with fan control | |
Dec 09 13:05:13 desktop-arch kernel: [drm] amdgpu: dpm initialized | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 1 PID: 286 at drivers/gpu/drm/drm_plane.c:182 drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 1 PID: 286 Comm: systemd-udevd Tainted: G C OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: e8 da e4 ff ff 48 8b b3 b8 04 00 00 31 d2 4c 89 ff e8 c9 e4 ff ff e9 08 fd ff ff 0f 0b c7 44 24 2c ea ff ff ff e9 06 fd ff ff <0f> 0b e9 2c fb ff ff bf 04 00 00 00 48 c7 c6 b0 a6 5c c0 e8 dd 21 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d3948 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa10972e2a800 RCX: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 0000000000000000 RSI: ffffa1096f718800 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d39f8 R08: ffffffffc0650160 R09: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa109727776e8 R11: 0000000000000024 R12: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000000 R14: ffffa1096f718800 R15: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a40000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00007f309b9aeed0 CR3: 000000022e216000 CR4: 00000000000006e0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? idr_alloc+0x37/0x70 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873cdd ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 1 PID: 286 at drivers/gpu/drm/drm_crtc.c:284 drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 1 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: 00 e9 56 ff ff ff 48 8b 34 24 4c 89 e7 41 bd f4 ff ff ff e8 cd 29 01 00 e9 3f ff ff ff 0f 0b 41 bd ea ff ff ff e9 32 ff ff ff <0f> 0b e9 6e fd ff ff e8 bf 39 4f d1 66 66 2e 0f 1f 84 00 00 00 00 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d39b0 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa1096f837000 RCX: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: ffffa1096f718800 RSI: ffffa1096f837000 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d3a38 R08: ffffffffc0e5e400 R09: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa109727776e8 R11: ffffa10969e62f6f R12: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000000 R14: 0000000000000000 R15: ffffa1096f718800 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a40000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00007f309b9aeed0 CR3: 000000022e216000 CR4: 00000000000006e0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873cde ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 1 PID: 286 at drivers/gpu/drm/drm_plane.c:182 drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 1 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: e8 da e4 ff ff 48 8b b3 b8 04 00 00 31 d2 4c 89 ff e8 c9 e4 ff ff e9 08 fd ff ff 0f 0b c7 44 24 2c ea ff ff ff e9 06 fd ff ff <0f> 0b e9 2c fb ff ff bf 04 00 00 00 48 c7 c6 b0 a6 5c c0 e8 dd 21 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d3948 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa10972e2a800 RCX: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 0000000000000000 RSI: ffffa1096f71fc00 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d39f8 R08: ffffffffc0650160 R09: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa1096f8374d0 R11: ffffa1096f8374b7 R12: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000000 R14: ffffa1096f71fc00 R15: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a40000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00007f309b9aeed0 CR3: 000000022e216000 CR4: 00000000000006e0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? __kmalloc_track_caller+0x18a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x239/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: ? kstrdup+0x43/0x60 | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x2fc/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873cdf ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 1 PID: 286 at drivers/gpu/drm/drm_crtc.c:284 drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 1 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: 00 e9 56 ff ff ff 48 8b 34 24 4c 89 e7 41 bd f4 ff ff ff e8 cd 29 01 00 e9 3f ff ff ff 0f 0b 41 bd ea ff ff ff e9 32 ff ff ff <0f> 0b e9 6e fd ff ff e8 bf 39 4f d1 66 66 2e 0f 1f 84 00 00 00 00 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d39b0 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa1096f830000 RCX: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: ffffa1096f71fc00 RSI: ffffa1096f830000 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d3a38 R08: ffffffffc0e5e400 R09: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa109727776e8 R11: ffffa10969e62047 R12: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000001 R14: 0000000000000000 R15: ffffa1096f71fc00 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a40000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00007f309b9aeed0 CR3: 000000022e216000 CR4: 00000000000006e0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ce0 ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_plane.c:182 drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: e8 da e4 ff ff 48 8b b3 b8 04 00 00 31 d2 4c 89 ff e8 c9 e4 ff ff e9 08 fd ff ff 0f 0b c7 44 24 2c ea ff ff ff e9 06 fd ff ff <0f> 0b e9 2c fb ff ff bf 04 00 00 00 48 c7 c6 b0 a6 5c c0 e8 dd 21 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d3948 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa10972e2a800 RCX: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 0000000000000000 RSI: ffffa1096bfdc800 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d39f8 R08: ffffffffc0650160 R09: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa1096f8304d0 R11: ffffa1096f8304b7 R12: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000000 R14: ffffa1096bfdc800 R15: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? __kmalloc_track_caller+0x18a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x239/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: ? kstrdup+0x43/0x60 | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x2fc/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ce1 ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_crtc.c:284 drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: 00 e9 56 ff ff ff 48 8b 34 24 4c 89 e7 41 bd f4 ff ff ff e8 cd 29 01 00 e9 3f ff ff ff 0f 0b 41 bd ea ff ff ff e9 32 ff ff ff <0f> 0b e9 6e fd ff ff e8 bf 39 4f d1 66 66 2e 0f 1f 84 00 00 00 00 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d39b0 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa1096cc31000 RCX: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: ffffa1096bfdc800 RSI: ffffa1096cc31000 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d3a38 R08: ffffffffc0e5e400 R09: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa109727776e8 R11: ffffa1096ef75427 R12: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000002 R14: 0000000000000000 R15: ffffa1096bfdc800 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ce2 ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_plane.c:182 drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: e8 da e4 ff ff 48 8b b3 b8 04 00 00 31 d2 4c 89 ff e8 c9 e4 ff ff e9 08 fd ff ff 0f 0b c7 44 24 2c ea ff ff ff e9 06 fd ff ff <0f> 0b e9 2c fb ff ff bf 04 00 00 00 48 c7 c6 b0 a6 5c c0 e8 dd 21 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d3948 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa10972e2a800 RCX: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 0000000000000000 RSI: ffffa1096bfd9400 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d39f8 R08: ffffffffc0650160 R09: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa1096cc314d0 R11: ffffa1096cc314b7 R12: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000000 R14: ffffa1096bfd9400 R15: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? __kmalloc_track_caller+0x18a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x239/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: ? kstrdup+0x43/0x60 | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x2fc/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ce3 ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_crtc.c:284 drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: 00 e9 56 ff ff ff 48 8b 34 24 4c 89 e7 41 bd f4 ff ff ff e8 cd 29 01 00 e9 3f ff ff ff 0f 0b 41 bd ea ff ff ff e9 32 ff ff ff <0f> 0b e9 6e fd ff ff e8 bf 39 4f d1 66 66 2e 0f 1f 84 00 00 00 00 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d39b0 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa1096cc37000 RCX: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: ffffa1096bfd9400 RSI: ffffa1096cc37000 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d3a38 R08: ffffffffc0e5e400 R09: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa109727776e8 R11: ffffa1096ef750e7 R12: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000003 R14: 0000000000000000 R15: ffffa1096bfd9400 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ce4 ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_plane.c:182 drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: e8 da e4 ff ff 48 8b b3 b8 04 00 00 31 d2 4c 89 ff e8 c9 e4 ff ff e9 08 fd ff ff 0f 0b c7 44 24 2c ea ff ff ff e9 06 fd ff ff <0f> 0b e9 2c fb ff ff bf 04 00 00 00 48 c7 c6 b0 a6 5c c0 e8 dd 21 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d3948 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa10972e2a800 RCX: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 0000000000000000 RSI: ffffa1096bfde000 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d39f8 R08: ffffffffc0650160 R09: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa1096cc374d0 R11: ffffa1096cc374b7 R12: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000000 R14: ffffa1096bfde000 R15: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? __kmalloc_track_caller+0x18a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x239/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: ? kstrdup+0x43/0x60 | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x2fc/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ce5 ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_crtc.c:284 drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: 00 e9 56 ff ff ff 48 8b 34 24 4c 89 e7 41 bd f4 ff ff ff e8 cd 29 01 00 e9 3f ff ff ff 0f 0b 41 bd ea ff ff ff e9 32 ff ff ff <0f> 0b e9 6e fd ff ff e8 bf 39 4f d1 66 66 2e 0f 1f 84 00 00 00 00 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d39b0 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa1096cc30000 RCX: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: ffffa1096bfde000 RSI: ffffa1096cc30000 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d3a38 R08: ffffffffc0e5e400 R09: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa109727776e8 R11: ffffa1096ef75867 R12: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000004 R14: 0000000000000000 R15: ffffa1096bfde000 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ce6 ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_plane.c:182 drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_universal_plane_init+0x55b/0x5f0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: e8 da e4 ff ff 48 8b b3 b8 04 00 00 31 d2 4c 89 ff e8 c9 e4 ff ff e9 08 fd ff ff 0f 0b c7 44 24 2c ea ff ff ff e9 06 fd ff ff <0f> 0b e9 2c fb ff ff bf 04 00 00 00 48 c7 c6 b0 a6 5c c0 e8 dd 21 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d3948 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa10972e2a800 RCX: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 0000000000000000 RSI: ffffa1096bfda400 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d39f8 R08: ffffffffc0650160 R09: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa1096cc304d0 R11: ffffa1096cc304b7 R12: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000000 R14: ffffa1096bfda400 R15: ffffffffc064fbe0 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? __kmalloc_track_caller+0x18a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x239/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: ? kstrdup+0x43/0x60 | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x2fc/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ce7 ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_crtc.c:284 drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_crtc_init_with_planes+0x325/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: 00 e9 56 ff ff ff 48 8b 34 24 4c 89 e7 41 bd f4 ff ff ff e8 cd 29 01 00 e9 3f ff ff ff 0f 0b 41 bd ea ff ff ff e9 32 ff ff ff <0f> 0b e9 6e fd ff ff e8 bf 39 4f d1 66 66 2e 0f 1f 84 00 00 00 00 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d39b0 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa1096cc34000 RCX: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: ffffa1096bfda400 RSI: ffffa1096cc34000 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: ffffbf58011d3a38 R08: ffffffffc0e5e400 R09: 0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffa109727776e8 R11: ffffa1096ef75847 R12: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000005 R14: 0000000000000000 R15: ffffa1096bfda400 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init+0x60/0xb0 [drm_kms_helper] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x184/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ce8 ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_connector.c:201 drm_connector_init+0x322/0x3b0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_connector_init+0x322/0x3b0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: 05 00 00 31 d2 4c 89 e7 e8 2b 26 00 00 49 8b 47 20 f6 80 7a 01 00 00 01 75 74 48 c7 83 e0 03 00 00 00 00 00 00 e9 66 fd ff ff <0f> 0b e9 3c fd ff ff 49 c1 e5 05 89 c1 48 c7 c6 b8 a4 5c c0 89 04 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d37a0 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa1096cc36800 RCX: 000000000000000a | |
Dec 09 13:05:13 desktop-arch kernel: RDX: ffffffffc0e50ca0 RSI: ffffa1096cc36800 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 0000000000003113 R08: ffffbf58011d3920 R09: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffbf58011d399c R11: 0000000000000000 R12: ffffbf58011d3950 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000000000000000a R14: ffffffffc0e50ca0 R15: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_connector_add+0x5e9/0xda0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_atombios_get_connector_info_from_object_table+0x550/0x880 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x2fc/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: ? __kmalloc+0x18f/0x220 | |
Dec 09 13:05:13 desktop-arch kernel: ? dce_v6_0_sw_init+0x223/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x223/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ce9 ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_connector.c:201 drm_connector_init+0x322/0x3b0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_connector_init+0x322/0x3b0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: 05 00 00 31 d2 4c 89 e7 e8 2b 26 00 00 49 8b 47 20 f6 80 7a 01 00 00 01 75 74 48 c7 83 e0 03 00 00 00 00 00 00 e9 66 fd ff ff <0f> 0b e9 3c fd ff ff 49 c1 e5 05 89 c1 48 c7 c6 b8 a4 5c c0 89 04 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d37a0 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa10972ebe000 RCX: 000000000000000b | |
Dec 09 13:05:13 desktop-arch kernel: RDX: ffffffffc0e50d60 RSI: ffffa10972ebe000 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000000000000310c R08: ffffbf58011d3920 R09: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffbf58011d399c R11: 0000000000000000 R12: ffffbf58011d3950 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000000000000000b R14: ffffffffc0e50d60 R15: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_connector_add+0x4ca/0xda0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_atombios_get_connector_info_from_object_table+0x550/0x880 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x2fc/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: ? __kmalloc+0x18f/0x220 | |
Dec 09 13:05:13 desktop-arch kernel: ? dce_v6_0_sw_init+0x223/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x223/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873cea ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_connector.c:201 drm_connector_init+0x322/0x3b0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_connector_init+0x322/0x3b0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: 05 00 00 31 d2 4c 89 e7 e8 2b 26 00 00 49 8b 47 20 f6 80 7a 01 00 00 01 75 74 48 c7 83 e0 03 00 00 00 00 00 00 e9 66 fd ff ff <0f> 0b e9 3c fd ff ff 49 c1 e5 05 89 c1 48 c7 c6 b8 a4 5c c0 89 04 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d37a0 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa1096f86b800 RCX: 0000000000000003 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: ffffffffc0e50d60 RSI: ffffa1096f86b800 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 0000000000003104 R08: ffffbf58011d3920 R09: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffbf58011d399c R11: 0000000000000000 R12: ffffbf58011d3950 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000003 R14: ffffffffc0e50d60 R15: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_connector_add+0x85d/0xda0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_atombios_get_connector_info_from_object_table+0x550/0x880 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x2fc/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: ? __kmalloc+0x18f/0x220 | |
Dec 09 13:05:13 desktop-arch kernel: ? dce_v6_0_sw_init+0x223/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x223/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ceb ]--- | |
Dec 09 13:05:13 desktop-arch kernel: WARNING: CPU: 0 PID: 286 at drivers/gpu/drm/drm_connector.c:201 drm_connector_init+0x322/0x3b0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:13 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:13 desktop-arch kernel: CPU: 0 PID: 286 Comm: systemd-udevd Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:13 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0010:drm_connector_init+0x322/0x3b0 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: Code: 05 00 00 31 d2 4c 89 e7 e8 2b 26 00 00 49 8b 47 20 f6 80 7a 01 00 00 01 75 74 48 c7 83 e0 03 00 00 00 00 00 00 e9 66 fd ff ff <0f> 0b e9 3c fd ff ff 49 c1 e5 05 89 c1 48 c7 c6 b8 a4 5c c0 89 04 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 0018:ffffbf58011d37a0 EFLAGS: 00010246 | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffc0f6d780 RBX: ffffa1096f868000 RCX: 0000000000000002 | |
Dec 09 13:05:13 desktop-arch kernel: RDX: ffffffffc0e50d60 RSI: ffffa1096f868000 RDI: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 0000000000003102 R08: ffffbf58011d3920 R09: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: R10: ffffbf58011d399c R11: 0000000000000000 R12: ffffbf58011d3950 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 0000000000000002 R14: ffffffffc0e50d60 R15: ffffa10972e2a800 | |
Dec 09 13:05:13 desktop-arch kernel: FS: 00007ff90e818480(0000) GS:ffffa10977a00000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:13 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:13 desktop-arch kernel: CR2: 00000000032e5b98 CR3: 000000022e216000 CR4: 00000000000006f0 | |
Dec 09 13:05:13 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_connector_add+0x85d/0xda0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_atombios_get_connector_info_from_object_table+0x550/0x880 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? drm_crtc_init_with_planes+0x2fc/0x340 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: ? __kmalloc+0x18f/0x220 | |
Dec 09 13:05:13 desktop-arch kernel: ? dce_v6_0_sw_init+0x223/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: dce_v6_0_sw_init+0x223/0x3a0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_device_init.cold.14+0xd5f/0x1253 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? kmalloc_order+0x14/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_driver_load_kms+0x86/0x2c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: drm_dev_register+0x109/0x140 [drm] | |
Dec 09 13:05:13 desktop-arch kernel: amdgpu_pci_probe+0x13c/0x1c0 [amdgpu] | |
Dec 09 13:05:13 desktop-arch kernel: ? _raw_spin_unlock_irqrestore+0x20/0x40 | |
Dec 09 13:05:13 desktop-arch kernel: local_pci_probe+0x41/0x90 | |
Dec 09 13:05:13 desktop-arch kernel: pci_device_probe+0x189/0x1a0 | |
Dec 09 13:05:13 desktop-arch kernel: really_probe+0x235/0x3a0 | |
Dec 09 13:05:13 desktop-arch kernel: driver_probe_device+0xb3/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: __driver_attach+0xdd/0x110 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: ? driver_probe_device+0xf0/0xf0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_for_each_dev+0x76/0xc0 | |
Dec 09 13:05:13 desktop-arch kernel: bus_add_driver+0x152/0x230 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: driver_register+0x6b/0xb0 | |
Dec 09 13:05:13 desktop-arch kernel: ? 0xffffffffc09db000 | |
Dec 09 13:05:13 desktop-arch kernel: do_one_initcall+0x46/0x1f5 | |
Dec 09 13:05:13 desktop-arch kernel: ? kmem_cache_alloc_trace+0x176/0x1d0 | |
Dec 09 13:05:13 desktop-arch kernel: ? do_init_module+0x22/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: do_init_module+0x5a/0x210 | |
Dec 09 13:05:13 desktop-arch kernel: load_module+0x1fac/0x20e0 | |
Dec 09 13:05:13 desktop-arch kernel: ? __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: __se_sys_init_module+0x10a/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: do_syscall_64+0x5b/0x170 | |
Dec 09 13:05:13 desktop-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9 | |
Dec 09 13:05:13 desktop-arch kernel: RIP: 0033:0x7ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48 | |
Dec 09 13:05:13 desktop-arch kernel: RSP: 002b:00007ffe5e5d4cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af | |
Dec 09 13:05:13 desktop-arch kernel: RAX: ffffffffffffffda RBX: 000055855d9c4c50 RCX: 00007ff910dbe56e | |
Dec 09 13:05:13 desktop-arch kernel: RDX: 000055855d9db3c0 RSI: 00000000006114e1 RDI: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: RBP: 000055855d9db3c0 R08: 0000000000000007 R09: 0000000000000006 | |
Dec 09 13:05:13 desktop-arch kernel: R10: 000055855d9a7010 R11: 0000000000000246 R12: 000055855e3a11b0 | |
Dec 09 13:05:13 desktop-arch kernel: R13: 000055855d9be0c0 R14: 0000000000020000 R15: 000055855d9c4c50 | |
Dec 09 13:05:13 desktop-arch kernel: ---[ end trace 16a3a4a3f6873cec ]--- | |
Dec 09 13:05:13 desktop-arch kernel: [drm] AMDGPU Display Connectors | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Connector 0: | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DP-2 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] HPD4 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DDC: 0x1950 0x1950 0x1951 0x1951 0x1952 0x1952 0x1953 0x1953 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Encoders: | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DFP1: INTERNAL_UNIPHY2 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Connector 1: | |
Dec 09 13:05:13 desktop-arch kernel: [drm] HDMI-A-2 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] HPD3 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DDC: 0x194c 0x194c 0x194d 0x194d 0x194e 0x194e 0x194f 0x194f | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Encoders: | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DFP2: INTERNAL_UNIPHY2 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Connector 2: | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DVI-D-2 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] HPD2 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DDC: 0x195c 0x195c 0x195d 0x195d 0x195e 0x195e 0x195f 0x195f | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Encoders: | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DFP3: INTERNAL_UNIPHY1 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Connector 3: | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DVI-I-1 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] HPD1 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DDC: 0x1958 0x1958 0x1959 0x1959 0x195a 0x195a 0x195b 0x195b | |
Dec 09 13:05:13 desktop-arch kernel: [drm] Encoders: | |
Dec 09 13:05:13 desktop-arch kernel: [drm] DFP4: INTERNAL_UNIPHY | |
Dec 09 13:05:13 desktop-arch kernel: [drm] CRT1: INTERNAL_KLDSCP_DAC1 | |
Dec 09 13:05:13 desktop-arch kernel: [drm] enabling PCIE gen 3 link speeds, disable with amdgpu.pcie_gen2=0 | |
Dec 09 13:05:14 desktop-arch kernel: MAC Address = 84:16:f9:1e:98:4a | |
Dec 09 13:05:14 desktop-arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s26f7u6u1u1: link is not ready | |
Dec 09 13:05:14 desktop-arch kernel: R8188EU: indicate disassoc | |
Dec 09 13:05:14 desktop-arch libvirtd[508]: 2018-12-09 20:05:14.071+0000: 540: info : libvirt version: 4.8.0 | |
Dec 09 13:05:14 desktop-arch libvirtd[508]: 2018-12-09 20:05:14.071+0000: 540: info : hostname: desktop-arch | |
Dec 09 13:05:14 desktop-arch libvirtd[508]: 2018-12-09 20:05:14.071+0000: 540: error : dnsmasqCapsRefreshInternal:733 : Cannot check dnsmasq binary /usr/bin/dnsmasq: No such file or directory | |
Dec 09 13:05:14 desktop-arch systemd[1]: run-media-ikidd-LinuxData.automount: Got automount request for /run/media/ikidd/LinuxData, triggered by 540 (libvirtd) | |
Dec 09 13:05:14 desktop-arch systemd[1]: Created slice system-systemd\x2dfsck.slice. | |
Dec 09 13:05:14 desktop-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/7d4b2ffc-ee45-4649-906f-ffd82aa2f419... | |
Dec 09 13:05:14 desktop-arch nxserver[480]: NX> 595 Cannot set ownership for user nx | |
Dec 09 13:05:14 desktop-arch nxserver[480]: NX> 595 Permission denied | |
Dec 09 13:05:14 desktop-arch nxserver[480]: NX> 500 ERROR: Last operation failed. | |
Dec 09 13:05:14 desktop-arch NetworkManager[451]: <warn> [1544385914.1718] device (wlp0s26f7u6u1u1): set-hw-addr: new MAC address 06:DD:3F:74:AB:4A not successfully set (scanning) | |
Dec 09 13:05:14 desktop-arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s26f7u6u1u1: link is not ready | |
Dec 09 13:05:14 desktop-arch dbus-daemon[450]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.3' (uid=0 pid=451 comm="/usr/bin/NetworkManager --no-daemon ") | |
Dec 09 13:05:14 desktop-arch systemd[1]: Starting Authorization Manager... | |
Dec 09 13:05:14 desktop-arch dbus-daemon[450]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=451 comm="/usr/bin/NetworkManager --no-daemon ") | |
Dec 09 13:05:14 desktop-arch NetworkManager[451]: <info> [1544385914.1845] ovsdb: Could not connect: No such file or directory | |
Dec 09 13:05:14 desktop-arch systemd[1]: Starting WPA supplicant... | |
Dec 09 13:05:14 desktop-arch nm-dispatcher[501]: req:2 'connectivity-change': new request (0 scripts) | |
Dec 09 13:05:14 desktop-arch nm-dispatcher[501]: req:2 'connectivity-change': completed: no scripts | |
Dec 09 13:05:14 desktop-arch dbus-daemon[450]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' | |
Dec 09 13:05:14 desktop-arch wpa_supplicant[547]: Successfully initialized wpa_supplicant | |
Dec 09 13:05:14 desktop-arch polkitd[545]: Started polkitd version 0.116 | |
Dec 09 13:05:14 desktop-arch systemd[1]: Started WPA supplicant. | |
Dec 09 13:05:14 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:14 desktop-arch NetworkManager[451]: <info> [1544385914.2160] supplicant: wpa_supplicant running | |
Dec 09 13:05:14 desktop-arch NetworkManager[451]: <info> [1544385914.2160] device (wlp0s26f7u6u1u1): supplicant interface state: init -> starting | |
Dec 09 13:05:14 desktop-arch wpa_supplicant[547]: nl80211: Driver does not support authentication/association or connect commands | |
Dec 09 13:05:14 desktop-arch wpa_supplicant[547]: nl80211: deinit ifname=wlp0s26f7u6u1u1 disabled_11b_rates=0 | |
Dec 09 13:05:14 desktop-arch wpa_supplicant[547]: rfkill: Cannot get wiphy information | |
Dec 09 13:05:14 desktop-arch wpa_supplicant[547]: ioctl[SIOCSIWAP]: Operation not permitted | |
Dec 09 13:05:14 desktop-arch wpa_supplicant[547]: ioctl[SIOCSIWENCODEEXT]: Invalid argument | |
Dec 09 13:05:14 desktop-arch NetworkManager[451]: <info> [1544385914.2636] sup-iface[0x55d6164fa190,wlp0s26f7u6u1u1]: supports 1 scan SSIDs | |
Dec 09 13:05:14 desktop-arch NetworkManager[451]: <info> [1544385914.2644] device (wlp0s26f7u6u1u1): supplicant interface state: starting -> ready | |
Dec 09 13:05:14 desktop-arch NetworkManager[451]: <info> [1544385914.2644] device (wlp0s26f7u6u1u1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed') | |
Dec 09 13:05:14 desktop-arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s26f7u6u1u1: link is not ready | |
Dec 09 13:05:14 desktop-arch systemd-fsck[541]: LinuxData: clean, 1128266/30531584 files, 113575469/122096384 blocks | |
Dec 09 13:05:14 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:14 desktop-arch systemd[1]: Started File System Check on /dev/disk/by-uuid/7d4b2ffc-ee45-4649-906f-ffd82aa2f419. | |
Dec 09 13:05:14 desktop-arch systemd[1]: Mounting /run/media/ikidd/LinuxData... | |
Dec 09 13:05:14 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-7d4b2ffc\x2dee45\x2d4649\x2d906f\x2dffd82aa2f419 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:14 desktop-arch polkitd[545]: Loading rules from directory /etc/polkit-1/rules.d | |
Dec 09 13:05:14 desktop-arch polkitd[545]: Loading rules from directory /usr/share/polkit-1/rules.d | |
Dec 09 13:05:14 desktop-arch polkitd[545]: Finished loading, compiling and executing 7 rules | |
Dec 09 13:05:14 desktop-arch dbus-daemon[450]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' | |
Dec 09 13:05:14 desktop-arch 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' | |
Dec 09 13:05:14 desktop-arch systemd[1]: Started Authorization Manager. | |
Dec 09 13:05:14 desktop-arch polkitd[545]: Acquired the name org.freedesktop.PolicyKit1 on the system bus | |
Dec 09 13:05:14 desktop-arch kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) | |
Dec 09 13:05:14 desktop-arch systemd[1]: Mounted /run/media/ikidd/LinuxData. | |
Dec 09 13:05:14 desktop-arch systemd[1]: nxserver.service: Service RestartSec=100ms expired, scheduling restart. | |
Dec 09 13:05:14 desktop-arch systemd[1]: nxserver.service: Scheduled restart job, restart counter is at 1. | |
Dec 09 13:05:14 desktop-arch systemd[1]: Stopped NoMachine Server daemon. | |
Dec 09 13:05:14 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:14 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:14 desktop-arch systemd[1]: Started NoMachine Server daemon. | |
Dec 09 13:05:14 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:15 desktop-arch nxserver[563]: NX> 595 Cannot set ownership for user nx | |
Dec 09 13:05:15 desktop-arch nxserver[563]: NX> 595 Permission denied | |
Dec 09 13:05:15 desktop-arch nxserver[563]: NX> 500 ERROR: Last operation failed. | |
Dec 09 13:05:15 desktop-arch kernel: [drm:drm_helper_disable_unused_functions [drm_kms_helper]] *ERROR* Called for atomic driver, this is not what you want. | |
Dec 09 13:05:15 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:15 desktop-arch kernel: [drm] fb mappable at 0xE0203000 | |
Dec 09 13:05:15 desktop-arch kernel: [drm] vram apper at 0xE0000000 | |
Dec 09 13:05:15 desktop-arch kernel: [drm] size 7299072 | |
Dec 09 13:05:15 desktop-arch kernel: [drm] fb depth is 24 | |
Dec 09 13:05:15 desktop-arch kernel: [drm] pitch is 6912 | |
Dec 09 13:05:15 desktop-arch kernel: amdgpu 0000:02:00.0: fb1: amdgpudrmfb frame buffer device | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.3992] policy: auto-activating connection 'roughcountry' (89e71da0-20d1-426d-a5cf-6eeeef3e0534) | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.4001] device (wlp0s26f7u6u1u1): Activation: starting connection 'roughcountry' (89e71da0-20d1-426d-a5cf-6eeeef3e0534) | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.4004] device (wlp0s26f7u6u1u1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.4015] manager: NetworkManager state is now CONNECTING | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.4054] device (wlp0s26f7u6u1u1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.4061] device (wlp0s26f7u6u1u1): Activation: (wifi) access point 'roughcountry' has security, but secrets are required. | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.4061] device (wlp0s26f7u6u1u1): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <warn> [1544385915.4072] device (wlp0s26f7u6u1u1): No agents were available for this request. | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.4072] device (wlp0s26f7u6u1u1): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.4083] manager: NetworkManager state is now DISCONNECTED | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <warn> [1544385915.4122] device (wlp0s26f7u6u1u1): Activation: failed for connection 'roughcountry' | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.4128] device (wlp0s26f7u6u1u1): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s26f7u6u1u1: link is not ready | |
Dec 09 13:05:15 desktop-arch kernel: BUG: unable to handle kernel NULL pointer dereference at 0000000000000000 | |
Dec 09 13:05:15 desktop-arch kernel: PGD 0 P4D 0 | |
Dec 09 13:05:15 desktop-arch kernel: Oops: 0010 [#1] PREEMPT SMP PTI | |
Dec 09 13:05:15 desktop-arch kernel: CPU: 1 PID: 24 Comm: kworker/1:0 Tainted: G WC OE 4.19.1-arch1-1-ARCH #1 | |
Dec 09 13:05:15 desktop-arch kernel: Hardware name: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F11 08/20/2010 | |
Dec 09 13:05:15 desktop-arch kernel: Workqueue: events output_poll_execute [drm_kms_helper] | |
Dec 09 13:05:15 desktop-arch kernel: RIP: 0010: (null) | |
Dec 09 13:05:15 desktop-arch kernel: Code: Bad RIP value. | |
Dec 09 13:05:15 desktop-arch kernel: RSP: 0018:ffffbf5800d53d40 EFLAGS: 00010246 | |
Dec 09 13:05:15 desktop-arch kernel: RAX: 0000000000000000 RBX: ffffa1096f718800 RCX: ffffbf5800d53d98 | |
Dec 09 13:05:15 desktop-arch kernel: RDX: ffffa1096f718848 RSI: ffffbf5800d53d78 RDI: ffffa1096f718800 | |
Dec 09 13:05:15 desktop-arch kernel: RBP: 0000000000000000 R08: ffffa10977403380 R09: ffffa1096f8d76c0 | |
Dec 09 13:05:15 desktop-arch kernel: R10: ffffe9dc48cceb00 R11: ffffa1096f8da1c0 R12: ffffa1096f917400 | |
Dec 09 13:05:15 desktop-arch kernel: R13: 0000000000000000 R14: ffffa10972e2a800 R15: ffffa1096f718800 | |
Dec 09 13:05:15 desktop-arch kernel: FS: 0000000000000000(0000) GS:ffffa10977a40000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:15 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:15 desktop-arch kernel: CR2: ffffffffffffffd6 CR3: 0000000230b3e000 CR4: 00000000000006e0 | |
Dec 09 13:05:15 desktop-arch kernel: Call Trace: | |
Dec 09 13:05:15 desktop-arch kernel: ? drm_atomic_get_plane_state+0x93/0x150 [drm] | |
Dec 09 13:05:15 desktop-arch kernel: ? restore_fbdev_mode_atomic+0xaf/0x1e0 [drm_kms_helper] | |
Dec 09 13:05:15 desktop-arch kernel: ? drm_fb_helper_restore_fbdev_mode_unlocked+0x45/0x90 [drm_kms_helper] | |
Dec 09 13:05:15 desktop-arch kernel: ? drm_fb_helper_set_par+0x29/0x50 [drm_kms_helper] | |
Dec 09 13:05:15 desktop-arch kernel: ? drm_fb_helper_hotplug_event.part.29+0x90/0xb0 [drm_kms_helper] | |
Dec 09 13:05:15 desktop-arch kernel: ? drm_kms_helper_hotplug_event+0x26/0x30 [drm_kms_helper] | |
Dec 09 13:05:15 desktop-arch kernel: ? output_poll_execute+0x192/0x1b0 [drm_kms_helper] | |
Dec 09 13:05:15 desktop-arch kernel: ? process_one_work+0x1eb/0x410 | |
Dec 09 13:05:15 desktop-arch kernel: ? worker_thread+0x2d/0x3d0 | |
Dec 09 13:05:15 desktop-arch kernel: ? process_one_work+0x410/0x410 | |
Dec 09 13:05:15 desktop-arch kernel: ? kthread+0x112/0x130 | |
Dec 09 13:05:15 desktop-arch kernel: ? kthread_park+0x80/0x80 | |
Dec 09 13:05:15 desktop-arch kernel: ? ret_from_fork+0x35/0x40 | |
Dec 09 13:05:15 desktop-arch kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device amdkfd amd_iommu_v2 amdgpu(+) it87 hwmon_vid iTCO_wdt gpio_ich iTCO_vendor_support mei_wdt intel_powerclamp r8188eu(C) coretemp radeon kvm_intel lib80211 gspca_zc3xx kvm gspca_main videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_v4l2 videobuf2_common mousedev videodev media input_leds rfkill chash irqbypass intel_cstate intel_uncore gpu_sched i2c_algo_bit pcspkr i2c_i801 ttm snd_hda_codec_realtek drm_kms_helper snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel realtek r8169 snd_hda_codec drm lpc_ich snd_hda_core snd_hwdep libphy snd_pcm syscopyarea snd_timer intel_agp sysfillrect intel_gtt snd sysimgblt mei_me fb_sys_fops soundcore agpgart evdev mei mac_hid squashfs loop fuse vboxnetflt(OE) vboxnetadp(OE) | |
Dec 09 13:05:15 desktop-arch kernel: vboxpci(OE) vboxdrv(OE) virtio sg crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto sd_mod ata_generic pata_acpi hid_generic usbhid hid uhci_hcd pata_jmicron ahci libahci firewire_ohci libata firewire_core crc_itu_t scsi_mod ehci_pci ehci_hcd | |
Dec 09 13:05:15 desktop-arch kernel: CR2: 0000000000000000 | |
Dec 09 13:05:15 desktop-arch kernel: ---[ end trace 16a3a4a3f6873ced ]--- | |
Dec 09 13:05:15 desktop-arch kernel: RIP: 0010: (null) | |
Dec 09 13:05:15 desktop-arch kernel: Code: Bad RIP value. | |
Dec 09 13:05:15 desktop-arch kernel: RSP: 0018:ffffbf5800d53d40 EFLAGS: 00010246 | |
Dec 09 13:05:15 desktop-arch kernel: RAX: 0000000000000000 RBX: ffffa1096f718800 RCX: ffffbf5800d53d98 | |
Dec 09 13:05:15 desktop-arch kernel: RDX: ffffa1096f718848 RSI: ffffbf5800d53d78 RDI: ffffa1096f718800 | |
Dec 09 13:05:15 desktop-arch kernel: RBP: 0000000000000000 R08: ffffa10977403380 R09: ffffa1096f8d76c0 | |
Dec 09 13:05:15 desktop-arch kernel: R10: ffffe9dc48cceb00 R11: ffffa1096f8da1c0 R12: ffffa1096f917400 | |
Dec 09 13:05:15 desktop-arch kernel: R13: 0000000000000000 R14: ffffa10972e2a800 R15: ffffa1096f718800 | |
Dec 09 13:05:15 desktop-arch kernel: FS: 0000000000000000(0000) GS:ffffa10977a40000(0000) knlGS:0000000000000000 | |
Dec 09 13:05:15 desktop-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
Dec 09 13:05:15 desktop-arch kernel: CR2: ffffffffffffffd6 CR3: 0000000230b3e000 CR4: 00000000000006e0 | |
Dec 09 13:05:15 desktop-arch kernel: R8188EU: indicate disassoc | |
Dec 09 13:05:15 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:15 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:15 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:15 desktop-arch systemd[1]: nxserver.service: Service RestartSec=100ms expired, scheduling restart. | |
Dec 09 13:05:15 desktop-arch systemd[1]: nxserver.service: Scheduled restart job, restart counter is at 2. | |
Dec 09 13:05:15 desktop-arch systemd[1]: Stopped NoMachine Server daemon. | |
Dec 09 13:05:15 desktop-arch systemd[1]: Started NoMachine Server daemon. | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <warn> [1544385915.6143] device (wlp0s26f7u6u1u1): set-hw-addr: new MAC address 8E:2B:55:22:4A:64 not successfully set (scanning) | |
Dec 09 13:05:15 desktop-arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s26f7u6u1u1: link is not ready | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6186] device (wlp0s26f7u6u1u1): supplicant interface state: ready -> inactive | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6291] device (wlp0s26f7u6u1u1): supplicant interface state: inactive -> disabled | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6294] device (wlp0s26f7u6u1u1): supplicant interface state: disabled -> inactive | |
Dec 09 13:05:15 desktop-arch wpa_supplicant[547]: wlp0s26f7u6u1u1: Reject scan trigger since one is already pending | |
Dec 09 13:05:15 desktop-arch kernel: r8169 0000:04:02.0 enp4s2: Link is Up - 1Gbps/Full - flow control rx/tx | |
Dec 09 13:05:15 desktop-arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp4s2: link becomes ready | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6539] device (enp4s2): carrier: link connected | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6542] device (enp4s2): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6551] policy: auto-activating connection 'Wired connection 1' (249e5e6a-3e89-32d3-a723-f7a585e42fde) | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6567] device (enp4s2): Activation: starting connection 'Wired connection 1' (249e5e6a-3e89-32d3-a723-f7a585e42fde) | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6570] device (enp4s2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6582] manager: NetworkManager state is now CONNECTING | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6591] device (enp4s2): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch kernel: r8169 0000:04:02.0 enp4s2: Link is Down | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6620] device (enp4s2): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6673] device (enp4s2): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch avahi-daemon[452]: Joining mDNS multicast group on interface enp4s2.IPv6 with address fe80::feb9:e91e:3420:28a3. | |
Dec 09 13:05:15 desktop-arch avahi-daemon[452]: New relevant interface enp4s2.IPv6 for mDNS. | |
Dec 09 13:05:15 desktop-arch avahi-daemon[452]: Registering new address record for fe80::feb9:e91e:3420:28a3 on enp4s2.*. | |
Dec 09 13:05:15 desktop-arch avahi-daemon[452]: Joining mDNS multicast group on interface enp4s2.IPv4 with address 10.10.251.50. | |
Dec 09 13:05:15 desktop-arch avahi-daemon[452]: New relevant interface enp4s2.IPv4 for mDNS. | |
Dec 09 13:05:15 desktop-arch avahi-daemon[452]: Registering new address record for 10.10.251.50 on enp4s2.IPv4. | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6706] device (enp4s2): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6713] device (enp4s2): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6723] manager: NetworkManager state is now CONNECTED_LOCAL | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6793] manager: NetworkManager state is now CONNECTED_SITE | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6795] policy: set 'Wired connection 1' (enp4s2) as default for IPv4 routing and DNS | |
Dec 09 13:05:15 desktop-arch NetworkManager[451]: <info> [1544385915.6839] device (enp4s2): Activation: successful, device activated. | |
Dec 09 13:05:15 desktop-arch nm-dispatcher[501]: req:3 'up' [enp4s2]: new request (0 scripts) | |
Dec 09 13:05:15 desktop-arch nm-dispatcher[501]: req:3 'up' [enp4s2]: completed: no scripts | |
Dec 09 13:05:15 desktop-arch kernel: [drm] Initialized amdgpu 3.27.0 20150101 for 0000:02:00.0 on minor 1 | |
Dec 09 13:05:15 desktop-arch sddm[509]: Adding new display on vt 1 ... | |
Dec 09 13:05:15 desktop-arch sddm[509]: Loading theme configuration from "" | |
Dec 09 13:05:15 desktop-arch sddm[509]: Display server starting... | |
Dec 09 13:05:15 desktop-arch sddm[509]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{eb86a189-fb6b-4f83-ba99-0f141049f84f} -background none -noreset -displayfd 17 -seat seat0 vt1 | |
Dec 09 13:05:15 desktop-arch libvirtd[508]: 2018-12-09 20:05:15.807+0000: 540: error : virFirewallValidateBackend:191 : direct firewall backend requested, but /sbin/ebtables is not available: No such file or directory | |
Dec 09 13:05:15 desktop-arch libvirtd[508]: 2018-12-09 20:05:15.807+0000: 540: error : virFirewallApply:902 : internal error: Failed to initialize a valid firewall backend | |
Dec 09 13:05:15 desktop-arch libvirtd[508]: 2018-12-09 20:05:15.815+0000: 540: error : virSysinfoReadX86:1149 : internal error: Failed to find path for dmidecode binary | |
Dec 09 13:05:15 desktop-arch libvirtd[508]: 2018-12-09 20:05:15.819+0000: 540: error : virGetUserID:1042 : invalid argument: Failed to parse user 'tss' | |
Dec 09 13:05:16 desktop-arch nxserver[579]: NX> 595 Cannot set ownership for user nx | |
Dec 09 13:05:16 desktop-arch nxserver[579]: NX> 595 Permission denied | |
Dec 09 13:05:16 desktop-arch nxserver[579]: NX> 500 ERROR: Last operation failed. | |
Dec 09 13:05:16 desktop-arch libvirtd[508]: 2018-12-09 20:05:16.381+0000: 540: error : virSysinfoReadX86:1149 : internal error: Failed to find path for dmidecode binary | |
Dec 09 13:05:16 desktop-arch libvirtd[508]: 2018-12-09 20:05:16.397+0000: 540: error : virDirOpenInternal:2879 : cannot open directory '/home/ikidd/Qemu Images': No such file or directory | |
Dec 09 13:05:16 desktop-arch libvirtd[508]: 2018-12-09 20:05:16.397+0000: 540: error : storageDriverAutostartCallback:218 : internal error: Failed to autostart storage pool 'Qemu_Images': cannot open directory '/home/ikidd/Qemu Images': No such file or directory | |
Dec 09 13:05:16 desktop-arch libvirtd[508]: 2018-12-09 20:05:16.397+0000: 540: error : virDirOpenInternal:2879 : cannot open directory '/home/ikidd/VirtualBox VMs/CentOS': No such file or directory | |
Dec 09 13:05:16 desktop-arch libvirtd[508]: 2018-12-09 20:05:16.397+0000: 540: error : storageDriverAutostartCallback:218 : internal error: Failed to autostart storage pool 'CentOS': cannot open directory '/home/ikidd/VirtualBox VMs/CentOS': No such file or directory | |
Dec 09 13:05:16 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:16 desktop-arch systemd[1]: nxserver.service: Service RestartSec=100ms expired, scheduling restart. | |
Dec 09 13:05:16 desktop-arch systemd[1]: nxserver.service: Scheduled restart job, restart counter is at 3. | |
Dec 09 13:05:16 desktop-arch systemd[1]: Stopped NoMachine Server daemon. | |
Dec 09 13:05:16 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:16 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:16 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:16 desktop-arch systemd[1]: Started NoMachine Server daemon. | |
Dec 09 13:05:16 desktop-arch NetworkManager[451]: <info> [1544385916.7975] manager: startup complete | |
Dec 09 13:05:17 desktop-arch nxserver[621]: NX> 595 Cannot set ownership for user nx | |
Dec 09 13:05:17 desktop-arch nxserver[621]: NX> 595 Permission denied | |
Dec 09 13:05:17 desktop-arch nxserver[621]: NX> 500 ERROR: Last operation failed. | |
Dec 09 13:05:17 desktop-arch kernel: kauditd_printk_skb: 27 callbacks suppressed | |
Dec 09 13:05:17 desktop-arch kernel: audit: type=1131 audit(1544385917.548:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:17 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:17 desktop-arch systemd[1]: nxserver.service: Service RestartSec=100ms expired, scheduling restart. | |
Dec 09 13:05:17 desktop-arch systemd[1]: nxserver.service: Scheduled restart job, restart counter is at 4. | |
Dec 09 13:05:17 desktop-arch systemd[1]: Stopped NoMachine Server daemon. | |
Dec 09 13:05:17 desktop-arch systemd[1]: Started NoMachine Server daemon. | |
Dec 09 13:05:17 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:17 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:17 desktop-arch kernel: audit: type=1130 audit(1544385917.898:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:17 desktop-arch kernel: audit: type=1131 audit(1544385917.898:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:17 desktop-arch kernel: audit: type=1130 audit(1544385917.898:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:17 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:18 desktop-arch nxserver[634]: NX> 595 Cannot set ownership for user nx | |
Dec 09 13:05:18 desktop-arch nxserver[634]: NX> 595 Permission denied | |
Dec 09 13:05:18 desktop-arch nxserver[634]: NX> 500 ERROR: Last operation failed. | |
Dec 09 13:05:18 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:18 desktop-arch kernel: audit: type=1131 audit(1544385918.664:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:19 desktop-arch systemd[1]: nxserver.service: Service RestartSec=100ms expired, scheduling restart. | |
Dec 09 13:05:19 desktop-arch systemd[1]: nxserver.service: Scheduled restart job, restart counter is at 5. | |
Dec 09 13:05:19 desktop-arch systemd[1]: Stopped NoMachine Server daemon. | |
Dec 09 13:05:19 desktop-arch systemd[1]: nxserver.service: Start request repeated too quickly. | |
Dec 09 13:05:19 desktop-arch systemd[1]: nxserver.service: Failed with result 'start-limit-hit'. | |
Dec 09 13:05:19 desktop-arch systemd[1]: Failed to start NoMachine Server daemon. | |
Dec 09 13:05:19 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:19 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:19 desktop-arch kernel: audit: type=1130 audit(1544385919.018:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:19 desktop-arch kernel: audit: type=1131 audit(1544385919.018:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nxserver comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:22 desktop-arch 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' | |
Dec 09 13:05:22 desktop-arch kernel: audit: type=1131 audit(1544385922.854:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:05:43 desktop-arch 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' | |
Dec 09 13:05:43 desktop-arch kernel: audit: type=1131 audit(1544385943.108:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:06:13 desktop-arch systemd[1]: Started Getty on tty3. | |
Dec 09 13:06:13 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:06:13 desktop-arch kernel: audit: type=1130 audit(1544385973.891:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:06:18 desktop-arch kernel: audit: type=1006 audit(1544385978.468:63): pid=666 uid=0 old-auid=4294967295 auid=1000 tty=tty3 old-ses=4294967295 ses=1 res=1 | |
Dec 09 13:06:18 desktop-arch login[666]: pam_unix(login:session): session opened for user ikidd by LOGIN(uid=0) | |
Dec 09 13:06:18 desktop-arch systemd[1]: Created slice User Slice of UID 1000. | |
Dec 09 13:06:18 desktop-arch systemd[1]: Starting User Runtime Directory /run/user/1000... | |
Dec 09 13:06:18 desktop-arch systemd-logind[448]: New session 1 of user ikidd. | |
Dec 09 13:06:18 desktop-arch systemd[1]: Started User Runtime Directory /run/user/1000. | |
Dec 09 13:06:18 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:06:18 desktop-arch systemd[1]: Starting User Manager for UID 1000... | |
Dec 09 13:06:18 desktop-arch kernel: audit: type=1130 audit(1544385978.498:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:06:18 desktop-arch systemd[669]: pam_unix(systemd-user:session): session opened for user ikidd by (uid=0) | |
Dec 09 13:06:18 desktop-arch kernel: audit: type=1006 audit(1544385978.504:65): pid=669 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1 | |
Dec 09 13:06:18 desktop-arch systemd[669]: Listening on Multimedia System. | |
Dec 09 13:06:18 desktop-arch kernel: audit: type=1130 audit(1544385978.571:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:06:18 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:06:18 desktop-arch systemd[669]: Starting D-Bus User Message Bus Socket. | |
Dec 09 13:06:18 desktop-arch login[666]: LOGIN ON tty3 BY ikidd | |
Dec 09 13:06:18 desktop-arch systemd[669]: Listening on GnuPG cryptographic agent and passphrase cache (restricted). | |
Dec 09 13:06:18 desktop-arch systemd[669]: Reached target Timers. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Listening on GnuPG cryptographic agent and passphrase cache. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Listening on GnuPG cryptographic agent (ssh-agent emulation). | |
Dec 09 13:06:18 desktop-arch systemd[669]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers). | |
Dec 09 13:06:18 desktop-arch systemd[669]: Reached target Paths. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Listening on GnuPG network certificate management daemon. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Listening on Sound System. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Listening on p11-kit server. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Listening on D-Bus User Message Bus Socket. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Reached target Sockets. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Reached target Basic System. | |
Dec 09 13:06:18 desktop-arch systemd[1]: Started User Manager for UID 1000. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Starting Update XDG user dir configuration... | |
Dec 09 13:06:18 desktop-arch systemd[1]: Started Session 1 of user ikidd. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Started Update XDG user dir configuration. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Reached target Default. | |
Dec 09 13:06:18 desktop-arch systemd[669]: Startup finished in 75ms. | |
Dec 09 13:06:25 desktop-arch kernel: usb 1-6.4: new high-speed USB device number 8 using ehci-pci | |
Dec 09 13:06:25 desktop-arch kernel: usb 1-6.4: New USB device found, idVendor=04e8, idProduct=6860, bcdDevice= 2.28 | |
Dec 09 13:06:25 desktop-arch kernel: usb 1-6.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 | |
Dec 09 13:06:25 desktop-arch kernel: usb 1-6.4: Product: SAMSUNG_Android | |
Dec 09 13:06:25 desktop-arch kernel: usb 1-6.4: Manufacturer: SAMSUNG | |
Dec 09 13:06:25 desktop-arch kernel: usb 1-6.4: SerialNumber: 2782b67d | |
Dec 09 13:06:51 desktop-arch sudo[699]: ikidd : TTY=tty3 ; PWD=/home/ikidd ; USER=root ; COMMAND=/usr/bin/pacman -Q linux | |
Dec 09 13:06:51 desktop-arch sudo[699]: pam_unix(sudo:session): session opened for user root by ikidd(uid=0) | |
Dec 09 13:06:51 desktop-arch sudo[699]: pam_unix(sudo:session): session closed for user root | |
Dec 09 13:07:11 desktop-arch sudo[701]: ikidd : TTY=tty3 ; PWD=/home/ikidd ; USER=root ; COMMAND=/usr/bin/pacman -Q linux | |
Dec 09 13:07:11 desktop-arch sudo[701]: pam_unix(sudo:session): session opened for user root by ikidd(uid=0) | |
Dec 09 13:07:11 desktop-arch sudo[701]: pam_unix(sudo:session): session closed for user root | |
Dec 09 13:08:08 desktop-arch sudo[709]: ikidd : TTY=tty3 ; PWD=/home/ikidd ; USER=root ; COMMAND=/usr/bin/pacman -Q linux | |
Dec 09 13:08:08 desktop-arch sudo[709]: pam_unix(sudo:session): session opened for user root by ikidd(uid=0) | |
Dec 09 13:08:08 desktop-arch sudo[709]: pam_unix(sudo:session): session closed for user root | |
Dec 09 13:08:44 desktop-arch sudo[714]: ikidd : TTY=tty3 ; PWD=/home/ikidd ; USER=root ; COMMAND=/usr/bin/nano /etc/pacman.conf | |
Dec 09 13:08:44 desktop-arch sudo[714]: pam_unix(sudo:session): session opened for user root by ikidd(uid=0) | |
Dec 09 13:08:56 desktop-arch sudo[714]: pam_unix(sudo:session): session closed for user root | |
Dec 09 13:09:21 desktop-arch sudo[723]: ikidd : TTY=tty3 ; PWD=/home/ikidd ; USER=root ; COMMAND=/usr/bin/nano /etc/pacman.d/mirrorlist | |
Dec 09 13:09:21 desktop-arch sudo[723]: pam_unix(sudo:session): session opened for user root by ikidd(uid=0) | |
Dec 09 13:09:34 desktop-arch sudo[723]: pam_unix(sudo:session): session closed for user root | |
Dec 09 13:10:20 desktop-arch sudo[729]: ikidd : TTY=tty3 ; PWD=/home/ikidd ; USER=root ; COMMAND=/usr/bin/journalctl -xb | |
Dec 09 13:10:20 desktop-arch sudo[729]: pam_unix(sudo:session): session opened for user root by ikidd(uid=0) | |
Dec 09 13:10:20 desktop-arch sudo[729]: pam_unix(sudo:session): session closed for user root | |
Dec 09 13:10:33 desktop-arch NetworkManager[451]: <warn> [1544386233.9720] device (wlp0s26f7u6u1u1): set-hw-addr: new MAC address BA:07:90:98:4C:E6 not successfully set (scanning) | |
Dec 09 13:10:33 desktop-arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s26f7u6u1u1: link is not ready | |
Dec 09 13:10:33 desktop-arch NetworkManager[451]: <info> [1544386233.9840] device (wlp0s26f7u6u1u1): supplicant interface state: inactive -> disabled | |
Dec 09 13:10:33 desktop-arch NetworkManager[451]: <info> [1544386233.9841] device (wlp0s26f7u6u1u1): supplicant interface state: disabled -> inactive | |
Dec 09 13:10:34 desktop-arch wpa_supplicant[547]: wlp0s26f7u6u1u1: Reject scan trigger since one is already pending | |
Dec 09 13:10:58 desktop-arch sudo[739]: ikidd : TTY=tty3 ; PWD=/home/ikidd ; USER=root ; COMMAND=/usr/bin/pacman -Syyuu | |
Dec 09 13:10:58 desktop-arch sudo[739]: pam_unix(sudo:session): session opened for user root by ikidd(uid=0) | |
Dec 09 13:11:17 desktop-arch kernel: usb 1-6.4: USB disconnect, device number 8 | |
Dec 09 13:11:17 desktop-arch kernel: usb 1-6.4: new high-speed USB device number 9 using ehci-pci | |
Dec 09 13:11:17 desktop-arch kernel: usb 1-6.4: New USB device found, idVendor=04e8, idProduct=6863, bcdDevice= 2.28 | |
Dec 09 13:11:17 desktop-arch kernel: usb 1-6.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 | |
Dec 09 13:11:17 desktop-arch kernel: usb 1-6.4: Product: SAMSUNG_Android | |
Dec 09 13:11:17 desktop-arch kernel: usb 1-6.4: Manufacturer: SAMSUNG | |
Dec 09 13:11:17 desktop-arch kernel: usb 1-6.4: SerialNumber: 2782b67d | |
Dec 09 13:11:17 desktop-arch mtp-probe[751]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6.4" | |
Dec 09 13:11:17 desktop-arch mtp-probe[751]: bus: 1, device: 9 was not an MTP device | |
Dec 09 13:11:17 desktop-arch kernel: usbcore: registered new interface driver cdc_ether | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5273] manager: (usb0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/4) | |
Dec 09 13:11:17 desktop-arch kernel: rndis_host 1-6.4:1.0 usb0: register 'rndis_host' at usb-0000:00:1a.7-6.4, RNDIS device, 2e:fc:b5:b9:60:18 | |
Dec 09 13:11:17 desktop-arch kernel: usbcore: registered new interface driver rndis_host | |
Dec 09 13:11:17 desktop-arch mtp-probe[765]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6.4" | |
Dec 09 13:11:17 desktop-arch mtp-probe[765]: bus: 1, device: 9 was not an MTP device | |
Dec 09 13:11:17 desktop-arch systemd-udevd[750]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. | |
Dec 09 13:11:17 desktop-arch kernel: rndis_host 1-6.4:1.0 enp0s26f7u6u4: renamed from usb0 | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5418] device (usb0): interface index 4 renamed iface from 'usb0' to 'enp0s26f7u6u4' | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5486] device (enp0s26f7u6u4): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5507] device (enp0s26f7u6u4): carrier: link connected | |
Dec 09 13:11:17 desktop-arch kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s26f7u6u4: link is not ready | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5524] keyfile: add connection /var/run/NetworkManager/system-connections/Wired connection 2.nmconnection (42e95701-62ff-3074-9513-369fbdc98b3e,"Wired connection 2") | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5530] settings: (enp0s26f7u6u4): created default wired connection 'Wired connection 2' | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5589] device (enp0s26f7u6u4): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5598] policy: auto-activating connection 'Wired connection 2' (42e95701-62ff-3074-9513-369fbdc98b3e) | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5611] device (enp0s26f7u6u4): Activation: starting connection 'Wired connection 2' (42e95701-62ff-3074-9513-369fbdc98b3e) | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5619] device (enp0s26f7u6u4): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5633] device (enp0s26f7u6u4): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5645] device (enp0s26f7u6u4): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:11:17 desktop-arch NetworkManager[451]: <info> [1544386277.5652] dhcp4 (enp0s26f7u6u4): activation: beginning transaction (timeout in 45 seconds) | |
Dec 09 13:11:17 desktop-arch avahi-daemon[452]: Joining mDNS multicast group on interface enp0s26f7u6u4.IPv6 with address fe80::8c60:757c:fdc9:9a30. | |
Dec 09 13:11:17 desktop-arch avahi-daemon[452]: New relevant interface enp0s26f7u6u4.IPv6 for mDNS. | |
Dec 09 13:11:17 desktop-arch avahi-daemon[452]: Registering new address record for fe80::8c60:757c:fdc9:9a30 on enp0s26f7u6u4.*. | |
Dec 09 13:11:21 desktop-arch sudo[739]: pam_unix(sudo:session): session closed for user root | |
Dec 09 13:11:22 desktop-arch NetworkManager[451]: <info> [1544386282.8850] dhcp4 (enp0s26f7u6u4): address 192.168.42.15 | |
Dec 09 13:11:22 desktop-arch NetworkManager[451]: <info> [1544386282.8850] dhcp4 (enp0s26f7u6u4): plen 24 | |
Dec 09 13:11:22 desktop-arch NetworkManager[451]: <info> [1544386282.8850] dhcp4 (enp0s26f7u6u4): expires in 3600 seconds | |
Dec 09 13:11:22 desktop-arch NetworkManager[451]: <info> [1544386282.8850] dhcp4 (enp0s26f7u6u4): nameserver '192.168.42.129' | |
Dec 09 13:11:22 desktop-arch NetworkManager[451]: <info> [1544386282.8850] dhcp4 (enp0s26f7u6u4): hostname 'desktop-arch' | |
Dec 09 13:11:22 desktop-arch NetworkManager[451]: <info> [1544386282.8850] dhcp4 (enp0s26f7u6u4): gateway 192.168.42.129 | |
Dec 09 13:11:22 desktop-arch NetworkManager[451]: <info> [1544386282.8852] dhcp4 (enp0s26f7u6u4): state changed unknown -> bound | |
Dec 09 13:11:22 desktop-arch avahi-daemon[452]: Joining mDNS multicast group on interface enp0s26f7u6u4.IPv4 with address 192.168.42.15. | |
Dec 09 13:11:22 desktop-arch avahi-daemon[452]: New relevant interface enp0s26f7u6u4.IPv4 for mDNS. | |
Dec 09 13:11:22 desktop-arch avahi-daemon[452]: Registering new address record for 192.168.42.15 on enp0s26f7u6u4.IPv4. | |
Dec 09 13:11:22 desktop-arch NetworkManager[451]: <info> [1544386282.8862] device (enp0s26f7u6u4): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:11:22 desktop-arch NetworkManager[451]: <info> [1544386282.8869] device (enp0s26f7u6u4): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:11:22 desktop-arch NetworkManager[451]: <info> [1544386282.8870] device (enp0s26f7u6u4): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') | |
Dec 09 13:11:22 desktop-arch NetworkManager[451]: <info> [1544386282.8977] device (enp0s26f7u6u4): Activation: successful, device activated. | |
Dec 09 13:11:22 desktop-arch dbus-daemon[450]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=451 comm="/usr/bin/NetworkManager --no-daemon ") | |
Dec 09 13:11:22 desktop-arch systemd[1]: Starting Network Manager Script Dispatcher Service... | |
Dec 09 13:11:22 desktop-arch dbus-daemon[450]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' | |
Dec 09 13:11:22 desktop-arch 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' | |
Dec 09 13:11:22 desktop-arch systemd[1]: Started Network Manager Script Dispatcher Service. | |
Dec 09 13:11:22 desktop-arch nm-dispatcher[772]: req:1 'up' [enp0s26f7u6u4]: new request (0 scripts) | |
Dec 09 13:11:22 desktop-arch nm-dispatcher[772]: req:1 'up' [enp0s26f7u6u4]: completed: no scripts | |
Dec 09 13:11:22 desktop-arch kernel: audit: type=1130 audit(1544386282.904:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:11:25 desktop-arch sudo[776]: ikidd : TTY=tty3 ; PWD=/home/ikidd ; USER=root ; COMMAND=/usr/bin/pacman -Syyuu | |
Dec 09 13:11:25 desktop-arch sudo[776]: pam_unix(sudo:session): session opened for user root by ikidd(uid=0) | |
Dec 09 13:11:28 desktop-arch NetworkManager[451]: <info> [1544386288.3336] manager: NetworkManager state is now CONNECTED_GLOBAL | |
Dec 09 13:11:28 desktop-arch NetworkManager[451]: <info> [1544386288.3345] policy: set 'Wired connection 2' (enp0s26f7u6u4) as default for IPv4 routing and DNS | |
Dec 09 13:11:28 desktop-arch nm-dispatcher[772]: req:2 'connectivity-change': new request (0 scripts) | |
Dec 09 13:11:28 desktop-arch nm-dispatcher[772]: req:2 'connectivity-change': completed: no scripts | |
Dec 09 13:11:32 desktop-arch 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' | |
Dec 09 13:11:32 desktop-arch kernel: audit: type=1131 audit(1544386292.854:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:11:33 desktop-arch systemd-timesyncd[410]: Synchronized to time server 162.248.221.109:123 (1.arch.pool.ntp.org). | |
Dec 09 13:12:01 desktop-arch NetworkManager[451]: <info> [1544386321.2933] manager: kernel firmware directory '/lib/firmware' changed | |
Dec 09 13:12:06 desktop-arch NetworkManager[451]: <info> [1544386326.0970] manager: kernel firmware directory '/lib/firmware' changed | |
Dec 09 13:12:19 desktop-arch dbus-daemon[450]: [system] Reloaded configuration | |
Dec 09 13:12:19 desktop-arch dbus-daemon[450]: [system] Reloaded configuration | |
Dec 09 13:12:19 desktop-arch dbus-daemon[450]: [system] Reloaded configuration | |
Dec 09 13:13:30 desktop-arch systemd[1]: Reloading. | |
Dec 09 13:13:32 desktop-arch sudo[776]: pam_unix(sudo:session): session closed for user root | |
Dec 09 13:13:38 desktop-arch systemd-logind[448]: System is rebooting. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopping Authorization Manager... | |
Dec 09 13:13:38 desktop-arch systemd[1]: Closed LVM2 poll daemon socket. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped target Graphical Interface. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped target Timers. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped Daily rotation of log files. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped target Sound Card. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Unmounting /run/media/ikidd/LinuxData... | |
Dec 09 13:13:38 desktop-arch systemd[1]: Starting Generate shutdown-ramfs... | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopping Simple Desktop Display Manager... | |
Dec 09 13:13:38 desktop-arch systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped Daily Cleanup of Temporary Directories. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopping Session 1 of user ikidd. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped target Multi-User System. | |
Dec 09 13:13:38 desktop-arch snapd[457]: 2018/12/09 13:13:38.517396 main.go:81: Exiting on terminated signal. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopping Snappy daemon... | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopping Make remote CUPS printers available locally... | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopping Virtualization daemon... | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped Daily man-db cache update. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped Daily verification of password and group files. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped target System Time Synchronized. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped target Login Prompts. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopping Getty on tty3... | |
Dec 09 13:13:38 desktop-arch sshd[464]: Received signal 15; terminating. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopping OpenSSH Daemon... | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopping Initialize hardware monitoring sensors... | |
Dec 09 13:13:38 desktop-arch login[666]: pam_unix(login:session): session closed for user ikidd | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped Snappy daemon. | |
Dec 09 13:13:38 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch kernel: audit: type=1130 audit(1544386418.536:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch kernel: audit: type=1131 audit(1544386418.536:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped Make remote CUPS printers available locally. | |
Dec 09 13:13:38 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups-browsed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped OpenSSH Daemon. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped Virtualization daemon. | |
Dec 09 13:13:38 desktop-arch systemd[1]: Stopped Authorization Manager. | |
Dec 09 13:13:38 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups-browsed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch kernel: audit: type=1130 audit(1544386418.546:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups-browsed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch kernel: audit: type=1131 audit(1544386418.546:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups-browsed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch kernel: audit: type=1130 audit(1544386418.546:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch 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' | |
Dec 09 13:13:38 desktop-arch 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' | |
Dec 09 13:13:38 desktop-arch kernel: audit: type=1131 audit(1544386418.546:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch kernel: audit: type=1130 audit(1544386418.546:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch kernel: audit: type=1131 audit(1544386418.546:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch kernel: audit: type=1130 audit(1544386418.549:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
Dec 09 13:13:38 desktop-arch kernel: audit: type=1131 audit(1544386418.549:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pacman -Q linux | |
linux 4.19.1.arch1-1 | |
uname -a | |
Linux desktop-arch 4.19.1-arch1-1-ARCH #1 SMP PREEMPT Sun Nov 4 16:49:26 UTC 2018 x86_64 GNU/Linux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# use "reset=1" as default, since it should be safe for recent devices and | |
# solves all kind of problems. | |
options btusb reset=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-License-Identifier: LGPL-2.1+ | |
# | |
# This file is part of systemd. | |
# | |
# systemd is free software; you can redistribute it and/or modify it | |
# under the terms of the GNU Lesser General Public License as published by | |
# the Free Software Foundation; either version 2.1 of the License, or | |
# (at your option) any later version. | |
# | |
# When bonding module is loaded, it creates bond0 by default due to max_bonds | |
# option default value 1. This interferes with the network configuration | |
# management / networkd, as it is not possible to detect whether this bond0 was | |
# intentionally configured by the user, or should be managed by | |
# networkd/NM/etc. Therefore disable bond0 creation. | |
options bonding max_bonds=0 | |
# Do the same for dummy0. | |
options dummy numdummies=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment