Package: ifupdown
Version: 0.8.35
Severity: important

After the ifupdown upgrade from 0.8.33 to 0.8.35, I now need to wait
for 5 minutes before eth0 is up.

I've attached the beginning of "journalctl -b -1" output. At the end
of these 5 minutes, one can see:

Feb 17 23:15:24 zira systemd[1]: ifupdown-wait-online.service: Main process 
exited, code=exited, status=1/FAILURE
Feb 17 23:15:24 zira systemd[1]: ifupdown-wait-online.service: Failed with 
result 'exit-code'.
Feb 17 23:15:24 zira systemd[1]: Failed to start Wait for network to be 
configured by ifupdown.

Then everything can resume, and it is netplug that puts eth0 up.

With ifupdown 0.8.33, it was also netplug that put eth0 up, but it
did that 2 seconds after the start of the boot. Now, ifupdown 0.8.35
seems to block some units (including netplug).

-- Package-specific info:
--- /etc/network/interfaces:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
# [VL] No longer use "allow-hotplug eth0" as it makes the boot hang for
#      several dozens of seconds when no Ethernet cable is plugged in:
#      a DHCP client is started and is waiting for a response. The eth0
#      interface will automatically be brought up by netplugd (from the
#      netplug package) when an Ethernet connection is detected.
#allow-hotplug eth0
iface eth0 inet dhcp

# USB tethering with my Samsung Galaxy Note 3.
# Configuration on 2015-12-22:
allow-hotplug enx02060b0e3333
iface enx02060b0e3333 inet dhcp
# Configuration on 2016-05-01:
allow-hotplug enp0s20u2
iface enp0s20u2 inet dhcp
# Configuration on 2016-12-23:
allow-hotplug enp0s20u9
iface enp0s20u9 inet dhcp
# Configuration on 2018-08-08:
allow-hotplug enp0s20u10
iface enp0s20u10 inet dhcp

# $Id: interfaces 110698 2018-08-08 12:36:44Z vinc17/zira $

--- /etc/network/interfaces.d/*:
cat: '/etc/network/interfaces.d/*': No such file or directory

--- up and down scripts installed:
/etc/network/if-down.d:
total 8
lrwxrwxrwx 1 vinc17 vinc17   12 2016-06-02 03:12:12 0ifupdown -> ../0ifupdown
-rwxr-xr-x 1 root   root   1015 2015-04-13 22:26:48 avahi-autoipd
-rwxr-xr-x 1 root   root    800 2017-01-09 15:25:22 postfix
lrwxrwxrwx 1 root   root     32 2019-01-29 18:11:01 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh

/etc/network/if-post-down.d:
total 4
lrwxrwxrwx 1 vinc17 vinc17   12 2016-06-02 03:12:12 0ifupdown -> ../0ifupdown
lrwxrwxrwx 1 root   root     23 2018-10-10 10:17:36 avahi-daemon -> 
../if-up.d/avahi-daemon
-rwxr-xr-x 1 root   root   1409 2016-03-24 18:38:26 wireless-tools
lrwxrwxrwx 1 root   root     32 2019-01-29 18:11:01 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh

/etc/network/if-pre-up.d:
total 12
lrwxrwxrwx 1 vinc17 vinc17   12 2016-06-02 03:12:12 0ifupdown -> ../0ifupdown
-rwxr-xr-x 1 root   root    344 2014-09-22 01:13:29 ethtool
-rwxr-xr-x 1 root   root   4191 2018-09-15 16:13:34 wireless-tools
lrwxrwxrwx 1 root   root     32 2019-01-29 18:11:01 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh

/etc/network/if-up.d:
total 32
lrwxrwxrwx 1 vinc17 vinc17   12 2016-06-02 03:12:12 0ifupdown -> ../0ifupdown
-rwxr-xr-x 1 root   root    923 2015-04-13 22:26:48 avahi-autoipd
-rwxr-xr-x 1 root   root    484 2015-04-13 22:26:48 avahi-daemon
-rwxr-xr-x 1 root   root   1685 2014-09-22 01:22:24 ethtool
-rwxr-xr-x 1 root   root   4948 2019-01-05 12:21:53 mountnfs
-rwxr-xr-x 1 root   root    278 2015-03-02 21:32:26 openntpd
-rwxr-xr-x 1 root   root   1117 2017-01-09 15:25:22 postfix
lrwxrwxrwx 1 root   root     32 2019-01-29 18:11:01 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh
-rwxr-xr-x 1 root   root    370 2016-06-02 03:25:26 z_home_net


-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-3-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=POSIX 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ifupdown depends on:
ii  adduser   3.118
ii  iproute2  4.20.0-2
ii  libc6     2.28-7
ii  lsb-base  10.2018112800

Versions of packages ifupdown recommends:
ii  isc-dhcp-client [dhcp-client]  4.4.1-2

Versions of packages ifupdown suggests:
pn  ppp     <none>
pn  rdnssd  <none>

-- Configuration Files:
/etc/default/networking changed:
VERBOSE=yes


-- no debconf information
Feb 17 23:10:23 zira kernel: microcode: microcode updated early to revision 
0x25, date = 2018-04-02
Feb 17 23:10:23 zira kernel: Linux version 4.19.0-3-amd64 
(debian-ker...@lists.debian.org) (gcc version 8.2.0 (Debian 8.2.0-20)) #1 SMP 
Debian 4.19.20-1 (2019-02-11)
Feb 17 23:10:23 zira kernel: Command line: BOOT_IMAGE=/vmlinuz-4.19.0-3-amd64 
root=/dev/mapper/zira--vg-root ro quiet
Feb 17 23:10:23 zira kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 
floating point registers'
Feb 17 23:10:23 zira kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE 
registers'
Feb 17 23:10:23 zira kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX 
registers'
Feb 17 23:10:23 zira kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  
256
Feb 17 23:10:23 zira kernel: x86/fpu: Enabled xstate features 0x7, context size 
is 832 bytes, using 'standard' format.
Feb 17 23:10:23 zira kernel: BIOS-provided physical RAM map:
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x0000000000000000-0x000000000009dbff] usable
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x000000000009dc00-0x000000000009ffff] reserved
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x00000000000e0000-0x00000000000fffff] reserved
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x0000000000100000-0x000000005cb7efff] usable
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x000000005cb7f000-0x000000005de7efff] reserved
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x000000005de7f000-0x000000005df7efff] ACPI NVS
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x000000005df7f000-0x000000005dffefff] ACPI data
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x000000005dfff000-0x000000005dffffff] usable
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x000000005e000000-0x000000005fffffff] reserved
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x00000000e0000000-0x00000000efffffff] reserved
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x00000000fec00000-0x00000000fec00fff] reserved
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x00000000fed10000-0x00000000fed13fff] reserved
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x00000000fed18000-0x00000000fed19fff] reserved
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x00000000fed1c000-0x00000000fed1ffff] reserved
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x00000000fee00000-0x00000000fee00fff] reserved
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x00000000ff600000-0x00000000ffffffff] reserved
Feb 17 23:10:23 zira kernel: BIOS-e820: [mem 
0x0000000100000000-0x000000049dffffff] usable
Feb 17 23:10:23 zira kernel: NX (Execute Disable) protection: active
Feb 17 23:10:23 zira kernel: SMBIOS 2.7 present.
Feb 17 23:10:23 zira kernel: DMI: Hewlett-Packard HP ZBook 15 G2/2253, BIOS M70 
Ver. 01.08 03/16/2015
Feb 17 23:10:23 zira kernel: tsc: Fast TSC calibration using PIT
Feb 17 23:10:23 zira kernel: tsc: Detected 2793.515 MHz processor
Feb 17 23:10:23 zira kernel: e820: update [mem 0x00000000-0x00000fff] usable 
==> reserved
Feb 17 23:10:23 zira kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb 17 23:10:23 zira kernel: last_pfn = 0x49e000 max_arch_pfn = 0x400000000
Feb 17 23:10:23 zira kernel: MTRR default type: uncachable
Feb 17 23:10:23 zira kernel: MTRR fixed ranges enabled:
Feb 17 23:10:23 zira kernel:   00000-9FFFF write-back
Feb 17 23:10:23 zira kernel:   A0000-BFFFF uncachable
Feb 17 23:10:23 zira kernel:   C0000-FFFFF write-protect
Feb 17 23:10:23 zira kernel: MTRR variable ranges enabled:
Feb 17 23:10:23 zira kernel:   0 base 00FF000000 mask 7FFF000000 write-protect
Feb 17 23:10:23 zira kernel:   1 base 0000000000 mask 7FC0000000 write-back
Feb 17 23:10:23 zira kernel:   2 base 0040000000 mask 7FE0000000 write-back
Feb 17 23:10:23 zira kernel:   3 base 0100000000 mask 7F00000000 write-back
Feb 17 23:10:23 zira kernel:   4 base 0200000000 mask 7E00000000 write-back
Feb 17 23:10:23 zira kernel:   5 base 0400000000 mask 7F80000000 write-back
Feb 17 23:10:23 zira kernel:   6 base 0480000000 mask 7FE0000000 write-back
Feb 17 23:10:23 zira kernel:   7 base 049E000000 mask 7FFE000000 uncachable
Feb 17 23:10:23 zira kernel:   8 disabled
Feb 17 23:10:23 zira kernel:   9 disabled
Feb 17 23:10:23 zira kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  
WP  UC- WT  
Feb 17 23:10:23 zira kernel: last_pfn = 0x5e000 max_arch_pfn = 0x400000000
Feb 17 23:10:23 zira kernel: Base memory trampoline at [(____ptrval____)] 97000 
size 24576
Feb 17 23:10:23 zira kernel: Using GB pages for direct mapping
Feb 17 23:10:23 zira kernel: BRK [0x1dc201000, 0x1dc201fff] PGTABLE
Feb 17 23:10:23 zira kernel: BRK [0x1dc202000, 0x1dc202fff] PGTABLE
Feb 17 23:10:23 zira kernel: BRK [0x1dc203000, 0x1dc203fff] PGTABLE
Feb 17 23:10:23 zira kernel: BRK [0x1dc204000, 0x1dc204fff] PGTABLE
Feb 17 23:10:23 zira kernel: BRK [0x1dc205000, 0x1dc205fff] PGTABLE
Feb 17 23:10:23 zira kernel: BRK [0x1dc206000, 0x1dc206fff] PGTABLE
Feb 17 23:10:23 zira kernel: BRK [0x1dc207000, 0x1dc207fff] PGTABLE
Feb 17 23:10:23 zira kernel: BRK [0x1dc208000, 0x1dc208fff] PGTABLE
Feb 17 23:10:23 zira kernel: RAMDISK: [mem 0x34121000-0x36087fff]
Feb 17 23:10:23 zira kernel: ACPI: Early table checksum verification disabled
Feb 17 23:10:23 zira kernel: ACPI: RSDP 0x00000000000FC220 000024 (v02 HPQOEM)
Feb 17 23:10:23 zira kernel: ACPI: XSDT 0x000000005DFFD0E8 00009C (v01 HPQOEM 
SLIC-MPC 00000001      01000013)
Feb 17 23:10:23 zira kernel: ACPI: FACP 0x000000005DFFB000 00010C (v05 HPQOEM 
2253     00000001 HP   00000001)
Feb 17 23:10:23 zira kernel: ACPI: DSDT 0x000000005DFCF000 026CBD (v02 HPQOEM 
2253     00000001 INTL 20130927)
Feb 17 23:10:23 zira kernel: ACPI: FACS 0x000000005DF76000 000040
Feb 17 23:10:23 zira kernel: ACPI: HPET 0x000000005DFFA000 000038 (v01 HPQOEM 
2253     00000001 HP   00000001)
Feb 17 23:10:23 zira kernel: ACPI: APIC 0x000000005DFF9000 0000BC (v01 HPQOEM 
2253     00000001 HP   00000001)
Feb 17 23:10:23 zira kernel: ACPI: MCFG 0x000000005DFF8000 00003C (v01 HPQOEM 
2253     00000001 HP   00000001)
Feb 17 23:10:23 zira kernel: ACPI: TCPA 0x000000005DFF6000 000032 (v02 HPQOEM 
2253     00000000 HP   00000001)
Feb 17 23:10:23 zira kernel: ACPI: SSDT 0x000000005DFCC000 00042C (v01 HPQOEM 
SataAhci 00001000 INTL 20130927)
Feb 17 23:10:23 zira kernel: ACPI: SSDT 0x000000005DFCB000 00048A (v01 HPQOEM 
PtidDevc 00001000 INTL 20130927)
Feb 17 23:10:23 zira kernel: ACPI: FPDT 0x000000005DFC9000 000044 (v01 HPQOEM 
2253     00000001 HP   00000001)
Feb 17 23:10:23 zira kernel: ACPI: BGRT 0x000000005DFC8000 000038 (v00 HPQOEM 
2253     00000001 HP   00000001)
Feb 17 23:10:23 zira kernel: ACPI: SSDT 0x000000005DFC5000 001A24 (v01 HPQOEM 
NVIDIAGF 00000001 INTL 20130927)
Feb 17 23:10:23 zira kernel: ACPI: SSDT 0x000000005DFC2000 000544 (v01 PmRef  
Cpu0Ist  00003000 INTL 20130927)
Feb 17 23:10:23 zira kernel: ACPI: SSDT 0x000000005DFC1000 000B8F (v01 CpuRef 
CpuSsdt  00003000 INTL 20130927)
Feb 17 23:10:23 zira kernel: ACPI: SSDT 0x000000005DFC0000 0001D5 (v01 PmRef  
LakeTiny 00003000 INTL 20130927)
Feb 17 23:10:23 zira kernel: ACPI: SSDT 0x000000005DFBF000 000913 (v01 SaSsdt 
SaSsdt   00003000 INTL 20130927)
Feb 17 23:10:23 zira kernel: ACPI: ASF! 0x000000005DFF7000 0000A5 (v32 HPQOEM 
2253     00000001 HP   00000001)
Feb 17 23:10:23 zira kernel: ACPI: Local APIC address 0xfee00000
Feb 17 23:10:23 zira kernel: No NUMA configuration found
Feb 17 23:10:23 zira kernel: Faking a node at [mem 
0x0000000000000000-0x000000049dffffff]
Feb 17 23:10:23 zira kernel: NODE_DATA(0) allocated [mem 
0x49dffb000-0x49dffffff]
Feb 17 23:10:23 zira kernel: Zone ranges:
Feb 17 23:10:23 zira kernel:   DMA      [mem 
0x0000000000001000-0x0000000000ffffff]
Feb 17 23:10:23 zira kernel:   DMA32    [mem 
0x0000000001000000-0x00000000ffffffff]
Feb 17 23:10:23 zira kernel:   Normal   [mem 
0x0000000100000000-0x000000049dffffff]
Feb 17 23:10:23 zira kernel:   Device   empty
Feb 17 23:10:23 zira kernel: Movable zone start for each node
Feb 17 23:10:23 zira kernel: Early memory node ranges
Feb 17 23:10:23 zira kernel:   node   0: [mem 
0x0000000000001000-0x000000000009cfff]
Feb 17 23:10:23 zira kernel:   node   0: [mem 
0x0000000000100000-0x000000005cb7efff]
Feb 17 23:10:23 zira kernel:   node   0: [mem 
0x000000005dfff000-0x000000005dffffff]
Feb 17 23:10:23 zira kernel:   node   0: [mem 
0x0000000100000000-0x000000049dffffff]
Feb 17 23:10:23 zira kernel: Reserved but unavailable: 100 pages
Feb 17 23:10:23 zira kernel: Initmem setup node 0 [mem 
0x0000000000001000-0x000000049dffffff]
Feb 17 23:10:23 zira kernel: On node 0 totalpages: 4172572
Feb 17 23:10:23 zira kernel:   DMA zone: 64 pages used for memmap
Feb 17 23:10:23 zira kernel:   DMA zone: 21 pages reserved
Feb 17 23:10:23 zira kernel:   DMA zone: 3996 pages, LIFO batch:0
Feb 17 23:10:23 zira kernel:   DMA32 zone: 5870 pages used for memmap
Feb 17 23:10:23 zira kernel:   DMA32 zone: 375680 pages, LIFO batch:63
Feb 17 23:10:23 zira kernel:   Normal zone: 59264 pages used for memmap
Feb 17 23:10:23 zira kernel:   Normal zone: 3792896 pages, LIFO batch:63
Feb 17 23:10:23 zira kernel: ACPI: PM-Timer IO Port: 0x1808
Feb 17 23:10:23 zira kernel: ACPI: Local APIC address 0xfee00000
Feb 17 23:10:23 zira kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Feb 17 23:10:23 zira kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Feb 17 23:10:23 zira kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Feb 17 23:10:23 zira kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Feb 17 23:10:23 zira kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Feb 17 23:10:23 zira kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Feb 17 23:10:23 zira kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Feb 17 23:10:23 zira kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Feb 17 23:10:23 zira kernel: IOAPIC[0]: apic_id 0, version 32, address 
0xfec00000, GSI 0-23
Feb 17 23:10:23 zira kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 
dfl dfl)
Feb 17 23:10:23 zira kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 
high level)
Feb 17 23:10:23 zira kernel: ACPI: IRQ0 used by override.
Feb 17 23:10:23 zira kernel: ACPI: IRQ9 used by override.
Feb 17 23:10:23 zira kernel: Using ACPI (MADT) for SMP configuration information
Feb 17 23:10:23 zira kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Feb 17 23:10:23 zira kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0x00000000-0x00000fff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0x0009d000-0x0009dfff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0x0009e000-0x0009ffff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0x000a0000-0x000dffff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0x000e0000-0x000fffff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0x5cb7f000-0x5de7efff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0x5de7f000-0x5df7efff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0x5df7f000-0x5dffefff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0x5e000000-0x5fffffff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0x60000000-0xdfffffff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xe0000000-0xefffffff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xf0000000-0xfebfffff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xfec00000-0xfec00fff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xfec01000-0xfed0ffff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xfed10000-0xfed13fff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xfed14000-0xfed17fff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xfed18000-0xfed19fff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xfed1a000-0xfed1bfff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xfed1c000-0xfed1ffff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xfed20000-0xfedfffff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xfee00000-0xfee00fff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xfee01000-0xff5fffff]
Feb 17 23:10:23 zira kernel: PM: Registered nosave memory: [mem 
0xff600000-0xffffffff]
Feb 17 23:10:23 zira kernel: [mem 0x60000000-0xdfffffff] available for PCI 
devices
Feb 17 23:10:23 zira kernel: Booting paravirtualized kernel on bare hardware
Feb 17 23:10:23 zira kernel: clocksource: refined-jiffies: mask: 0xffffffff 
max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Feb 17 23:10:23 zira kernel: random: get_random_bytes called from 
start_kernel+0x93/0x531 with crng_init=0
Feb 17 23:10:23 zira kernel: setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 
nr_cpu_ids:8 nr_node_ids:1
Feb 17 23:10:23 zira kernel: percpu: Embedded 44 pages/cpu @(____ptrval____) 
s143192 r8192 d28840 u262144
Feb 17 23:10:23 zira kernel: pcpu-alloc: s143192 r8192 d28840 u262144 
alloc=1*2097152
Feb 17 23:10:23 zira kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Feb 17 23:10:23 zira kernel: Built 1 zonelists, mobility grouping on.  Total 
pages: 4107353
Feb 17 23:10:23 zira kernel: Policy zone: Normal
Feb 17 23:10:23 zira kernel: Kernel command line: 
BOOT_IMAGE=/vmlinuz-4.19.0-3-amd64 root=/dev/mapper/zira--vg-root ro quiet
Feb 17 23:10:23 zira kernel: Calgary: detecting Calgary via BIOS EBDA area
Feb 17 23:10:23 zira kernel: Calgary: Unable to locate Rio Grande table in EBDA 
- bailing!
Feb 17 23:10:23 zira kernel: Memory: 16303756K/16690288K available (10252K 
kernel code, 1240K rwdata, 3268K rodata, 1576K init, 2308K bss, 386532K 
reserved, 0K cma-reserved)
Feb 17 23:10:23 zira kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 
Nodes=1
Feb 17 23:10:23 zira kernel: Kernel/User page tables isolation: enabled
Feb 17 23:10:23 zira kernel: ftrace: allocating 31775 entries in 125 pages
Feb 17 23:10:23 zira kernel: rcu: Hierarchical RCU implementation.
Feb 17 23:10:23 zira kernel: rcu:         RCU restricting CPUs from NR_CPUS=512 
to nr_cpu_ids=8.
Feb 17 23:10:23 zira kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, 
nr_cpu_ids=8
Feb 17 23:10:23 zira kernel: NR_IRQS: 33024, nr_irqs: 488, preallocated irqs: 16
Feb 17 23:10:23 zira kernel: Console: colour dummy device 80x25
Feb 17 23:10:23 zira kernel: console [tty0] enabled
Feb 17 23:10:23 zira kernel: ACPI: Core revision 20180810
Feb 17 23:10:23 zira kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 133484882848 ns
Feb 17 23:10:23 zira kernel: hpet clockevent registered
Feb 17 23:10:23 zira kernel: APIC: Switch to symmetric I/O mode setup
Feb 17 23:10:23 zira kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Feb 17 23:10:23 zira kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 
pin2=-1
Feb 17 23:10:23 zira kernel: clocksource: tsc-early: mask: 0xffffffffffffffff 
max_cycles: 0x2844524c128, max_idle_ns: 440795206583 ns
Feb 17 23:10:23 zira kernel: Calibrating delay loop (skipped), value calculated 
using timer frequency.. 5587.03 BogoMIPS (lpj=11174060)
Feb 17 23:10:23 zira kernel: pid_max: default: 32768 minimum: 301
Feb 17 23:10:23 zira kernel: Security Framework initialized
Feb 17 23:10:23 zira kernel: Yama: disabled by default; enable with sysctl 
kernel.yama.*
Feb 17 23:10:23 zira kernel: AppArmor: AppArmor initialized
Feb 17 23:10:23 zira kernel: Dentry cache hash table entries: 2097152 (order: 
12, 16777216 bytes)
Feb 17 23:10:23 zira kernel: Inode-cache hash table entries: 1048576 (order: 
11, 8388608 bytes)
Feb 17 23:10:23 zira kernel: Mount-cache hash table entries: 32768 (order: 6, 
262144 bytes)
Feb 17 23:10:23 zira kernel: Mountpoint-cache hash table entries: 32768 (order: 
6, 262144 bytes)
Feb 17 23:10:23 zira kernel: ENERGY_PERF_BIAS: Set to 'normal', was 
'performance'
Feb 17 23:10:23 zira kernel: ENERGY_PERF_BIAS: View and update with 
x86_energy_perf_policy(8)
Feb 17 23:10:23 zira kernel: mce: CPU supports 9 MCE banks
Feb 17 23:10:23 zira kernel: CPU0: Thermal monitoring enabled (TM1)
Feb 17 23:10:23 zira kernel: process: using mwait in idle threads
Feb 17 23:10:23 zira kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 
1024
Feb 17 23:10:23 zira kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 
1024, 1GB 4
Feb 17 23:10:23 zira kernel: Spectre V2 : Mitigation: Full generic retpoline
Feb 17 23:10:23 zira kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: 
Filling RSB on context switch
Feb 17 23:10:23 zira kernel: Spectre V2 : Enabling Restricted Speculation for 
firmware calls
Feb 17 23:10:23 zira kernel: Spectre V2 : mitigation: Enabling conditional 
Indirect Branch Prediction Barrier
Feb 17 23:10:23 zira kernel: Spectre V2 : User space: Mitigation: STIBP via 
seccomp and prctl
Feb 17 23:10:23 zira kernel: Speculative Store Bypass: Mitigation: Speculative 
Store Bypass disabled via prctl and seccomp
Feb 17 23:10:23 zira kernel: Freeing SMP alternatives memory: 24K
Feb 17 23:10:23 zira kernel: TSC deadline timer enabled
Feb 17 23:10:23 zira kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4810MQ CPU @ 
2.80GHz (family: 0x6, model: 0x3c, stepping: 0x3)
Feb 17 23:10:23 zira kernel: Performance Events: PEBS fmt2+, Haswell events, 
16-deep LBR, full-width counters, Intel PMU driver.
Feb 17 23:10:23 zira kernel: ... version:                3
Feb 17 23:10:23 zira kernel: ... bit width:              48
Feb 17 23:10:23 zira kernel: ... generic registers:      4
Feb 17 23:10:23 zira kernel: ... value mask:             0000ffffffffffff
Feb 17 23:10:23 zira kernel: ... max period:             00007fffffffffff
Feb 17 23:10:23 zira kernel: ... fixed-purpose events:   3
Feb 17 23:10:23 zira kernel: ... event mask:             000000070000000f
Feb 17 23:10:23 zira kernel: rcu: Hierarchical SRCU implementation.
Feb 17 23:10:23 zira kernel: random: crng done (trusting CPU's manufacturer)
Feb 17 23:10:23 zira kernel: NMI watchdog: Enabled. Permanently consumes one 
hw-PMU counter.
Feb 17 23:10:23 zira kernel: smp: Bringing up secondary CPUs ...
Feb 17 23:10:23 zira kernel: x86: Booting SMP configuration:
Feb 17 23:10:23 zira kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Feb 17 23:10:23 zira kernel: smp: Brought up 1 node, 8 CPUs
Feb 17 23:10:23 zira kernel: smpboot: Max logical packages: 1
Feb 17 23:10:23 zira kernel: smpboot: Total of 8 processors activated (44696.24 
BogoMIPS)
Feb 17 23:10:23 zira kernel: devtmpfs: initialized
Feb 17 23:10:23 zira kernel: x86/mm: Memory block size: 128MB
Feb 17 23:10:23 zira kernel: PM: Registering ACPI NVS region [mem 
0x5de7f000-0x5df7efff] (1048576 bytes)
Feb 17 23:10:23 zira kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645041785100000 ns
Feb 17 23:10:23 zira kernel: futex hash table entries: 2048 (order: 5, 131072 
bytes)
Feb 17 23:10:23 zira kernel: pinctrl core: initialized pinctrl subsystem
Feb 17 23:10:23 zira kernel: NET: Registered protocol family 16
Feb 17 23:10:23 zira kernel: audit: initializing netlink subsys (disabled)
Feb 17 23:10:23 zira kernel: audit: type=2000 audit(1550441404.040:1): 
state=initialized audit_enabled=0 res=1
Feb 17 23:10:23 zira kernel: cpuidle: using governor ladder
Feb 17 23:10:23 zira kernel: cpuidle: using governor menu
Feb 17 23:10:23 zira kernel: ACPI FADT declares the system doesn't support PCIe 
ASPM, so disable it
Feb 17 23:10:23 zira kernel: ACPI: bus type PCI registered
Feb 17 23:10:23 zira kernel: acpiphp: ACPI Hot Plug PCI Controller Driver 
version: 0.5
Feb 17 23:10:23 zira kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 
0xe0000000-0xefffffff] (base 0xe0000000)
Feb 17 23:10:23 zira kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] 
reserved in E820
Feb 17 23:10:23 zira kernel: PCI: Using configuration type 1 for base access
Feb 17 23:10:23 zira kernel: core: PMU erratum BJ122, BV98, HSD29 worked 
around, HT is on
Feb 17 23:10:23 zira kernel: mtrr: your CPUs had inconsistent variable MTRR 
settings
Feb 17 23:10:23 zira kernel: mtrr: probably your BIOS does not setup all CPUs.
Feb 17 23:10:23 zira kernel: mtrr: corrected configuration.
Feb 17 23:10:23 zira kernel: HugeTLB registered 1.00 GiB page size, 
pre-allocated 0 pages
Feb 17 23:10:23 zira kernel: HugeTLB registered 2.00 MiB page size, 
pre-allocated 0 pages
Feb 17 23:10:23 zira kernel: ACPI: Added _OSI(Module Device)
Feb 17 23:10:23 zira kernel: ACPI: Added _OSI(Processor Device)
Feb 17 23:10:23 zira kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 17 23:10:23 zira kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb 17 23:10:23 zira kernel: ACPI: Added _OSI(Linux-Dell-Video)
Feb 17 23:10:23 zira kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Feb 17 23:10:23 zira kernel: ACPI: 8 ACPI AML tables successfully acquired and 
loaded
Feb 17 23:10:23 zira kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query 
ignored
Feb 17 23:10:23 zira kernel: ACPI: Dynamic OEM Table Load:
Feb 17 23:10:23 zira kernel: ACPI: SSDT 0xFFFF99D38B02E000 0003F3 (v01 PmRef  
Cpu0Cst  00003001 INTL 20130927)
Feb 17 23:10:23 zira kernel: ACPI: Dynamic OEM Table Load:
Feb 17 23:10:23 zira kernel: ACPI: SSDT 0xFFFF99D38B007000 0005DB (v01 PmRef  
ApIst    00003000 INTL 20130927)
Feb 17 23:10:23 zira kernel: ACPI: Dynamic OEM Table Load:
Feb 17 23:10:23 zira kernel: ACPI: SSDT 0xFFFF99D38B141800 000119 (v01 PmRef  
ApCst    00003000 INTL 20130927)
Feb 17 23:10:23 zira kernel: ACPI: EC: EC started
Feb 17 23:10:23 zira kernel: ACPI: EC: interrupt blocked
Feb 17 23:10:23 zira kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
Feb 17 23:10:23 zira kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, 
EC_CMD/EC_SC=0x66, EC_DATA=0x62
Feb 17 23:10:23 zira kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC 
to handle transactions
Feb 17 23:10:23 zira kernel: ACPI: Interpreter enabled
Feb 17 23:10:23 zira kernel: ACPI: (supports S0 S3 S4 S5)
Feb 17 23:10:23 zira kernel: ACPI: Using IOAPIC for interrupt routing
Feb 17 23:10:23 zira kernel: PCI: Using host bridge windows from ACPI; if 
necessary, use "pci=nocrs" and report a bug
Feb 17 23:10:23 zira kernel: ACPI: Enabled 8 GPEs in block 00 to 3F
Feb 17 23:10:23 zira kernel: ACPI: Power Resource [APPR] (off)
Feb 17 23:10:23 zira kernel: ACPI: Power Resource [COMP] (off)
Feb 17 23:10:23 zira kernel: ACPI: Power Resource [LPP] (on)
Feb 17 23:10:23 zira kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 
00-fe])
Feb 17 23:10:23 zira kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig 
ASPM ClockPM Segments MSI]
Feb 17 23:10:23 zira kernel: acpi PNP0A08:00: _OSC: platform does not support 
[SHPCHotplug LTR]
Feb 17 23:10:23 zira kernel: acpi PNP0A08:00: _OSC: OS now controls 
[PCIeHotplug PME AER PCIeCapability]
Feb 17 23:10:23 zira kernel: acpi PNP0A08:00: FADT indicates ASPM is 
unsupported, using BIOS configuration
Feb 17 23:10:23 zira kernel: PCI host bridge to bus 0000:00
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: root bus resource [io  
0x0000-0x0cf7 window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: root bus resource [io  
0x0d00-0xffff window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: root bus resource [mem 
0x000a0000-0x000bffff window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: root bus resource [mem 
0x60000000-0xdfffffff window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: root bus resource [mem 
0xf0000000-0xfed3ffff window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: root bus resource [mem 
0xfed45000-0xfedfffff window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: root bus resource [mem 
0xfee01000-0xffffffff window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Feb 17 23:10:23 zira kernel: pci 0000:00:00.0: [8086:0c04] type 00 class 
0x060000
Feb 17 23:10:23 zira kernel: pci 0000:00:01.0: [8086:0c01] type 01 class 
0x060400
Feb 17 23:10:23 zira kernel: pci 0000:00:01.0: PME# supported from D0 D3hot 
D3cold
Feb 17 23:10:23 zira kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 
0x0c0330
Feb 17 23:10:23 zira kernel: pci 0000:00:14.0: reg 0x10: [mem 
0xd2120000-0xd212ffff 64bit]
Feb 17 23:10:23 zira kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Feb 17 23:10:23 zira kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 
0x078000
Feb 17 23:10:23 zira kernel: pci 0000:00:16.0: reg 0x10: [mem 
0xd2138000-0xd213800f 64bit]
Feb 17 23:10:23 zira kernel: pci 0000:00:16.0: PME# supported from D0 D3hot 
D3cold
Feb 17 23:10:23 zira kernel: pci 0000:00:16.3: [8086:8c3d] type 00 class 
0x070002
Feb 17 23:10:23 zira kernel: pci 0000:00:16.3: reg 0x10: [io  0x6070-0x6077]
Feb 17 23:10:23 zira kernel: pci 0000:00:16.3: reg 0x14: [mem 
0xd213b000-0xd213bfff]
Feb 17 23:10:23 zira kernel: pci 0000:00:19.0: [8086:153a] type 00 class 
0x020000
Feb 17 23:10:23 zira kernel: pci 0000:00:19.0: reg 0x10: [mem 
0xd2100000-0xd211ffff]
Feb 17 23:10:23 zira kernel: pci 0000:00:19.0: reg 0x14: [mem 
0xd213a000-0xd213afff]
Feb 17 23:10:23 zira kernel: pci 0000:00:19.0: reg 0x18: [io  0x6040-0x605f]
Feb 17 23:10:23 zira kernel: pci 0000:00:19.0: PME# supported from D0 D3hot 
D3cold
Feb 17 23:10:23 zira kernel: pci 0000:00:1a.0: [8086:8c2d] type 00 class 
0x0c0320
Feb 17 23:10:23 zira kernel: pci 0000:00:1a.0: reg 0x10: [mem 
0xd2136000-0xd21363ff]
Feb 17 23:10:23 zira kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot 
D3cold
Feb 17 23:10:23 zira kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 
0x040300
Feb 17 23:10:23 zira kernel: pci 0000:00:1b.0: reg 0x10: [mem 
0xd2130000-0xd2133fff 64bit]
Feb 17 23:10:23 zira kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot 
D3cold
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 
0x060400
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot 
D3cold
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.6: [8086:8c1c] type 01 class 
0x060400
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot 
D3cold
Feb 17 23:10:23 zira kernel: pci 0000:00:1d.0: [8086:8c26] type 00 class 
0x0c0320
Feb 17 23:10:23 zira kernel: pci 0000:00:1d.0: reg 0x10: [mem 
0xd2135000-0xd21353ff]
Feb 17 23:10:23 zira kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot 
D3cold
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.0: [8086:8c4f] type 00 class 
0x060100
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.2: [8086:8c03] type 00 class 
0x010601
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.2: reg 0x10: [io  0x6068-0x606f]
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.2: reg 0x14: [io  0x607c-0x607f]
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.2: reg 0x18: [io  0x6060-0x6067]
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x6078-0x607b]
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.2: reg 0x20: [io  0x6020-0x603f]
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.2: reg 0x24: [mem 
0xd2134000-0xd21347ff]
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.2: PME# supported from D3hot
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 
0x0c0500
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.3: reg 0x10: [mem 
0xd2137000-0xd21370ff 64bit]
Feb 17 23:10:23 zira kernel: pci 0000:00:1f.3: reg 0x20: [io  0xef80-0xef9f]
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: [10de:12b9] type 00 class 
0x030000
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: reg 0x10: [mem 
0xd1000000-0xd1ffffff]
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: reg 0x14: [mem 
0x70000000-0x7fffffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: reg 0x1c: [mem 
0x80000000-0x81ffffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: reg 0x24: [io  0x5000-0x507f]
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: reg 0x30: [mem 
0xfff80000-0xffffffff pref]
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: 16.000 Gb/s available PCIe 
bandwidth, limited by 2.5 GT/s x8 link at 0000:00:01.0 (capable of 63.008 Gb/s 
with 8 GT/s x8 link)
Feb 17 23:10:23 zira kernel: pci 0000:01:00.1: [10de:0e0f] type 00 class 
0x040300
Feb 17 23:10:23 zira kernel: pci 0000:01:00.1: reg 0x10: [mem 
0xd2000000-0xd2003fff]
Feb 17 23:10:23 zira kernel: pci 0000:00:01.0: ASPM: current common clock 
configuration is broken, reconfiguring
Feb 17 23:10:23 zira kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 17 23:10:23 zira kernel: pci 0000:00:01.0:   bridge window [io  
0x5000-0x5fff]
Feb 17 23:10:23 zira kernel: pci 0000:00:01.0:   bridge window [mem 
0xd1000000-0xd20fffff]
Feb 17 23:10:23 zira kernel: pci 0000:00:01.0:   bridge window [mem 
0x70000000-0x81ffffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.0: PCI bridge to [bus 02-3a]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.0:   bridge window [mem 
0xb4000000-0xca0fffff]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.0:   bridge window [mem 
0x90000000-0xb1ffffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0: [12d8:2404] type 01 class 
0x060400
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0: supports D1 D2
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0: PME# supported from D0 D1 D2 
D3hot D3cold
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.6: PCI bridge to [bus 3b-5f]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.6:   bridge window [io  
0x3000-0x4fff]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.6:   bridge window [mem 
0xcc000000-0xd01fffff]
Feb 17 23:10:23 zira kernel: pci 0000:3c:01.0: [12d8:2404] type 01 class 
0x060400
Feb 17 23:10:23 zira kernel: pci 0000:3c:01.0: supports D1 D2
Feb 17 23:10:23 zira kernel: pci 0000:3c:01.0: PME# supported from D0 D1 D2 
D3hot D3cold
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0: [12d8:2404] type 01 class 
0x060400
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0: supports D1 D2
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0: PME# supported from D0 D1 D2 
D3hot D3cold
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: [12d8:2404] type 01 class 
0x060400
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: supports D1 D2
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: PME# supported from D0 D1 D2 
D3hot D3cold
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0: PCI bridge to [bus 3c-5f]
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0:   bridge window [io  
0x3000-0x4fff]
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0:   bridge window [mem 
0xcc000000-0xd01fffff]
Feb 17 23:10:23 zira kernel: pci 0000:3d:00.0: [8086:08b1] type 00 class 
0x028000
Feb 17 23:10:23 zira kernel: pci 0000:3d:00.0: reg 0x10: [mem 
0x00000000-0x00001fff 64bit]
Feb 17 23:10:23 zira kernel: pci 0000:3d:00.0: PME# supported from D0 D3hot 
D3cold
Feb 17 23:10:23 zira kernel: pci 0000:3c:01.0: PCI bridge to [bus 3d]
Feb 17 23:10:23 zira kernel: pci 0000:3c:01.0:   bridge window [mem 
0xd0100000-0xd01fffff]
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0: PCI bridge to [bus 3e-5e]
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0:   bridge window [io  
0x3000-0x4fff]
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0:   bridge window [mem 
0xcc000000-0xcfffffff]
Feb 17 23:10:23 zira kernel: pci 0000:5f:00.0: [10ec:5249] type 00 class 
0xff0000
Feb 17 23:10:23 zira kernel: pci 0000:5f:00.0: reg 0x10: [mem 
0xd0000000-0xd0000fff]
Feb 17 23:10:23 zira kernel: pci 0000:5f:00.0: supports D1 D2
Feb 17 23:10:23 zira kernel: pci 0000:5f:00.0: PME# supported from D1 D2 D3hot 
D3cold
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: PCI bridge to [bus 5f]
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0:   bridge window [mem 
0xd0000000-0xd00fffff]
Feb 17 23:10:23 zira kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 
11 12 14 15)
Feb 17 23:10:23 zira kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 
11 12 14 15)
Feb 17 23:10:23 zira kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 
11 12 14 15)
Feb 17 23:10:23 zira kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 
*11 12 14 15)
Feb 17 23:10:23 zira kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 
11 12 14 15)
Feb 17 23:10:23 zira kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 
11 12 14 15) *0, disabled.
Feb 17 23:10:23 zira kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 
11 12 14 15)
Feb 17 23:10:23 zira kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 
11 12 14 15) *0, disabled.
Feb 17 23:10:23 zira kernel: ACPI: EC: interrupt unblocked
Feb 17 23:10:23 zira kernel: ACPI: EC: event unblocked
Feb 17 23:10:23 zira kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, 
EC_CMD/EC_SC=0x66, EC_DATA=0x62
Feb 17 23:10:23 zira kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC 
to handle transactions and events
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA 
device
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: vgaarb: VGA device added: 
decodes=io+mem,owns=io+mem,locks=none
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Feb 17 23:10:23 zira kernel: vgaarb: loaded
Feb 17 23:10:23 zira kernel: pps_core: LinuxPPS API ver. 1 registered
Feb 17 23:10:23 zira kernel: pps_core: Software ver. 5.3.6 - Copyright 
2005-2007 Rodolfo Giometti <giome...@linux.it>
Feb 17 23:10:23 zira kernel: PTP clock support registered
Feb 17 23:10:23 zira kernel: EDAC MC: Ver: 3.0.0
Feb 17 23:10:23 zira kernel: PCI: Using ACPI for IRQ routing
Feb 17 23:10:23 zira kernel: PCI: pci_cache_line_size set to 64 bytes
Feb 17 23:10:23 zira kernel: e820: reserve RAM buffer [mem 
0x0009dc00-0x0009ffff]
Feb 17 23:10:23 zira kernel: e820: reserve RAM buffer [mem 
0x5cb7f000-0x5fffffff]
Feb 17 23:10:23 zira kernel: e820: reserve RAM buffer [mem 
0x5e000000-0x5fffffff]
Feb 17 23:10:23 zira kernel: e820: reserve RAM buffer [mem 
0x49e000000-0x49fffffff]
Feb 17 23:10:23 zira kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 
0, 0
Feb 17 23:10:23 zira kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Feb 17 23:10:23 zira kernel: clocksource: Switched to clocksource tsc-early
Feb 17 23:10:23 zira kernel: VFS: Disk quotas dquot_6.6.0
Feb 17 23:10:23 zira kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 
4096 bytes)
Feb 17 23:10:23 zira kernel: AppArmor: AppArmor Filesystem Enabled
Feb 17 23:10:23 zira kernel: pnp: PnP ACPI init
Feb 17 23:10:23 zira kernel: pnp 00:00: disabling [mem 0x00000000-0x00000fff] 
because it overlaps 0000:3d:00.0 BAR 0 [mem 0x00000000-0x00001fff 64bit]
Feb 17 23:10:23 zira kernel: system 00:00: [mem 0xfed1c000-0xfed1ffff] has been 
reserved
Feb 17 23:10:23 zira kernel: system 00:00: [mem 0xfed10000-0xfed17fff] could 
not be reserved
Feb 17 23:10:23 zira kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been 
reserved
Feb 17 23:10:23 zira kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been 
reserved
Feb 17 23:10:23 zira kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been 
reserved
Feb 17 23:10:23 zira kernel: system 00:00: [mem 0xfed20000-0xfed3ffff] has been 
reserved
Feb 17 23:10:23 zira kernel: system 00:00: [mem 0xfed90000-0xfed93fff] has been 
reserved
Feb 17 23:10:23 zira kernel: system 00:00: [mem 0xfed45000-0xfed8ffff] has been 
reserved
Feb 17 23:10:23 zira kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could 
not be reserved
Feb 17 23:10:23 zira kernel: system 00:00: [mem 0x60010000-0x6001ffff] has been 
reserved
Feb 17 23:10:23 zira kernel: system 00:00: [mem 0x60000000-0x6000ffff] has been 
reserved
Feb 17 23:10:23 zira kernel: system 00:00: Plug and Play ACPI device, IDs 
PNP0c02 (active)
Feb 17 23:10:23 zira kernel: system 00:01: [io  0x0200-0x020f] has been reserved
Feb 17 23:10:23 zira kernel: system 00:01: [io  0x0220-0x027f] has been reserved
Feb 17 23:10:23 zira kernel: system 00:01: [io  0xffff] has been reserved
Feb 17 23:10:23 zira kernel: system 00:01: [io  0xffff] has been reserved
Feb 17 23:10:23 zira kernel: system 00:01: [io  0xffff] has been reserved
Feb 17 23:10:23 zira kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Feb 17 23:10:23 zira kernel: system 00:01: [io  0xef80-0xef9f] has been reserved
Feb 17 23:10:23 zira kernel: system 00:01: Plug and Play ACPI device, IDs 
PNP0c02 (active)
Feb 17 23:10:23 zira kernel: system 00:02: [io  0x0800-0x087f] has been reserved
Feb 17 23:10:23 zira kernel: system 00:02: Plug and Play ACPI device, IDs 
PNP0c02 (active)
Feb 17 23:10:23 zira kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 
(active)
Feb 17 23:10:23 zira kernel: pnp 00:04: [dma 0 disabled]
Feb 17 23:10:23 zira kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0401 
(active)
Feb 17 23:10:23 zira kernel: pnp 00:05: Plug and Play ACPI device, IDs HPQ8002 
PNP0303 (active)
Feb 17 23:10:23 zira kernel: pnp 00:06: Plug and Play ACPI device, IDs SYN3023 
SYN0100 SYN0002 PNP0f13 (active)
Feb 17 23:10:23 zira kernel: pnp 00:07: Plug and Play ACPI device, IDs IFX0102 
PNP0c31 (active)
Feb 17 23:10:23 zira kernel: pnp: PnP ACPI: found 8 devices
Feb 17 23:10:23 zira kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 
0xffffff, max_idle_ns: 2085701024 ns
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 
0xfff80000-0xffffffff pref]: no compatible bridge window
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.0: bridge window [io  
0x1000-0x0fff] to [bus 02-3a] add_size 1000
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 3e-5e] add_size 200000 add_align 
100000
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: bridge window [io  
0x1000-0x0fff] to [bus 5f] add_size 1000
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 5f] add_size 200000 add_align 100000
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0: bridge window [mem 
0x00100000-0x002fffff 64bit pref] to [bus 3c-5f] add_size 400000 add_align 
100000
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.6: bridge window [mem 
0x00100000-0x002fffff 64bit pref] to [bus 3b-5f] add_size 400000 add_align 
100000
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.6: BAR 15: assigned [mem 
0x60100000-0x606fffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.0: BAR 13: assigned [io  
0x2000-0x2fff]
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: BAR 6: assigned [mem 
0xd2080000-0xd20fffff pref]
Feb 17 23:10:23 zira kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 17 23:10:23 zira kernel: pci 0000:00:01.0:   bridge window [io  
0x5000-0x5fff]
Feb 17 23:10:23 zira kernel: pci 0000:00:01.0:   bridge window [mem 
0xd1000000-0xd20fffff]
Feb 17 23:10:23 zira kernel: pci 0000:00:01.0:   bridge window [mem 
0x70000000-0x81ffffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.0: PCI bridge to [bus 02-3a]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.0:   bridge window [io  
0x2000-0x2fff]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.0:   bridge window [mem 
0xb4000000-0xca0fffff]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.0:   bridge window [mem 
0x90000000-0xb1ffffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0: BAR 15: assigned [mem 
0x60100000-0x606fffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0: BAR 15: assigned [mem 
0x60100000-0x602fffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: BAR 15: assigned [mem 
0x60300000-0x604fffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: BAR 13: no space for [io  size 
0x1000]
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: BAR 13: failed to assign [io  
size 0x1000]
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: BAR 13: no space for [io  size 
0x1000]
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: BAR 13: failed to assign [io  
size 0x1000]
Feb 17 23:10:23 zira kernel: pci 0000:3d:00.0: BAR 0: assigned [mem 
0xd0100000-0xd0101fff 64bit]
Feb 17 23:10:23 zira kernel: pci 0000:3c:01.0: PCI bridge to [bus 3d]
Feb 17 23:10:23 zira kernel: pci 0000:3c:01.0:   bridge window [mem 
0xd0100000-0xd01fffff]
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0: PCI bridge to [bus 3e-5e]
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0:   bridge window [io  
0x3000-0x4fff]
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0:   bridge window [mem 
0xcc000000-0xcfffffff]
Feb 17 23:10:23 zira kernel: pci 0000:3c:02.0:   bridge window [mem 
0x60100000-0x602fffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0: PCI bridge to [bus 5f]
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0:   bridge window [mem 
0xd0000000-0xd00fffff]
Feb 17 23:10:23 zira kernel: pci 0000:3c:03.0:   bridge window [mem 
0x60300000-0x604fffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0: PCI bridge to [bus 3c-5f]
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0:   bridge window [io  
0x3000-0x4fff]
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0:   bridge window [mem 
0xcc000000-0xd01fffff]
Feb 17 23:10:23 zira kernel: pci 0000:3b:00.0:   bridge window [mem 
0x60100000-0x606fffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.6: PCI bridge to [bus 3b-5f]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.6:   bridge window [io  
0x3000-0x4fff]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.6:   bridge window [mem 
0xcc000000-0xd01fffff]
Feb 17 23:10:23 zira kernel: pci 0000:00:1c.6:   bridge window [mem 
0x60100000-0x606fffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 
window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff 
window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: resource 6 [mem 
0x000a0000-0x000bffff window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: resource 7 [mem 
0x60000000-0xdfffffff window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: resource 8 [mem 
0xf0000000-0xfed3ffff window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: resource 9 [mem 
0xfed45000-0xfedfffff window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:00: resource 10 [mem 
0xfee01000-0xffffffff window]
Feb 17 23:10:23 zira kernel: pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:01: resource 1 [mem 
0xd1000000-0xd20fffff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:01: resource 2 [mem 
0x70000000-0x81ffffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:02: resource 1 [mem 
0xb4000000-0xca0fffff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:02: resource 2 [mem 
0x90000000-0xb1ffffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci_bus 0000:3b: resource 0 [io  0x3000-0x4fff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:3b: resource 1 [mem 
0xcc000000-0xd01fffff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:3b: resource 2 [mem 
0x60100000-0x606fffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci_bus 0000:3c: resource 0 [io  0x3000-0x4fff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:3c: resource 1 [mem 
0xcc000000-0xd01fffff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:3c: resource 2 [mem 
0x60100000-0x606fffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci_bus 0000:3d: resource 1 [mem 
0xd0100000-0xd01fffff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:3e: resource 0 [io  0x3000-0x4fff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:3e: resource 1 [mem 
0xcc000000-0xcfffffff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:3e: resource 2 [mem 
0x60100000-0x602fffff 64bit pref]
Feb 17 23:10:23 zira kernel: pci_bus 0000:5f: resource 1 [mem 
0xd0000000-0xd00fffff]
Feb 17 23:10:23 zira kernel: pci_bus 0000:5f: resource 2 [mem 
0x60300000-0x604fffff 64bit pref]
Feb 17 23:10:23 zira kernel: NET: Registered protocol family 2
Feb 17 23:10:23 zira kernel: tcp_listen_portaddr_hash hash table entries: 8192 
(order: 5, 131072 bytes)
Feb 17 23:10:23 zira kernel: TCP established hash table entries: 131072 (order: 
8, 1048576 bytes)
Feb 17 23:10:23 zira kernel: TCP bind hash table entries: 65536 (order: 8, 
1048576 bytes)
Feb 17 23:10:23 zira kernel: TCP: Hash tables configured (established 131072 
bind 65536)
Feb 17 23:10:23 zira kernel: UDP hash table entries: 8192 (order: 6, 262144 
bytes)
Feb 17 23:10:23 zira kernel: UDP-Lite hash table entries: 8192 (order: 6, 
262144 bytes)
Feb 17 23:10:23 zira kernel: NET: Registered protocol family 1
Feb 17 23:10:23 zira kernel: NET: Registered protocol family 44
Feb 17 23:10:23 zira kernel: pci 0000:00:14.0: enabling device (0000 -> 0002)
Feb 17 23:10:23 zira kernel: pci 0000:01:00.0: Video device with shadowed ROM 
at [mem 0x000c0000-0x000dffff]
Feb 17 23:10:23 zira kernel: pci 0000:01:00.1: Linked as a consumer to 
0000:01:00.0
Feb 17 23:10:23 zira kernel: PCI: CLS 64 bytes, default 64
Feb 17 23:10:23 zira kernel: Unpacking initramfs...
Feb 17 23:10:23 zira kernel: Freeing initrd memory: 32156K
Feb 17 23:10:23 zira kernel: PCI-DMA: Using software bounce buffering for IO 
(SWIOTLB)
Feb 17 23:10:23 zira kernel: software IO TLB: mapped [mem 
0x58b7f000-0x5cb7f000] (64MB)
Feb 17 23:10:23 zira kernel: Initialise system trusted keyrings
Feb 17 23:10:23 zira kernel: workingset: timestamp_bits=40 max_order=22 
bucket_order=0
Feb 17 23:10:23 zira kernel: zbud: loaded
Feb 17 23:10:23 zira kernel: pstore: using deflate compression
Feb 17 23:10:23 zira kernel: Key type asymmetric registered
Feb 17 23:10:23 zira kernel: Asymmetric key parser 'x509' registered
Feb 17 23:10:23 zira kernel: Block layer SCSI generic (bsg) driver version 0.4 
loaded (major 247)
Feb 17 23:10:23 zira kernel: io scheduler noop registered
Feb 17 23:10:23 zira kernel: io scheduler deadline registered
Feb 17 23:10:23 zira kernel: io scheduler cfq registered (default)
Feb 17 23:10:23 zira kernel: io scheduler mq-deadline registered
Feb 17 23:10:23 zira kernel: pcieport 0000:00:01.0: Signaling PME with IRQ 24
Feb 17 23:10:23 zira kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 25
Feb 17 23:10:23 zira kernel: pcieport 0000:00:1c.6: Signaling PME with IRQ 26
Feb 17 23:10:23 zira kernel: pciehp 0000:00:1c.0:pcie004: Slot #0 AttnBtn- 
PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Feb 17 23:10:23 zira kernel: pciehp 0000:3c:02.0:pcie204: Slot #0 AttnBtn- 
PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
Feb 17 23:10:23 zira kernel: pciehp 0000:3c:03.0:pcie204: Slot #0 AttnBtn- 
PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
Feb 17 23:10:23 zira kernel: shpchp: Standard Hot Plug PCI Controller Driver 
version: 0.4
Feb 17 23:10:23 zira kernel: vesafb: mode is 1024x768x32, linelength=4096, 
pages=0
Feb 17 23:10:23 zira kernel: vesafb: scrolling: redraw
Feb 17 23:10:23 zira kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Feb 17 23:10:23 zira kernel: vesafb: framebuffer at 0x81000000, mapped to 
0x00000000cc6658ad, using 3072k, total 3072k
Feb 17 23:10:23 zira kernel: Console: switching to colour frame buffer device 
128x48
Feb 17 23:10:23 zira kernel: fb0: VESA VGA frame buffer device
Feb 17 23:10:23 zira kernel: intel_idle: MWAIT substates: 0x42120
Feb 17 23:10:23 zira kernel: intel_idle: v0.4.1 model 0x3C
Feb 17 23:10:23 zira kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Feb 17 23:10:23 zira kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing 
enabled
Feb 17 23:10:23 zira kernel: 0000:00:16.3: ttyS0 at I/O 0x6070 (irq = 19, 
base_baud = 115200) is a 16550A
Feb 17 23:10:23 zira kernel: Linux agpgart interface v0.103
Feb 17 23:10:23 zira kernel: AMD IOMMUv2 driver by Joerg Roedel 
<jroe...@suse.de>
Feb 17 23:10:23 zira kernel: AMD IOMMUv2 functionality not available on this 
system
Feb 17 23:10:23 zira kernel: i8042: PNP: PS/2 Controller 
[PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Feb 17 23:10:23 zira kernel: i8042: Detected active multiplexing controller, 
rev 1.1
Feb 17 23:10:23 zira kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 17 23:10:23 zira kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
Feb 17 23:10:23 zira kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
Feb 17 23:10:23 zira kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
Feb 17 23:10:23 zira kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
Feb 17 23:10:23 zira kernel: mousedev: PS/2 mouse device common for all mice
Feb 17 23:10:23 zira kernel: rtc_cmos 00:03: RTC can wake from S4
Feb 17 23:10:23 zira kernel: rtc_cmos 00:03: registered as rtc0
Feb 17 23:10:23 zira kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 
bytes nvram, hpet irqs
Feb 17 23:10:23 zira kernel: intel_pstate: Intel P-state driver initializing
Feb 17 23:10:23 zira kernel: ledtrig-cpu: registered to indicate activity on 
CPUs
Feb 17 23:10:23 zira kernel: NET: Registered protocol family 10
Feb 17 23:10:23 zira kernel: Segment Routing with IPv6
Feb 17 23:10:23 zira kernel: mip6: Mobile IPv6
Feb 17 23:10:23 zira kernel: NET: Registered protocol family 17
Feb 17 23:10:23 zira kernel: mpls_gso: MPLS GSO support
Feb 17 23:10:23 zira kernel: microcode: sig=0x306c3, pf=0x10, revision=0x25
Feb 17 23:10:23 zira kernel: microcode: Microcode Update Driver: v2.2.
Feb 17 23:10:23 zira kernel: sched_clock: Marking stable (5034331141, 
294425)->(5042401580, -7776014)
Feb 17 23:10:23 zira kernel: registered taskstats version 1
Feb 17 23:10:23 zira kernel: Loading compiled-in X.509 certificates
Feb 17 23:10:23 zira kernel: input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input0
Feb 17 23:10:23 zira kernel: Loaded X.509 cert 'secure-boot-test-key-lfaraone: 
97c1b25cddf9873ca78a58f3d73bf727d2cf78ff'
Feb 17 23:10:23 zira kernel: zswap: loaded using pool lzo/zbud
Feb 17 23:10:23 zira kernel: AppArmor: AppArmor sha1 policy hashing enabled
Feb 17 23:10:23 zira kernel: rtc_cmos 00:03: setting system clock to 2019-02-17 
22:10:08 UTC (1550441408)
Feb 17 23:10:23 zira kernel: Freeing unused kernel image memory: 1576K
Feb 17 23:10:23 zira kernel: Write protecting the kernel read-only data: 16384k
Feb 17 23:10:23 zira kernel: Freeing unused kernel image memory: 2028K
Feb 17 23:10:23 zira kernel: Freeing unused kernel image memory: 828K
Feb 17 23:10:23 zira kernel: x86/mm: Checked W+X mappings: passed, no W+X pages 
found.
Feb 17 23:10:23 zira kernel: x86/mm: Checking user space page tables
Feb 17 23:10:23 zira kernel: x86/mm: Checked W+X mappings: passed, no W+X pages 
found.
Feb 17 23:10:23 zira kernel: Run /init as init process
Feb 17 23:10:23 zira kernel: ACPI Warning: SystemIO range 
0x0000000000001828-0x000000000000182F conflicts with OpRegion 
0x0000000000001800-0x000000000000187F (\PMIO) (20180810/utaddress-213)
Feb 17 23:10:23 zira kernel: ACPI: If an ACPI driver is available for this 
device, you should use it instead of the native driver
Feb 17 23:10:23 zira kernel: ACPI Warning: SystemIO range 
0x0000000000000840-0x000000000000084F conflicts with OpRegion 
0x0000000000000800-0x0000000000000BFF (\GPIO) (20180810/utaddress-213)
Feb 17 23:10:23 zira kernel: ACPI: If an ACPI driver is available for this 
device, you should use it instead of the native driver
Feb 17 23:10:23 zira kernel: ACPI Warning: SystemIO range 
0x0000000000000830-0x000000000000083F conflicts with OpRegion 
0x0000000000000800-0x000000000000083F (\GPRL) (20180810/utaddress-213)
Feb 17 23:10:23 zira kernel: ACPI Warning: SystemIO range 
0x0000000000000830-0x000000000000083F conflicts with OpRegion 
0x0000000000000800-0x0000000000000BFF (\GPIO) (20180810/utaddress-213)
Feb 17 23:10:23 zira kernel: ACPI: If an ACPI driver is available for this 
device, you should use it instead of the native driver
Feb 17 23:10:23 zira kernel: ACPI Warning: SystemIO range 
0x0000000000000800-0x000000000000082F conflicts with OpRegion 
0x0000000000000810-0x0000000000000813 (\_PR.IO_D) (20180810/utaddress-213)
Feb 17 23:10:23 zira kernel: ACPI Warning: SystemIO range 
0x0000000000000800-0x000000000000082F conflicts with OpRegion 
0x0000000000000800-0x000000000000083F (\GPRL) (20180810/utaddress-213)
Feb 17 23:10:23 zira kernel: ACPI Warning: SystemIO range 
0x0000000000000800-0x000000000000082F conflicts with OpRegion 
0x0000000000000800-0x0000000000000BFF (\GPIO) (20180810/utaddress-213)
Feb 17 23:10:23 zira kernel: ACPI Warning: SystemIO range 
0x0000000000000800-0x000000000000082F conflicts with OpRegion 
0x0000000000000810-0x0000000000000813 (\IO_D) (20180810/utaddress-213)
Feb 17 23:10:23 zira kernel: ACPI Warning: SystemIO range 
0x0000000000000800-0x000000000000082F conflicts with OpRegion 
0x0000000000000800-0x000000000000080F (\IO_T) (20180810/utaddress-213)
Feb 17 23:10:23 zira kernel: ACPI: If an ACPI driver is available for this 
device, you should use it instead of the native driver
Feb 17 23:10:23 zira kernel: lpc_ich: Resource conflict(s) found affecting 
gpio_ich
Feb 17 23:10:23 zira kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Feb 17 23:10:23 zira kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Feb 17 23:10:23 zira kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate 
(ints/sec) set to dynamic conservative mode
Feb 17 23:10:23 zira kernel: cryptd: max_cpu_qlen set to 1000
Feb 17 23:10:23 zira kernel: ACPI: bus type USB registered
Feb 17 23:10:23 zira kernel: usbcore: registered new interface driver usbfs
Feb 17 23:10:23 zira kernel: usbcore: registered new interface driver hub
Feb 17 23:10:23 zira kernel: usbcore: registered new device driver usb
Feb 17 23:10:23 zira kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
Feb 17 23:10:23 zira kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Feb 17 23:10:23 zira kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller 
(EHCI) Driver
Feb 17 23:10:23 zira kernel: ehci-pci: EHCI PCI platform driver
Feb 17 23:10:23 zira kernel: SCSI subsystem initialized
Feb 17 23:10:23 zira kernel: AVX2 version of gcm_enc/dec engaged.
Feb 17 23:10:23 zira kernel: AES CTR mode by8 optimization enabled
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1a.0: new USB bus registered, 
assigned bus number 1
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1a.0: debug port 2
Feb 17 23:10:23 zira kernel: libata version 3.00 loaded.
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is 
not supported
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xd2136000
Feb 17 23:10:23 zira kernel: ahci 0000:00:1f.2: version 3.0
Feb 17 23:10:23 zira kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan 
disabled
Feb 17 23:10:23 zira kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 
6 Gbps 0xf impl SATA mode
Feb 17 23:10:23 zira kernel: ahci 0000:00:1f.2: flags: 64bit ncq stag pm led 
clo pio slum part ems sxs apst 
Feb 17 23:10:23 zira kernel: thermal LNXTHERM:00: registered as thermal_zone0
Feb 17 23:10:23 zira kernel: ACPI: Thermal Zone [CPUZ] (51 C)
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Feb 17 23:10:23 zira kernel: usb usb1: New USB device found, idVendor=1d6b, 
idProduct=0002, bcdDevice= 4.19
Feb 17 23:10:23 zira kernel: usb usb1: New USB device strings: Mfr=3, 
Product=2, SerialNumber=1
Feb 17 23:10:23 zira kernel: usb usb1: Product: EHCI Host Controller
Feb 17 23:10:23 zira kernel: usb usb1: Manufacturer: Linux 4.19.0-3-amd64 
ehci_hcd
Feb 17 23:10:23 zira kernel: usb usb1: SerialNumber: 0000:00:1a.0
Feb 17 23:10:23 zira kernel: hub 1-0:1.0: USB hub found
Feb 17 23:10:23 zira kernel: hub 1-0:1.0: 3 ports detected
Feb 17 23:10:23 zira kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 17 23:10:23 zira kernel: xhci_hcd 0000:00:14.0: new USB bus registered, 
assigned bus number 2
Feb 17 23:10:23 zira kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci 
version 0x100 quirks 0x0000000000009810
Feb 17 23:10:23 zira kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is 
not supported
Feb 17 23:10:23 zira kernel: usb usb2: New USB device found, idVendor=1d6b, 
idProduct=0002, bcdDevice= 4.19
Feb 17 23:10:23 zira kernel: usb usb2: New USB device strings: Mfr=3, 
Product=2, SerialNumber=1
Feb 17 23:10:23 zira kernel: usb usb2: Product: xHCI Host Controller
Feb 17 23:10:23 zira kernel: usb usb2: Manufacturer: Linux 4.19.0-3-amd64 
xhci-hcd
Feb 17 23:10:23 zira kernel: usb usb2: SerialNumber: 0000:00:14.0
Feb 17 23:10:23 zira kernel: hub 2-0:1.0: USB hub found
Feb 17 23:10:23 zira kernel: hub 2-0:1.0: 15 ports detected
Feb 17 23:10:23 zira kernel: alg: No test for pcbc(aes) (pcbc-aes-aesni)
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1d.0: new USB bus registered, 
assigned bus number 3
Feb 17 23:10:23 zira kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1d.0: debug port 2
Feb 17 23:10:23 zira kernel: xhci_hcd 0000:00:14.0: new USB bus registered, 
assigned bus number 4
Feb 17 23:10:23 zira kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0  
SuperSpeed
Feb 17 23:10:23 zira kernel: usb usb4: New USB device found, idVendor=1d6b, 
idProduct=0003, bcdDevice= 4.19
Feb 17 23:10:23 zira kernel: usb usb4: New USB device strings: Mfr=3, 
Product=2, SerialNumber=1
Feb 17 23:10:23 zira kernel: usb usb4: Product: xHCI Host Controller
Feb 17 23:10:23 zira kernel: usb usb4: Manufacturer: Linux 4.19.0-3-amd64 
xhci-hcd
Feb 17 23:10:23 zira kernel: usb usb4: SerialNumber: 0000:00:14.0
Feb 17 23:10:23 zira kernel: hub 4-0:1.0: USB hub found
Feb 17 23:10:23 zira kernel: hub 4-0:1.0: 6 ports detected
Feb 17 23:10:23 zira kernel: usb: port power management may be unreliable
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is 
not supported
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1d.0: irq 17, io mem 0xd2135000
Feb 17 23:10:23 zira kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Feb 17 23:10:23 zira kernel: usb usb3: New USB device found, idVendor=1d6b, 
idProduct=0002, bcdDevice= 4.19
Feb 17 23:10:23 zira kernel: usb usb3: New USB device strings: Mfr=3, 
Product=2, SerialNumber=1
Feb 17 23:10:23 zira kernel: usb usb3: Product: EHCI Host Controller
Feb 17 23:10:23 zira kernel: usb usb3: Manufacturer: Linux 4.19.0-3-amd64 
ehci_hcd
Feb 17 23:10:23 zira kernel: usb usb3: SerialNumber: 0000:00:1d.0
Feb 17 23:10:23 zira kernel: hub 3-0:1.0: USB hub found
Feb 17 23:10:23 zira kernel: hub 3-0:1.0: 3 ports detected
Feb 17 23:10:23 zira kernel: scsi host0: ahci
Feb 17 23:10:23 zira kernel: scsi host1: ahci
Feb 17 23:10:23 zira kernel: scsi host2: ahci
Feb 17 23:10:23 zira kernel: scsi host3: ahci
Feb 17 23:10:23 zira kernel: scsi host4: ahci
Feb 17 23:10:23 zira kernel: scsi host5: ahci
Feb 17 23:10:23 zira kernel: ata1: SATA max UDMA/133 abar m2048@0xd2134000 port 
0xd2134100 irq 32
Feb 17 23:10:23 zira kernel: ata2: SATA max UDMA/133 abar m2048@0xd2134000 port 
0xd2134180 irq 32
Feb 17 23:10:23 zira kernel: ata3: SATA max UDMA/133 abar m2048@0xd2134000 port 
0xd2134200 irq 32
Feb 17 23:10:23 zira kernel: ata4: SATA max UDMA/133 abar m2048@0xd2134000 port 
0xd2134280 irq 32
Feb 17 23:10:23 zira kernel: ata5: DUMMY
Feb 17 23:10:23 zira kernel: ata6: DUMMY
Feb 17 23:10:23 zira kernel: thermal LNXTHERM:01: registered as thermal_zone1
Feb 17 23:10:23 zira kernel: ACPI: Thermal Zone [GFXZ] (39 C)
Feb 17 23:10:23 zira kernel: thermal LNXTHERM:02: registered as thermal_zone2
Feb 17 23:10:23 zira kernel: ACPI: Thermal Zone [EXTZ] (0 C)
Feb 17 23:10:23 zira kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): 
registered PHC clock
Feb 17 23:10:23 zira kernel: thermal LNXTHERM:03: registered as thermal_zone3
Feb 17 23:10:23 zira kernel: ACPI: Thermal Zone [LOCZ] (85 C)
Feb 17 23:10:23 zira kernel: thermal LNXTHERM:04: registered as thermal_zone4
Feb 17 23:10:23 zira kernel: ACPI: Thermal Zone [BATZ] (28 C)
Feb 17 23:10:23 zira kernel: thermal LNXTHERM:05: registered as thermal_zone5
Feb 17 23:10:23 zira kernel: ACPI: Thermal Zone [PCHZ] (127 C)
Feb 17 23:10:23 zira kernel: e1000e 0000:00:19.0 eth0: (PCI 
Express:2.5GT/s:Width x1) 30:8d:99:25:ad:3f
Feb 17 23:10:23 zira kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 
Network Connection
Feb 17 23:10:23 zira kernel: e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA 
No: FFFFFF-0FF
Feb 17 23:10:23 zira kernel: usb 1-1: new high-speed USB device number 2 using 
ehci-pci
Feb 17 23:10:23 zira kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 
300)
Feb 17 23:10:23 zira kernel: usb 2-5: new full-speed USB device number 2 using 
xhci_hcd
Feb 17 23:10:23 zira kernel: ata1.00: ATA-9: MTFDDAK512MAY-1AE1ZABHA, M506, max 
UDMA/133
Feb 17 23:10:23 zira kernel: ata1.00: 1000215216 sectors, multi 16: LBA48 NCQ 
(depth 32), AA
Feb 17 23:10:23 zira kernel: usb 3-1: new high-speed USB device number 2 using 
ehci-pci
Feb 17 23:10:23 zira kernel: ata1.00: configured for UDMA/133
Feb 17 23:10:23 zira kernel: scsi 0:0:0:0: Direct-Access     ATA      
MTFDDAK512MAY-1A M506 PQ: 0 ANSI: 5
Feb 17 23:10:23 zira kernel: tsc: Refined TSC clocksource calibration: 2793.517 
MHz
Feb 17 23:10:23 zira kernel: clocksource: tsc: mask: 0xffffffffffffffff 
max_cycles: 0x284454ac1b2, max_idle_ns: 440795273448 ns
Feb 17 23:10:23 zira kernel: clocksource: Switched to clocksource tsc
Feb 17 23:10:23 zira kernel: usb 2-5: New USB device found, idVendor=138a, 
idProduct=003f, bcdDevice= 1.04
Feb 17 23:10:23 zira kernel: usb 2-5: New USB device strings: Mfr=0, Product=0, 
SerialNumber=1
Feb 17 23:10:23 zira kernel: usb 2-5: SerialNumber: 00a0f04d6780
Feb 17 23:10:23 zira kernel: usb 1-1: New USB device found, idVendor=8087, 
idProduct=8008, bcdDevice= 0.04
Feb 17 23:10:23 zira kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
Feb 17 23:10:23 zira kernel: hub 1-1:1.0: USB hub found
Feb 17 23:10:23 zira kernel: hub 1-1:1.0: 6 ports detected
Feb 17 23:10:23 zira kernel: usb 3-1: New USB device found, idVendor=8087, 
idProduct=8000, bcdDevice= 0.04
Feb 17 23:10:23 zira kernel: usb 3-1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
Feb 17 23:10:23 zira kernel: hub 3-1:1.0: USB hub found
Feb 17 23:10:23 zira kernel: hub 3-1:1.0: 8 ports detected
Feb 17 23:10:23 zira kernel: usb 2-6: new high-speed USB device number 3 using 
xhci_hcd
Feb 17 23:10:23 zira kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 
300)
Feb 17 23:10:23 zira kernel: ata2.00: ATAPI: hp       DVDRW  SU208GB, HH00, max 
UDMA/100
Feb 17 23:10:23 zira kernel: ata2.00: configured for UDMA/100
Feb 17 23:10:23 zira kernel: scsi 1:0:0:0: CD-ROM            hp       DVDRW  
SU208GB   HH00 PQ: 0 ANSI: 5
Feb 17 23:10:23 zira kernel: usb 2-6: New USB device found, idVendor=05ac, 
idProduct=1006, bcdDevice=94.15
Feb 17 23:10:23 zira kernel: usb 2-6: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
Feb 17 23:10:23 zira kernel: usb 2-6: Product: Keyboard Hub
Feb 17 23:10:23 zira kernel: usb 2-6: Manufacturer: Apple, Inc.
Feb 17 23:10:23 zira kernel: usb 2-6: SerialNumber: 000000000000
Feb 17 23:10:23 zira kernel: hub 2-6:1.0: USB hub found
Feb 17 23:10:23 zira kernel: hub 2-6:1.0: 3 ports detected
Feb 17 23:10:23 zira kernel: usb 2-7: new high-speed USB device number 4 using 
xhci_hcd
Feb 17 23:10:23 zira kernel: input: PS/2 Generic Mouse as 
/devices/platform/i8042/serio2/input/input6
Feb 17 23:10:23 zira kernel: ata3: SATA link down (SStatus 0 SControl 300)
Feb 17 23:10:23 zira kernel: usb 2-6.2: new low-speed USB device number 5 using 
xhci_hcd
Feb 17 23:10:23 zira kernel: usb 2-7: New USB device found, idVendor=05c8, 
idProduct=0374, bcdDevice= 1.01
Feb 17 23:10:23 zira kernel: usb 2-7: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
Feb 17 23:10:23 zira kernel: usb 2-7: Product: HP HD Webcam
Feb 17 23:10:23 zira kernel: usb 2-7: Manufacturer: SunplusIT INC.
Feb 17 23:10:23 zira kernel: usb 2-6.2: New USB device found, idVendor=05ac, 
idProduct=0221, bcdDevice= 0.69
Feb 17 23:10:23 zira kernel: usb 2-6.2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
Feb 17 23:10:23 zira kernel: usb 2-6.2: Product: Apple Keyboard
Feb 17 23:10:23 zira kernel: usb 2-6.2: Manufacturer: Apple, Inc
Feb 17 23:10:23 zira kernel: hidraw: raw HID events driver (C) Jiri Kosina
Feb 17 23:10:23 zira kernel: usbcore: registered new interface driver usbhid
Feb 17 23:10:23 zira kernel: usbhid: USB HID core driver
Feb 17 23:10:23 zira kernel: input: Apple, Inc Apple Keyboard as 
/devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6.2/2-6.2:1.0/0003:05AC:0221.0001/input/input8
Feb 17 23:10:23 zira kernel: apple 0003:05AC:0221.0001: input,hidraw0: USB HID 
v1.11 Keyboard [Apple, Inc Apple Keyboard] on usb-0000:00:14.0-6.2/input0
Feb 17 23:10:23 zira kernel: input: Apple, Inc Apple Keyboard as 
/devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6.2/2-6.2:1.1/0003:05AC:0221.0002/input/input9
Feb 17 23:10:23 zira kernel: usb 2-12: new full-speed USB device number 6 using 
xhci_hcd
Feb 17 23:10:23 zira kernel: apple 0003:05AC:0221.0002: input,hidraw1: USB HID 
v1.11 Device [Apple, Inc Apple Keyboard] on usb-0000:00:14.0-6.2/input1
Feb 17 23:10:23 zira kernel: ata4: SATA link down (SStatus 0 SControl 300)
Feb 17 23:10:23 zira kernel: sd 0:0:0:0: [sda] 1000215216 512-byte logical 
blocks: (512 GB/477 GiB)
Feb 17 23:10:23 zira kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Feb 17 23:10:23 zira kernel: sd 0:0:0:0: [sda] Write Protect is off
Feb 17 23:10:23 zira kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 17 23:10:23 zira kernel: sd 0:0:0:0: [sda] Write cache: enabled, read 
cache: enabled, doesn't support DPO or FUA
Feb 17 23:10:23 zira kernel:  sda: sda1 sda2 < sda5 >
Feb 17 23:10:23 zira kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Feb 17 23:10:23 zira kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer 
dvd-ram cd/rw xa/form2 cdda tray
Feb 17 23:10:23 zira kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Feb 17 23:10:23 zira kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Feb 17 23:10:23 zira kernel: usb 2-12: New USB device found, idVendor=8087, 
idProduct=07dc, bcdDevice= 0.01
Feb 17 23:10:23 zira kernel: usb 2-12: New USB device strings: Mfr=0, 
Product=0, SerialNumber=0
Feb 17 23:10:23 zira kernel: usb 2-6.3: new low-speed USB device number 7 using 
xhci_hcd
Feb 17 23:10:23 zira kernel: usb 2-6.3: New USB device found, idVendor=093a, 
idProduct=2510, bcdDevice= 1.00
Feb 17 23:10:23 zira kernel: usb 2-6.3: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
Feb 17 23:10:23 zira kernel: usb 2-6.3: Product: USB Optical Mouse
Feb 17 23:10:23 zira kernel: usb 2-6.3: Manufacturer: PixArt
Feb 17 23:10:23 zira kernel: input: PixArt USB Optical Mouse as 
/devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6.3/2-6.3:1.0/0003:093A:2510.0003/input/input10
Feb 17 23:10:23 zira kernel: hid-generic 0003:093A:2510.0003: input,hidraw2: 
USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-6.3/input0
Feb 17 23:10:23 zira kernel: psmouse serio3: synaptics: queried max 
coordinates: x [..5660], y [..4730]
Feb 17 23:10:23 zira kernel: psmouse serio3: synaptics: queried min 
coordinates: x [1324..], y [1248..]
Feb 17 23:10:23 zira kernel: psmouse serio3: synaptics: Your touchpad (PNP: 
SYN3023 SYN0100 SYN0002 PNP0f13) says it can support a different bus. If 
i2c-hid and hid-rmi are not used, you might want to try setting 
psmouse.synaptics_intertouch to 1 and report this to 
linux-in...@vger.kernel.org.
Feb 17 23:10:23 zira kernel: psmouse serio3: synaptics: Touchpad model: 1, fw: 
8.1, id: 0x1e2b1, caps: 0xd40123/0x840300/0x26800/0x0, board id: 2706, fw id: 
1486004
Feb 17 23:10:23 zira kernel: input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio3/input/input7
Feb 17 23:10:23 zira kernel: device-mapper: uevent: version 1.0.3
Feb 17 23:10:23 zira kernel: device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) 
initialised: dm-de...@redhat.com
Feb 17 23:10:23 zira kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb 17 23:10:23 zira kernel: e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, 
Flow Control: Rx/Tx
Feb 17 23:10:23 zira kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes 
ready
Feb 17 23:10:23 zira kernel: NET: Registered protocol family 38
Feb 17 23:10:23 zira kernel: PM: Image not found (code -22)
Feb 17 23:10:23 zira kernel: EXT4-fs (dm-1): mounted filesystem with ordered 
data mode. Opts: (null)
Feb 17 23:10:23 zira kernel: e1000e: eth0 NIC Link is Down
Feb 17 23:10:23 zira systemd[1]: Inserted module 'autofs4'
Feb 17 23:10:23 zira systemd[1]: systemd 240 running in system mode. (+PAM 
+AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT 
+GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 
default-hierarchy=hybrid)
Feb 17 23:10:23 zira systemd[1]: Detected architecture x86-64.
Feb 17 23:10:23 zira systemd[1]: Set hostname to <zira>.
Feb 17 23:10:23 zira systemd[1]: /lib/systemd/system/fail2ban.service:12: 
PIDFile= references path below legacy directory /var/run/, updating 
/var/run/fail2ban/fail2ban.pid → /run/fail2ban/fail2ban.pid; please update the 
unit file accordingly.
Feb 17 23:10:23 zira systemd[1]: Started Forward Password Requests to Wall 
Directory Watch.
Feb 17 23:10:23 zira systemd[1]: Created slice User and Session Slice.
Feb 17 23:10:23 zira systemd[1]: Listening on udev Control Socket.
Feb 17 23:10:23 zira systemd[1]: Listening on Journal Socket.
Feb 17 23:10:23 zira systemd[1]: Mounting Huge Pages File System...
Feb 17 23:10:23 zira systemd[1]: Reached target Slices.
Feb 17 23:10:23 zira kernel: EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
Feb 17 23:10:23 zira kernel: lp: driver loaded but no devices found
Feb 17 23:10:23 zira kernel: ppdev: user-space parallel port driver
Feb 17 23:10:23 zira kernel: parport_pc 00:04: reported by Plug and Play ACPI
Feb 17 23:10:23 zira kernel: parport0: PC-style at 0x378 (0x778), irq 5 
[PCSPP,TRISTATE,EPP]
Feb 17 23:10:23 zira kernel: RPC: Registered named UNIX socket transport module.
Feb 17 23:10:23 zira kernel: RPC: Registered udp transport module.
Feb 17 23:10:23 zira kernel: RPC: Registered tcp transport module.
Feb 17 23:10:23 zira kernel: RPC: Registered tcp NFSv4.1 backchannel transport 
module.
Feb 17 23:10:23 zira systemd-journald[448]: Journal started
Feb 17 23:10:23 zira systemd-journald[448]: Runtime journal 
(/run/log/journal/5c06b4e92a624b62904d664b3ce714be) is 8.0M, max 159.5M, 151.5M 
free.
Feb 17 23:10:23 zira systemd-modules-load[446]: Inserted module 'lp'
Feb 17 23:10:23 zira systemd-modules-load[446]: Inserted module 'ppdev'
Feb 17 23:10:23 zira systemd-tmpfiles[474]: 
[/usr/lib/tmpfiles.d/fail2ban-tmpfiles.conf:1] Line references path below 
legacy directory /var/run/, updating /var/run/fail2ban → /run/fail2ban; please 
update the tmpfiles.d/ drop-in file accordingly.
Feb 17 23:10:23 zira systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 17 23:10:23 zira lvm[454]:   2 logical volume(s) in volume group "zira-vg" 
monitored
Feb 17 23:10:23 zira systemd-journald[448]: Time spent on flushing to /var is 
315.476ms for 819 entries.
Feb 17 23:10:23 zira systemd-journald[448]: System journal 
(/var/log/journal/5c06b4e92a624b62904d664b3ce714be) is 4.0G, max 4.0G, 0B free.
Feb 17 23:10:24 zira kernel: lp0: using parport0 (interrupt-driven).
Feb 17 23:10:24 zira kernel: version 39.2
Feb 17 23:10:24 zira kernel: ipmi device interface
Feb 17 23:10:24 zira kernel: nvidia: loading out-of-tree module taints kernel.
Feb 17 23:10:24 zira kernel: nvidia: module license 'NVIDIA' taints kernel.
Feb 17 23:10:24 zira kernel: Disabling lock debugging due to kernel taint
Feb 17 23:10:24 zira kernel: nvidia: module verification failed: signature 
and/or required key missing - tainting kernel
Feb 17 23:10:24 zira kernel: nvidia-nvlink: Nvlink Core is being initialized, 
major device number 244
Feb 17 23:10:24 zira kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: 
olddecodes=io+mem,decodes=none:owns=io+mem
Feb 17 23:10:24 zira kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  
390.87  Tue Aug 21 12:33:05 PDT 2018 (using threaded interrupts)
Feb 17 23:10:24 zira kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting 
Driver for UNIX platforms  390.87  Tue Aug 21 16:16:14 PDT 2018
Feb 17 23:10:24 zira kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading 
driver
Feb 17 23:10:24 zira kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 
0000:01:00.0 on minor 0
Feb 17 23:10:24 zira kernel: ACPI: AC Adapter [AC] (on-line)
Feb 17 23:10:24 zira kernel: input: Sleep Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12
Feb 17 23:10:24 zira kernel: ACPI: Sleep Button [SLPB]
Feb 17 23:10:24 zira kernel: input: Lid Switch as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input13
Feb 17 23:10:24 zira kernel: input: HP Wireless hotkeys as 
/devices/virtual/input/input14
Feb 17 23:10:24 zira kernel: ACPI: Lid Switch [LID]
Feb 17 23:10:24 zira kernel: input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input15
Feb 17 23:10:24 zira kernel: ACPI: Power Button [PWRF]
Feb 17 23:10:24 zira kernel: ACPI: Video Device [DGFX] (multi-head: yes  rom: 
yes  post: no)
Feb 17 23:10:24 zira kernel: tpm_tis 00:07: 1.2 TPM (device-id 0x1A, rev-id 16)
Feb 17 23:10:24 zira kernel: hp_accel: hardware type HPZBook15 found
Feb 17 23:10:24 zira kernel: acpi PNP0C14:01: duplicate WMI GUID 
05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Feb 17 23:10:24 zira kernel: acpi device:01: registered as cooling_device8
Feb 17 23:10:24 zira kernel: input: Video Bus as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input16
Feb 17 23:10:24 zira kernel: EDAC ie31200: No ECC support
Feb 17 23:10:24 zira kernel: tpm tpm0: TPM is disabled/deactivated (0x7)
Feb 17 23:10:24 zira kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Feb 17 23:10:24 zira kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5
Feb 17 23:10:24 zira kernel: media: Linux media interface: v0.10
Feb 17 23:10:24 zira kernel: iTCO_vendor_support: vendor-support=0
Feb 17 23:10:24 zira kernel: input: PC Speaker as 
/devices/platform/pcspkr/input/input17
Feb 17 23:10:24 zira kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed 
counters, 655360 ms ovfl timer
Feb 17 23:10:24 zira kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Feb 17 23:10:24 zira kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Feb 17 23:10:24 zira kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Feb 17 23:10:24 zira kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Feb 17 23:10:24 zira kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Feb 17 23:10:24 zira kernel: iTCO_wdt: Found a Lynx Point TCO device 
(Version=2, TCOBASE=0x1860)
Feb 17 23:10:24 zira kernel: iTCO_wdt: initialized. heartbeat=30 sec 
(nowayout=0)
Feb 17 23:10:24 zira kernel: alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
Feb 17 23:10:24 zira kernel: videodev: Linux video capture interface: v2.00
Feb 17 23:10:24 zira kernel: Intel(R) Wireless WiFi driver for Linux
Feb 17 23:10:24 zira kernel: Copyright(c) 2003- 2015 Intel Corporation
Feb 17 23:10:24 zira kernel: Bluetooth: Core ver 2.22
Feb 17 23:10:24 zira kernel: NET: Registered protocol family 31
Feb 17 23:10:24 zira kernel: Bluetooth: HCI device and connection manager 
initialized
Feb 17 23:10:24 zira kernel: Bluetooth: HCI socket layer initialized
Feb 17 23:10:24 zira kernel: Bluetooth: L2CAP socket layer initialized
Feb 17 23:10:24 zira kernel: Bluetooth: SCO socket layer initialized
Feb 17 23:10:24 zira kernel: usbcore: registered new interface driver btusb
Feb 17 23:10:24 zira kernel: kvm: disabled by bios
Feb 17 23:10:24 zira kernel: Bluetooth: hci0: read Intel version: 
370710018002030d00
Feb 17 23:10:24 zira kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Feb 17 23:10:24 zira kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo 
audio client
Feb 17 23:10:24 zira kernel: uvcvideo: Found UVC 1.00 device HP HD Webcam 
(05c8:0374)
Feb 17 23:10:24 zira kernel: bluetooth hci0: firmware: direct-loading firmware 
intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
Feb 17 23:10:24 zira kernel: Bluetooth: hci0: Intel Bluetooth firmware file: 
intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
Feb 17 23:10:24 zira kernel: iwlwifi 0000:3d:00.0: firmware: direct-loading 
firmware iwlwifi-7260-17.ucode
Feb 17 23:10:24 zira kernel: iwlwifi 0000:3d:00.0: loaded firmware version 
17.3216344376.0 op_mode iwlmvm
Feb 17 23:10:24 zira kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC3228: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Feb 17 23:10:24 zira kernel: snd_hda_codec_realtek hdaudioC0D0:    
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 17 23:10:24 zira kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 
(0x15/0x0/0x0/0x0/0x0)
Feb 17 23:10:24 zira kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: 
mono_out=0x0
Feb 17 23:10:24 zira kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Feb 17 23:10:24 zira kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1a
Feb 17 23:10:24 zira kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal 
Mic=0x12
Feb 17 23:10:24 zira kernel: uvcvideo 2-7:1.0: Entity type for entity Extension 
4 was not initialized!
Feb 17 23:10:24 zira kernel: uvcvideo 2-7:1.0: Entity type for entity Extension 
3 was not initialized!
Feb 17 23:10:24 zira kernel: uvcvideo 2-7:1.0: Entity type for entity 
Processing 2 was not initialized!
Feb 17 23:10:24 zira kernel: uvcvideo 2-7:1.0: Entity type for entity Camera 1 
was not initialized!
Feb 17 23:10:24 zira kernel: input: HP HD Webcam: HP HD Webcam as 
/devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/input/input20
Feb 17 23:10:24 zira kernel: usbcore: registered new interface driver uvcvideo
Feb 17 23:10:24 zira kernel: USB Video Class driver (1.1.1)
Feb 17 23:10:24 zira kernel: Adding 20250620k swap on 
/dev/mapper/zira--vg-swap_1.  Priority:-2 extents:1 across:20250620k SSFS
Feb 17 23:10:24 zira kernel: lis3lv02d: 8 bits 3DC sensor found
Feb 17 23:10:24 zira kernel: hp_wmi: query 0xd returned error 0x5
Feb 17 23:10:24 zira kernel: input: HP WMI hotkeys as 
/devices/virtual/input/input18
Feb 17 23:10:24 zira kernel: EXT4-fs (sda1): mounting ext2 file system using 
the ext4 subsystem
Feb 17 23:10:24 zira kernel: iwlwifi 0000:3d:00.0: Detected Intel(R) Dual Band 
Wireless AC 7260, REV=0x144
Feb 17 23:10:24 zira kernel: EXT4-fs (sda1): mounted filesystem without 
journal. Opts: (null)
Feb 17 23:10:24 zira kernel: iwlwifi 0000:3d:00.0: base HW address: 
cc:3d:82:a9:e3:ea
Feb 17 23:10:24 zira mtp-probe[525]: checking bus 2, device 5: 
"/sys/devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6.2"
Feb 17 23:10:23 zira systemd-modules-load[446]: Inserted module 'parport_pc'
Feb 17 23:10:24 zira mtp-probe[522]: checking bus 2, device 2: 
"/sys/devices/pci0000:00/0000:00:14.0/usb2/2-5"
Feb 17 23:10:23 zira systemd-modules-load[446]: Inserted module 'nvidia_drm'
Feb 17 23:10:24 zira mtp-probe[523]: checking bus 2, device 4: 
"/sys/devices/pci0000:00/0000:00:14.0/usb2/2-7"
Feb 17 23:10:23 zira systemd[1]: Started Rebuild Hardware Database.
Feb 17 23:10:24 zira mtp-probe[525]: bus: 2, device: 5 was not an MTP device
Feb 17 23:10:23 zira systemd[1]: Started Load Kernel Modules.
Feb 17 23:10:24 zira mtp-probe[522]: bus: 2, device: 2 was not an MTP device
Feb 17 23:10:23 zira systemd[1]: Condition check resulted in Kernel 
Configuration File System being skipped.
Feb 17 23:10:24 zira mtp-probe[526]: checking bus 2, device 7: 
"/sys/devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6.3"
Feb 17 23:10:23 zira systemd[1]: Starting Apply Kernel Variables...
Feb 17 23:10:24 zira mtp-probe[526]: bus: 2, device: 7 was not an MTP device
Feb 17 23:10:24 zira systemd-fsck[587]: /dev/sda1: clean, 348/62248 files, 
136811/248832 blocks
Feb 17 23:10:23 zira systemd[1]: Condition check resulted in FUSE Control File 
System being skipped.
Feb 17 23:10:24 zira mtp-probe[523]: bus: 2, device: 4 was not an MTP device
Feb 17 23:10:24 zira lvm[589]:   2 logical volume(s) in volume group "zira-vg" 
now active
Feb 17 23:10:23 zira systemd[1]: Starting udev Kernel Device Manager...
Feb 17 23:10:23 zira systemd[1]: Started Apply Kernel Variables.
Feb 17 23:10:24 zira systemd[1]: Started udev Kernel Device Manager.
Feb 17 23:10:24 zira systemd-udevd[489]: Using default interface naming scheme 
'v240'.
Feb 17 23:10:24 zira apparmor.systemd[618]: Restarting AppArmor
Feb 17 23:10:24 zira apparmor.systemd[618]: Reloading AppArmor profiles
Feb 17 23:10:24 zira systemd-udevd[489]: link_config: autonegotiation is unset 
or enabled, the speed and duplex are not writable.
Feb 17 23:10:24 zira systemd-udevd[537]: link_config: autonegotiation is unset 
or enabled, the speed and duplex are not writable.
Feb 17 23:10:24 zira audit[643]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="libreoffice-senddoc" pid=643 comm="apparmor_parser"
Feb 17 23:10:24 zira kernel: audit: type=1400 audit(1550441424.350:2): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="libreoffice-senddoc" pid=643 comm="apparmor_parser"
Feb 17 23:10:24 zira kernel: audit: type=1400 audit(1550441424.350:3): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="libreoffice-xpdfimport" pid=641 comm="apparmor_parser"
Feb 17 23:10:24 zira kernel: audit: type=1400 audit(1550441424.350:4): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="libreoffice-oopslash" pid=638 comm="apparmor_parser"
Feb 17 23:10:24 zira kernel: audit: type=1400 audit(1550441424.350:5): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="firejail-default" pid=646 comm="apparmor_parser"
Feb 17 23:10:24 zira kernel: audit: type=1400 audit(1550441424.350:6): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="/usr/sbin/cups-browsed" pid=642 comm="apparmor_parser"
Feb 17 23:10:24 zira kernel: audit: type=1400 audit(1550441424.354:7): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="/usr/sbin/tcpdump" pid=639 comm="apparmor_parser"
Feb 17 23:10:24 zira kernel: audit: type=1400 audit(1550441424.354:8): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="/usr/bin/man" pid=645 comm="apparmor_parser"
Feb 17 23:10:24 zira kernel: audit: type=1400 audit(1550441424.354:9): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="man_filter" pid=645 comm="apparmor_parser"
Feb 17 23:10:24 zira kernel: audit: type=1400 audit(1550441424.354:10): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="man_groff" pid=645 comm="apparmor_parser"
Feb 17 23:10:24 zira kernel: audit: type=1400 audit(1550441424.354:11): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="/usr/lib/cups/backend/cups-pdf" pid=644 comm="apparmor_parser"
Feb 17 23:10:24 zira audit[641]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="libreoffice-xpdfimport" pid=641 
comm="apparmor_parser"
Feb 17 23:10:24 zira audit[638]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="libreoffice-oopslash" pid=638 comm="apparmor_parser"
Feb 17 23:10:24 zira audit[646]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="firejail-default" pid=646 comm="apparmor_parser"
Feb 17 23:10:24 zira audit[642]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="/usr/sbin/cups-browsed" pid=642 
comm="apparmor_parser"
Feb 17 23:10:24 zira audit[639]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="/usr/sbin/tcpdump" pid=639 comm="apparmor_parser"
Feb 17 23:10:24 zira audit[645]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="/usr/bin/man" pid=645 comm="apparmor_parser"
Feb 17 23:10:24 zira audit[645]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="man_filter" pid=645 comm="apparmor_parser"
Feb 17 23:10:24 zira audit[645]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="man_groff" pid=645 comm="apparmor_parser"
Feb 17 23:10:24 zira audit[644]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=644 
comm="apparmor_parser"
Feb 17 23:10:24 zira audit[644]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="/usr/sbin/cupsd" pid=644 comm="apparmor_parser"
Feb 17 23:10:24 zira audit[644]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=644 
comm="apparmor_parser"
Feb 17 23:10:24 zira audit[640]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" 
name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session" pid=640 
comm="apparmor_parser"
Feb 17 23:10:24 zira audit[640]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" 
name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session//chromium" 
pid=640 comm="apparmor_parser"
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in Kernel 
Configuration File System being skipped.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in FUSE Control File 
System being skipped.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in File System Check 
on Root Device being skipped.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in Set Up Additional 
Binary Formats being skipped.
Feb 17 23:10:24 zira systemd[1]: Listening on Load/Save RF Kill Switch Status 
/dev/rfkill Watch.
Feb 17 23:10:24 zira systemd[1]: Created slice 
system-systemd\x2dbacklight.slice.
Feb 17 23:10:24 zira systemd[1]: Starting Load/Save Screen Backlight Brightness 
of backlight:acpi_video0...
Feb 17 23:10:24 zira systemd[1]: Found device MTFDDAK512MAY-1AE1ZABHA 5.
Feb 17 23:10:24 zira systemd[1]: Found device MTFDDAK512MAY-1AE1ZABHA 1.
Feb 17 23:10:24 zira systemd[1]: Found device /dev/mapper/zira--vg-swap_1.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in Kernel 
Configuration File System being skipped.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in File System Check 
on Root Device being skipped.
Feb 17 23:10:24 zira systemd[1]: Activating swap /dev/mapper/zira--vg-swap_1...
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in Set Up Additional 
Binary Formats being skipped.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in FUSE Control File 
System being skipped.
Feb 17 23:10:24 zira systemd[1]: Starting File System Check on 
/dev/disk/by-uuid/7b3de7fd-236a-47f6-bb85-64831a06ca1f...
Feb 17 23:10:24 zira systemd[1]: Starting Load/Save RF Kill Switch Status...
Feb 17 23:10:24 zira systemd[1]: Created slice system-lvm2\x2dpvscan.slice.
Feb 17 23:10:24 zira systemd[1]: Starting LVM event activation on device 
254:0...
Feb 17 23:10:24 zira systemd[1]: Starting Cryptography Setup for sda5_crypt...
Feb 17 23:10:24 zira systemd[1]: Activated swap /dev/mapper/zira--vg-swap_1.
Feb 17 23:10:24 zira systemd-cryptsetup[590]: Volume sda5_crypt already active.
Feb 17 23:10:24 zira audit[637]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="libreoffice-soffice" pid=637 comm="apparmor_parser"
Feb 17 23:10:24 zira audit[637]: AVC apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="libreoffice-soffice//gpg" pid=637 
comm="apparmor_parser"
Feb 17 23:10:24 zira systemd[1]: Started File System Check Daemon to report 
status.
Feb 17 23:10:24 zira systemd[1]: Reached target Swap.
Feb 17 23:10:24 zira systemd[1]: Started Cryptography Setup for sda5_crypt.
Feb 17 23:10:24 zira systemd[1]: Started Load/Save RF Kill Switch Status.
Feb 17 23:10:24 zira systemd[1]: Reached target Local Encrypted Volumes.
Feb 17 23:10:24 zira systemd[1]: Started Flush Journal to Persistent Storage.
Feb 17 23:10:24 zira systemd[1]: Started File System Check on 
/dev/disk/by-uuid/7b3de7fd-236a-47f6-bb85-64831a06ca1f.
Feb 17 23:10:24 zira systemd[1]: Mounting /boot...
Feb 17 23:10:24 zira systemd[1]: Mounted /boot.
Feb 17 23:10:24 zira ifup[647]: /bin/run-parts --exit-on-error --verbose 
/etc/network/if-pre-up.d
Feb 17 23:10:24 zira systemd[1]: Reached target Local File Systems.
Feb 17 23:10:24 zira systemd[1]: Starting Load AppArmor profiles...
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in Commit a transient 
machine-id on disk being skipped.
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-pre-up.d/0ifupdown
Feb 17 23:10:24 zira systemd[1]: Starting Enable support for additional 
executable binary formats...
Feb 17 23:10:24 zira systemd[1]: Starting Preprocess NFS configuration...
Feb 17 23:10:24 zira systemd[1]: Starting Set console font and keymap...
Feb 17 23:10:24 zira systemd[1]: Starting Create Volatile Files and 
Directories...
Feb 17 23:10:24 zira systemd[1]: proc-sys-fs-binfmt_misc.automount: Got 
automount request for /proc/sys/fs/binfmt_misc, triggered by 619 
(update-binfmts)
Feb 17 23:10:24 zira kernel: intel_rapl: Found RAPL domain package
Feb 17 23:10:24 zira kernel: intel_rapl: Found RAPL domain core
Feb 17 23:10:24 zira kernel: intel_rapl: Found RAPL domain dram
Feb 17 23:10:24 zira systemd-tmpfiles[622]: 
[/usr/lib/tmpfiles.d/fail2ban-tmpfiles.conf:1] Line references path below 
legacy directory /var/run/, updating /var/run/fail2ban → /run/fail2ban; please 
update the tmpfiles.d/ drop-in file accordingly.
Feb 17 23:10:24 zira systemd[1]: Mounting Arbitrary Executable File Formats 
File System...
Feb 17 23:10:24 zira systemd[1]: nfs-config.service: Succeeded.
Feb 17 23:10:24 zira systemd-udevd[489]: event3: Failed to call EVIOCSKEYCODE 
with scan code 0x70068, and key code 110: Invalid argument
Feb 17 23:10:24 zira systemd[1]: Started Preprocess NFS configuration.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in RPC security 
service for NFS server being skipped.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in RPC security 
service for NFS client and server being skipped.
Feb 17 23:10:24 zira systemd[1]: Reached target NFS client services.
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-pre-up.d/ethtool
Feb 17 23:10:24 zira ifupdown[654]: IFACE=--all ADDRFAM=meta METHOD=none 
PHASE=pre-up
Feb 17 23:10:24 zira systemd[1]: Started Set console font and keymap.
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-pre-up.d/wireless-tools
Feb 17 23:10:24 zira systemd[1]: Mounted Arbitrary Executable File Formats File 
System.
Feb 17 23:10:24 zira systemd[1]: Started Enable support for additional 
executable binary formats.
Feb 17 23:10:24 zira systemd[1]: Started Create Volatile Files and Directories.
Feb 17 23:10:24 zira systemd[1]: Starting Network Time Synchronization...
Feb 17 23:10:24 zira systemd[1]: Starting Update UTMP about System 
Boot/Shutdown...
Feb 17 23:10:24 zira systemd[1]: Starting RPC bind portmap service...
Feb 17 23:10:24 zira systemd[1]: Started Update UTMP about System Boot/Shutdown.
Feb 17 23:10:24 zira systemd[1]: Started RPC bind portmap service.
Feb 17 23:10:24 zira systemd[1]: Reached target RPC Port Mapper.
Feb 17 23:10:24 zira systemd[1]: Reached target Remote File Systems (Pre).
Feb 17 23:10:24 zira systemd[1]: Reached target Remote File Systems.
Feb 17 23:10:24 zira systemd[1]: Started Load AppArmor profiles.
Feb 17 23:10:24 zira systemd[1]: Starting Raise network interfaces...
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-pre-up.d/wpasupplicant
Feb 17 23:10:24 zira ifup[647]: ifup: configuring interface lo=lo (inet)
Feb 17 23:10:24 zira ifup[647]: /bin/run-parts --exit-on-error --verbose 
/etc/network/if-pre-up.d
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-pre-up.d/0ifupdown
Feb 17 23:10:24 zira ifupdown[670]: IFACE=lo ADDRFAM=inet METHOD=loopback 
PHASE=pre-up
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-pre-up.d/ethtool
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-pre-up.d/wireless-tools
Feb 17 23:10:24 zira kernel: Bluetooth: hci0: Intel firmware patch completed 
and activated
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-pre-up.d/wpasupplicant
Feb 17 23:10:24 zira ifup[647]: /sbin/ip link set dev lo up
Feb 17 23:10:24 zira ifup[647]: /bin/run-parts --exit-on-error --verbose 
/etc/network/if-up.d
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/0ifupdown
Feb 17 23:10:24 zira systemd[1]: Started LVM event activation on device 254:0.
Feb 17 23:10:24 zira ifupdown[681]: IFACE=lo ADDRFAM=inet METHOD=loopback 
PHASE=post-up
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/avahi-autoipd
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/avahi-daemon
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/ethtool
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/mountnfs
Feb 17 23:10:24 zira systemd[1]: Started Load/Save Screen Backlight Brightness 
of backlight:acpi_video0.
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/openntpd
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/postfix
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/wpasupplicant
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/z_home_net
Feb 17 23:10:24 zira ifup[647]: /bin/run-parts --exit-on-error --verbose 
/etc/network/if-up.d
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/0ifupdown
Feb 17 23:10:24 zira ifupdown[696]: IFACE=--all ADDRFAM=meta METHOD=none 
PHASE=post-up
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/avahi-autoipd
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/avahi-daemon
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/ethtool
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/mountnfs
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/openntpd
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/postfix
Feb 17 23:10:24 zira kernel: battery: ACPI: Battery Slot [BAT0] (battery 
present)
Feb 17 23:10:24 zira kernel: battery: ACPI: Battery Slot [BAT1] (battery absent)
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/wpasupplicant
Feb 17 23:10:24 zira ifup[647]: run-parts: executing 
/etc/network/if-up.d/z_home_net
Feb 17 23:10:24 zira systemd[1]: Started Raise network interfaces.
Feb 17 23:10:24 zira kernel: input: HDA Digital PCBeep as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input19
Feb 17 23:10:24 zira kernel: input: HDA Intel PCH Mic as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input21
Feb 17 23:10:24 zira kernel: input: HDA Intel PCH Headphone as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input22
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in Kernel 
Configuration File System being skipped.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in Commit a transient 
machine-id on disk being skipped.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in Set Up Additional 
Binary Formats being skipped.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in FUSE Control File 
System being skipped.
Feb 17 23:10:24 zira kernel: ieee80211 phy0: Selected rate control algorithm 
'iwl-mvm-rs'
Feb 17 23:10:24 zira systemd-udevd[541]: Using default interface naming scheme 
'v240'.
Feb 17 23:10:24 zira systemd[1]: Started Network Time Synchronization.
Feb 17 23:10:24 zira systemd[1]: Reached target System Time Synchronized.
Feb 17 23:10:24 zira systemd[1]: Reached target System Initialization.
Feb 17 23:10:24 zira systemd-udevd[541]: link_config: autonegotiation is unset 
or enabled, the speed and duplex are not writable.
Feb 17 23:10:24 zira systemd[1]: Started Daily apt download activities.
Feb 17 23:10:24 zira kernel: iwlwifi 0000:3d:00.0 wlp61s0: renamed from wlan0
Feb 17 23:10:24 zira systemd[1]: Started ACPI Events Check.
Feb 17 23:10:24 zira systemd[1]: Listening on UUID daemon activation socket.
Feb 17 23:10:24 zira systemd[1]: Started Daily rotation of log files.
Feb 17 23:10:24 zira systemd[1]: Started Daily man-db regeneration.
Feb 17 23:10:24 zira systemd[1]: Listening on ACPID Listen Socket.
Feb 17 23:10:24 zira systemd[1]: Listening on CUPS Scheduler.
Feb 17 23:10:24 zira systemd[1]: Started Daily apt upgrade and clean activities.
Feb 17 23:10:24 zira systemd[1]: Started Daily Cleanup of Temporary Directories.
Feb 17 23:10:24 zira systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb 17 23:10:24 zira systemd[1]: Started CUPS Scheduler.
Feb 17 23:10:24 zira systemd[1]: Reached target Paths.
Feb 17 23:10:24 zira systemd[1]: Started Trigger anacron every hour.
Feb 17 23:10:24 zira systemd[1]: Reached target Timers.
Feb 17 23:10:24 zira systemd[1]: Listening on Avahi mDNS/DNS-SD Stack 
Activation Socket.
Feb 17 23:10:24 zira systemd[1]: Reached target Sockets.
Feb 17 23:10:24 zira systemd[1]: Reached target Basic System.
Feb 17 23:10:24 zira systemd[1]: Starting LSB: gpm sysv init script...
Feb 17 23:10:24 zira systemd[1]: Started Run anacron jobs.
Feb 17 23:10:24 zira systemd[1]: Started D-Bus System Message Bus.
Feb 17 23:10:24 zira anacron[744]: Anacron 2.3 started on 2019-02-17
Feb 17 23:10:24 zira systemd[1]: Started CUPS Scheduler.
Feb 17 23:10:24 zira anacron[744]: Normal exit (0 jobs run)
Feb 17 23:10:24 zira systemd[1]: Reached target Printer.
Feb 17 23:10:24 zira systemd[1]: Starting Save/Restore Sound Card State...
Feb 17 23:10:24 zira systemd[1]: Starting LSB: Lightweight SSH server...
Feb 17 23:10:24 zira systemd[1]: Starting LSB: Load kernel modules needed to 
enable cpufreq scaling...
Feb 17 23:10:24 zira systemd[1]: Starting Login Service...
Feb 17 23:10:24 zira systemd[1]: Starting Bluetooth service...
Feb 17 23:10:24 zira kernel: Process accounting resumed
Feb 17 23:10:24 zira systemd[1]: Starting RealtimeKit Scheduling Policy 
Service...
Feb 17 23:10:24 zira atopacctd[770]: Version: 2.4.0 - 2019/01/12 20:37:57  
<gerlof.langev...@atoptool.nl>
Feb 17 23:10:24 zira systemd[1]: Starting Wicd a wireless and wired network 
manager for Linux...
Feb 17 23:10:24 zira atopacctd[770]: accounting to /run/pacct_source
Feb 17 23:10:24 zira systemd[1]: Starting WPA supplicant...
Feb 17 23:10:24 zira systemd[1]: Starting Initialize hardware monitoring 
sensors...
Feb 17 23:10:24 zira cron[778]: (CRON) INFO (pidfile fd = 3)
Feb 17 23:10:24 zira systemd[1]: Starting Deferred execution scheduler...
Feb 17 23:10:24 zira avahi-daemon[780]: Found user 'avahi' (UID 121) and group 
'avahi' (GID 132).
Feb 17 23:10:24 zira systemd[1]: Starting System Logging Service...
Feb 17 23:10:24 zira mcelog[767]: /dev/mcelog not active
Feb 17 23:10:24 zira cron[778]: (CRON) INFO (Running @reboot jobs)
Feb 17 23:10:24 zira systemd[1]: Starting Atop process accounting daemon...
Feb 17 23:10:24 zira systemd[1]: Starting LSB: Machine Check Exceptions (MCE) 
collector & decoder...
Feb 17 23:10:24 zira systemd[1]: Started ACPI event daemon.
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in Manage Sound Card 
State (restore and store) being skipped.
Feb 17 23:10:24 zira systemd[1]: Starting LSB: service and resource monitoring 
daemon...
Feb 17 23:10:24 zira systemd[1]: Starting Disk Manager...
Feb 17 23:10:24 zira dropbear[750]: Starting Dropbear SSH server: [abort] 
NO_START is not set to zero in /etc/default/dropbear
Feb 17 23:10:24 zira systemd[1]: Starting Resets System Activity Data 
Collector...
Feb 17 23:10:24 zira bluetoothd[756]: Bluetooth daemon 5.50
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in getty on tty2-tty6 
if dbus and logind are not available being skipped.
Feb 17 23:10:24 zira rsyslogd[765]: imuxsock: Acquired UNIX socket 
'/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.40.0]
Feb 17 23:10:24 zira systemd[1]: Starting Modem Manager...
Feb 17 23:10:24 zira rsyslogd[765]:  [origin software="rsyslogd" 
swVersion="8.40.0" x-pid="765" x-info="https://www.rsyslog.com";] start
Feb 17 23:10:24 zira systemd[1]: Started Regular background program processing 
daemon.
Feb 17 23:10:24 zira systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Feb 17 23:10:24 zira systemd[1]: anacron.service: Succeeded.
Feb 17 23:10:24 zira systemd[1]: Started Save/Restore Sound Card State.
Feb 17 23:10:24 zira systemd[1]: Started Deferred execution scheduler.
Feb 17 23:10:24 zira systemd-logind[753]: New seat seat0.
Feb 17 23:10:24 zira systemd[1]: Started Atop process accounting daemon.
Feb 17 23:10:24 zira systemd[1]: Started LSB: Machine Check Exceptions (MCE) 
collector & decoder.
Feb 17 23:10:24 zira systemd[1]: Started Resets System Activity Data Collector.
Feb 17 23:10:24 zira systemd-logind[753]: Watching system buttons on 
/dev/input/event9 (Power Button)
Feb 17 23:10:24 zira systemd-udevd[513]: Using default interface naming scheme 
'v240'.
Feb 17 23:10:24 zira systemd[1]: Started LSB: Lightweight SSH server.
Feb 17 23:10:24 zira systemd[1]: Started Atop advanced performance monitor.
Feb 17 23:10:24 zira systemd[1]: Reached target Sound Card.
Feb 17 23:10:24 zira udisksd[773]: udisks daemon version 2.8.1 starting
Feb 17 23:10:24 zira ModemManager[776]: <info>  ModemManager (version 1.10.0) 
starting in system bus...
Feb 17 23:10:24 zira monit[771]: Starting daemon monitor: monit.
Feb 17 23:10:24 zira rtkit-daemon[758]: Successfully called chroot.
Feb 17 23:10:24 zira rtkit-daemon[758]: Successfully dropped privileges.
Feb 17 23:10:24 zira systemd[1]: Started RealtimeKit Scheduling Policy Service.
Feb 17 23:10:24 zira rtkit-daemon[758]: Successfully limited resources.
Feb 17 23:10:24 zira systemd[1]: Started WPA supplicant.
Feb 17 23:10:24 zira rtkit-daemon[758]: Running.
Feb 17 23:10:24 zira systemd[1]: Started System Logging Service.
Feb 17 23:10:24 zira rtkit-daemon[758]: Watchdog thread running.
Feb 17 23:10:24 zira systemd[1]: Started LSB: service and resource monitoring 
daemon.
Feb 17 23:10:24 zira rtkit-daemon[758]: Canary thread running.
Feb 17 23:10:24 zira systemd[1]: Started Bluetooth service.
Feb 17 23:10:24 zira dbus-daemon[745]: [system] Successfully activated service 
'org.freedesktop.systemd1'
Feb 17 23:10:24 zira systemd[1]: Reached target Bluetooth.
Feb 17 23:10:24 zira wpa_supplicant[762]: Successfully initialized 
wpa_supplicant
Feb 17 23:10:24 zira systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Feb 17 23:10:24 zira avahi-daemon[780]: Successfully dropped root privileges.
Feb 17 23:10:24 zira systemd[1]: Started Make remote CUPS printers available 
locally.
Feb 17 23:10:24 zira avahi-daemon[780]: avahi-daemon 0.7 starting up.
Feb 17 23:10:24 zira systemd[1]: Starting Authorization Manager...
Feb 17 23:10:24 zira avahi-daemon[780]: Successfully called chroot().
Feb 17 23:10:24 zira avahi-daemon[780]: Successfully dropped remaining 
capabilities.
Feb 17 23:10:24 zira bluetoothd[756]: Starting SDP server
Feb 17 23:10:24 zira dbus-daemon[745]: [system] Activating via systemd: service 
name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.7' 
(uid=0 pid=776 comm="/usr/sbin/ModemManager --filter-policy=strict ")
Feb 17 23:10:24 zira avahi-daemon[780]: No service file found in 
/etc/avahi/services.
Feb 17 23:10:24 zira avahi-daemon[780]: Network interface enumeration completed.
Feb 17 23:10:24 zira avahi-daemon[780]: Server startup complete. Host name is 
zira.local. Local service cookie is 2636669589.
Feb 17 23:10:24 zira kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Feb 17 23:10:24 zira kernel: Bluetooth: BNEP filters: protocol multicast
Feb 17 23:10:24 zira kernel: Bluetooth: BNEP socket layer initialized
Feb 17 23:10:24 zira dbus-daemon[745]: [system] Activating via systemd: service 
name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' 
requested by ':1.5' (uid=0 pid=756 comm="/usr/lib/bluetooth/bluetoothd ")
Feb 17 23:10:24 zira bluetoothd[756]: Bluetooth management interface 1.14 
initialized
Feb 17 23:10:24 zira bluetoothd[756]: Sap driver initialization failed.
Feb 17 23:10:24 zira bluetoothd[756]: sap-server: Operation not permitted (1)
Feb 17 23:10:24 zira systemd[1]: Starting Hostname Service...
Feb 17 23:10:24 zira systemd-logind[753]: Watching system buttons on 
/dev/input/event7 (Lid Switch)
Feb 17 23:10:24 zira systemd-logind[753]: Watching system buttons on 
/dev/input/event6 (Sleep Button)
Feb 17 23:10:24 zira systemd-logind[753]: Watching system buttons on 
/dev/input/event2 (Apple, Inc Apple Keyboard)
Feb 17 23:10:24 zira udisksd[773]: failed to load module mdraid: 
libbd_mdraid.so.2: cannot open shared object file: No such file or directory
Feb 17 23:10:24 zira polkitd[832]: started daemon version 0.105 using authority 
implementation `local' version `0.105'
Feb 17 23:10:24 zira dbus-daemon[745]: [system] Successfully activated service 
'org.freedesktop.PolicyKit1'
Feb 17 23:10:24 zira systemd[1]: Started Authorization Manager.
Feb 17 23:10:24 zira udisksd[773]: Failed to load the 'mdraid' libblockdev 
plugin
Feb 17 23:10:24 zira dbus-daemon[745]: [system] Activating via systemd: service 
name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.10' 
(uid=0 pid=747 comm="/usr/sbin/cupsd -l ")
Feb 17 23:10:24 zira systemd[1]: Starting Manage, Install and Generate Color 
Profiles...
Feb 17 23:10:24 zira systemd[1]: Started Modem Manager.
Feb 17 23:10:24 zira dbus-daemon[745]: [system] Successfully activated service 
'org.freedesktop.ColorManager'
Feb 17 23:10:24 zira systemd[1]: Started Manage, Install and Generate Color 
Profiles.
Feb 17 23:10:24 zira gpm[743]: Starting mouse interface server: gpm.
Feb 17 23:10:24 zira systemd[1]: Started LSB: gpm sysv init script.
Feb 17 23:10:24 zira /usr/sbin/gpm[883]: *** info [daemon/startup.c(131)]:
Feb 17 23:10:24 zira /usr/sbin/gpm[883]: Started gpm successfully. Entered 
daemon mode.
Feb 17 23:10:24 zira loadcpufreq[751]: Loading cpufreq kernel modules...done 
(acpi-cpufreq).
Feb 17 23:10:24 zira systemd[1]: Started LSB: Load kernel modules needed to 
enable cpufreq scaling.
Feb 17 23:10:24 zira systemd[1]: Starting LSB: set CPUFreq kernel parameters...
Feb 17 23:10:24 zira cpufrequtils[885]: CPUFreq Utilities: Setting ondemand 
CPUFreq governor...disabled, governor not available...done.
Feb 17 23:10:24 zira systemd[1]: Started LSB: set CPUFreq kernel parameters.
Feb 17 23:10:24 zira systemd[1]: Started Wicd a wireless and wired network 
manager for Linux.
Feb 17 23:10:24 zira systemd[1]: Reached target Network.
Feb 17 23:10:24 zira systemd[1]: Starting The Apache HTTP Server...
Feb 17 23:10:24 zira systemd[1]: Starting OpenBSD Secure Shell server...
Feb 17 23:10:24 zira systemd[1]: Condition check resulted in fast remote file 
copy program daemon being skipped.
Feb 17 23:10:24 zira systemd[1]: Starting Fail2Ban Service...
Feb 17 23:10:24 zira systemd[1]: Starting Permit User Sessions...
Feb 17 23:10:24 zira systemd[1]: Started Fail2Ban Service.
Feb 17 23:10:24 zira systemd[1]: Started Permit User Sessions.
Feb 17 23:10:24 zira systemd[1]: Starting Light Display Manager...
Feb 17 23:10:24 zira sshd[913]: Server listening on 0.0.0.0 port 22.
Feb 17 23:10:24 zira sshd[913]: Server listening on :: port 22.
Feb 17 23:10:24 zira systemd[1]: Started OpenBSD Secure Shell server.
Feb 17 23:10:24 zira dbus-daemon[745]: [system] Activating via systemd: service 
name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' 
requested by ':1.14' (uid=0 pid=908 comm="/usr/sbin/lightdm ")
Feb 17 23:10:24 zira systemd-logind[753]: Watching system buttons on 
/dev/input/event0 (AT Translated Set 2 keyboard)
Feb 17 23:10:24 zira kernel: NET: Registered protocol family 3
Feb 17 23:10:24 zira kernel: NET: Registered protocol family 5
Feb 17 23:10:24 zira colord[876]: failed to get session [pid 747]: No data 
available
Feb 17 23:10:24 zira dbus-daemon[745]: [system] Successfully activated service 
'org.freedesktop.hostname1'
Feb 17 23:10:24 zira systemd[1]: Started Hostname Service.
Feb 17 23:10:24 zira systemd-logind[753]: Watching system buttons on 
/dev/input/event13 (HP WMI hotkeys)
Feb 17 23:10:24 zira systemd[1]: Started Disk Manager.
Feb 17 23:10:24 zira udisksd[773]: Acquired the name org.freedesktop.UDisks2 on 
the system message bus
Feb 17 23:10:24 zira dbus-daemon[745]: [system] Successfully activated service 
'org.freedesktop.login1'
Feb 17 23:10:24 zira systemd[1]: Started Login Service.
Feb 17 23:10:25 zira kernel: input: HDA NVidia HDMI/DP,pcm=3 as 
/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
Feb 17 23:10:25 zira kernel: input: HDA NVidia HDMI/DP,pcm=7 as 
/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
Feb 17 23:10:25 zira kernel: input: HDA NVidia HDMI/DP,pcm=8 as 
/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25
Feb 17 23:10:25 zira acpid[768]: starting up with netlink and the input layer
Feb 17 23:10:25 zira acpid[768]: 1 rule loaded
Feb 17 23:10:25 zira acpid[768]: waiting for events: event logging is off
Feb 17 23:10:25 zira systemd[1]: Started Light Display Manager.
Feb 17 23:10:25 zira lightdm[908]: Error getting user list from 
org.freedesktop.Accounts: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.Accounts was not provided by any .service files
Feb 17 23:10:25 zira kernel: IPv6: ADDRCONF(NETDEV_UP): wlp61s0: link is not 
ready
Feb 17 23:10:25 zira systemd[1]: Started The Apache HTTP Server.
Feb 17 23:10:25 zira systemd[1]: Starting Disk Cache Cleaning Daemon for Apache 
HTTP Server...
Feb 17 23:10:25 zira systemd[1]: Started Disk Cache Cleaning Daemon for Apache 
HTTP Server.
Feb 17 23:10:25 zira kernel: ACPI Warning: \_SB.PCI0.PEGP.DGFX._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20180810/nsarguments-66)
Feb 17 23:10:25 zira fail2ban-server[899]: Server ready
Feb 17 23:10:25 zira sensors[781]: acpitz-acpi-0
Feb 17 23:10:25 zira sensors[781]: Adapter: ACPI interface
Feb 17 23:10:25 zira sensors[781]: temp1:        +51.0 C  (crit = +128.0 C)
Feb 17 23:10:25 zira sensors[781]: temp2:        +40.0 C  (crit = +128.0 C)
Feb 17 23:10:25 zira sensors[781]: temp3:        +85.0 C  (crit = +128.0 C)
Feb 17 23:10:25 zira sensors[781]: temp4:        +85.0 C  (crit = +128.0 C)
Feb 17 23:10:25 zira sensors[781]: temp5:        +28.0 C  (crit = +128.0 C)
Feb 17 23:10:25 zira sensors[781]: temp6:       +127.0 C  (crit = +128.0 C)
Feb 17 23:10:25 zira sensors[781]: coretemp-isa-0000
Feb 17 23:10:25 zira sensors[781]: Adapter: ISA adapter
Feb 17 23:10:25 zira sensors[781]: Package id 0:  +64.0 C  (high = +84.0 C, 
crit = +100.0 C)
Feb 17 23:10:25 zira sensors[781]: Core 0:        +51.0 C  (high = +84.0 C, 
crit = +100.0 C)
Feb 17 23:10:25 zira sensors[781]: Core 1:        +64.0 C  (high = +84.0 C, 
crit = +100.0 C)
Feb 17 23:10:25 zira sensors[781]: Core 2:        +55.0 C  (high = +84.0 C, 
crit = +100.0 C)
Feb 17 23:10:25 zira sensors[781]: Core 3:        +52.0 C  (high = +84.0 C, 
crit = +100.0 C)
Feb 17 23:10:25 zira systemd[1]: Started Initialize hardware monitoring sensors.
Feb 17 23:10:25 zira kernel: input: ST LIS3LV02DL Accelerometer as 
/devices/platform/lis3lv02d/input/input26
Feb 17 23:10:25 zira systemd[1]: Starting IIO Sensor Proxy service...
Feb 17 23:10:25 zira systemd[1]: Started IIO Sensor Proxy service.
Feb 17 23:10:25 zira systemd[1]: iio-sensor-proxy.service: Main process exited, 
code=killed, status=15/TERM
Feb 17 23:10:25 zira systemd[1]: iio-sensor-proxy.service: Succeeded.
Feb 17 23:10:27 zira ModemManager[776]: <info>  Couldn't check support for 
device '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin
Feb 17 23:10:27 zira ModemManager[776]: <info>  Couldn't check support for 
device 
'/sys/devices/pci0000:00/0000:00:1c.6/0000:3b:00.0/0000:3c:01.0/0000:3d:00.0': 
not supported by any plugin
Feb 17 23:10:27 zira systemd[1]: Starting IIO Sensor Proxy service...
Feb 17 23:10:27 zira systemd[1]: Started IIO Sensor Proxy service.
Feb 17 23:10:27 zira acpid[768]: client connected from 946[0:0]
Feb 17 23:10:27 zira acpid[768]: 1 client rule loaded
Feb 17 23:10:27 zira lightdm[1160]: Error getting user list from 
org.freedesktop.Accounts: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.Accounts was not provided by any .service files
Feb 17 23:10:27 zira lightdm[1160]: pam_unix(lightdm-greeter:session): session 
opened for user lightdm by (uid=0)
Feb 17 23:10:27 zira systemd[1]: Created slice User Slice of UID 116.
Feb 17 23:10:27 zira systemd[1]: Starting User Runtime Directory 
/run/user/116...
Feb 17 23:10:27 zira systemd-logind[753]: New session c1 of user lightdm.
Feb 17 23:10:27 zira systemd[1]: Started User Runtime Directory /run/user/116.
Feb 17 23:10:27 zira systemd[1]: Starting User Manager for UID 116...
Feb 17 23:10:27 zira systemd[1164]: pam_unix(systemd-user:session): session 
opened for user lightdm by (uid=0)
Feb 17 23:10:28 zira systemd[1164]: Reached target Paths.
Feb 17 23:10:28 zira systemd[1164]: Listening on GnuPG cryptographic agent and 
passphrase cache (access for web browsers).
Feb 17 23:10:28 zira systemd[1164]: Listening on GnuPG cryptographic agent and 
passphrase cache (restricted).
Feb 17 23:10:28 zira systemd[1164]: Listening on Sound System.
Feb 17 23:10:28 zira systemd[1164]: Reached target Timers.
Feb 17 23:10:28 zira systemd[1164]: Listening on GnuPG cryptographic agent 
(ssh-agent emulation).
Feb 17 23:10:28 zira systemd[1164]: Listening on GnuPG cryptographic agent and 
passphrase cache.
Feb 17 23:10:28 zira systemd[1164]: Starting D-Bus User Message Bus Socket.
Feb 17 23:10:28 zira systemd[1164]: Listening on GnuPG network certificate 
management daemon.
Feb 17 23:10:28 zira systemd[1164]: Listening on D-Bus User Message Bus Socket.
Feb 17 23:10:28 zira systemd[1164]: Reached target Sockets.
Feb 17 23:10:28 zira systemd[1164]: Reached target Basic System.
Feb 17 23:10:28 zira systemd[1164]: Reached target Default.
Feb 17 23:10:28 zira systemd[1164]: Startup finished in 48ms.
Feb 17 23:10:28 zira systemd[1]: Started User Manager for UID 116.
Feb 17 23:10:28 zira systemd[1]: Started Session c1 of user lightdm.
Feb 17 23:10:28 zira systemd[1164]: Started D-Bus User Message Bus.
Feb 17 23:10:28 zira dbus-daemon[1177]: [session uid=116 pid=1177] Activating 
via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' 
requested by ':1.1' (uid=116 pid=1175 comm="/usr/sbin/lightdm-gtk-greeter ")
Feb 17 23:10:28 zira systemd[1164]: Starting Accessibility services bus...
Feb 17 23:10:28 zira dbus-daemon[1177]: [session uid=116 pid=1177] Successfully 
activated service 'org.a11y.Bus'
Feb 17 23:10:28 zira systemd[1164]: Started Accessibility services bus.
Feb 17 23:10:28 zira at-spi-bus-launcher[1178]: dbus-daemon[1183]: Activating 
service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=116 pid=1175 
comm="/usr/sbin/lightdm-gtk-greeter ")
Feb 17 23:10:28 zira at-spi-bus-launcher[1178]: dbus-daemon[1183]: Successfully 
activated service 'org.a11y.atspi.Registry'
Feb 17 23:10:28 zira at-spi-bus-launcher[1178]: SpiRegistry daemon is running 
with well-known name - org.a11y.atspi.Registry
Feb 17 23:10:28 zira dbus-daemon[1177]: [session uid=116 pid=1177] Activating 
via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' 
requested by ':1.5' (uid=116 pid=1175 comm="/usr/sbin/lightdm-gtk-greeter ")
Feb 17 23:10:28 zira systemd[1164]: Starting Virtual filesystem service...
Feb 17 23:10:28 zira dbus-daemon[1177]: [session uid=116 pid=1177] Successfully 
activated service 'org.gtk.vfs.Daemon'
Feb 17 23:10:28 zira systemd[1164]: Started Virtual filesystem service.
Feb 17 23:10:29 zira systemd[1]: systemd-rfkill.service: Succeeded.
Feb 17 23:10:33 zira lightdm[1207]: Error getting user list from 
org.freedesktop.Accounts: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.Accounts was not provided by any .service files
Feb 17 23:10:33 zira systemd[1]: session-c1.scope: Killing process 1160 
(lightdm) with signal SIGTERM.
Feb 17 23:10:33 zira systemd[1]: session-c1.scope: Killing process 1175 
(lightdm-gtk-gre) with signal SIGTERM.
Feb 17 23:10:33 zira systemd[1]: Stopping Session c1 of user lightdm.
Feb 17 23:10:33 zira lightdm[1160]: pam_unix(lightdm-greeter:session): session 
closed for user lightdm
Feb 17 23:10:33 zira systemd[1]: session-c1.scope: Succeeded.
Feb 17 23:10:33 zira systemd[1]: Stopped Session c1 of user lightdm.
Feb 17 23:10:33 zira systemd-logind[753]: Removed session c1.
Feb 17 23:10:33 zira lightdm[1207]: pam_unix(lightdm:session): session opened 
for user vinc17 by (uid=0)
Feb 17 23:10:33 zira systemd[1]: Created slice User Slice of UID 1000.
Feb 17 23:10:33 zira systemd[1]: Starting User Runtime Directory 
/run/user/1000...
Feb 17 23:10:33 zira systemd-logind[753]: New session 2 of user vinc17.
Feb 17 23:10:33 zira systemd[1]: Started User Runtime Directory /run/user/1000.
Feb 17 23:10:33 zira systemd[1]: Starting User Manager for UID 1000...
Feb 17 23:10:33 zira systemd[1228]: pam_unix(systemd-user:session): session 
opened for user vinc17 by (uid=0)
Feb 17 23:10:33 zira systemd[1228]: Listening on Sound System.
Feb 17 23:10:33 zira systemd[1228]: Reached target Timers.
Feb 17 23:10:33 zira systemd[1228]: Listening on GnuPG cryptographic agent and 
passphrase cache (access for web browsers).
Feb 17 23:10:33 zira systemd[1228]: Reached target Paths.
Feb 17 23:10:33 zira systemd[1228]: Listening on GnuPG network certificate 
management daemon.
Feb 17 23:10:33 zira systemd[1228]: Listening on GnuPG cryptographic agent 
(ssh-agent emulation).
Feb 17 23:10:33 zira systemd[1228]: Starting D-Bus User Message Bus Socket.
Feb 17 23:10:33 zira systemd[1228]: Listening on GnuPG cryptographic agent and 
passphrase cache (restricted).
Feb 17 23:10:33 zira systemd[1228]: Listening on GnuPG cryptographic agent and 
passphrase cache.
Feb 17 23:10:33 zira systemd[1228]: Listening on D-Bus User Message Bus Socket.
Feb 17 23:10:33 zira systemd[1228]: Reached target Sockets.
Feb 17 23:10:33 zira systemd[1228]: Reached target Basic System.
Feb 17 23:10:33 zira systemd[1228]: Reached target Default.
Feb 17 23:10:33 zira systemd[1228]: Startup finished in 31ms.
Feb 17 23:10:33 zira systemd[1]: Started User Manager for UID 1000.
Feb 17 23:10:33 zira systemd[1]: Started Session 2 of user vinc17.
Feb 17 23:10:33 zira systemd[1228]: Started D-Bus User Message Bus.
Feb 17 23:10:34 zira dbus-daemon[1247]: [session uid=1000 pid=1247] Activating 
service name='ca.desrt.dconf' requested by ':1.4' (uid=1000 pid=1330 
comm="light-locker ")
Feb 17 23:10:34 zira dbus-daemon[1247]: [session uid=1000 pid=1247] 
Successfully activated service 'ca.desrt.dconf'
Feb 17 23:10:34 zira dbus-daemon[1247]: [session uid=1000 pid=1247] Activating 
via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' 
requested by ':1.4' (uid=1000 pid=1330 comm="light-locker ")
Feb 17 23:10:34 zira systemd[1228]: Starting Virtual filesystem service...
Feb 17 23:10:34 zira dbus-daemon[1247]: [session uid=1000 pid=1247] 
Successfully activated service 'org.gtk.vfs.Daemon'
Feb 17 23:10:34 zira systemd[1228]: Started Virtual filesystem service.
Feb 17 23:10:34 zira systemd[1228]: Starting Sound Service...
Feb 17 23:10:34 zira rtkit-daemon[758]: Successfully made thread 1686 of 
process 1686 (n/a) owned by '1000' high priority at nice level -11.
Feb 17 23:10:34 zira rtkit-daemon[758]: Supervising 1 threads of 1 processes of 
1 users.
Feb 17 23:10:36 zira rtkit-daemon[758]: Supervising 1 threads of 1 processes of 
1 users.
Feb 17 23:10:36 zira rtkit-daemon[758]: Successfully made thread 1733 of 
process 1686 (n/a) owned by '1000' RT at priority 5.
Feb 17 23:10:36 zira rtkit-daemon[758]: Supervising 2 threads of 1 processes of 
1 users.
Feb 17 23:10:36 zira rtkit-daemon[758]: Supervising 2 threads of 1 processes of 
1 users.
Feb 17 23:10:36 zira rtkit-daemon[758]: Successfully made thread 1734 of 
process 1686 (n/a) owned by '1000' RT at priority 5.
Feb 17 23:10:36 zira rtkit-daemon[758]: Supervising 3 threads of 1 processes of 
1 users.
Feb 17 23:10:36 zira systemd[1228]: Started Sound Service.
Feb 17 23:10:43 zira systemd[1]: Stopping User Manager for UID 116...
Feb 17 23:10:43 zira systemd[1164]: Stopping Virtual filesystem service...
Feb 17 23:10:43 zira systemd[1164]: Stopping Accessibility services bus...
Feb 17 23:10:43 zira systemd[1164]: Stopped target Default.
Feb 17 23:10:43 zira systemd[1164]: Stopping D-Bus User Message Bus...
Feb 17 23:10:43 zira systemd[1164]: gvfs-daemon.service: Main process exited, 
code=killed, status=15/TERM
Feb 17 23:10:43 zira systemd[1164]: gvfs-daemon.service: Succeeded.
Feb 17 23:10:43 zira systemd[1164]: Stopped Virtual filesystem service.
Feb 17 23:10:43 zira systemd[1164]: dbus.service: Succeeded.
Feb 17 23:10:43 zira systemd[1164]: Stopped D-Bus User Message Bus.
Feb 17 23:10:43 zira systemd[1164]: at-spi-dbus-bus.service: Succeeded.
Feb 17 23:10:43 zira systemd[1164]: Stopped Accessibility services bus.
Feb 17 23:10:43 zira systemd[1164]: Stopped target Basic System.
Feb 17 23:10:43 zira systemd[1164]: Stopped target Paths.
Feb 17 23:10:43 zira systemd[1164]: Stopped target Sockets.
Feb 17 23:10:43 zira systemd[1164]: gpg-agent.socket: Succeeded.
Feb 17 23:10:43 zira systemd[1164]: Closed GnuPG cryptographic agent and 
passphrase cache.
Feb 17 23:10:43 zira systemd[1164]: gpg-agent-browser.socket: Succeeded.
Feb 17 23:10:43 zira systemd[1164]: Closed GnuPG cryptographic agent and 
passphrase cache (access for web browsers).
Feb 17 23:10:43 zira systemd[1164]: dirmngr.socket: Succeeded.
Feb 17 23:10:43 zira systemd[1164]: Closed GnuPG network certificate management 
daemon.
Feb 17 23:10:43 zira systemd[1164]: gpg-agent-ssh.socket: Succeeded.
Feb 17 23:10:43 zira systemd[1164]: Closed GnuPG cryptographic agent (ssh-agent 
emulation).
Feb 17 23:10:43 zira systemd[1164]: pulseaudio.socket: Succeeded.
Feb 17 23:10:43 zira systemd[1164]: Closed Sound System.
Feb 17 23:10:43 zira systemd[1164]: gpg-agent-extra.socket: Succeeded.
Feb 17 23:10:43 zira systemd[1164]: Closed GnuPG cryptographic agent and 
passphrase cache (restricted).
Feb 17 23:10:43 zira systemd[1164]: Stopped target Timers.
Feb 17 23:10:43 zira systemd[1164]: dbus.socket: Succeeded.
Feb 17 23:10:43 zira systemd[1164]: Closed D-Bus User Message Bus Socket.
Feb 17 23:10:43 zira systemd[1164]: Reached target Shutdown.
Feb 17 23:10:43 zira systemd[1164]: systemd-exit.service: Succeeded.
Feb 17 23:10:43 zira systemd[1164]: Started Exit the Session.
Feb 17 23:10:43 zira systemd[1164]: Reached target Exit the Session.
Feb 17 23:10:43 zira systemd[1]: user@116.service: Succeeded.
Feb 17 23:10:43 zira systemd[1]: Stopped User Manager for UID 116.
Feb 17 23:10:43 zira systemd[1]: Stopping User Runtime Directory 
/run/user/116...
Feb 17 23:10:43 zira systemd[1228]: run-user-116.mount: Succeeded.
Feb 17 23:10:43 zira systemd[1]: run-user-116.mount: Succeeded.
Feb 17 23:10:43 zira systemd[1]: user-runtime-dir@116.service: Succeeded.
Feb 17 23:10:43 zira systemd[1]: Stopped User Runtime Directory /run/user/116.
Feb 17 23:10:43 zira systemd[1]: Removed slice User Slice of UID 116.
Feb 17 23:10:54 zira systemd[1]: systemd-fsckd.service: Succeeded.
Feb 17 23:10:54 zira systemd[1]: systemd-hostnamed.service: Succeeded.
Feb 17 23:14:22 zira svn[2428]: DIGEST-MD5 common mech free
Feb 17 23:15:01 zira CRON[2603]: pam_unix(cron:session): session opened for 
user root by (uid=0)
Feb 17 23:15:01 zira CRON[2602]: pam_unix(cron:session): session opened for 
user root by (uid=0)
Feb 17 23:15:01 zira CRON[2604]: (root) CMD (/sbin/hwclock --systohc)
Feb 17 23:15:01 zira CRON[2605]: (root) CMD (command -v debian-sa1 > /dev/null 
&& debian-sa1 1 1)
Feb 17 23:15:01 zira CRON[2603]: pam_unix(cron:session): session closed for 
user root
Feb 17 23:15:02 zira CRON[2602]: pam_unix(cron:session): session closed for 
user root
Feb 17 23:15:24 zira systemd[1]: ifupdown-wait-online.service: Main process 
exited, code=exited, status=1/FAILURE
Feb 17 23:15:24 zira systemd[1]: ifupdown-wait-online.service: Failed with 
result 'exit-code'.
Feb 17 23:15:24 zira systemd[1]: Failed to start Wait for network to be 
configured by ifupdown.
Feb 17 23:15:24 zira systemd[1]: Reached target Network is Online.
Feb 17 23:15:24 zira systemd[1]: Starting LSB: Shell In A Box Daemon...
Feb 17 23:15:24 zira systemd[1]: Starting Postfix Mail Transport Agent 
(instance -)...
Feb 17 23:15:24 zira systemd[1]: Starting /etc/rc.local Compatibility...
Feb 17 23:15:24 zira systemd[1]: Starting LSB: Brings up/down network 
automatically...
Feb 17 23:15:24 zira systemd[1]: Starting LSB: Start and stop dictionary server 
daemon...
Feb 17 23:15:24 zira systemd[1]: Started /etc/rc.local Compatibility.
Feb 17 23:15:24 zira systemd[1]: Started Getty on tty1.
Feb 17 23:15:24 zira systemd[1]: Reached target Login Prompts.
Feb 17 23:15:24 zira logger[2697]: netplug probe: /sbin/ip link set eth0 up
Feb 17 23:15:24 zira dictd[2670]: Starting dictionary server: dictd.
Feb 17 23:15:24 zira systemd[1]: Started LSB: Start and stop dictionary server 
daemon.
Feb 17 23:15:24 zira systemd[1]: Started LSB: Shell In A Box Daemon.
Feb 17 23:15:24 zira logger[2772]: netplug probe: /sbin/ip link set eth1 up
Feb 17 23:15:24 zira kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb 17 23:15:24 zira logger[2776]: netplug probe: /sbin/ip link set eth2 up
Feb 17 23:15:24 zira postfix[2771]: Postfix is running with 
backwards-compatible default settings
Feb 17 23:15:24 zira postfix[2771]: See 
http://www.postfix.org/COMPATIBILITY_README.html for details
Feb 17 23:15:24 zira postfix[2771]: To disable backwards compatibility use 
"postconf compatibility_level=2" and "postfix reload"
Feb 17 23:15:24 zira unknown[2781]: netplug probe: /sbin/ip link set eth3 up
Feb 17 23:15:24 zira unknown[2788]: netplug probe: /sbin/ip link set eth4 up
Feb 17 23:15:24 zira logger[2793]: netplug probe: /sbin/ip link set eth5 up
Feb 17 23:15:24 zira logger[2797]: netplug probe: /sbin/ip link set eth6 up
Feb 17 23:15:24 zira logger[2803]: netplug probe: /sbin/ip link set eth7 up
Feb 17 23:15:24 zira logger[2810]: netplug probe: /sbin/ip link set eth8 up
Feb 17 23:15:24 zira logger[2816]: netplug probe: /sbin/ip link set eth9 up
Feb 17 23:15:24 zira logger[2823]: netplug probe: /sbin/ip link set eth10 up
Feb 17 23:15:24 zira logger[2828]: netplug probe: /sbin/ip link set eth11 up
Feb 17 23:15:24 zira logger[2833]: netplug probe: /sbin/ip link set eth12 up
Feb 17 23:15:24 zira logger[2838]: netplug probe: /sbin/ip link set eth13 up
Feb 17 23:15:24 zira logger[2845]: netplug probe: /sbin/ip link set eth14 up
Feb 17 23:15:24 zira logger[2853]: netplug probe: /sbin/ip link set eth15 up
Feb 17 23:15:24 zira systemd[1]: Started LSB: Brings up/down network 
automatically.
Feb 17 23:15:24 zira postfix/postfix-script[2893]: warning: symlink leaves 
directory: /etc/postfix/./makedefs.out
Feb 17 23:15:24 zira postfix/postfix-script[2938]: starting the Postfix mail 
system
Feb 17 23:15:24 zira postfix/master[2940]: daemon started -- version 3.3.2, 
configuration /etc/postfix
Feb 17 23:15:24 zira systemd[1]: Started Postfix Mail Transport Agent (instance 
-).
Feb 17 23:15:24 zira systemd[1]: Starting Postfix Mail Transport Agent...
Feb 17 23:15:24 zira systemd[1]: Started Postfix Mail Transport Agent.
Feb 17 23:15:24 zira systemd[1]: Reached target Multi-User System.
Feb 17 23:15:24 zira systemd[1]: Reached target Graphical Interface.
Feb 17 23:15:24 zira systemd[1]: Starting Update UTMP about System Runlevel 
Changes...
Feb 17 23:15:24 zira systemd[1]: systemd-update-utmp-runlevel.service: 
Succeeded.
Feb 17 23:15:24 zira systemd[1]: Started Update UTMP about System Runlevel 
Changes.
Feb 17 23:15:24 zira systemd[1]: Startup finished in 20.042s (kernel) + 5min 
1.508s (userspace) = 5min 21.550s.
Feb 17 23:15:28 zira netplugd[2857]: eth0: state DOWN flags 0x00001003 
UP,BROADCAST,MULTICAST -> 0x00011043 UP,BROADCAST,RUNNING,MULTICAST,10000
Feb 17 23:15:28 zira netplugd[2948]: /etc/netplug/netplug eth0 in -> pid 2948
Feb 17 23:15:28 zira kernel: e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, 
Flow Control: Rx/Tx
Feb 17 23:15:28 zira kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes 
ready
Feb 17 23:15:28 zira logger[2949]: netplug in: /sbin/ifup -v eth0
Feb 17 23:15:28 zira ifupdown[2954]: IFACE=eth0 ADDRFAM=inet METHOD=dhcp 
PHASE=pre-up
Feb 17 23:15:28 zira dhclient[2964]: Internet Systems Consortium DHCP Client 
4.4.1
[...]

Reply via email to