unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37191: Cannot login after graphical install
@ 2019-08-26 13:10 Jussi Kuokkanen via Bug reports for GNU Guix
  2019-09-03 12:25 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Jussi Kuokkanen via Bug reports for GNU Guix @ 2019-08-26 13:10 UTC (permalink / raw)
  To: 37191


[-- Attachment #1.1: Type: text/plain, Size: 268 bytes --]

I'm getting a "Cannot make/remove an entry for the specified session" after logging into the installed system, which returns me to the login prompt. The cause seems to be shepherd failing to start dbus, which PAM depends on. System config file and logs as attachments.

[-- Attachment #1.2: Type: text/html, Size: 283 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: config.scm --]
[-- Type: text/x-scheme; name="config.scm", Size: 1379 bytes --]

;; This is an operating system configuration generated
;; by the graphical installer.

(use-modules (gnu))
(use-service-modules desktop networking ssh xorg)

(operating-system
  (locale "en_US.utf8")
  (timezone "Europe/Helsinki")
  (keyboard-layout
    (keyboard-layout "us" "altgr-intl"))
  (bootloader
    (bootloader-configuration
      (bootloader grub-bootloader)
      (target "/dev/sda")
      (keyboard-layout keyboard-layout)))
  (swap-devices (list "/dev/sda2"))
  (file-systems
    (cons* (file-system
             (mount-point "/")
             (device
               (uuid "6cb61a81-cc96-4a79-be3a-19b88c367106"
                     'ext4))
             (type "ext4"))
           %base-file-systems))
  (host-name "jussi-guix")
  (users (cons* (user-account
                  (name "jussi")
                  (comment "Jussi")
                  (group "users")
                  (home-directory "/home/jussi")
                  (supplementary-groups
                    '("wheel" "netdev" "audio" "video")))
                %base-user-accounts))
  (packages
    (append
      (list (specification->package "nss-certs"))
      %base-packages))
  (services
    (append
      (list (service mate-desktop-service-type)
            (set-xorg-configuration
              (xorg-configuration
                (keyboard-layout keyboard-layout))))
      %desktop-services)))

[-- Attachment #3: secure --]
[-- Type: application/octet-stream, Size: 1232 bytes --]

Aug 26 15:14:04 localhost login[203]: pam_elogind(login:session): Failed to connect to system bus: No such file or directory
Aug 26 15:14:04 localhost login[203]: pam_unix(login:session): session opened for user jussi by LOGIN(uid=0)
Aug 26 15:14:04 localhost login[203]: Cannot make/remove an entry for the specified session
Aug 26 15:14:26 localhost login[508]: pam_elogind(login:session): Failed to connect to system bus: No such file or directory
Aug 26 15:14:26 localhost login[508]: pam_unix(login:session): session opened for user jussi by LOGIN(uid=0)
Aug 26 15:14:26 localhost login[508]: Cannot make/remove an entry for the specified session
Aug 26 15:14:30 localhost login[509]: pam_elogind(login:session): Failed to connect to system bus: No such file or directory
Aug 26 15:14:30 localhost login[509]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Aug 26 15:14:30 localhost login[509]: Cannot make/remove an entry for the specified session
Aug 26 15:19:45 localhost login[511]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty1 ruser= rhost=  user=root
Aug 26 15:19:47 localhost login[511]: FAILED LOGIN (1) on '/dev/tty1' FOR 'root', Authentication failure

[-- Attachment #4: debug --]
[-- Type: application/octet-stream, Size: 118068 bytes --]

Aug 26 01:21:15 localhost syslogd (GNU inetutils 1.9.4): restart
Aug 26 01:21:15 localhost vmunix: [    0.000000] Linux version 5.1.2-gnu (nixbld@) (gcc version 7.4.0 (GCC)) #1 SMP 1
Aug 26 01:21:16 localhost vmunix: [    0.000000] Command line: BOOT_IMAGE=/gnu/store/mmnl20fg05w8gzzsp4d8dvagmdn1vjil-linux-libre-5.1.2/bzImage --root=6cb61a81-cc96-4a79-be3a-19b88c367106 --system=/gnu/store/0zxpmhkcqr2c9li5qazgi9wxql4wwjly-system --load=/gnu/store/0zxpmhkcqr2c9li5qazgi9wxql4wwjly-system/boot quiet
Aug 26 01:21:18 localhost vmunix: [    0.000000] KERNEL supported cpus:
Aug 26 01:21:20 localhost vmunix: [    0.000000]   Intel GenuineIntel
Aug 26 01:21:21 localhost vmunix: [    0.000000]   AMD AuthenticAMD
Aug 26 01:21:23 localhost vmunix: [    0.000000]   Hygon HygonGenuine
Aug 26 01:21:24 localhost vmunix: [    0.000000]   Centaur CentaurHauls
Aug 26 01:21:25 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 26 01:21:27 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 26 01:21:29 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 26 01:21:31 localhost vmunix: [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 26 01:21:32 localhost vmunix: [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Aug 26 01:21:33 localhost vmunix: [    0.000000] BIOS-provided physical RAM map:
Aug 26 01:21:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Aug 26 01:21:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Aug 26 01:21:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Aug 26 01:21:38 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdffff] usable
Aug 26 01:21:39 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x000000003ffe0000-0x000000003fffffff] reserved
Aug 26 01:21:40 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
Aug 26 01:21:41 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
Aug 26 01:21:42 localhost vmunix: [    0.000000] NX (Execute Disable) protection: active
Aug 26 01:21:44 localhost vmunix: [    0.000000] SMBIOS 2.8 present.
Aug 26 01:21:45 localhost vmunix: [    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-20181126_142135-anatol 04/01/2014
Aug 26 01:21:46 localhost vmunix: [    0.000000] Hypervisor detected: KVM
Aug 26 01:21:48 localhost vmunix: [    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
Aug 26 01:21:50 localhost vmunix: [    0.000000] kvm-clock: cpu 0, msr a782001, primary cpu clock
Aug 26 01:21:51 localhost shepherd[1]: Service syslogd has been started. 
Aug 26 01:21:51 localhost vmunix: [    0.000000] kvm-clock: using sched offset of 10826422048 cycles
Aug 26 01:21:53 localhost vmunix: [    0.000001] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
Aug 26 01:21:55 localhost vmunix: [    0.000003] tsc: Detected 3399.996 MHz processor
Aug 26 01:21:58 localhost vmunix: [    0.001633] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 26 01:21:59 localhost vmunix: [    0.001634] e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 26 01:21:59 localhost vmunix: [    0.001637] last_pfn = 0x3ffe0 max_arch_pfn = 0x400000000
Aug 26 01:22:00 localhost vmunix: [    0.001659] MTRR default type: write-back
Aug 26 01:22:01 localhost vmunix: [    0.001659] MTRR fixed ranges enabled:
Aug 26 01:22:02 localhost vmunix: [    0.001660]   00000-9FFFF write-back
Aug 26 01:22:03 localhost vmunix: [    0.001660]   A0000-BFFFF uncachable
Aug 26 01:22:03 localhost vmunix: [    0.001661]   C0000-FFFFF write-protect
Aug 26 01:22:04 localhost vmunix: [    0.001661] MTRR variable ranges enabled:
Aug 26 01:22:05 localhost vmunix: [    0.001662]   0 base 0080000000 mask FF80000000 uncachable
Aug 26 01:22:05 localhost vmunix: [    0.001663]   1 disabled
Aug 26 01:22:05 localhost vmunix: [    0.001663]   2 disabled
Aug 26 01:22:06 localhost vmunix: [    0.001663]   3 disabled
Aug 26 01:22:06 localhost vmunix: [    0.001664]   4 disabled
Aug 26 01:22:07 localhost vmunix: [    0.001664]   5 disabled
Aug 26 01:22:08 localhost vmunix: [    0.001664]   6 disabled
Aug 26 01:22:09 localhost vmunix: [    0.001665]   7 disabled
Aug 26 01:22:09 localhost shepherd[1]: Service loopback has been started. 
Aug 26 01:22:09 localhost vmunix: [    0.001672] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 26 01:22:10 localhost vmunix: [    0.005009] found SMP MP-table at [mem 0x000f5c80-0x000f5c8f]
Aug 26 01:22:11 localhost vmunix: [    0.005090] check: Scanning 1 areas for low memory corruption
Aug 26 01:22:12 localhost vmunix: [    0.005116] Using GB pages for direct mapping
Aug 26 01:22:13 localhost vmunix: [    0.005118] BRK [0x0aa01000, 0x0aa01fff] PGTABLE
Aug 26 01:22:14 localhost vmunix: [    0.005119] BRK [0x0aa02000, 0x0aa02fff] PGTABLE
Aug 26 01:22:14 localhost vmunix: [    0.005120] BRK [0x0aa03000, 0x0aa03fff] PGTABLE
Aug 26 01:22:15 localhost vmunix: [    0.005130] BRK [0x0aa04000, 0x0aa04fff] PGTABLE
Aug 26 01:22:15 localhost vmunix: [    0.005149] BRK [0x0aa05000, 0x0aa05fff] PGTABLE
Aug 26 01:22:16 localhost vmunix: [    0.005155] RAMDISK: [mem 0x369a7000-0x374cafff]
Aug 26 01:22:17 localhost vmunix: [    0.005165] ACPI: Early table checksum verification disabled
Aug 26 01:22:19 localhost vmunix: [    0.005195] ACPI: RSDP 0x00000000000F5AB0 000014 (v00 BOCHS )
Aug 26 01:22:21 localhost vmunix: [    0.005199] ACPI: RSDT 0x000000003FFE14C4 00002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
Aug 26 01:22:23 localhost vmunix: [    0.005203] ACPI: FACP 0x000000003FFE13D8 000074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
Aug 26 01:22:24 localhost shepherd[1]: Service virtual-terminal has been started. 
Aug 26 01:22:24 localhost vmunix: [    0.005206] ACPI: DSDT 0x000000003FFE0040 001398 (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
Aug 26 01:22:26 localhost vmunix: [    0.005208] ACPI: FACS 0x000000003FFE0000 000040
Aug 26 01:22:26 localhost vmunix: [    0.005209] ACPI: APIC 0x000000003FFE144C 000078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
Aug 26 01:22:29 localhost vmunix: [    0.005214] ACPI: Local APIC address 0xfee00000
Aug 26 01:22:31 localhost vmunix: [    0.005398] No NUMA configuration found
Aug 26 01:22:33 localhost vmunix: [    0.005399] Faking a node at [mem 0x0000000000000000-0x000000003ffdffff]
Aug 26 01:22:35 localhost vmunix: [    0.005401] NODE_DATA(0) allocated [mem 0x3ffdc000-0x3ffdffff]
Aug 26 01:22:37 localhost vmunix: [    0.005415] Zone ranges:
Aug 26 01:22:38 localhost vmunix: [    0.005415]   DMA32    [mem 0x0000000000001000-0x000000003ffdffff]
Aug 26 01:22:39 localhost vmunix: [    0.005416]   Normal   empty
Aug 26 01:22:41 localhost vmunix: [    0.005416]   Device   empty
Aug 26 01:22:43 localhost vmunix: [    0.005417] Movable zone start for each node
Aug 26 01:22:45 localhost vmunix: [    0.005417] Early memory node ranges
Aug 26 01:22:46 localhost vmunix: [    0.005418]   node   0: [mem 0x0000000000001000-0x000000000009efff]
Aug 26 01:22:47 localhost vmunix: [    0.005418]   node   0: [mem 0x0000000000100000-0x000000003ffdffff]
Aug 26 01:22:48 localhost vmunix: [    0.005422] Zeroed struct page in unavailable ranges: 98 pages
Aug 26 01:22:49 localhost shepherd[1]: Service term-tty6 has been started. 
Aug 26 01:22:49 localhost vmunix: [    0.005422] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdffff]
Aug 26 01:22:50 localhost vmunix: [    0.005423] On node 0 totalpages: 262014
Aug 26 01:22:50 localhost vmunix: [    0.005424]   DMA32 zone: 4096 pages used for memmap
Aug 26 01:22:51 localhost vmunix: [    0.005424]   DMA32 zone: 21 pages reserved
Aug 26 01:22:51 localhost vmunix: [    0.005425]   DMA32 zone: 262014 pages, LIFO batch:63
Aug 26 01:22:52 localhost vmunix: [    0.009686] ACPI: PM-Timer IO Port: 0x608
Aug 26 01:22:52 localhost vmunix: [    0.009688] ACPI: Local APIC address 0xfee00000
Aug 26 01:22:53 localhost vmunix: [    0.009695] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
Aug 26 01:22:54 localhost vmunix: [    0.009729] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
Aug 26 01:22:55 localhost vmunix: [    0.009730] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 26 01:22:56 localhost vmunix: [    0.009731] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
Aug 26 01:22:57 localhost vmunix: [    0.009731] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 26 01:22:58 localhost vmunix: [    0.009732] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
Aug 26 01:23:01 localhost vmunix: [    0.009733] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
Aug 26 01:23:02 localhost vmunix: [    0.009733] ACPI: IRQ0 used by override.
Aug 26 01:23:02 localhost shepherd[1]: Service term-tty5 has been started. 
Aug 26 01:23:02 localhost vmunix: [    0.009734] ACPI: IRQ5 used by override.
Aug 26 01:23:03 localhost vmunix: [    0.009734] ACPI: IRQ9 used by override.
Aug 26 01:23:03 localhost vmunix: [    0.009734] ACPI: IRQ10 used by override.
Aug 26 01:23:03 localhost vmunix: [    0.009735] ACPI: IRQ11 used by override.
Aug 26 01:23:04 localhost vmunix: [    0.009736] Using ACPI (MADT) for SMP configuration information
Aug 26 01:23:04 localhost vmunix: [    0.009740] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
Aug 26 01:23:05 localhost vmunix: [    0.009753] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 26 01:23:06 localhost vmunix: [    0.009754] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Aug 26 01:23:08 localhost vmunix: [    0.009754] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
Aug 26 01:23:09 localhost vmunix: [    0.009755] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Aug 26 01:23:10 localhost vmunix: [    0.009756] [mem 0x40000000-0xfeffbfff] available for PCI devices
Aug 26 01:23:11 localhost vmunix: [    0.009757] Booting paravirtualized kernel on KVM
Aug 26 01:23:12 localhost vmunix: [    0.009759] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Aug 26 01:23:13 localhost vmunix: [    0.009768] random: get_random_bytes called from start_kernel+0xb0/0x521 with crng_init=0
Aug 26 01:23:15 localhost shepherd[1]: Service term-tty4 has been started. 
Aug 26 01:23:15 localhost vmunix: [    0.009771] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1
Aug 26 01:23:15 localhost vmunix: [    0.009876] percpu: Embedded 45 pages/cpu s147352 r8192 d28776 u2097152
Aug 26 01:23:16 localhost vmunix: [    0.009879] pcpu-alloc: s147352 r8192 d28776 u2097152 alloc=1*2097152
Aug 26 01:23:17 localhost vmunix: [    0.009879] pcpu-alloc: [0] 0 
Aug 26 01:23:17 localhost vmunix: [    0.009897] KVM setup async PF for cpu 0
Aug 26 01:23:19 localhost vmunix: [    0.009900] kvm-stealtime: cpu 0, msr 3ea16140
Aug 26 01:23:20 localhost vmunix: [    0.009903] Built 1 zonelists, mobility grouping on.  Total pages: 257897
Aug 26 01:23:21 localhost vmunix: [    0.009904] Policy zone: DMA32
Aug 26 01:23:22 localhost vmunix: [    0.009905] Kernel command line: BOOT_IMAGE=/gnu/store/mmnl20fg05w8gzzsp4d8dvagmdn1vjil-linux-libre-5.1.2/bzImage --root=6cb61a81-cc96-4a79-be3a-19b88c367106 --system=/gnu/store/0zxpmhkcqr2c9li5qazgi9wxql4wwjly-system --load=/gnu/store/0zxpmhkcqr2c9li5qazgi9wxql4wwjly-system/boot quiet
Aug 26 01:23:24 localhost vmunix: [    0.009987] Calgary: detecting Calgary via BIOS EBDA area
Aug 26 01:23:26 localhost vmunix: [    0.009988] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Aug 26 01:23:27 localhost shepherd[1]: Service term-tty3 has been started. 
Aug 26 01:23:27 localhost vmunix: [    0.012254] Memory: 993092K/1048056K available (14339K kernel code, 1508K rwdata, 3952K rodata, 1856K init, 2668K bss, 54964K reserved, 0K cma-reserved)
Aug 26 01:23:28 localhost vmunix: [    0.012333] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Aug 26 01:23:29 localhost vmunix: [    0.012337] Kernel/User page tables isolation: enabled
Aug 26 01:23:31 localhost vmunix: [    0.012368] ftrace: allocating 39957 entries in 157 pages
Aug 26 01:23:32 localhost vmunix: [    0.024469] rcu: Hierarchical RCU implementation.
Aug 26 01:23:33 localhost vmunix: [    0.024470] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
Aug 26 01:23:34 localhost vmunix: [    0.024471] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Aug 26 01:23:36 localhost vmunix: [    0.024472] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
Aug 26 01:23:37 localhost vmunix: [    0.026490] NR_IRQS: 16640, nr_irqs: 256, preallocated irqs: 16
Aug 26 01:23:39 localhost vmunix: [    0.039818] Console: colour VGA+ 80x25
Aug 26 01:23:40 localhost vmunix: [    0.039821] printk: console [tty0] enabled
Aug 26 01:23:42 localhost vmunix: [    0.039836] ACPI: Core revision 20190215
Aug 26 01:23:43 localhost vmunix: [    0.039895] APIC: Switch to symmetric I/O mode setup
Aug 26 01:23:45 localhost vmunix: [    0.040106] x2apic enabled
Aug 26 01:23:47 localhost shepherd[1]: Service term-tty2 has been started. 
Aug 26 01:23:47 localhost vmunix: [    0.040331] Switched APIC routing to physical x2apic.
Aug 26 01:23:49 localhost vmunix: [    0.041320] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 26 01:23:50 localhost vmunix: [    0.041342] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x31024b3bec5, max_idle_ns: 440795366697 ns
Aug 26 01:23:52 localhost vmunix: [    0.041351] Calibrating delay loop (skipped) preset value.. 6799.99 BogoMIPS (lpj=13599984)
Aug 26 01:23:53 localhost vmunix: [    0.041352] pid_max: default: 32768 minimum: 301
Aug 26 01:23:55 localhost vmunix: [    0.041378] LSM: Security Framework initializing
Aug 26 01:23:58 localhost vmunix: [    0.041382] Yama: becoming mindful.
Aug 26 01:24:00 localhost vmunix: [    0.041398] AppArmor: AppArmor initialized
Aug 26 01:24:02 localhost vmunix: [    0.041399] TOMOYO Linux initialized
Aug 26 01:24:03 localhost vmunix: [    0.041661] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Aug 26 01:24:04 localhost vmunix: [    0.041696] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Aug 26 01:24:06 localhost vmunix: [    0.041702] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
Aug 26 01:24:07 localhost vmunix: [    0.041704] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
Aug 26 01:24:08 localhost vmunix: [    0.041800] *** VALIDATE proc ***
Aug 26 01:24:09 localhost vmunix: [    0.041829] *** VALIDATE cgroup1 ***
Aug 26 01:24:11 localhost shepherd[1]: Service term-tty1 has been started. 
Aug 26 01:24:11 localhost vmunix: [    0.041830] *** VALIDATE cgroup2 ***
Aug 26 01:24:12 localhost vmunix: [    0.041887] x86/cpu: User Mode Instruction Prevention (UMIP) activated
Aug 26 01:24:14 localhost vmunix: [    0.041890] mce: CPU supports 10 MCE banks
Aug 26 01:24:16 localhost vmunix: [    0.041921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Aug 26 01:24:17 localhost vmunix: [    0.041921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Aug 26 01:24:19 localhost vmunix: [    0.041923] Spectre V2 : Mitigation: Full generic retpoline
Aug 26 01:24:20 localhost vmunix: [    0.041924] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 26 01:24:22 localhost vmunix: [    0.041924] Spectre V2 : Enabling Restricted Speculation for firmware calls
Aug 26 01:24:23 localhost vmunix: [    0.041928] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 26 01:24:24 localhost vmunix: [    0.041929] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Aug 26 01:24:27 localhost vmunix: [    0.041948] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Aug 26 01:24:30 localhost vmunix: [    0.048037] Freeing SMP alternatives memory: 28K
Aug 26 01:24:34 localhost vmunix: [    0.049295] TSC deadline timer enabled
Aug 26 01:24:34 localhost shepherd[1]: Service term-auto could not be started. 
Aug 26 01:24:34 localhost vmunix: [    0.049298] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)
Aug 26 01:24:37 localhost vmunix: [    0.049343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
Aug 26 01:24:38 localhost vmunix: [    0.049343] rcu: Hierarchical SRCU implementation.
Aug 26 01:24:39 localhost vmunix: [    0.049343] NMI watchdog: Perf NMI watchdog permanently disabled
Aug 26 01:24:40 localhost vmunix: [    0.049343] smp: Bringing up secondary CPUs ...
Aug 26 01:24:41 localhost vmunix: [    0.049343] smp: Brought up 1 node, 1 CPU
Aug 26 01:24:43 localhost vmunix: [    0.049343] smpboot: Max logical packages: 1
Aug 26 01:24:44 localhost vmunix: [    0.049343] smpboot: Total of 1 processors activated (6799.99 BogoMIPS)
Aug 26 01:24:45 localhost vmunix: [    0.049343] devtmpfs: initialized
Aug 26 01:24:47 localhost vmunix: [    0.049343] x86/mm: Memory block size: 128MB
Aug 26 01:24:48 localhost vmunix: [    0.049343] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Aug 26 01:24:50 localhost vmunix: [    0.049343] futex hash table entries: 256 (order: 2, 16384 bytes)
Aug 26 01:24:52 localhost vmunix: [    0.049343] pinctrl core: initialized pinctrl subsystem
Aug 26 01:24:54 localhost vmunix: [    0.049343] PM: RTC time: 22:18:59, date: 2019-08-25
Aug 26 01:22:36 localhost mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:05.7/usb1/1-1" 
Aug 26 01:24:56 localhost vmunix: [    0.049343] NET: Registered protocol family 16
Aug 26 01:24:57 localhost vmunix: [    0.049343] audit: initializing netlink subsys (disabled)
Aug 26 01:24:58 localhost vmunix: [    0.049343] cpuidle: using governor ladder
Aug 26 01:24:59 localhost vmunix: [    0.049343] cpuidle: using governor menu
Aug 26 01:25:01 localhost vmunix: [    0.049343] ACPI: bus type PCI registered
Aug 26 01:25:02 localhost vmunix: [    0.049343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 26 01:25:03 localhost vmunix: [    0.049343] PCI: Using configuration type 1 for base access
Aug 26 01:25:05 localhost vmunix: [    0.049343] audit: type=2000 audit(1566771540.336:1): state=initialized audit_enabled=0 res=1
Aug 26 01:25:06 localhost vmunix: [    0.049343] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Aug 26 01:25:08 localhost vmunix: [    0.049343] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Aug 26 01:25:11 localhost vmunix: [    0.049343] ACPI: Added _OSI(Module Device)
Aug 26 01:25:12 localhost vmunix: [    0.049343] ACPI: Added _OSI(Processor Device)
Aug 26 01:25:14 localhost vmunix: [    0.049343] ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 26 01:25:15 localhost vmunix: [    0.049343] ACPI: Added _OSI(Processor Aggregator Device)
Aug 26 01:25:18 localhost vmunix: [    0.049343] ACPI: Added _OSI(Linux-Dell-Video)
Aug 26 01:25:19 localhost vmunix: [    0.049343] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Aug 26 01:22:36 localhost mtp-probe: bus: 1, device: 2 was not an MTP device 
Aug 26 01:25:21 localhost vmunix: [    0.049343] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Aug 26 01:25:23 localhost vmunix: [    0.049343] ACPI: 1 ACPI AML tables successfully acquired and loaded
Aug 26 01:25:24 localhost vmunix: [    0.049343] ACPI: Interpreter enabled
Aug 26 01:25:25 localhost vmunix: [    0.049343] ACPI: (supports S0 S5)
Aug 26 01:25:27 localhost vmunix: [    0.049343] ACPI: Using IOAPIC for interrupt routing
Aug 26 01:25:29 localhost vmunix: [    0.049343] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 26 01:25:31 localhost vmunix: [    0.049343] ACPI: Enabled 2 GPEs in block 00 to 0F
Aug 26 01:25:33 localhost vmunix: [    0.049959] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 26 01:25:34 localhost vmunix: [    0.049962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
Aug 26 01:25:35 localhost vmunix: [    0.049968] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
Aug 26 01:25:37 localhost vmunix: [    0.050133] acpiphp: Slot [3] registered
Aug 26 01:25:38 localhost vmunix: [    0.050143] acpiphp: Slot [4] registered
Aug 26 01:25:40 localhost vmunix: [    0.050160] acpiphp: Slot [6] registered
Aug 26 01:25:41 localhost vmunix: [    0.050170] acpiphp: Slot [7] registered
Aug 26 01:25:42 localhost vmunix: [    0.050180] acpiphp: Slot [8] registered
Aug 26 01:25:44 localhost vmunix: [    0.050190] acpiphp: Slot [9] registered
Aug 26 01:25:45 localhost shepherd[1]: Service console-font-tty1 has been started. 
Aug 26 01:25:45 localhost vmunix: [    0.050200] acpiphp: Slot [10] registered
Aug 26 01:25:46 localhost vmunix: [    0.050210] acpiphp: Slot [11] registered
Aug 26 01:25:47 localhost vmunix: [    0.050220] acpiphp: Slot [12] registered
Aug 26 01:25:49 localhost vmunix: [    0.050229] acpiphp: Slot [13] registered
Aug 26 01:25:51 localhost vmunix: [    0.050239] acpiphp: Slot [14] registered
Aug 26 01:25:52 localhost vmunix: [    0.050248] acpiphp: Slot [15] registered
Aug 26 01:25:54 localhost vmunix: [    0.050258] acpiphp: Slot [16] registered
Aug 26 01:25:55 localhost vmunix: [    0.050267] acpiphp: Slot [17] registered
Aug 26 01:25:56 localhost vmunix: [    0.050277] acpiphp: Slot [18] registered
Aug 26 01:25:57 localhost vmunix: [    0.050286] acpiphp: Slot [19] registered
Aug 26 01:25:58 localhost vmunix: [    0.050296] acpiphp: Slot [20] registered
Aug 26 01:25:59 localhost vmunix: [    0.050305] acpiphp: Slot [21] registered
Aug 26 01:26:00 localhost vmunix: [    0.050315] acpiphp: Slot [22] registered
Aug 26 01:26:01 localhost vmunix: [    0.050324] acpiphp: Slot [23] registered
Aug 26 01:26:02 localhost vmunix: [    0.050334] acpiphp: Slot [24] registered
Aug 26 01:26:06 localhost vmunix: [    0.050344] acpiphp: Slot [25] registered
Aug 26 01:26:08 localhost vmunix: [    0.050353] acpiphp: Slot [26] registered
Aug 26 01:26:09 localhost vmunix: [    0.050362] acpiphp: Slot [27] registered
Aug 26 01:26:11 localhost vmunix: [    0.050373] acpiphp: Slot [28] registered
Aug 26 01:26:12 localhost vmunix: [    0.050382] acpiphp: Slot [29] registered
Aug 26 01:26:14 localhost vmunix: [    0.050392] acpiphp: Slot [30] registered
Aug 26 01:26:15 localhost shepherd[1]: Service console-font-tty2 has been started. 
Aug 26 01:26:15 localhost vmunix: [    0.050402] acpiphp: Slot [31] registered
Aug 26 01:26:17 localhost vmunix: [    0.050408] PCI host bridge to bus 0000:00
Aug 26 01:26:18 localhost vmunix: [    0.050410] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 26 01:26:21 localhost vmunix: [    0.050411] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 26 01:26:22 localhost vmunix: [    0.050411] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 26 01:26:23 localhost vmunix: [    0.050412] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]
Aug 26 01:26:23 localhost vmunix: [    0.050413] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
Aug 26 01:26:24 localhost vmunix: [    0.050413] pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 26 01:26:25 localhost vmunix: [    0.050434] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
Aug 26 01:26:26 localhost vmunix: [    0.050861] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
Aug 26 01:26:26 localhost vmunix: [    0.051196] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
Aug 26 01:26:27 localhost vmunix: [    0.052526] pci 0000:00:01.1: reg 0x20: [io  0xc140-0xc14f]
Aug 26 01:26:27 localhost vmunix: [    0.053142] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Aug 26 01:26:28 localhost shepherd[1]: Service console-font-tty3 has been started. 
Aug 26 01:26:28 localhost vmunix: [    0.053143] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
Aug 26 01:26:29 localhost vmunix: [    0.053144] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Aug 26 01:26:30 localhost vmunix: [    0.053144] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
Aug 26 01:26:32 localhost vmunix: [    0.053254] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
Aug 26 01:26:32 localhost vmunix: [    0.053524] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
Aug 26 01:26:33 localhost vmunix: [    0.053529] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
Aug 26 01:26:36 localhost vmunix: [    0.053834] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000
Aug 26 01:26:36 localhost vmunix: [    0.061350] pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff]
Aug 26 01:26:37 localhost vmunix: [    0.068156] pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff]
Aug 26 01:26:38 localhost vmunix: [    0.072789] pci 0000:00:02.0: reg 0x18: [mem 0xfc074000-0xfc075fff]
Aug 26 01:26:38 localhost vmunix: [    0.074288] pci 0000:00:02.0: reg 0x1c: [io  0xc0c0-0xc0df]
Aug 26 01:26:39 localhost vmunix: [    0.089351] pci 0000:00:02.0: reg 0x30: [mem 0xfc060000-0xfc06ffff pref]
Aug 26 01:26:40 localhost vmunix: [    0.089792] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
Aug 26 01:26:41 localhost shepherd[1]: Service console-font-tty4 has been started. 
Aug 26 01:26:41 localhost vmunix: [    0.091344] pci 0000:00:03.0: reg 0x10: [mem 0xfc040000-0xfc05ffff]
Aug 26 01:26:41 localhost vmunix: [    0.093359] pci 0000:00:03.0: reg 0x14: [io  0xc000-0xc03f]
Aug 26 01:26:42 localhost vmunix: [    0.101351] pci 0000:00:03.0: reg 0x30: [mem 0xfc000000-0xfc03ffff pref]
Aug 26 01:26:43 localhost vmunix: [    0.101828] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300
Aug 26 01:26:44 localhost vmunix: [    0.102189] pci 0000:00:04.0: reg 0x10: [mem 0xfc070000-0xfc073fff]
Aug 26 01:26:45 localhost vmunix: [    0.104413] pci 0000:00:05.0: [8086:2934] type 00 class 0x0c0300
Aug 26 01:26:45 localhost vmunix: [    0.106190] pci 0000:00:05.0: reg 0x20: [io  0xc0e0-0xc0ff]
Aug 26 01:26:46 localhost vmunix: [    0.107226] pci 0000:00:05.1: [8086:2935] type 00 class 0x0c0300
Aug 26 01:26:47 localhost vmunix: [    0.109258] pci 0000:00:05.1: reg 0x20: [io  0xc100-0xc11f]
Aug 26 01:26:47 localhost vmunix: [    0.109948] pci 0000:00:05.2: [8086:2936] type 00 class 0x0c0300
Aug 26 01:26:48 localhost vmunix: [    0.111364] pci 0000:00:05.2: reg 0x20: [io  0xc120-0xc13f]
Aug 26 01:26:48 localhost vmunix: [    0.112205] pci 0000:00:05.7: [8086:293a] type 00 class 0x0c0320
Aug 26 01:26:48 localhost vmunix: [    0.112556] pci 0000:00:05.7: reg 0x10: [mem 0xfc076000-0xfc076fff]
Aug 26 01:26:49 localhost vmunix: [    0.115021] pci 0000:00:06.0: [1af4:1003] type 00 class 0x078000
Aug 26 01:26:50 localhost shepherd[1]: Service console-font-tty5 has been started. 
Aug 26 01:26:50 localhost vmunix: [    0.115945] pci 0000:00:06.0: reg 0x10: [io  0xc040-0xc07f]
Aug 26 01:26:50 localhost vmunix: [    0.116738] pci 0000:00:06.0: reg 0x14: [mem 0xfc077000-0xfc077fff]
Aug 26 01:26:51 localhost vmunix: [    0.119405] pci 0000:00:06.0: reg 0x20: [mem 0xfebf8000-0xfebfbfff 64bit pref]
Aug 26 01:26:51 localhost vmunix: [    0.120515] pci 0000:00:07.0: [1af4:1002] type 00 class 0x00ff00
Aug 26 01:26:52 localhost vmunix: [    0.120925] pci 0000:00:07.0: reg 0x10: [io  0xc080-0xc0bf]
Aug 26 01:26:52 localhost vmunix: [    0.122361] pci 0000:00:07.0: reg 0x20: [mem 0xfebfc000-0xfebfffff 64bit pref]
Aug 26 01:26:53 localhost vmunix: [    0.127726] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
Aug 26 01:26:54 localhost vmunix: [    0.127789] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
Aug 26 01:26:55 localhost vmunix: [    0.127844] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
Aug 26 01:26:56 localhost vmunix: [    0.127898] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
Aug 26 01:26:57 localhost vmunix: [    0.127933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
Aug 26 01:26:58 localhost vmunix: [    0.128099] pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 26 01:27:00 localhost vmunix: [    0.128100] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 26 01:27:01 localhost vmunix: [    0.128102] pci 0000:00:02.0: vgaarb: bridge control possible
Aug 26 01:27:02 localhost shepherd[1]: Service console-font-tty6 has been started. 
Aug 26 01:27:02 localhost vmunix: [    0.128103] vgaarb: loaded
Aug 26 01:27:03 localhost vmunix: [    0.128223] SCSI subsystem initialized
Aug 26 01:27:06 localhost vmunix: [    0.128244] libata version 3.00 loaded.
Aug 26 01:27:07 localhost vmunix: [    0.128256] ACPI: bus type USB registered
Aug 26 01:27:09 localhost vmunix: [    0.128265] usbcore: registered new interface driver usbfs
Aug 26 01:27:11 localhost vmunix: [    0.128270] usbcore: registered new interface driver hub
Aug 26 01:27:13 localhost vmunix: [    0.128273] usbcore: registered new device driver usb
Aug 26 01:27:14 localhost vmunix: [    0.128302] EDAC MC: Ver: 3.0.0
Aug 26 01:27:15 localhost vmunix: [    0.129002] PCI: Using ACPI for IRQ routing
Aug 26 01:27:17 localhost vmunix: [    0.129003] PCI: pci_cache_line_size set to 64 bytes
Aug 26 01:27:17 localhost vmunix: [    0.129137] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Aug 26 01:27:18 localhost vmunix: [    0.129138] e820: reserve RAM buffer [mem 0x3ffe0000-0x3fffffff]
Aug 26 01:27:19 localhost vmunix: [    0.129218] NetLabel: Initializing
Aug 26 01:27:21 localhost vmunix: [    0.129218] NetLabel:  domain hash size = 128
Aug 26 01:27:23 localhost vmunix: [    0.129218] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 26 01:27:24 localhost vmunix: [    0.129231] NetLabel:  unlabeled traffic allowed by default
Aug 26 01:27:25 localhost vmunix: [    0.129311] clocksource: Switched to clocksource kvm-clock
Aug 26 01:27:27 localhost vmunix: [    0.132472] VFS: Disk quotas dquot_6.6.0
Aug 26 01:27:27 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 01:27:27 localhost vmunix: [    0.132482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 26 01:27:28 localhost vmunix: [    0.132497] *** VALIDATE hugetlbfs ***
Aug 26 01:27:29 localhost vmunix: [    0.132558] AppArmor: AppArmor Filesystem Enabled
Aug 26 01:27:31 localhost vmunix: [    0.132574] pnp: PnP ACPI init
Aug 26 01:27:32 localhost vmunix: [    0.132615] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
Aug 26 01:27:33 localhost vmunix: [    0.132635] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
Aug 26 01:27:34 localhost vmunix: [    0.132650] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
Aug 26 01:27:36 localhost vmunix: [    0.132655] pnp 00:03: [dma 2]
Aug 26 01:27:37 localhost vmunix: [    0.132662] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
Aug 26 01:27:39 localhost vmunix: [    0.132717] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
Aug 26 01:27:40 localhost vmunix: [    0.132839] pnp: PnP ACPI: found 5 devices
Aug 26 01:27:41 localhost vmunix: [    0.138215] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 26 01:27:42 localhost vmunix: [    0.138223] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 26 01:27:43 localhost vmunix: [    0.138224] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 26 01:27:44 localhost vmunix: [    0.138225] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 26 01:27:45 localhost shepherd[1]: Service networking depends on dbus-system. 
Aug 26 01:27:45 localhost vmunix: [    0.138226] pci_bus 0000:00: resource 7 [mem 0x40000000-0xfebfffff window]
Aug 26 01:27:46 localhost vmunix: [    0.138226] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]
Aug 26 01:27:47 localhost vmunix: [    0.138261] NET: Registered protocol family 2
Aug 26 01:27:49 localhost vmunix: [    0.138357] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes)
Aug 26 01:27:52 localhost vmunix: [    0.138362] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
Aug 26 01:27:55 localhost vmunix: [    0.138373] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
Aug 26 01:27:57 localhost vmunix: [    0.138384] TCP: Hash tables configured (established 8192 bind 8192)
Aug 26 01:28:00 localhost vmunix: [    0.138397] UDP hash table entries: 512 (order: 2, 16384 bytes)
Aug 26 01:28:03 localhost vmunix: [    0.138399] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Aug 26 01:28:05 localhost vmunix: [    0.138420] NET: Registered protocol family 1
Aug 26 01:28:07 localhost vmunix: [    0.138433] pci 0000:00:01.0: PIIX3: Enabling Passive Release
Aug 26 01:28:09 localhost vmunix: [    0.138441] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Aug 26 01:28:11 localhost vmunix: [    0.138447] pci 0000:00:01.0: Activating ISA DMA hang workarounds
Aug 26 01:28:13 localhost shepherd[1]: Service networking could not be started. 
Aug 26 01:28:13 localhost vmunix: [    0.138479] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 26 01:28:15 localhost vmunix: [    0.150982] PCI Interrupt Link [LNKA] enabled at IRQ 10
Aug 26 01:28:16 localhost vmunix: [    0.163821] pci 0000:00:05.0: quirk_usb_early_handoff+0x0/0x6c0 took 24726 usecs
Aug 26 01:28:18 localhost vmunix: [    0.176538] PCI Interrupt Link [LNKB] enabled at IRQ 11
Aug 26 01:28:19 localhost vmunix: [    0.189119] pci 0000:00:05.1: quirk_usb_early_handoff+0x0/0x6c0 took 24689 usecs
Aug 26 01:28:21 localhost vmunix: [    0.202119] PCI Interrupt Link [LNKC] enabled at IRQ 11
Aug 26 01:28:23 localhost vmunix: [    0.214544] pci 0000:00:05.2: quirk_usb_early_handoff+0x0/0x6c0 took 24814 usecs
Aug 26 01:28:24 localhost vmunix: [    0.227223] PCI Interrupt Link [LNKD] enabled at IRQ 10
Aug 26 01:28:26 localhost vmunix: [    0.239813] pci 0000:00:05.7: quirk_usb_early_handoff+0x0/0x6c0 took 24662 usecs
Aug 26 01:28:27 localhost vmunix: [    0.239835] PCI: CLS 0 bytes, default 64
Aug 26 01:28:28 localhost vmunix: [    0.239869] Trying to unpack rootfs image as initramfs...
Aug 26 01:28:30 localhost vmunix: [    0.371366] Freeing initrd memory: 11408K
Aug 26 01:28:32 localhost vmunix: [    0.371434] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x31024b3bec5, max_idle_ns: 440795366697 ns
Aug 26 01:28:34 localhost shepherd[1]: Service ntpd depends on networking. 
Aug 26 01:28:34 localhost vmunix: [    0.371487] check: Scanning for low memory corruption every 60 seconds
Aug 26 01:28:36 localhost vmunix: [    0.371911] Initialise system trusted keyrings
Aug 26 01:28:39 localhost vmunix: [    0.371928] workingset: timestamp_bits=40 max_order=18 bucket_order=0
Aug 26 01:28:41 localhost vmunix: [    0.372646] zbud: loaded
Aug 26 01:28:43 localhost vmunix: [    0.373073] Allocating IMA blacklist keyring.
Aug 26 01:28:44 localhost vmunix: [    0.374213] Key type asymmetric registered
Aug 26 01:28:46 localhost vmunix: [    0.374214] Asymmetric key parser 'x509' registered
Aug 26 01:28:49 localhost vmunix: [    0.374219] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Aug 26 01:28:51 localhost vmunix: [    0.374296] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 26 01:28:54 localhost vmunix: [    0.374309] intel_idle: Please enable MWAIT in BIOS SETUP
Aug 26 01:28:55 localhost vmunix: [    0.374357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Aug 26 01:28:58 localhost vmunix: [    0.374366] ACPI: Power Button [PWRF]
Aug 26 01:29:00 localhost vmunix: [    0.374503] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 26 01:29:02 localhost vmunix: [    0.397099] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug 26 01:29:04 localhost vmunix: [    0.398118] Linux agpgart interface v0.103
Aug 26 01:29:06 localhost vmunix: [    0.399194] brd: module loaded
Aug 26 01:29:08 localhost shepherd[1]: Service ntpd could not be started. 
Aug 26 01:29:08 localhost vmunix: [    0.399932] loop: module loaded
Aug 26 01:29:10 localhost vmunix: [    0.400065] ata_piix 0000:00:01.1: version 2.13
Aug 26 01:29:11 localhost vmunix: [    0.400487] scsi host0: ata_piix
Aug 26 01:29:12 localhost vmunix: [    0.400540] scsi host1: ata_piix
Aug 26 01:29:13 localhost vmunix: [    0.400558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc140 irq 14
Aug 26 01:29:15 localhost vmunix: [    0.400559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc148 irq 15
Aug 26 01:29:16 localhost vmunix: [    0.400602] libphy: Fixed MDIO Bus: probed
Aug 26 01:29:17 localhost vmunix: [    0.400603] tun: Universal TUN/TAP device driver, 1.6
Aug 26 01:29:18 localhost vmunix: [    0.400815] PPP generic driver version 2.4.2
Aug 26 01:29:19 localhost vmunix: [    0.400837] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 26 01:29:21 localhost vmunix: [    0.400839] ehci-pci: EHCI PCI platform driver
Aug 26 01:29:23 localhost vmunix: [    0.413844] ehci-pci 0000:00:05.7: EHCI Host Controller
Aug 26 01:29:25 localhost vmunix: [    0.413848] ehci-pci 0000:00:05.7: new USB bus registered, assigned bus number 1
Aug 26 01:29:27 localhost vmunix: [    0.413982] ehci-pci 0000:00:05.7: irq 10, io mem 0xfc076000
Aug 26 01:29:29 localhost vmunix: [    0.429401] ehci-pci 0000:00:05.7: USB 2.0 started, EHCI 1.00
Aug 26 01:29:31 localhost vmunix: [    0.429446] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
Aug 26 01:29:32 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 01:29:32 localhost vmunix: [    0.429447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 26 01:29:34 localhost vmunix: [    0.429448] usb usb1: Product: EHCI Host Controller
Aug 26 01:29:36 localhost vmunix: [    0.429449] usb usb1: Manufacturer: Linux 5.1.2-gnu ehci_hcd
Aug 26 01:29:39 localhost vmunix: [    0.429450] usb usb1: SerialNumber: 0000:00:05.7
Aug 26 01:29:41 localhost vmunix: [    0.429538] hub 1-0:1.0: USB hub found
Aug 26 01:29:42 localhost vmunix: [    0.429542] hub 1-0:1.0: 6 ports detected
Aug 26 01:29:44 localhost vmunix: [    0.429737] ehci-platform: EHCI generic platform driver
Aug 26 01:29:45 localhost vmunix: [    0.429744] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Aug 26 01:29:47 localhost vmunix: [    0.429746] ohci-pci: OHCI PCI platform driver
Aug 26 01:29:48 localhost vmunix: [    0.429753] ohci-platform: OHCI generic platform driver
Aug 26 01:29:50 localhost vmunix: [    0.429757] uhci_hcd: USB Universal Host Controller Interface driver
Aug 26 01:29:52 localhost vmunix: [    0.446689] uhci_hcd 0000:00:05.0: UHCI Host Controller
Aug 26 01:29:53 localhost vmunix: [    0.446695] uhci_hcd 0000:00:05.0: new USB bus registered, assigned bus number 2
Aug 26 01:29:55 localhost vmunix: [    0.446710] uhci_hcd 0000:00:05.0: detected 2 ports
Aug 26 01:29:57 localhost vmunix: [    0.446761] uhci_hcd 0000:00:05.0: irq 10, io base 0x0000c0e0
Aug 26 01:29:58 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 01:29:58 localhost vmunix: [    0.446828] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.01
Aug 26 01:30:00 localhost vmunix: [    0.446829] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 26 01:30:02 localhost vmunix: [    0.446830] usb usb2: Product: UHCI Host Controller
Aug 26 01:30:04 localhost vmunix: [    0.446830] usb usb2: Manufacturer: Linux 5.1.2-gnu uhci_hcd
Aug 26 01:30:06 localhost vmunix: [    0.446831] usb usb2: SerialNumber: 0000:00:05.0
Aug 26 01:30:07 localhost vmunix: [    0.446962] hub 2-0:1.0: USB hub found
Aug 26 01:30:10 localhost vmunix: [    0.446966] hub 2-0:1.0: 2 ports detected
Aug 26 01:30:11 localhost vmunix: [    0.459236] uhci_hcd 0000:00:05.1: UHCI Host Controller
Aug 26 01:30:13 localhost vmunix: [    0.459241] uhci_hcd 0000:00:05.1: new USB bus registered, assigned bus number 3
Aug 26 01:30:14 localhost vmunix: [    0.459253] uhci_hcd 0000:00:05.1: detected 2 ports
Aug 26 01:30:16 localhost vmunix: [    0.459334] uhci_hcd 0000:00:05.1: irq 11, io base 0x0000c100
Aug 26 01:30:17 localhost vmunix: [    0.459381] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.01
Aug 26 01:30:19 localhost vmunix: [    0.459381] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 26 01:30:21 localhost vmunix: [    0.459382] usb usb3: Product: UHCI Host Controller
Aug 26 01:30:22 localhost shepherd[1]: Service elogind depends on dbus-system. 
Aug 26 01:30:22 localhost vmunix: [    0.459383] usb usb3: Manufacturer: Linux 5.1.2-gnu uhci_hcd
Aug 26 01:30:23 localhost vmunix: [    0.459383] usb usb3: SerialNumber: 0000:00:05.1
Aug 26 01:30:25 localhost vmunix: [    0.459433] hub 3-0:1.0: USB hub found
Aug 26 01:30:27 localhost vmunix: [    0.459435] hub 3-0:1.0: 2 ports detected
Aug 26 01:30:28 localhost vmunix: [    0.471634] uhci_hcd 0000:00:05.2: UHCI Host Controller
Aug 26 01:30:30 localhost vmunix: [    0.471637] uhci_hcd 0000:00:05.2: new USB bus registered, assigned bus number 4
Aug 26 01:30:31 localhost vmunix: [    0.471650] uhci_hcd 0000:00:05.2: detected 2 ports
Aug 26 01:30:33 localhost vmunix: [    0.471694] uhci_hcd 0000:00:05.2: irq 11, io base 0x0000c120
Aug 26 01:30:34 localhost vmunix: [    0.471741] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.01
Aug 26 01:30:36 localhost vmunix: [    0.471741] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 26 01:30:37 localhost vmunix: [    0.471742] usb usb4: Product: UHCI Host Controller
Aug 26 01:30:38 localhost vmunix: [    0.471743] usb usb4: Manufacturer: Linux 5.1.2-gnu uhci_hcd
Aug 26 01:30:40 localhost vmunix: [    0.471743] usb usb4: SerialNumber: 0000:00:05.2
Aug 26 01:30:41 localhost vmunix: [    0.471793] hub 4-0:1.0: USB hub found
Aug 26 01:30:43 localhost vmunix: [    0.471796] hub 4-0:1.0: 2 ports detected
Aug 26 01:30:44 localhost shepherd[1]: Service elogind could not be started. 
Aug 26 01:30:44 localhost vmunix: [    0.471898] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Aug 26 01:30:46 localhost vmunix: [    0.472505] serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 26 01:30:48 localhost vmunix: [    0.472524] serio: i8042 AUX port at 0x60,0x64 irq 12
Aug 26 01:30:49 localhost vmunix: [    0.472565] mousedev: PS/2 mouse device common for all mice
Aug 26 01:30:51 localhost vmunix: [    0.472871] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Aug 26 01:30:53 localhost vmunix: [    0.473071] rtc_cmos 00:00: RTC can wake from S4
Aug 26 01:30:54 localhost vmunix: [    0.473283] rtc_cmos 00:00: registered as rtc0
Aug 26 01:30:56 localhost vmunix: [    0.473293] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram
Aug 26 01:30:57 localhost vmunix: [    0.473298] i2c /dev entries driver
Aug 26 01:30:59 localhost vmunix: [    0.473330] device-mapper: uevent: version 1.0.3
Aug 26 01:31:01 localhost vmunix: [    0.473377] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
Aug 26 01:31:02 localhost vmunix: [    0.473379] intel_pstate: CPU model not supported
Aug 26 01:31:04 localhost vmunix: [    0.473384] ledtrig-cpu: registered to indicate activity on CPUs
Aug 26 01:31:05 localhost vmunix: [    0.473519] NET: Registered protocol family 10
Aug 26 01:31:07 localhost vmunix: [    0.473652] Segment Routing with IPv6
Aug 26 01:31:08 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 01:31:08 localhost vmunix: [    0.473662] NET: Registered protocol family 17
Aug 26 01:31:10 localhost vmunix: [    0.473683] Key type dns_resolver registered
Aug 26 01:31:12 localhost vmunix: [    0.473744] sched_clock: Marking stable (462649354, 10698738)->(524122314, -50774222)
Aug 26 01:31:14 localhost vmunix: [    0.473821] registered taskstats version 1
Aug 26 01:31:15 localhost vmunix: [    0.473823] Loading compiled-in X.509 certificates
Aug 26 01:31:17 localhost vmunix: [    0.473832] zswap: loaded using pool lzo/zbud
Aug 26 01:31:19 localhost vmunix: [    0.474005] Key type big_key registered
Aug 26 01:31:21 localhost vmunix: [    0.474057] Key type encrypted registered
Aug 26 01:31:23 localhost vmunix: [    0.474059] AppArmor: AppArmor sha1 policy hashing enabled
Aug 26 01:31:29 localhost vmunix: [    0.474062] ima: No TPM chip found, activating TPM-bypass!
Aug 26 01:31:32 localhost vmunix: [    0.474064] ima: Allocated hash algorithm: sha1
Aug 26 01:31:35 localhost vmunix: [    0.474068] No architecture policies found
Aug 26 01:31:37 localhost vmunix: [    0.474073] evm: Initialising EVM extended attributes:
Aug 26 01:31:39 localhost vmunix: [    0.474073] evm: security.selinux
Aug 26 01:31:42 localhost vmunix: [    0.474074] evm: security.SMACK64
Aug 26 01:31:44 localhost vmunix: [    0.474074] evm: security.SMACK64EXEC
Aug 26 01:31:46 localhost vmunix: [    0.474074] evm: security.SMACK64TRANSMUTE
Aug 26 01:31:47 localhost vmunix: [    0.474074] evm: security.SMACK64MMAP
Aug 26 01:31:49 localhost vmunix: [    0.474075] evm: security.apparmor
Aug 26 01:31:50 localhost shepherd[1]: Service upower-daemon depends on dbus-system. 
Aug 26 01:31:50 localhost vmunix: [    0.474075] evm: security.ima
Aug 26 01:31:52 localhost vmunix: [    0.474075] evm: security.capability
Aug 26 01:31:53 localhost vmunix: [    0.474076] evm: HMAC attrs: 0x1
Aug 26 01:31:54 localhost vmunix: [    0.474261] PM:   Magic number: 15:497:351
Aug 26 01:31:56 localhost vmunix: [    0.474338] rtc_cmos 00:00: setting system clock to 2019-08-25T22:19:00 UTC (1566771540)
Aug 26 01:31:58 localhost vmunix: [    0.558700] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
Aug 26 01:31:59 localhost vmunix: [    0.558703] ata1.00: 125829120 sectors, multi 16: LBA48 
Aug 26 01:32:01 localhost vmunix: [    0.558709] ata1.01: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
Aug 26 01:32:02 localhost vmunix: [    0.560877] scsi 0:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
Aug 26 01:32:04 localhost vmunix: [    0.561160] sd 0:0:0:0: [sda] 125829120 512-byte logical blocks: (64.4 GB/60.0 GiB)
Aug 26 01:32:05 localhost vmunix: [    0.561171] sd 0:0:0:0: [sda] Write Protect is off
Aug 26 01:32:06 localhost vmunix: [    0.561173] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 26 01:32:08 localhost vmunix: [    0.561190] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 26 01:32:10 localhost vmunix: [    0.561285] sd 0:0:0:0: Attached scsi generic sg0 type 0
Aug 26 01:32:13 localhost shepherd[1]: Service upower-daemon could not be started. 
Aug 26 01:32:13 localhost vmunix: [    0.561949] scsi 0:0:1:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
Aug 26 01:32:14 localhost vmunix: [    0.586283] sr 0:0:1:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
Aug 26 01:32:16 localhost vmunix: [    0.586285] cdrom: Uniform CD-ROM driver Revision: 3.20
Aug 26 01:32:19 localhost vmunix: [    0.586958] sr 0:0:1:0: Attached scsi CD-ROM sr0
Aug 26 01:32:20 localhost vmunix: [    0.587256] sr 0:0:1:0: Attached scsi generic sg1 type 5
Aug 26 01:32:22 localhost vmunix: [    0.591752]  sda: sda1 sda2 sda3
Aug 26 01:32:24 localhost vmunix: [    0.592172] sd 0:0:0:0: [sda] Attached SCSI disk
Aug 26 01:32:28 localhost vmunix: [    0.593553] Freeing unused kernel image memory: 1856K
Aug 26 01:32:30 localhost vmunix: [    0.601426] Write protecting the kernel read-only data: 20480k
Aug 26 01:32:32 localhost vmunix: [    0.601908] Freeing unused kernel image memory: 2036K
Aug 26 01:32:33 localhost vmunix: [    0.601974] Freeing unused kernel image memory: 144K
Aug 26 01:32:35 localhost vmunix: [    0.601979] Run /init as init process
Aug 26 01:32:36 localhost vmunix: [    0.649079] usbcore: registered new interface driver usb-storage
Aug 26 01:32:37 localhost vmunix: [    0.650203] usbcore: registered new interface driver uas
Aug 26 01:32:38 localhost vmunix: [    0.651293] hidraw: raw HID events driver (C) Jiri Kosina
Aug 26 01:32:40 localhost vmunix: [    0.651624] usbcore: registered new interface driver usbhid
Aug 26 01:32:41 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 01:32:41 localhost vmunix: [    0.651624] usbhid: USB HID core driver
Aug 26 01:32:43 localhost vmunix: [    0.660243] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
Aug 26 01:32:44 localhost vmunix: [    0.773364] usb 1-1: new high-speed USB device number 2 using ehci-pci
Aug 26 01:32:46 localhost vmunix: [    0.934200] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00
Aug 26 01:32:48 localhost vmunix: [    0.934206] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=10
Aug 26 01:32:49 localhost vmunix: [    0.934210] usb 1-1: Product: QEMU USB Tablet
Aug 26 01:32:50 localhost vmunix: [    0.934213] usb 1-1: Manufacturer: QEMU
Aug 26 01:32:52 localhost vmunix: [    0.934216] usb 1-1: SerialNumber: 28754-0000:00:05.7-1
Aug 26 01:32:53 localhost vmunix: [    0.942162] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:05.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input3
Aug 26 01:32:54 localhost vmunix: [    0.942226] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:05.7-1/input0
Aug 26 01:32:56 localhost vmunix: [    1.981766] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
Aug 26 01:32:57 localhost vmunix: [    2.326360] random: fast init done
Aug 26 01:32:59 localhost vmunix: [    4.431411] random: crng init done
Aug 26 01:33:00 localhost shepherd[1]: Service avahi-daemon depends on dbus-system. 
Aug 26 01:33:00 localhost vmunix: [  129.786948] shepherd[1]: Service root has been started.
Aug 26 01:33:01 localhost vmunix: [  131.836827] shepherd[1]: starting services...
Aug 26 01:33:03 localhost vmunix: [  131.838363] shepherd[1]: Service root-file-system has been started.
Aug 26 01:33:04 localhost vmunix: [  131.942524] shepherd[1]: waiting for udevd...
Aug 26 01:33:06 localhost vmunix: [  132.217995] udevd[175]: starting version 3.2.7
Aug 26 01:33:08 localhost vmunix: [  132.598377] shepherd[1]: Service udev has been started.
Aug 26 01:33:09 localhost vmunix: [  132.659457] Adding 3145724k swap on /dev/sda2.  Priority:-2 extents:1 across:3145724k FS
Aug 26 01:33:10 localhost vmunix: [  132.661478] shepherd[1]: Service swap-/dev/sda2 has been started.
Aug 26 01:33:11 localhost vmunix: [  132.662848] shepherd[1]: Service user-file-systems has been started.
Aug 26 01:33:12 localhost vmunix: [  132.664322] shepherd[1]: Service file-system-/dev/pts has been started.
Aug 26 01:33:14 localhost vmunix: [  132.665621] shepherd[1]: Service file-system-/dev/shm has been started.
Aug 26 01:33:16 localhost vmunix: [  132.725990] shepherd[1]: Service file-system-/gnu/store has been started.
Aug 26 01:33:18 localhost vmunix: [  132.727291] shepherd[1]: Service file-system-/run/systemd has been started.
Aug 26 01:33:19 localhost vmunix: [  132.728538] shepherd[1]: Service file-system-/run/user has been started.
Aug 26 01:33:21 localhost shepherd[1]: Service avahi-daemon could not be started. 
Aug 26 01:33:21 localhost vmunix: [  132.729983] shepherd[1]: Service file-system-/sys/fs/cgroup has been started.
Aug 26 01:33:23 localhost vmunix: [  132.731422] shepherd[1]: Service file-system-/sys/fs/cgroup/elogind has been started.
Aug 26 01:33:24 localhost vmunix: [  132.732779] shepherd[1]: Service file-system-/sys/fs/cgroup/cpuset has been started.
Aug 26 01:33:25 localhost vmunix: [  132.734089] shepherd[1]: Service file-system-/sys/fs/cgroup/cpu has been started.
Aug 26 01:33:27 localhost vmunix: [  132.735549] shepherd[1]: Service file-system-/sys/fs/cgroup/cpuacct has been started.
Aug 26 01:33:29 localhost vmunix: [  132.737008] shepherd[1]: Service file-system-/sys/fs/cgroup/memory has been started.
Aug 26 01:33:30 localhost vmunix: [  132.738115] shepherd[1]: Service file-system-/sys/fs/cgroup/devices has been started.
Aug 26 01:33:31 localhost vmunix: [  132.739208] shepherd[1]: Service file-system-/sys/fs/cgroup/freezer has been started.
Aug 26 01:33:33 localhost vmunix: [  132.740324] shepherd[1]: Service file-system-/sys/fs/cgroup/blkio has been started.
Aug 26 01:33:34 localhost vmunix: [  132.741440] shepherd[1]: Service file-system-/sys/fs/cgroup/perf_event has been started.
Aug 26 01:33:35 localhost vmunix: [  132.742319] shepherd[1]: Service file-systems has been started.
Aug 26 01:33:36 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 01:33:36 localhost vmunix: [  132.745581] shepherd[1]: Service urandom-seed has been started.
Aug 26 01:33:37 localhost vmunix: [  132.746444] shepherd[1]: Service user-processes has been started.
Aug 26 01:33:38 localhost vmunix: [  132.747322] shepherd[1]: Service host-name has been started.
Aug 26 01:33:39 localhost vmunix: [  132.871781] shepherd[1]: Service user-homes has been started.
Aug 26 01:33:40 localhost vmunix: [  133.286661] udevd[175]: starting eudev-3.2.7
Aug 26 01:33:41 localhost vmunix: [  133.295446] udevd[175]: no sender credentials received, message ignored
Aug 26 01:33:43 localhost vmunix: [  133.875776] shepherd[1]: Service nscd has been started.
Aug 26 01:33:44 localhost vmunix: [  133.890893] shepherd[1]: Service guix-daemon has been started.
Aug 26 01:33:45 localhost vmunix: [  209.824688] input: PC Speaker as /devices/platform/pcspkr/input/input4
Aug 26 01:33:46 localhost vmunix: [  210.042857] Error: Driver 'pcspkr' is already registered, aborting...
Aug 26 01:33:47 localhost vmunix: [  210.279502] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0
Aug 26 01:33:48 localhost vmunix: [  210.297761] FDC 0 is a S82078B
Aug 26 01:33:49 localhost vmunix: [  211.690309] qxl 0000:00:02.0: vgaarb: deactivate vga console
Aug 26 01:33:50 localhost vmunix: [  211.699191] Console: switching to colour dummy device 80x25
Aug 26 01:33:50 localhost vmunix: [  211.699613] [drm] Device Version 0.0
Aug 26 01:33:51 localhost shepherd[1]: Service wpa-supplicant depends on dbus-system. 
Aug 26 01:33:51 localhost vmunix: [  211.699613] [drm] Compression level 0 log level 0
Aug 26 01:33:52 localhost vmunix: [  211.699614] [drm] 12286 io pages at offset 0x1000000
Aug 26 01:33:53 localhost vmunix: [  211.699614] [drm] 16777216 byte draw area at offset 0x0
Aug 26 01:33:54 localhost vmunix: [  211.699615] [drm] RAM header offset: 0x3ffe000
Aug 26 01:33:55 localhost vmunix: [  211.699654] [TTM] Zone  kernel: Available graphics memory: 504282 kiB
Aug 26 01:33:56 localhost vmunix: [  211.699654] [TTM] Initializing pool allocator
Aug 26 01:33:57 localhost vmunix: [  211.699656] [TTM] Initializing DMA pool allocator
Aug 26 01:33:58 localhost vmunix: [  211.699661] [drm] qxl: 16M of VRAM memory size
Aug 26 01:34:00 localhost vmunix: [  211.699661] [drm] qxl: 63M of IO pages memory ready (VRAM domain)
Aug 26 01:34:01 localhost vmunix: [  211.699661] [drm] qxl: 64M of Surface memory size
Aug 26 01:34:03 localhost vmunix: [  211.701727] [drm] slot 0 (main): base 0xf4000000, size 0x03ffe000, gpu_offset 0x20000000000
Aug 26 01:34:04 localhost vmunix: [  211.701790] [drm] slot 1 (surfaces): base 0xf8000000, size 0x04000000, gpu_offset 0x30000000000
Aug 26 01:34:05 localhost vmunix: [  211.704259] [drm] Initialized qxl 0.1.0 20120117 for 0000:00:02.0 on minor 0
Aug 26 01:34:07 localhost vmunix: [  211.705115] fbcon: DRM emulated (fb0) is primary device
Aug 26 01:34:08 localhost vmunix: [  211.720256] Console: switching to colour frame buffer device 128x48
Aug 26 01:34:09 localhost shepherd[1]: Service wpa-supplicant could not be started. 
Aug 26 01:34:09 localhost vmunix: [  211.732177] qxl 0000:00:02.0: fb0: DRM emulated frame buffer device
Aug 26 01:34:10 localhost vmunix: [  212.614532] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
Aug 26 01:34:12 localhost vmunix: [  222.530353] cryptd: max_cpu_qlen set to 1000
Aug 26 01:34:13 localhost vmunix: [  224.440877] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=1 (0x3/0x0/0x0/0x0/0x0) type:line
Aug 26 01:34:15 localhost vmunix: [  224.440879] snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 26 01:34:17 localhost vmunix: [  224.440881] snd_hda_codec_generic hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 26 01:34:18 localhost vmunix: [  224.440882] snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
Aug 26 01:34:19 localhost vmunix: [  224.440883] snd_hda_codec_generic hdaudioC0D0:    inputs:
Aug 26 01:34:21 localhost vmunix: [  224.440884] snd_hda_codec_generic hdaudioC0D0:      Line=0x5
Aug 26 01:34:22 localhost vmunix: [  225.079731] AVX2 version of gcm_enc/dec engaged.
Aug 26 01:34:24 localhost vmunix: [  225.079732] AES CTR mode by8 optimization enabled
Aug 26 01:34:25 localhost vmunix: [  243.157425] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
Aug 26 01:34:26 localhost vmunix: [  243.157426] e1000: Copyright (c) 1999-2006 Intel Corporation.
Aug 26 01:34:27 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 01:34:27 localhost vmunix: [  243.515943] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 52:54:00:cc:3a:19
Aug 26 01:34:28 localhost vmunix: [  243.515948] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
Aug 26 01:34:29 localhost vmunix: [  244.533574] e1000 0000:00:03.0 ens3: renamed from eth0
Aug 26 01:34:30 localhost shepherd[1]: Service networking depends on dbus-system. 
Aug 26 01:34:30 localhost shepherd[1]: Service networking could not be started. 
Aug 26 01:34:30 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 01:34:30 localhost shepherd[1]: Service xorg-server depends on dbus-system. 
Aug 26 01:34:30 localhost shepherd[1]: Service xorg-server could not be started. 
Aug 26 02:01:39 localhost -- MARK --
Aug 26 02:21:39 localhost -- MARK --
Aug 26 02:41:39 localhost -- MARK --
Aug 26 03:01:39 localhost -- MARK --
Aug 26 03:21:39 localhost -- MARK --
Aug 26 12:44:11 localhost syslogd (GNU inetutils 1.9.4): restart
Aug 26 12:44:11 localhost vmunix: [    0.000000] Linux version 5.1.2-gnu (nixbld@) (gcc version 7.4.0 (GCC)) #1 SMP 1
Aug 26 12:44:14 localhost vmunix: [    0.000000] Command line: BOOT_IMAGE=/gnu/store/mmnl20fg05w8gzzsp4d8dvagmdn1vjil-linux-libre-5.1.2/bzImage --root=6cb61a81-cc96-4a79-be3a-19b88c367106 --system=/gnu/store/0zxpmhkcqr2c9li5qazgi9wxql4wwjly-system --load=/gnu/store/0zxpmhkcqr2c9li5qazgi9wxql4wwjly-system/boot quiet
Aug 26 12:44:17 localhost vmunix: [    0.000000] KERNEL supported cpus:
Aug 26 12:44:20 localhost vmunix: [    0.000000]   Intel GenuineIntel
Aug 26 12:44:22 localhost vmunix: [    0.000000]   AMD AuthenticAMD
Aug 26 12:44:25 localhost vmunix: [    0.000000]   Hygon HygonGenuine
Aug 26 12:44:27 localhost vmunix: [    0.000000]   Centaur CentaurHauls
Aug 26 12:44:28 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 26 12:44:29 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 26 12:44:31 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 26 12:44:32 localhost vmunix: [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 26 12:44:34 localhost vmunix: [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Aug 26 12:44:36 localhost shepherd[1]: Service syslogd has been started. 
Aug 26 12:44:36 localhost vmunix: [    0.000000] BIOS-provided physical RAM map:
Aug 26 12:44:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Aug 26 12:44:38 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Aug 26 12:44:39 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Aug 26 12:44:41 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdffff] usable
Aug 26 12:44:42 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x000000003ffe0000-0x000000003fffffff] reserved
Aug 26 12:44:44 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
Aug 26 12:44:45 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
Aug 26 12:44:47 localhost vmunix: [    0.000000] NX (Execute Disable) protection: active
Aug 26 12:44:48 localhost vmunix: [    0.000000] SMBIOS 2.8 present.
Aug 26 12:44:50 localhost vmunix: [    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-20181126_142135-anatol 04/01/2014
Aug 26 12:44:52 localhost vmunix: [    0.000000] Hypervisor detected: KVM
Aug 26 12:44:54 localhost vmunix: [    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
Aug 26 12:44:55 localhost vmunix: [    0.000000] kvm-clock: cpu 0, msr 1d782001, primary cpu clock
Aug 26 12:44:57 localhost shepherd[1]: Service loopback has been started. 
Aug 26 12:44:57 localhost vmunix: [    0.000000] kvm-clock: using sched offset of 11307187659 cycles
Aug 26 12:44:59 localhost vmunix: [    0.000001] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
Aug 26 12:45:02 localhost vmunix: [    0.000003] tsc: Detected 3399.996 MHz processor
Aug 26 12:45:04 localhost vmunix: [    0.001621] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 26 12:45:05 localhost vmunix: [    0.001622] e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 26 12:45:06 localhost vmunix: [    0.001625] last_pfn = 0x3ffe0 max_arch_pfn = 0x400000000
Aug 26 12:45:08 localhost vmunix: [    0.001649] MTRR default type: write-back
Aug 26 12:45:09 localhost vmunix: [    0.001650] MTRR fixed ranges enabled:
Aug 26 12:45:10 localhost vmunix: [    0.001651]   00000-9FFFF write-back
Aug 26 12:45:11 localhost vmunix: [    0.001651]   A0000-BFFFF uncachable
Aug 26 12:45:11 localhost vmunix: [    0.001652]   C0000-FFFFF write-protect
Aug 26 12:45:12 localhost vmunix: [    0.001652] MTRR variable ranges enabled:
Aug 26 12:45:13 localhost vmunix: [    0.001653]   0 base 0080000000 mask FF80000000 uncachable
Aug 26 12:45:13 localhost vmunix: [    0.001654]   1 disabled
Aug 26 12:45:15 localhost vmunix: [    0.001654]   2 disabled
Aug 26 12:45:17 localhost vmunix: [    0.001655]   3 disabled
Aug 26 12:45:18 localhost vmunix: [    0.001655]   4 disabled
Aug 26 12:45:18 localhost vmunix: [    0.001655]   5 disabled
Aug 26 12:45:19 localhost vmunix: [    0.001656]   6 disabled
Aug 26 12:45:20 localhost vmunix: [    0.001656]   7 disabled
Aug 26 12:45:21 localhost shepherd[1]: Service virtual-terminal has been started. 
Aug 26 12:45:21 localhost vmunix: [    0.001665] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 26 12:45:23 localhost vmunix: [    0.005195] found SMP MP-table at [mem 0x000f5c80-0x000f5c8f]
Aug 26 12:45:24 localhost vmunix: [    0.005288] check: Scanning 1 areas for low memory corruption
Aug 26 12:45:26 localhost vmunix: [    0.005316] Using GB pages for direct mapping
Aug 26 12:45:27 localhost vmunix: [    0.005319] BRK [0x1da01000, 0x1da01fff] PGTABLE
Aug 26 12:45:28 localhost vmunix: [    0.005320] BRK [0x1da02000, 0x1da02fff] PGTABLE
Aug 26 12:45:28 localhost vmunix: [    0.005320] BRK [0x1da03000, 0x1da03fff] PGTABLE
Aug 26 12:45:29 localhost vmunix: [    0.005338] BRK [0x1da04000, 0x1da04fff] PGTABLE
Aug 26 12:45:30 localhost vmunix: [    0.005386] BRK [0x1da05000, 0x1da05fff] PGTABLE
Aug 26 12:45:30 localhost vmunix: [    0.005399] RAMDISK: [mem 0x369a7000-0x374cafff]
Aug 26 12:45:32 localhost vmunix: [    0.005409] ACPI: Early table checksum verification disabled
Aug 26 12:45:33 localhost vmunix: [    0.005440] ACPI: RSDP 0x00000000000F5AB0 000014 (v00 BOCHS )
Aug 26 12:45:35 localhost vmunix: [    0.005445] ACPI: RSDT 0x000000003FFE14C4 00002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
Aug 26 12:45:38 localhost vmunix: [    0.005448] ACPI: FACP 0x000000003FFE13D8 000074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
Aug 26 12:45:40 localhost shepherd[1]: Service term-tty6 has been started. 
Aug 26 12:45:40 localhost vmunix: [    0.005451] ACPI: DSDT 0x000000003FFE0040 001398 (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
Aug 26 12:45:42 localhost vmunix: [    0.005453] ACPI: FACS 0x000000003FFE0000 000040
Aug 26 12:45:44 localhost vmunix: [    0.005454] ACPI: APIC 0x000000003FFE144C 000078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
Aug 26 12:45:47 localhost vmunix: [    0.005460] ACPI: Local APIC address 0xfee00000
Aug 26 12:45:48 localhost vmunix: [    0.005649] No NUMA configuration found
Aug 26 12:45:50 localhost vmunix: [    0.005650] Faking a node at [mem 0x0000000000000000-0x000000003ffdffff]
Aug 26 12:45:52 localhost vmunix: [    0.005652] NODE_DATA(0) allocated [mem 0x3ffdc000-0x3ffdffff]
Aug 26 12:45:54 localhost vmunix: [    0.005666] Zone ranges:
Aug 26 12:45:55 localhost vmunix: [    0.005667]   DMA32    [mem 0x0000000000001000-0x000000003ffdffff]
Aug 26 12:45:57 localhost vmunix: [    0.005667]   Normal   empty
Aug 26 12:45:58 localhost vmunix: [    0.005668]   Device   empty
Aug 26 12:46:00 localhost vmunix: [    0.005668] Movable zone start for each node
Aug 26 12:46:01 localhost vmunix: [    0.005669] Early memory node ranges
Aug 26 12:46:03 localhost vmunix: [    0.005669]   node   0: [mem 0x0000000000001000-0x000000000009efff]
Aug 26 12:46:04 localhost vmunix: [    0.005670]   node   0: [mem 0x0000000000100000-0x000000003ffdffff]
Aug 26 12:46:06 localhost vmunix: [    0.005673] Zeroed struct page in unavailable ranges: 98 pages
Aug 26 12:46:07 localhost shepherd[1]: Service term-tty5 has been started. 
Aug 26 12:46:07 localhost vmunix: [    0.005674] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdffff]
Aug 26 12:46:09 localhost vmunix: [    0.005675] On node 0 totalpages: 262014
Aug 26 12:46:10 localhost vmunix: [    0.005675]   DMA32 zone: 4096 pages used for memmap
Aug 26 12:46:11 localhost vmunix: [    0.005676]   DMA32 zone: 21 pages reserved
Aug 26 12:46:12 localhost vmunix: [    0.005676]   DMA32 zone: 262014 pages, LIFO batch:63
Aug 26 12:46:12 localhost vmunix: [    0.009830] ACPI: PM-Timer IO Port: 0x608
Aug 26 12:46:14 localhost vmunix: [    0.009832] ACPI: Local APIC address 0xfee00000
Aug 26 12:46:15 localhost vmunix: [    0.009839] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
Aug 26 12:46:17 localhost vmunix: [    0.009873] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
Aug 26 12:46:20 localhost vmunix: [    0.009874] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 26 12:46:22 localhost vmunix: [    0.009875] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
Aug 26 12:46:24 localhost vmunix: [    0.009876] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 26 12:46:26 localhost vmunix: [    0.009876] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
Aug 26 12:46:28 localhost vmunix: [    0.009877] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
Aug 26 12:46:30 localhost vmunix: [    0.009878] ACPI: IRQ0 used by override.
Aug 26 12:46:31 localhost shepherd[1]: Service term-tty4 has been started. 
Aug 26 12:46:31 localhost vmunix: [    0.009878] ACPI: IRQ5 used by override.
Aug 26 12:46:32 localhost vmunix: [    0.009879] ACPI: IRQ9 used by override.
Aug 26 12:46:34 localhost vmunix: [    0.009879] ACPI: IRQ10 used by override.
Aug 26 12:46:35 localhost vmunix: [    0.009879] ACPI: IRQ11 used by override.
Aug 26 12:46:36 localhost vmunix: [    0.009880] Using ACPI (MADT) for SMP configuration information
Aug 26 12:46:39 localhost vmunix: [    0.009885] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
Aug 26 12:46:41 localhost vmunix: [    0.009897] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 26 12:46:43 localhost vmunix: [    0.009898] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Aug 26 12:46:46 localhost vmunix: [    0.009898] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
Aug 26 12:46:48 localhost vmunix: [    0.009899] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Aug 26 12:46:50 localhost vmunix: [    0.009900] [mem 0x40000000-0xfeffbfff] available for PCI devices
Aug 26 12:46:52 localhost vmunix: [    0.009900] Booting paravirtualized kernel on KVM
Aug 26 12:46:54 localhost vmunix: [    0.009902] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Aug 26 12:46:56 localhost vmunix: [    0.009911] random: get_random_bytes called from start_kernel+0xb0/0x521 with crng_init=0
Aug 26 12:46:57 localhost shepherd[1]: Service term-tty3 has been started. 
Aug 26 12:46:57 localhost vmunix: [    0.009915] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1
Aug 26 12:46:59 localhost vmunix: [    0.010014] percpu: Embedded 45 pages/cpu s147352 r8192 d28776 u2097152
Aug 26 12:47:01 localhost vmunix: [    0.010017] pcpu-alloc: s147352 r8192 d28776 u2097152 alloc=1*2097152
Aug 26 12:47:02 localhost vmunix: [    0.010017] pcpu-alloc: [0] 0 
Aug 26 12:47:04 localhost vmunix: [    0.010034] KVM setup async PF for cpu 0
Aug 26 12:47:05 localhost vmunix: [    0.010038] kvm-stealtime: cpu 0, msr 3ea16140
Aug 26 12:47:07 localhost vmunix: [    0.010041] Built 1 zonelists, mobility grouping on.  Total pages: 257897
Aug 26 12:47:09 localhost vmunix: [    0.010041] Policy zone: DMA32
Aug 26 12:47:11 localhost vmunix: [    0.010042] Kernel command line: BOOT_IMAGE=/gnu/store/mmnl20fg05w8gzzsp4d8dvagmdn1vjil-linux-libre-5.1.2/bzImage --root=6cb61a81-cc96-4a79-be3a-19b88c367106 --system=/gnu/store/0zxpmhkcqr2c9li5qazgi9wxql4wwjly-system --load=/gnu/store/0zxpmhkcqr2c9li5qazgi9wxql4wwjly-system/boot quiet
Aug 26 12:47:12 localhost vmunix: [    0.010125] Calgary: detecting Calgary via BIOS EBDA area
Aug 26 12:47:13 localhost vmunix: [    0.010126] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Aug 26 12:47:14 localhost shepherd[1]: Service term-tty2 has been started. 
Aug 26 12:47:14 localhost vmunix: [    0.012406] Memory: 993092K/1048056K available (14339K kernel code, 1508K rwdata, 3952K rodata, 1856K init, 2668K bss, 54964K reserved, 0K cma-reserved)
Aug 26 12:47:16 localhost vmunix: [    0.012484] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Aug 26 12:47:19 localhost vmunix: [    0.012488] Kernel/User page tables isolation: enabled
Aug 26 12:47:21 localhost vmunix: [    0.012512] ftrace: allocating 39957 entries in 157 pages
Aug 26 12:47:23 localhost vmunix: [    0.024627] rcu: Hierarchical RCU implementation.
Aug 26 12:47:25 localhost vmunix: [    0.024628] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
Aug 26 12:47:26 localhost vmunix: [    0.024629] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Aug 26 12:47:27 localhost vmunix: [    0.024629] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
Aug 26 12:47:29 localhost vmunix: [    0.026640] NR_IRQS: 16640, nr_irqs: 256, preallocated irqs: 16
Aug 26 12:47:30 localhost vmunix: [    0.039989] Console: colour VGA+ 80x25
Aug 26 12:47:31 localhost vmunix: [    0.039991] printk: console [tty0] enabled
Aug 26 12:47:32 localhost vmunix: [    0.040007] ACPI: Core revision 20190215
Aug 26 12:47:33 localhost vmunix: [    0.040067] APIC: Switch to symmetric I/O mode setup
Aug 26 12:47:35 localhost vmunix: [    0.040278] x2apic enabled
Aug 26 12:47:36 localhost shepherd[1]: Service term-tty1 has been started. 
Aug 26 12:47:36 localhost vmunix: [    0.040502] Switched APIC routing to physical x2apic.
Aug 26 12:47:38 localhost vmunix: [    0.041487] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 26 12:47:40 localhost vmunix: [    0.041508] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x31024b3bec5, max_idle_ns: 440795366697 ns
Aug 26 12:47:41 localhost vmunix: [    0.041518] Calibrating delay loop (skipped) preset value.. 6799.99 BogoMIPS (lpj=13599984)
Aug 26 12:47:43 localhost vmunix: [    0.041519] pid_max: default: 32768 minimum: 301
Aug 26 12:47:44 localhost vmunix: [    0.041543] LSM: Security Framework initializing
Aug 26 12:47:46 localhost vmunix: [    0.041547] Yama: becoming mindful.
Aug 26 12:47:47 localhost vmunix: [    0.041566] AppArmor: AppArmor initialized
Aug 26 12:47:49 localhost vmunix: [    0.041568] TOMOYO Linux initialized
Aug 26 12:47:50 localhost vmunix: [    0.041832] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Aug 26 12:47:52 localhost vmunix: [    0.041867] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Aug 26 12:47:54 localhost vmunix: [    0.041873] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
Aug 26 12:47:55 localhost vmunix: [    0.041874] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
Aug 26 12:47:57 localhost vmunix: [    0.041975] *** VALIDATE proc ***
Aug 26 12:47:58 localhost vmunix: [    0.042004] *** VALIDATE cgroup1 ***
Aug 26 12:48:00 localhost shepherd[1]: Service term-auto could not be started. 
Aug 26 12:48:00 localhost vmunix: [    0.042005] *** VALIDATE cgroup2 ***
Aug 26 12:48:01 localhost vmunix: [    0.042063] x86/cpu: User Mode Instruction Prevention (UMIP) activated
Aug 26 12:48:03 localhost vmunix: [    0.042065] mce: CPU supports 10 MCE banks
Aug 26 12:48:04 localhost vmunix: [    0.042096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Aug 26 12:48:06 localhost vmunix: [    0.042097] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Aug 26 12:48:07 localhost vmunix: [    0.042099] Spectre V2 : Mitigation: Full generic retpoline
Aug 26 12:48:09 localhost vmunix: [    0.042099] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 26 12:48:10 localhost vmunix: [    0.042099] Spectre V2 : Enabling Restricted Speculation for firmware calls
Aug 26 12:48:12 localhost vmunix: [    0.042103] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 26 12:48:14 localhost vmunix: [    0.042104] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Aug 26 12:48:16 localhost vmunix: [    0.042123] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Aug 26 12:48:18 localhost vmunix: [    0.048217] Freeing SMP alternatives memory: 28K
Aug 26 12:48:19 localhost vmunix: [    0.049423] TSC deadline timer enabled
Aug 26 12:45:28 localhost mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:05.7/usb1/1-1" 
Aug 26 12:48:20 localhost vmunix: [    0.049426] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)
Aug 26 12:48:22 localhost vmunix: [    0.049481] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
Aug 26 12:48:24 localhost vmunix: [    0.049498] rcu: Hierarchical SRCU implementation.
Aug 26 12:48:25 localhost vmunix: [    0.049509] NMI watchdog: Perf NMI watchdog permanently disabled
Aug 26 12:48:26 localhost vmunix: [    0.049509] smp: Bringing up secondary CPUs ...
Aug 26 12:48:28 localhost vmunix: [    0.049509] smp: Brought up 1 node, 1 CPU
Aug 26 12:48:30 localhost vmunix: [    0.049509] smpboot: Max logical packages: 1
Aug 26 12:48:31 localhost vmunix: [    0.049509] smpboot: Total of 1 processors activated (6799.99 BogoMIPS)
Aug 26 12:48:33 localhost vmunix: [    0.049509] devtmpfs: initialized
Aug 26 12:48:33 localhost vmunix: [    0.049509] x86/mm: Memory block size: 128MB
Aug 26 12:48:35 localhost vmunix: [    0.049509] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Aug 26 12:48:37 localhost vmunix: [    0.049509] futex hash table entries: 256 (order: 2, 16384 bytes)
Aug 26 12:48:38 localhost vmunix: [    0.049509] pinctrl core: initialized pinctrl subsystem
Aug 26 12:48:39 localhost vmunix: [    0.049509] PM: RTC time: 09:43:53, date: 2019-08-26
Aug 26 12:45:28 localhost mtp-probe: bus: 1, device: 2 was not an MTP device 
Aug 26 12:48:40 localhost vmunix: [    0.049509] NET: Registered protocol family 16
Aug 26 12:48:42 localhost vmunix: [    0.049509] audit: initializing netlink subsys (disabled)
Aug 26 12:48:43 localhost vmunix: [    0.049509] cpuidle: using governor ladder
Aug 26 12:48:44 localhost vmunix: [    0.049509] cpuidle: using governor menu
Aug 26 12:48:46 localhost vmunix: [    0.049509] ACPI: bus type PCI registered
Aug 26 12:48:47 localhost vmunix: [    0.049509] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 26 12:48:48 localhost vmunix: [    0.049509] PCI: Using configuration type 1 for base access
Aug 26 12:48:50 localhost vmunix: [    0.049509] audit: type=2000 audit(1566812633.948:1): state=initialized audit_enabled=0 res=1
Aug 26 12:48:52 localhost vmunix: [    0.049509] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Aug 26 12:48:53 localhost vmunix: [    0.049509] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Aug 26 12:48:55 localhost vmunix: [    0.049509] ACPI: Added _OSI(Module Device)
Aug 26 12:48:56 localhost vmunix: [    0.049509] ACPI: Added _OSI(Processor Device)
Aug 26 12:48:57 localhost vmunix: [    0.049509] ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 26 12:48:58 localhost vmunix: [    0.049509] ACPI: Added _OSI(Processor Aggregator Device)
Aug 26 12:48:59 localhost vmunix: [    0.049509] ACPI: Added _OSI(Linux-Dell-Video)
Aug 26 12:49:01 localhost vmunix: [    0.049509] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Aug 26 12:49:03 localhost shepherd[1]: Service console-font-tty1 has been started. 
Aug 26 12:49:03 localhost vmunix: [    0.049509] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Aug 26 12:49:04 localhost vmunix: [    0.049509] ACPI: 1 ACPI AML tables successfully acquired and loaded
Aug 26 12:49:06 localhost vmunix: [    0.049509] ACPI: Interpreter enabled
Aug 26 12:49:09 localhost vmunix: [    0.049509] ACPI: (supports S0 S5)
Aug 26 12:49:11 localhost vmunix: [    0.049509] ACPI: Using IOAPIC for interrupt routing
Aug 26 12:49:13 localhost vmunix: [    0.049509] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 26 12:49:15 localhost vmunix: [    0.049509] ACPI: Enabled 2 GPEs in block 00 to 0F
Aug 26 12:49:17 localhost vmunix: [    0.050062] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 26 12:49:20 localhost vmunix: [    0.050064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
Aug 26 12:49:22 localhost vmunix: [    0.050070] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
Aug 26 12:49:24 localhost vmunix: [    0.050227] acpiphp: Slot [3] registered
Aug 26 12:49:26 localhost vmunix: [    0.050237] acpiphp: Slot [4] registered
Aug 26 12:49:27 localhost vmunix: [    0.050254] acpiphp: Slot [6] registered
Aug 26 12:49:29 localhost vmunix: [    0.050264] acpiphp: Slot [7] registered
Aug 26 12:49:31 localhost vmunix: [    0.050274] acpiphp: Slot [8] registered
Aug 26 12:49:32 localhost vmunix: [    0.050284] acpiphp: Slot [9] registered
Aug 26 12:49:34 localhost shepherd[1]: Service console-font-tty2 has been started. 
Aug 26 12:49:34 localhost vmunix: [    0.050295] acpiphp: Slot [10] registered
Aug 26 12:49:36 localhost vmunix: [    0.050305] acpiphp: Slot [11] registered
Aug 26 12:49:39 localhost vmunix: [    0.050315] acpiphp: Slot [12] registered
Aug 26 12:49:41 localhost vmunix: [    0.050325] acpiphp: Slot [13] registered
Aug 26 12:49:43 localhost vmunix: [    0.050334] acpiphp: Slot [14] registered
Aug 26 12:49:44 localhost vmunix: [    0.050344] acpiphp: Slot [15] registered
Aug 26 12:49:46 localhost vmunix: [    0.050354] acpiphp: Slot [16] registered
Aug 26 12:49:47 localhost vmunix: [    0.050363] acpiphp: Slot [17] registered
Aug 26 12:49:48 localhost vmunix: [    0.050373] acpiphp: Slot [18] registered
Aug 26 12:49:50 localhost vmunix: [    0.050383] acpiphp: Slot [19] registered
Aug 26 12:49:51 localhost vmunix: [    0.050393] acpiphp: Slot [20] registered
Aug 26 12:49:53 localhost vmunix: [    0.050402] acpiphp: Slot [21] registered
Aug 26 12:49:55 localhost vmunix: [    0.050412] acpiphp: Slot [22] registered
Aug 26 12:49:56 localhost vmunix: [    0.050421] acpiphp: Slot [23] registered
Aug 26 12:49:57 localhost vmunix: [    0.050432] acpiphp: Slot [24] registered
Aug 26 12:49:58 localhost vmunix: [    0.050441] acpiphp: Slot [25] registered
Aug 26 12:49:59 localhost vmunix: [    0.050451] acpiphp: Slot [26] registered
Aug 26 12:50:00 localhost vmunix: [    0.050460] acpiphp: Slot [27] registered
Aug 26 12:50:01 localhost vmunix: [    0.050471] acpiphp: Slot [28] registered
Aug 26 12:50:02 localhost vmunix: [    0.050481] acpiphp: Slot [29] registered
Aug 26 12:50:03 localhost vmunix: [    0.050491] acpiphp: Slot [30] registered
Aug 26 12:50:04 localhost shepherd[1]: Service console-font-tty3 has been started. 
Aug 26 12:50:04 localhost vmunix: [    0.050501] acpiphp: Slot [31] registered
Aug 26 12:50:05 localhost vmunix: [    0.050507] PCI host bridge to bus 0000:00
Aug 26 12:50:06 localhost vmunix: [    0.050508] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 26 12:50:07 localhost vmunix: [    0.050509] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 26 12:50:09 localhost vmunix: [    0.050510] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 26 12:50:11 localhost vmunix: [    0.050511] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]
Aug 26 12:50:12 localhost vmunix: [    0.050511] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
Aug 26 12:50:14 localhost vmunix: [    0.050512] pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 26 12:50:16 localhost vmunix: [    0.050533] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
Aug 26 12:50:17 localhost vmunix: [    0.050960] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
Aug 26 12:50:17 localhost vmunix: [    0.051297] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
Aug 26 12:50:18 localhost vmunix: [    0.052600] pci 0000:00:01.1: reg 0x20: [io  0xc140-0xc14f]
Aug 26 12:50:19 localhost vmunix: [    0.053206] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Aug 26 12:50:20 localhost shepherd[1]: Service console-font-tty4 has been started. 
Aug 26 12:50:20 localhost vmunix: [    0.053207] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
Aug 26 12:50:21 localhost vmunix: [    0.053208] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Aug 26 12:50:23 localhost vmunix: [    0.053208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
Aug 26 12:50:25 localhost vmunix: [    0.053313] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
Aug 26 12:50:26 localhost vmunix: [    0.053582] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
Aug 26 12:50:28 localhost vmunix: [    0.053587] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
Aug 26 12:50:30 localhost vmunix: [    0.053891] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000
Aug 26 12:50:31 localhost vmunix: [    0.061519] pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff]
Aug 26 12:50:32 localhost vmunix: [    0.069520] pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff]
Aug 26 12:50:33 localhost vmunix: [    0.073526] pci 0000:00:02.0: reg 0x18: [mem 0xfc074000-0xfc075fff]
Aug 26 12:50:34 localhost vmunix: [    0.080278] pci 0000:00:02.0: reg 0x1c: [io  0xc0c0-0xc0df]
Aug 26 12:50:35 localhost vmunix: [    0.093520] pci 0000:00:02.0: reg 0x30: [mem 0xfc060000-0xfc06ffff pref]
Aug 26 12:50:36 localhost vmunix: [    0.094087] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
Aug 26 12:50:37 localhost shepherd[1]: Service console-font-tty5 has been started. 
Aug 26 12:50:37 localhost vmunix: [    0.097530] pci 0000:00:03.0: reg 0x10: [mem 0xfc040000-0xfc05ffff]
Aug 26 12:50:38 localhost vmunix: [    0.099564] pci 0000:00:03.0: reg 0x14: [io  0xc000-0xc03f]
Aug 26 12:50:39 localhost vmunix: [    0.108075] pci 0000:00:03.0: reg 0x30: [mem 0xfc000000-0xfc03ffff pref]
Aug 26 12:50:40 localhost vmunix: [    0.108909] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300
Aug 26 12:50:41 localhost vmunix: [    0.109307] pci 0000:00:04.0: reg 0x10: [mem 0xfc070000-0xfc073fff]
Aug 26 12:50:42 localhost vmunix: [    0.111362] pci 0000:00:05.0: [8086:2934] type 00 class 0x0c0300
Aug 26 12:50:43 localhost vmunix: [    0.113108] pci 0000:00:05.0: reg 0x20: [io  0xc0e0-0xc0ff]
Aug 26 12:50:44 localhost vmunix: [    0.114099] pci 0000:00:05.1: [8086:2935] type 00 class 0x0c0300
Aug 26 12:50:45 localhost vmunix: [    0.116256] pci 0000:00:05.1: reg 0x20: [io  0xc100-0xc11f]
Aug 26 12:50:46 localhost vmunix: [    0.117216] pci 0000:00:05.2: [8086:2936] type 00 class 0x0c0300
Aug 26 12:50:47 localhost vmunix: [    0.119819] pci 0000:00:05.2: reg 0x20: [io  0xc120-0xc13f]
Aug 26 12:50:48 localhost vmunix: [    0.120529] pci 0000:00:05.7: [8086:293a] type 00 class 0x0c0320
Aug 26 12:50:49 localhost vmunix: [    0.120844] pci 0000:00:05.7: reg 0x10: [mem 0xfc076000-0xfc076fff]
Aug 26 12:50:50 localhost vmunix: [    0.122718] pci 0000:00:06.0: [1af4:1003] type 00 class 0x078000
Aug 26 12:50:50 localhost shepherd[1]: Service console-font-tty6 has been started. 
Aug 26 12:50:50 localhost vmunix: [    0.123555] pci 0000:00:06.0: reg 0x10: [io  0xc040-0xc07f]
Aug 26 12:50:51 localhost vmunix: [    0.124378] pci 0000:00:06.0: reg 0x14: [mem 0xfc077000-0xfc077fff]
Aug 26 12:50:52 localhost vmunix: [    0.126778] pci 0000:00:06.0: reg 0x20: [mem 0xfebf8000-0xfebfbfff 64bit pref]
Aug 26 12:50:53 localhost vmunix: [    0.128601] pci 0000:00:07.0: [1af4:1002] type 00 class 0x00ff00
Aug 26 12:50:56 localhost vmunix: [    0.129279] pci 0000:00:07.0: reg 0x10: [io  0xc080-0xc0bf]
Aug 26 12:50:56 localhost vmunix: [    0.131738] pci 0000:00:07.0: reg 0x20: [mem 0xfebfc000-0xfebfffff 64bit pref]
Aug 26 12:50:57 localhost vmunix: [    0.137008] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
Aug 26 12:50:58 localhost vmunix: [    0.137073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
Aug 26 12:51:00 localhost vmunix: [    0.137128] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
Aug 26 12:51:02 localhost vmunix: [    0.137182] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
Aug 26 12:51:04 localhost vmunix: [    0.137218] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
Aug 26 12:51:05 localhost vmunix: [    0.137384] pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 26 12:51:06 localhost vmunix: [    0.137385] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 26 12:51:08 localhost vmunix: [    0.137386] pci 0000:00:02.0: vgaarb: bridge control possible
Aug 26 12:51:10 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 12:51:10 localhost vmunix: [    0.137387] vgaarb: loaded
Aug 26 12:51:11 localhost vmunix: [    0.137503] SCSI subsystem initialized
Aug 26 12:51:13 localhost vmunix: [    0.137524] libata version 3.00 loaded.
Aug 26 12:51:14 localhost vmunix: [    0.137537] ACPI: bus type USB registered
Aug 26 12:51:15 localhost vmunix: [    0.137545] usbcore: registered new interface driver usbfs
Aug 26 12:51:17 localhost vmunix: [    0.137550] usbcore: registered new interface driver hub
Aug 26 12:51:19 localhost vmunix: [    0.137553] usbcore: registered new device driver usb
Aug 26 12:51:21 localhost vmunix: [    0.137581] EDAC MC: Ver: 3.0.0
Aug 26 12:51:22 localhost vmunix: [    0.137757] PCI: Using ACPI for IRQ routing
Aug 26 12:51:25 localhost vmunix: [    0.137758] PCI: pci_cache_line_size set to 64 bytes
Aug 26 12:51:26 localhost vmunix: [    0.137875] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Aug 26 12:51:27 localhost vmunix: [    0.137876] e820: reserve RAM buffer [mem 0x3ffe0000-0x3fffffff]
Aug 26 12:51:28 localhost vmunix: [    0.137939] NetLabel: Initializing
Aug 26 12:51:30 localhost vmunix: [    0.137939] NetLabel:  domain hash size = 128
Aug 26 12:51:32 localhost vmunix: [    0.137939] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 26 12:51:33 localhost vmunix: [    0.137949] NetLabel:  unlabeled traffic allowed by default
Aug 26 12:51:35 localhost vmunix: [    0.138013] clocksource: Switched to clocksource kvm-clock
Aug 26 12:51:36 localhost vmunix: [    0.144358] VFS: Disk quotas dquot_6.6.0
Aug 26 12:51:38 localhost shepherd[1]: Service networking depends on dbus-system. 
Aug 26 12:51:38 localhost vmunix: [    0.144368] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 26 12:51:39 localhost vmunix: [    0.144384] *** VALIDATE hugetlbfs ***
Aug 26 12:51:41 localhost vmunix: [    0.144442] AppArmor: AppArmor Filesystem Enabled
Aug 26 12:51:43 localhost vmunix: [    0.144459] pnp: PnP ACPI init
Aug 26 12:51:45 localhost vmunix: [    0.144505] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
Aug 26 12:51:45 localhost vmunix: [    0.144526] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
Aug 26 12:51:46 localhost vmunix: [    0.144540] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
Aug 26 12:51:47 localhost vmunix: [    0.144545] pnp 00:03: [dma 2]
Aug 26 12:51:48 localhost vmunix: [    0.144552] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
Aug 26 12:51:49 localhost vmunix: [    0.144611] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
Aug 26 12:51:49 localhost vmunix: [    0.144742] pnp: PnP ACPI: found 5 devices
Aug 26 12:51:51 localhost vmunix: [    0.150071] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 26 12:51:53 localhost vmunix: [    0.150080] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 26 12:51:53 localhost vmunix: [    0.150081] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 26 12:51:54 localhost vmunix: [    0.150081] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 26 12:51:55 localhost shepherd[1]: Service networking could not be started. 
Aug 26 12:51:55 localhost vmunix: [    0.150082] pci_bus 0000:00: resource 7 [mem 0x40000000-0xfebfffff window]
Aug 26 12:51:56 localhost vmunix: [    0.150083] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]
Aug 26 12:51:57 localhost vmunix: [    0.150117] NET: Registered protocol family 2
Aug 26 12:51:59 localhost vmunix: [    0.150214] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes)
Aug 26 12:52:01 localhost vmunix: [    0.150218] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
Aug 26 12:52:02 localhost vmunix: [    0.150229] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
Aug 26 12:52:03 localhost vmunix: [    0.150236] TCP: Hash tables configured (established 8192 bind 8192)
Aug 26 12:52:04 localhost vmunix: [    0.150247] UDP hash table entries: 512 (order: 2, 16384 bytes)
Aug 26 12:52:05 localhost vmunix: [    0.150250] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Aug 26 12:52:06 localhost vmunix: [    0.150268] NET: Registered protocol family 1
Aug 26 12:52:07 localhost vmunix: [    0.150282] pci 0000:00:01.0: PIIX3: Enabling Passive Release
Aug 26 12:52:08 localhost vmunix: [    0.150289] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Aug 26 12:52:09 localhost vmunix: [    0.150295] pci 0000:00:01.0: Activating ISA DMA hang workarounds
Aug 26 12:52:11 localhost shepherd[1]: Service ntpd depends on networking. 
Aug 26 12:52:11 localhost vmunix: [    0.150327] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 26 12:52:12 localhost vmunix: [    0.162509] PCI Interrupt Link [LNKA] enabled at IRQ 10
Aug 26 12:52:14 localhost vmunix: [    0.174688] pci 0000:00:05.0: quirk_usb_early_handoff+0x0/0x6c0 took 23769 usecs
Aug 26 12:52:16 localhost vmunix: [    0.186753] PCI Interrupt Link [LNKB] enabled at IRQ 11
Aug 26 12:52:17 localhost vmunix: [    0.198887] pci 0000:00:05.1: quirk_usb_early_handoff+0x0/0x6c0 took 23618 usecs
Aug 26 12:52:18 localhost vmunix: [    0.210959] PCI Interrupt Link [LNKC] enabled at IRQ 11
Aug 26 12:52:20 localhost vmunix: [    0.223117] pci 0000:00:05.2: quirk_usb_early_handoff+0x0/0x6c0 took 23650 usecs
Aug 26 12:52:21 localhost vmunix: [    0.235181] PCI Interrupt Link [LNKD] enabled at IRQ 10
Aug 26 12:52:22 localhost vmunix: [    0.247330] pci 0000:00:05.7: quirk_usb_early_handoff+0x0/0x6c0 took 23632 usecs
Aug 26 12:52:23 localhost vmunix: [    0.247349] PCI: CLS 0 bytes, default 64
Aug 26 12:52:24 localhost vmunix: [    0.247380] Trying to unpack rootfs image as initramfs...
Aug 26 12:52:26 localhost vmunix: [    0.373320] Freeing initrd memory: 11408K
Aug 26 12:52:28 localhost vmunix: [    0.373405] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x31024b3bec5, max_idle_ns: 440795366697 ns
Aug 26 12:52:29 localhost shepherd[1]: Service ntpd could not be started. 
Aug 26 12:52:29 localhost vmunix: [    0.373468] check: Scanning for low memory corruption every 60 seconds
Aug 26 12:52:31 localhost vmunix: [    0.373929] Initialise system trusted keyrings
Aug 26 12:52:32 localhost vmunix: [    0.373946] workingset: timestamp_bits=40 max_order=18 bucket_order=0
Aug 26 12:52:34 localhost vmunix: [    0.374687] zbud: loaded
Aug 26 12:52:36 localhost vmunix: [    0.375074] Allocating IMA blacklist keyring.
Aug 26 12:52:37 localhost vmunix: [    0.376082] Key type asymmetric registered
Aug 26 12:52:39 localhost vmunix: [    0.376083] Asymmetric key parser 'x509' registered
Aug 26 12:52:40 localhost vmunix: [    0.376088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Aug 26 12:52:42 localhost vmunix: [    0.376171] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 26 12:52:43 localhost vmunix: [    0.376185] intel_idle: Please enable MWAIT in BIOS SETUP
Aug 26 12:52:44 localhost vmunix: [    0.376232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Aug 26 12:52:46 localhost vmunix: [    0.376241] ACPI: Power Button [PWRF]
Aug 26 12:52:47 localhost vmunix: [    0.376381] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 26 12:52:49 localhost vmunix: [    0.398660] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug 26 12:52:50 localhost vmunix: [    0.399640] Linux agpgart interface v0.103
Aug 26 12:52:52 localhost vmunix: [    0.400715] brd: module loaded
Aug 26 12:52:53 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 12:52:53 localhost vmunix: [    0.401452] loop: module loaded
Aug 26 12:52:54 localhost vmunix: [    0.401703] ata_piix 0000:00:01.1: version 2.13
Aug 26 12:52:55 localhost vmunix: [    0.402144] scsi host0: ata_piix
Aug 26 12:52:57 localhost vmunix: [    0.402196] scsi host1: ata_piix
Aug 26 12:52:58 localhost vmunix: [    0.402215] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc140 irq 14
Aug 26 12:53:00 localhost vmunix: [    0.402215] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc148 irq 15
Aug 26 12:53:01 localhost vmunix: [    0.402259] libphy: Fixed MDIO Bus: probed
Aug 26 12:53:02 localhost vmunix: [    0.402259] tun: Universal TUN/TAP device driver, 1.6
Aug 26 12:53:03 localhost vmunix: [    0.402469] PPP generic driver version 2.4.2
Aug 26 12:53:04 localhost vmunix: [    0.402491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 26 12:53:05 localhost vmunix: [    0.402493] ehci-pci: EHCI PCI platform driver
Aug 26 12:53:06 localhost vmunix: [    0.414970] ehci-pci 0000:00:05.7: EHCI Host Controller
Aug 26 12:53:07 localhost vmunix: [    0.414976] ehci-pci 0000:00:05.7: new USB bus registered, assigned bus number 1
Aug 26 12:53:09 localhost vmunix: [    0.415118] ehci-pci 0000:00:05.7: irq 10, io mem 0xfc076000
Aug 26 12:53:10 localhost vmunix: [    0.429580] ehci-pci 0000:00:05.7: USB 2.0 started, EHCI 1.00
Aug 26 12:53:11 localhost vmunix: [    0.429638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
Aug 26 12:53:13 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 12:53:13 localhost vmunix: [    0.429639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 26 12:53:14 localhost vmunix: [    0.429641] usb usb1: Product: EHCI Host Controller
Aug 26 12:53:16 localhost vmunix: [    0.429642] usb usb1: Manufacturer: Linux 5.1.2-gnu ehci_hcd
Aug 26 12:53:18 localhost vmunix: [    0.429643] usb usb1: SerialNumber: 0000:00:05.7
Aug 26 12:53:19 localhost vmunix: [    0.429751] hub 1-0:1.0: USB hub found
Aug 26 12:53:21 localhost vmunix: [    0.429755] hub 1-0:1.0: 6 ports detected
Aug 26 12:53:23 localhost vmunix: [    0.429981] ehci-platform: EHCI generic platform driver
Aug 26 12:53:24 localhost vmunix: [    0.429991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Aug 26 12:53:26 localhost vmunix: [    0.429993] ohci-pci: OHCI PCI platform driver
Aug 26 12:53:27 localhost vmunix: [    0.430002] ohci-platform: OHCI generic platform driver
Aug 26 12:53:29 localhost vmunix: [    0.430007] uhci_hcd: USB Universal Host Controller Interface driver
Aug 26 12:53:31 localhost vmunix: [    0.445419] uhci_hcd 0000:00:05.0: UHCI Host Controller
Aug 26 12:53:32 localhost vmunix: [    0.445423] uhci_hcd 0000:00:05.0: new USB bus registered, assigned bus number 2
Aug 26 12:53:34 localhost vmunix: [    0.445436] uhci_hcd 0000:00:05.0: detected 2 ports
Aug 26 12:53:36 localhost vmunix: [    0.445484] uhci_hcd 0000:00:05.0: irq 10, io base 0x0000c0e0
Aug 26 12:53:37 localhost shepherd[1]: Service elogind depends on dbus-system. 
Aug 26 12:53:37 localhost vmunix: [    0.445547] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.01
Aug 26 12:53:39 localhost vmunix: [    0.445548] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 26 12:53:41 localhost vmunix: [    0.445549] usb usb2: Product: UHCI Host Controller
Aug 26 12:53:43 localhost vmunix: [    0.445550] usb usb2: Manufacturer: Linux 5.1.2-gnu uhci_hcd
Aug 26 12:53:44 localhost vmunix: [    0.445550] usb usb2: SerialNumber: 0000:00:05.0
Aug 26 12:53:46 localhost vmunix: [    0.445607] hub 2-0:1.0: USB hub found
Aug 26 12:53:47 localhost vmunix: [    0.445610] hub 2-0:1.0: 2 ports detected
Aug 26 12:53:49 localhost vmunix: [    0.457869] uhci_hcd 0000:00:05.1: UHCI Host Controller
Aug 26 12:53:50 localhost vmunix: [    0.457874] uhci_hcd 0000:00:05.1: new USB bus registered, assigned bus number 3
Aug 26 12:53:51 localhost vmunix: [    0.457887] uhci_hcd 0000:00:05.1: detected 2 ports
Aug 26 12:53:52 localhost vmunix: [    0.457966] uhci_hcd 0000:00:05.1: irq 11, io base 0x0000c100
Aug 26 12:53:54 localhost vmunix: [    0.458019] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.01
Aug 26 12:53:55 localhost vmunix: [    0.458019] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 26 12:53:56 localhost vmunix: [    0.458020] usb usb3: Product: UHCI Host Controller
Aug 26 12:53:59 localhost shepherd[1]: Service elogind could not be started. 
Aug 26 12:53:59 localhost vmunix: [    0.458021] usb usb3: Manufacturer: Linux 5.1.2-gnu uhci_hcd
Aug 26 12:54:00 localhost vmunix: [    0.458021] usb usb3: SerialNumber: 0000:00:05.1
Aug 26 12:54:01 localhost vmunix: [    0.458069] hub 3-0:1.0: USB hub found
Aug 26 12:54:02 localhost vmunix: [    0.458072] hub 3-0:1.0: 2 ports detected
Aug 26 12:54:04 localhost vmunix: [    0.470246] uhci_hcd 0000:00:05.2: UHCI Host Controller
Aug 26 12:54:05 localhost vmunix: [    0.470249] uhci_hcd 0000:00:05.2: new USB bus registered, assigned bus number 4
Aug 26 12:54:06 localhost vmunix: [    0.470261] uhci_hcd 0000:00:05.2: detected 2 ports
Aug 26 12:54:07 localhost vmunix: [    0.470303] uhci_hcd 0000:00:05.2: irq 11, io base 0x0000c120
Aug 26 12:54:08 localhost vmunix: [    0.470349] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.01
Aug 26 12:54:10 localhost vmunix: [    0.470349] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 26 12:54:11 localhost vmunix: [    0.470350] usb usb4: Product: UHCI Host Controller
Aug 26 12:54:12 localhost vmunix: [    0.470351] usb usb4: Manufacturer: Linux 5.1.2-gnu uhci_hcd
Aug 26 12:54:15 localhost vmunix: [    0.470351] usb usb4: SerialNumber: 0000:00:05.2
Aug 26 12:54:16 localhost vmunix: [    0.470400] hub 4-0:1.0: USB hub found
Aug 26 12:54:18 localhost vmunix: [    0.470402] hub 4-0:1.0: 2 ports detected
Aug 26 12:54:20 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 12:54:20 localhost vmunix: [    0.470503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Aug 26 12:54:21 localhost vmunix: [    0.471112] serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 26 12:54:23 localhost vmunix: [    0.471130] serio: i8042 AUX port at 0x60,0x64 irq 12
Aug 26 12:54:24 localhost vmunix: [    0.471171] mousedev: PS/2 mouse device common for all mice
Aug 26 12:54:25 localhost vmunix: [    0.471446] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Aug 26 12:54:26 localhost vmunix: [    0.471645] rtc_cmos 00:00: RTC can wake from S4
Aug 26 12:54:27 localhost vmunix: [    0.471853] rtc_cmos 00:00: registered as rtc0
Aug 26 12:54:28 localhost vmunix: [    0.471862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram
Aug 26 12:54:30 localhost vmunix: [    0.471867] i2c /dev entries driver
Aug 26 12:54:32 localhost vmunix: [    0.471897] device-mapper: uevent: version 1.0.3
Aug 26 12:54:34 localhost vmunix: [    0.471930] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
Aug 26 12:54:35 localhost vmunix: [    0.471932] intel_pstate: CPU model not supported
Aug 26 12:54:37 localhost vmunix: [    0.471937] ledtrig-cpu: registered to indicate activity on CPUs
Aug 26 12:54:38 localhost vmunix: [    0.472068] NET: Registered protocol family 10
Aug 26 12:54:40 localhost vmunix: [    0.472198] Segment Routing with IPv6
Aug 26 12:54:41 localhost shepherd[1]: Service upower-daemon depends on dbus-system. 
Aug 26 12:54:41 localhost vmunix: [    0.472208] NET: Registered protocol family 17
Aug 26 12:54:42 localhost vmunix: [    0.472226] Key type dns_resolver registered
Aug 26 12:54:43 localhost vmunix: [    0.472285] sched_clock: Marking stable (458787187, 10726682)->(523690925, -54177056)
Aug 26 12:54:45 localhost vmunix: [    0.472359] registered taskstats version 1
Aug 26 12:54:47 localhost vmunix: [    0.472360] Loading compiled-in X.509 certificates
Aug 26 12:54:48 localhost vmunix: [    0.472369] zswap: loaded using pool lzo/zbud
Aug 26 12:54:49 localhost vmunix: [    0.472540] Key type big_key registered
Aug 26 12:54:50 localhost vmunix: [    0.472591] Key type encrypted registered
Aug 26 12:54:51 localhost vmunix: [    0.472592] AppArmor: AppArmor sha1 policy hashing enabled
Aug 26 12:54:53 localhost vmunix: [    0.472596] ima: No TPM chip found, activating TPM-bypass!
Aug 26 12:54:54 localhost vmunix: [    0.472598] ima: Allocated hash algorithm: sha1
Aug 26 12:54:56 localhost vmunix: [    0.472602] No architecture policies found
Aug 26 12:54:57 localhost vmunix: [    0.472607] evm: Initialising EVM extended attributes:
Aug 26 12:54:58 localhost vmunix: [    0.472607] evm: security.selinux
Aug 26 12:55:02 localhost vmunix: [    0.472607] evm: security.SMACK64
Aug 26 12:55:02 localhost vmunix: [    0.472608] evm: security.SMACK64EXEC
Aug 26 12:55:04 localhost vmunix: [    0.472608] evm: security.SMACK64TRANSMUTE
Aug 26 12:55:05 localhost vmunix: [    0.472608] evm: security.SMACK64MMAP
Aug 26 12:55:06 localhost vmunix: [    0.472608] evm: security.apparmor
Aug 26 12:55:07 localhost shepherd[1]: Service upower-daemon could not be started. 
Aug 26 12:55:07 localhost vmunix: [    0.472609] evm: security.ima
Aug 26 12:55:08 localhost vmunix: [    0.472609] evm: security.capability
Aug 26 12:55:09 localhost vmunix: [    0.472609] evm: HMAC attrs: 0x1
Aug 26 12:55:10 localhost vmunix: [    0.472798] PM:   Magic number: 15:603:728
Aug 26 12:55:10 localhost vmunix: [    0.472880] rtc_cmos 00:00: setting system clock to 2019-08-26T09:43:53 UTC (1566812633)
Aug 26 12:55:11 localhost vmunix: [    0.562984] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
Aug 26 12:55:13 localhost vmunix: [    0.562987] ata1.00: 125829120 sectors, multi 16: LBA48 
Aug 26 12:55:14 localhost vmunix: [    0.562993] ata1.01: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
Aug 26 12:55:15 localhost vmunix: [    0.564894] scsi 0:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
Aug 26 12:55:16 localhost vmunix: [    0.565051] sd 0:0:0:0: Attached scsi generic sg0 type 0
Aug 26 12:55:17 localhost vmunix: [    0.565447] scsi 0:0:1:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
Aug 26 12:55:18 localhost vmunix: [    0.590503] sr 0:0:1:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
Aug 26 12:55:19 localhost vmunix: [    0.590505] cdrom: Uniform CD-ROM driver Revision: 3.20
Aug 26 12:55:20 localhost vmunix: [    0.590683] sd 0:0:0:0: [sda] 125829120 512-byte logical blocks: (64.4 GB/60.0 GiB)
Aug 26 12:55:21 localhost vmunix: [    0.590693] sd 0:0:0:0: [sda] Write Protect is off
Aug 26 12:55:22 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 12:55:22 localhost vmunix: [    0.590694] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 26 12:55:23 localhost vmunix: [    0.590709] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 26 12:55:24 localhost vmunix: [    0.591423] sr 0:0:1:0: Attached scsi CD-ROM sr0
Aug 26 12:55:24 localhost vmunix: [    0.591739] sr 0:0:1:0: Attached scsi generic sg1 type 5
Aug 26 12:55:25 localhost vmunix: [    0.622631]  sda: sda1 sda2 sda3
Aug 26 12:55:26 localhost vmunix: [    0.623076] sd 0:0:0:0: [sda] Attached SCSI disk
Aug 26 12:55:27 localhost vmunix: [    0.624090] Freeing unused kernel image memory: 1856K
Aug 26 12:55:28 localhost vmunix: [    0.633563] Write protecting the kernel read-only data: 20480k
Aug 26 12:55:29 localhost vmunix: [    0.634048] Freeing unused kernel image memory: 2036K
Aug 26 12:55:31 localhost vmunix: [    0.634163] Freeing unused kernel image memory: 144K
Aug 26 12:55:32 localhost vmunix: [    0.634168] Run /init as init process
Aug 26 12:55:33 localhost vmunix: [    0.684236] usbcore: registered new interface driver usb-storage
Aug 26 12:55:34 localhost vmunix: [    0.685388] usbcore: registered new interface driver uas
Aug 26 12:55:35 localhost vmunix: [    0.686602] hidraw: raw HID events driver (C) Jiri Kosina
Aug 26 12:55:37 localhost vmunix: [    0.686936] usbcore: registered new interface driver usbhid
Aug 26 12:55:38 localhost vmunix: [    0.686936] usbhid: USB HID core driver
Aug 26 12:55:39 localhost shepherd[1]: Service avahi-daemon depends on dbus-system. 
Aug 26 12:55:39 localhost vmunix: [    0.696643] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
Aug 26 12:55:40 localhost vmunix: [    0.765539] usb 1-1: new high-speed USB device number 2 using ehci-pci
Aug 26 12:55:41 localhost vmunix: [    0.923691] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00
Aug 26 12:55:43 localhost vmunix: [    0.923695] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=10
Aug 26 12:55:44 localhost vmunix: [    0.923698] usb 1-1: Product: QEMU USB Tablet
Aug 26 12:55:47 localhost vmunix: [    0.923700] usb 1-1: Manufacturer: QEMU
Aug 26 12:55:49 localhost vmunix: [    0.923703] usb 1-1: SerialNumber: 28754-0000:00:05.7-1
Aug 26 12:55:50 localhost vmunix: [    0.931855] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:05.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input3
Aug 26 12:55:51 localhost vmunix: [    0.931934] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:05.7-1/input0
Aug 26 12:55:52 localhost vmunix: [    1.504273] random: fast init done
Aug 26 12:55:54 localhost vmunix: [    9.047271] random: crng init done
Aug 26 12:55:55 localhost vmunix: [    9.048972] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
Aug 26 12:55:57 localhost vmunix: [   13.937154] shepherd[1]: Service root has been started.
Aug 26 12:55:58 localhost shepherd[1]: Service avahi-daemon could not be started. 
Aug 26 12:55:58 localhost vmunix: [   16.286586] shepherd[1]: starting services...
Aug 26 12:55:59 localhost vmunix: [   16.288214] shepherd[1]: Service root-file-system has been started.
Aug 26 12:56:01 localhost vmunix: [   16.535344] shepherd[1]: waiting for udevd...
Aug 26 12:56:03 localhost vmunix: [   16.823305] udevd[173]: starting version 3.2.7
Aug 26 12:56:05 localhost vmunix: [   17.077623] shepherd[1]: Service udev has been started.
Aug 26 12:56:06 localhost vmunix: [   17.165913] Adding 3145724k swap on /dev/sda2.  Priority:-2 extents:1 across:3145724k FS
Aug 26 12:56:08 localhost vmunix: [   17.166970] shepherd[1]: Service swap-/dev/sda2 has been started.
Aug 26 12:56:10 localhost vmunix: [   17.167856] shepherd[1]: Service user-file-systems has been started.
Aug 26 12:56:12 localhost vmunix: [   17.169110] shepherd[1]: Service file-system-/dev/pts has been started.
Aug 26 12:56:13 localhost vmunix: [   17.171222] shepherd[1]: Service file-system-/dev/shm has been started.
Aug 26 12:56:15 localhost vmunix: [   17.172329] shepherd[1]: Service file-system-/gnu/store has been started.
Aug 26 12:56:17 localhost vmunix: [   17.173380] shepherd[1]: Service file-system-/run/systemd has been started.
Aug 26 12:56:19 localhost vmunix: [   17.174486] shepherd[1]: Service file-system-/run/user has been started.
Aug 26 12:56:20 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 12:56:20 localhost vmunix: [   17.175499] shepherd[1]: Service file-system-/sys/fs/cgroup has been started.
Aug 26 12:56:22 localhost vmunix: [   17.176604] shepherd[1]: Service file-system-/sys/fs/cgroup/elogind has been started.
Aug 26 12:56:23 localhost vmunix: [   17.177786] shepherd[1]: Service file-system-/sys/fs/cgroup/cpuset has been started.
Aug 26 12:56:24 localhost vmunix: [   17.178905] shepherd[1]: Service file-system-/sys/fs/cgroup/cpu has been started.
Aug 26 12:56:25 localhost vmunix: [   17.179998] shepherd[1]: Service file-system-/sys/fs/cgroup/cpuacct has been started.
Aug 26 12:56:26 localhost vmunix: [   17.181328] shepherd[1]: Service file-system-/sys/fs/cgroup/memory has been started.
Aug 26 12:56:28 localhost vmunix: [   17.182467] shepherd[1]: Service file-system-/sys/fs/cgroup/devices has been started.
Aug 26 12:56:29 localhost vmunix: [   17.183704] shepherd[1]: Service file-system-/sys/fs/cgroup/freezer has been started.
Aug 26 12:56:30 localhost vmunix: [   17.184940] shepherd[1]: Service file-system-/sys/fs/cgroup/blkio has been started.
Aug 26 12:56:32 localhost vmunix: [   17.186175] shepherd[1]: Service file-system-/sys/fs/cgroup/perf_event has been started.
Aug 26 12:56:34 localhost vmunix: [   17.187068] shepherd[1]: Service file-systems has been started.
Aug 26 12:56:36 localhost shepherd[1]: Service wpa-supplicant depends on dbus-system. 
Aug 26 12:56:36 localhost vmunix: [   17.364759] shepherd[1]: Service urandom-seed has been started.
Aug 26 12:56:38 localhost vmunix: [   17.365979] shepherd[1]: Service user-processes has been started.
Aug 26 12:56:40 localhost vmunix: [   17.367104] shepherd[1]: Service host-name has been started.
Aug 26 12:56:43 localhost vmunix: [   17.442976] shepherd[1]: Service user-homes has been started.
Aug 26 12:56:45 localhost vmunix: [   18.129999] udevd[173]: starting eudev-3.2.7
Aug 26 12:56:47 localhost vmunix: [   18.138615] udevd[173]: no sender credentials received, message ignored
Aug 26 12:56:50 localhost vmunix: [   18.447974] shepherd[1]: Service nscd has been started.
Aug 26 12:56:51 localhost vmunix: [   18.451512] shepherd[1]: Service guix-daemon has been started.
Aug 26 12:56:54 localhost vmunix: [   78.796996] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0
Aug 26 12:56:56 localhost vmunix: [   82.758566] FDC 0 is a S82078B
Aug 26 12:56:58 localhost vmunix: [   87.800460] input: PC Speaker as /devices/platform/pcspkr/input/input4
Aug 26 12:57:00 localhost vmunix: [   87.845453] qxl 0000:00:02.0: vgaarb: deactivate vga console
Aug 26 12:57:02 localhost vmunix: [   87.854427] Console: switching to colour dummy device 80x25
Aug 26 12:57:04 localhost vmunix: [   87.854926] [drm] Device Version 0.0
Aug 26 12:57:05 localhost vmunix: [   87.854926] [drm] Compression level 0 log level 0
Aug 26 12:57:06 localhost shepherd[1]: Service wpa-supplicant could not be started. 
Aug 26 12:57:06 localhost vmunix: [   87.854927] [drm] 12286 io pages at offset 0x1000000
Aug 26 12:57:07 localhost vmunix: [   87.854927] [drm] 16777216 byte draw area at offset 0x0
Aug 26 12:57:08 localhost vmunix: [   87.854928] [drm] RAM header offset: 0x3ffe000
Aug 26 12:57:10 localhost vmunix: [   87.854960] [TTM] Zone  kernel: Available graphics memory: 504282 kiB
Aug 26 12:57:11 localhost vmunix: [   87.854960] [TTM] Initializing pool allocator
Aug 26 12:57:13 localhost vmunix: [   87.854962] [TTM] Initializing DMA pool allocator
Aug 26 12:57:14 localhost vmunix: [   87.854966] [drm] qxl: 16M of VRAM memory size
Aug 26 12:57:15 localhost vmunix: [   87.854966] [drm] qxl: 63M of IO pages memory ready (VRAM domain)
Aug 26 12:57:17 localhost vmunix: [   87.854967] [drm] qxl: 64M of Surface memory size
Aug 26 12:57:20 localhost vmunix: [   87.856374] [drm] slot 0 (main): base 0xf4000000, size 0x03ffe000, gpu_offset 0x20000000000
Aug 26 12:57:22 localhost vmunix: [   87.856438] [drm] slot 1 (surfaces): base 0xf8000000, size 0x04000000, gpu_offset 0x30000000000
Aug 26 12:57:23 localhost vmunix: [   87.858767] [drm] Initialized qxl 0.1.0 20120117 for 0000:00:02.0 on minor 0
Aug 26 12:57:26 localhost vmunix: [   87.861815] fbcon: DRM emulated (fb0) is primary device
Aug 26 12:57:28 localhost vmunix: [   87.868785] Console: switching to colour frame buffer device 128x48
Aug 26 12:57:30 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 12:57:30 localhost vmunix: [   87.871551] qxl 0000:00:02.0: fb0: DRM emulated frame buffer device
Aug 26 12:57:31 localhost vmunix: [   90.538256] Error: Driver 'pcspkr' is already registered, aborting...
Aug 26 12:57:34 localhost vmunix: [   93.713536] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
Aug 26 12:57:36 localhost vmunix: [  102.850092] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=1 (0x3/0x0/0x0/0x0/0x0) type:line
Aug 26 12:57:37 localhost vmunix: [  102.850096] snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 26 12:57:39 localhost vmunix: [  102.850099] snd_hda_codec_generic hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 26 12:57:40 localhost vmunix: [  102.850101] snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
Aug 26 12:57:41 localhost vmunix: [  102.850103] snd_hda_codec_generic hdaudioC0D0:    inputs:
Aug 26 12:57:42 localhost vmunix: [  102.850106] snd_hda_codec_generic hdaudioC0D0:      Line=0x5
Aug 26 12:57:43 localhost vmunix: [  139.071899] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
Aug 26 12:57:44 localhost vmunix: [  139.071901] e1000: Copyright (c) 1999-2006 Intel Corporation.
Aug 26 12:57:45 localhost vmunix: [  139.438600] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 52:54:00:cc:3a:19
Aug 26 12:57:47 localhost shepherd[1]: Service networking depends on dbus-system. 
Aug 26 12:57:47 localhost vmunix: [  139.438604] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
Aug 26 12:57:48 localhost vmunix: [  167.452910] cryptd: max_cpu_qlen set to 1000
Aug 26 12:57:51 localhost vmunix: [  180.470245] AVX2 version of gcm_enc/dec engaged.
Aug 26 12:57:52 localhost vmunix: [  180.470246] AES CTR mode by8 optimization enabled
Aug 26 12:57:54 localhost vmunix: [  231.009115] e1000 0000:00:03.0 ens3: renamed from eth0
Aug 26 12:57:56 localhost shepherd[1]: Service networking could not be started. 
Aug 26 12:57:56 localhost shepherd[1]: Service dbus-system could not be started. 
Aug 26 12:57:56 localhost shepherd[1]: Service xorg-server depends on dbus-system. 
Aug 26 12:57:56 localhost shepherd[1]: Service xorg-server could not be started. 
Aug 26 13:24:28 localhost -- MARK --
Aug 26 13:44:28 localhost -- MARK --
Aug 26 14:04:28 localhost -- MARK --
Aug 26 14:24:28 localhost -- MARK --
Aug 26 14:44:28 localhost -- MARK --
Aug 26 15:04:28 localhost -- MARK --
Aug 26 15:14:04 localhost shepherd[1]: Respawning term-tty1. 
Aug 26 15:14:04 localhost shepherd[1]: Service term-tty1 has been started. 
Aug 26 15:14:20 localhost shepherd[1]: Respawning term-tty1. 
Aug 26 15:14:20 localhost shepherd[1]: Service term-tty1 has been started. 
Aug 26 15:14:26 localhost shepherd[1]: Respawning term-tty1. 
Aug 26 15:14:26 localhost shepherd[1]: Service term-tty1 has been started. 
Aug 26 15:14:30 localhost shepherd[1]: Respawning term-tty1. 
Aug 26 15:14:30 localhost shepherd[1]: Service term-tty1 has been started. 
Aug 26 15:20:45 localhost shepherd[1]: Respawning term-tty1. 
Aug 26 15:20:45 localhost shepherd[1]: Service term-tty1 has been started. 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-29  2:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-26 13:10 bug#37191: Cannot login after graphical install Jussi Kuokkanen via Bug reports for GNU Guix
2019-09-03 12:25 ` Ludovic Courtès
2019-09-04 12:05   ` Jussi Kuokkanen
2019-09-05  8:15     ` Ludovic Courtès
2022-09-29  2:53       ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).