unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38735: GuixSD graphical Installer hangs on connecting to wifi
@ 2019-12-24 20:06 Jesse Gibbons
  2019-12-26 20:32 ` Danny Milosavljevic
                   ` (2 more replies)
  0 siblings, 3 replies; 48+ messages in thread
From: Jesse Gibbons @ 2019-12-24 20:06 UTC (permalink / raw)
  To: 38735

I built the graphical installer locally. Here's what "guix describe"
outputs:

  guix be0a613
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: be0a613c10f6c632b58cf19d37a8c1a5987de354


I used the following command in the guix source:

time guix system disk-image --file-system-type=ext4 --image --
size=$[16010(281+1)]MB   gnu/system/install.scm

I specified the size to be as close to the size of my thumb drive as
possible without going over. I think I wanted to add my system config to the
drive after it has the installer, but later decided against it. I used
gnome-disk-utility to put the resulting image on my thumb drive. 

When I boot from the drive, it goes as expected. I choose my language,
country, and time zone. I select to use the graphical installer, choose my
keyboard layout, and enter my host name. It then detects my wifi, and I
select it. This is when it hangs. A message pops up saying it is connecting
to the wifi. I expect it to give me a way to enter the wifi password and
other important information, but it doesn't. I left it alone for a good hour
with no change.

I have not yet tried the officially published graphical installer. I have
already put the ISO from the website on the thumb drive so I can see if the
wifi selection does not hang when it needs a password. Expect follow-up on
this regard later.

Thanks!

-- 
-Jesse

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

* bug#38735: GuixSD graphical Installer hangs on connecting to wifi
  2019-12-24 20:06 bug#38735: GuixSD graphical Installer hangs on connecting to wifi Jesse Gibbons
@ 2019-12-26 20:32 ` Danny Milosavljevic
  2019-12-29 16:01   ` Ludovic Courtès
       [not found] ` <878sj1qcw7.fsf@gnu.org>
       [not found] ` <87y2qz3zc9.fsf@gnu.org>
  2 siblings, 1 reply; 48+ messages in thread
From: Danny Milosavljevic @ 2019-12-26 20:32 UTC (permalink / raw)
  To: Jesse Gibbons; +Cc: 38735

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

Can you still go to another console once it hangs?

Try pressing Alt-F2 or Alt-F3 or something (once it hangs).

Then we could try to find out via "ps" and maybe via /proc and "strace" what
it's doing.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#38735: GuixSD graphical Installer hangs on connecting to wifi
  2019-12-26 20:32 ` Danny Milosavljevic
@ 2019-12-29 16:01   ` Ludovic Courtès
  2020-01-03  4:10     ` Jesse Gibbons
  0 siblings, 1 reply; 48+ messages in thread
From: Ludovic Courtès @ 2019-12-29 16:01 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: Jesse Gibbons, 38735

Hi,

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> Can you still go to another console once it hangs?
>
> Try pressing Alt-F2 or Alt-F3 or something (once it hangs).

Also, Alt-F12 should show system messages.

Ludo’.

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

* bug#38735: GuixSD graphical Installer hangs on connecting to wifi
  2019-12-29 16:01   ` Ludovic Courtès
@ 2020-01-03  4:10     ` Jesse Gibbons
  0 siblings, 0 replies; 48+ messages in thread
From: Jesse Gibbons @ 2020-01-03  4:10 UTC (permalink / raw)
  To: Ludovic Courtès, Danny Milosavljevic; +Cc: 38735

On Sun, 2019-12-29 at 17:01 +0100, Ludovic Courtès wrote:
> Hi,
> 
> Danny Milosavljevic <dannym@scratchpost.org> skribis:
> 
> > Can you still go to another console once it hangs?
> > 
> > Try pressing Alt-F2 or Alt-F3 or something (once it hangs).
> 
> Also, Alt-F12 should show system messages.
> 
> Ludo’.

Sorry I took so long to respond. I installed successfully from the
official build. I finally got everything set up and don't want to re-
install everything again. I'll see if I can reproduce this issue with
an external target install drive.

-Jesse

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
       [not found] ` <878sj1qcw7.fsf@gnu.org>
@ 2020-04-12 12:09   ` pelzflorian (Florian Pelz)
  2020-04-12 14:24     ` Mathieu Othacehe
  2020-04-13 11:07   ` bug#38735: 1.1.0rc2 available for testing! Robert Smith
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-12 12:09 UTC (permalink / raw)
  Cc: 40572

On my Acer Aspire 5738PG the GUI installer for 1.1.0-rc2 fails at
automatic network setup.  It tells me the install process required
Internet access.  Manual setup of networking via “ip link set
enp0s29f7u1” and “dhclient enp0s29f7u1” works fine; I can ping
gnu.org.  This is true for both a USB Ethernet adapter that works fine
with Guix on other computers and is true for built-in non-USB
Ethernet.

It appears the Guix installer uses Connman for network setup.

On the Acer Aspire the output of connmanctl is

Error getting peers: The name net.connman was not provided by any .service filesError getting technologies: The name net.connman was not provided by any .service files
connmanctl>

while on my Macbook the output of connmanctl is just a prompt

connmanctl>

What could be the reason?  Note that I booted the Acer Aspire from DVD
making it even slower than usual.

Regards,
Florian

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 12:09   ` bug#40572: installer networking: Connman detects no technologies on Acer Aspire pelzflorian (Florian Pelz)
@ 2020-04-12 14:24     ` Mathieu Othacehe
  2020-04-12 15:14       ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 48+ messages in thread
From: Mathieu Othacehe @ 2020-04-12 14:24 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572


Hello Florian,

Thanks for the analysis!

> Error getting peers: The name net.connman was not provided by any .service filesError getting technologies: The name net.connman was not provided by any .service files
> connmanctl>

This is the kind of error you get when connmanctl cannot reach connmand
(its daemon). Could you try to see if its around or why it died, maybe
in the system logs?

Mathieu

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 14:24     ` Mathieu Othacehe
@ 2020-04-12 15:14       ` pelzflorian (Florian Pelz)
  2020-04-12 15:41         ` pelzflorian (Florian Pelz)
                           ` (2 more replies)
  0 siblings, 3 replies; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-12 15:14 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 1073 bytes --]

On Sun, Apr 12, 2020 at 04:24:41PM +0200, Mathieu Othacehe wrote:
> 
> Hello Florian,
> 
> Thanks for the analysis!
> 
> > Error getting peers: The name net.connman was not provided by any .service filesError getting technologies: The name net.connman was not provided by any .service files
> > connmanctl>
> 
> This is the kind of error you get when connmanctl cannot reach connmand
> (its daemon). Could you try to see if its around or why it died, maybe
> in the system logs?
> 
> Mathieu

My old and slow Uniwill has the same issue, so I look there.  I wait a
medium time for the installer to start.  I continue until the error.
I press <F3> and enter connmanctl and get the same error.

ps -Af | less

shows

/gnu/store/…-connman-1.38/sbin/connman-vpnd -n

running.  It is the only process whose name contains connman.

I run “herd status” (output attached), which I should have checked
earlier.  It shows networking and wpa-supplicant not running.

I also attach dmesg and /var/log/messages.  But I do not see the
reason yet.  I keep looking.

Regards,
Florian

[-- Attachment #2: herdstatus --]
[-- Type: text/plain, Size: 602 bytes --]

Started:
 + console-font-tty1
 + console-font-tty2
 + console-font-tty3
 + console-font-tty4
 + console-font-tty5
 + console-font-tty6
 + dbus-system
 + file-system-/dev/pts
 + file-system-/dev/shm
 + file-system-/gnu/store
 + file-system-/tmp
 + file-systems
 + gpm
 + guix-daemon
 + loopback
 + nscd
 + root
 + root-file-system
 + syslogd
 + term-tty1
 + term-tty2
 + term-tty3
 + term-tty4
 + term-tty5
 + term-tty6
 + udev
 + user-file-systems
 + user-processes
 + virtual-terminal
Stopped:
 - cow-store
 - networking
 - ssh-daemon
 - wpa-supplicant
One-shot:
 * host-name
 * user-homes
 * uvesafb

[-- Attachment #3: dmesg --]
[-- Type: text/plain, Size: 42911 bytes --]

[    0.000000] Linux version 5.4.31-gnu (nixbld@) (gcc version 7.4.0 (GCC)) #1 SMP 1
[    0.000000] Command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system --load=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system/boot quiet modprobe.blacklist=radeon
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000077d8ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000077d90000-0x0000000077d9bfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000077d9c000-0x0000000077d9cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000077d9d000-0x0000000077ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: OEM                                      /N/A                                     , BIOS 1.12 04/03/2008
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2000.160 MHz processor
[    0.009881] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.009884] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.009893] last_pfn = 0x77d90 max_arch_pfn = 0x400000000
[    0.009904] MTRR default type: uncachable
[    0.009906] MTRR fixed ranges enabled:
[    0.009908]   00000-9FFFF write-back
[    0.009910]   A0000-BFFFF uncachable
[    0.009911]   C0000-C7FFF write-protect
[    0.009912]   C8000-DFFFF uncachable
[    0.009914]   E0000-FFFFF write-protect
[    0.009915] MTRR variable ranges enabled:
[    0.009917]   0 base 000000000 mask FC0000000 write-back
[    0.009919]   1 base 040000000 mask FE0000000 write-back
[    0.009921]   2 base 060000000 mask FF0000000 write-back
[    0.009922]   3 base 070000000 mask FF8000000 write-back
[    0.009924]   4 base 077E00000 mask FFFE00000 uncachable
[    0.009925]   5 disabled
[    0.009926]   6 disabled
[    0.009927]   7 disabled
[    0.011002] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.011213] total RAM covered: 1918M
[    0.011689] Found optimal setting for mtrr clean up
[    0.011692]  gran_size: 64K 	chunk_size: 256M 	num_reg: 3  	lose cover RAM: 0G
[    0.023626] found SMP MP-table at [mem 0x000f85b0-0x000f85bf]
[    0.043615] check: Scanning 1 areas for low memory corruption
[    0.043627] BRK [0x68c01000, 0x68c01fff] PGTABLE
[    0.043632] BRK [0x68c02000, 0x68c02fff] PGTABLE
[    0.043634] BRK [0x68c03000, 0x68c03fff] PGTABLE
[    0.043691] BRK [0x68c04000, 0x68c04fff] PGTABLE
[    0.043693] BRK [0x68c05000, 0x68c05fff] PGTABLE
[    0.043937] BRK [0x68c06000, 0x68c06fff] PGTABLE
[    0.043998] RAMDISK: [mem 0x36b91000-0x375bffff]
[    0.044008] ACPI: Early table checksum verification disabled
[    0.044016] ACPI: RSDP 0x00000000000F8580 000024 (v02 PTLTD )
[    0.044021] ACPI: XSDT 0x0000000077D95146 000064 (v01 NoNeed  NoNeed  06040000  LTP 00000000)
[    0.044030] ACPI: FACP 0x0000000077D9BB94 0000F4 (v03 SiS    671MX    06040000 PTL  000F4240)
[    0.044039] ACPI: DSDT 0x0000000077D96D2A 004DF6 (v01 PTLTD  671      06040000 MSFT 03000000)
[    0.044044] ACPI: FACS 0x0000000077D9CFC0 000040
[    0.044048] ACPI: FACS 0x0000000077D9CFC0 000040
[    0.044052] ACPI: APIC 0x0000000077D9BC88 000050 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.044057] ACPI: SLIC 0x0000000077D9BCD8 000176 (v01 NoNeed  NoNeed  06040000  LTP 00000000)
[    0.044062] ACPI: MCFG 0x0000000077D9BE4E 00003C (v01 PTLTD    MCFG   06040000  LTP 00000000)
[    0.044066] ACPI: SLIC 0x0000000077D9BE8A 000176 (v01 NoNeed  NoNeed  06040000  LTP 00000000)
[    0.044071] ACPI: SSDT 0x0000000077D96AE3 000247 (v01 PmRef  Cpu0Ist  00003000 INTL 20050228)
[    0.044076] ACPI: SSDT 0x0000000077D965CB 000518 (v01 PmRef  Cpu0Cst  00003001 INTL 20050228)
[    0.044081] ACPI: SSDT 0x0000000077D951AA 001421 (v01 PmRef  CpuPm    00003000 INTL 20050228)
[    0.044099] ACPI: Local APIC address 0xfee00000
[    0.044214] No NUMA configuration found
[    0.044215] Faking a node at [mem 0x0000000000000000-0x0000000077d8ffff]
[    0.044221] NODE_DATA(0) allocated [mem 0x77d8c000-0x77d8ffff]
[    0.044264] Zone ranges:
[    0.044266]   DMA32    [mem 0x0000000000001000-0x0000000077d8ffff]
[    0.044268]   Normal   empty
[    0.044269]   Device   empty
[    0.044271] Movable zone start for each node
[    0.044272] Early memory node ranges
[    0.044273]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.044275]   node   0: [mem 0x0000000000100000-0x0000000077d8ffff]
[    0.044301] Zeroed struct page in unavailable ranges: 724 pages
[    0.044302] Initmem setup node 0 [mem 0x0000000000001000-0x0000000077d8ffff]
[    0.044304] On node 0 totalpages: 490796
[    0.044306]   DMA32 zone: 7671 pages used for memmap
[    0.044307]   DMA32 zone: 21 pages reserved
[    0.044308]   DMA32 zone: 490796 pages, LIFO batch:63
[    0.080284] ACPI: PM-Timer IO Port: 0x8008
[    0.080289] ACPI: Local APIC address 0xfee00000
[    0.080310] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.080329] IOAPIC[0]: apic_id 1, version 20, address 0xfec00000, GSI 0-23
[    0.080333] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.080338] ACPI: IRQ0 used by override.
[    0.080340] ACPI: IRQ11 used by override.
[    0.080342] Using ACPI (MADT) for SMP configuration information
[    0.080349] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.080389] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.080391] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.080392] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.080393] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
[    0.080394] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[    0.080398] [mem 0x78000000-0xdfffffff] available for PCI devices
[    0.080400] Booting paravirtualized kernel on bare hardware
[    0.080411] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.080425] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1
[    0.082196] percpu: Embedded 53 pages/cpu s178520 r8192 d30376 u2097152
[    0.082212] pcpu-alloc: s178520 r8192 d30376 u2097152 alloc=1*2097152
[    0.082214] pcpu-alloc: [0] 0 
[    0.082278] Built 1 zonelists, mobility grouping on.  Total pages: 483104
[    0.082280] Policy zone: DMA32
[    0.082286] Kernel command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system --load=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system/boot quiet modprobe.blacklist=radeon
[    0.083839] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.084549] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.084635] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.084647] Calgary: detecting Calgary via BIOS EBDA area
[    0.084650] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.124017] Memory: 1889876K/1963184K available (14339K kernel code, 1525K rwdata, 4180K rodata, 1916K init, 2584K bss, 73308K reserved, 0K cma-reserved)
[    0.124045] random: get_random_u64 called from __kmem_cache_create+0x46/0x570 with crng_init=0
[    0.124348] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.124397] Kernel/User page tables isolation: enabled
[    0.124457] ftrace: allocating 41660 entries in 163 pages
[    0.157053] rcu: Hierarchical RCU implementation.
[    0.157058] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
[    0.157060] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.157062] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.162717] NR_IRQS: 16640, nr_irqs: 256, preallocated irqs: 16
[    0.164238] Console: colour VGA+ 80x25
[    0.164249] printk: console [tty0] enabled
[    0.164307] ACPI: Core revision 20190816
[    0.164457] APIC: Switch to symmetric I/O mode setup
[    0.164793] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.184454] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1cd4c5474ee, max_idle_ns: 440795209573 ns
[    0.184467] Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.32 BogoMIPS (lpj=8000640)
[    0.184470] pid_max: default: 32768 minimum: 301
[    0.184524] LSM: Security Framework initializing
[    0.184535] Yama: becoming mindful.
[    0.184621] AppArmor: AppArmor initialized
[    0.184625] TOMOYO Linux initialized
[    0.184732] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.184756] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.184780] *** VALIDATE tmpfs ***
[    0.185099] *** VALIDATE proc ***
[    0.185233] *** VALIDATE cgroup1 ***
[    0.185236] *** VALIDATE cgroup2 ***
[    0.185360] mce: CPU0: Thermal monitoring enabled (TM2)
[    0.185364] process: using mwait in idle threads
[    0.185372] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.185374] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.185381] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.185385] Spectre V2 : Mitigation: Full generic retpoline
[    0.185386] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.185387] Speculative Store Bypass: Vulnerable
[    0.185394] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.190253] Freeing SMP alternatives memory: 28K
[    0.305413] smpboot: CPU0: Intel(R) Celeron(R) CPU          550  @ 2.00GHz (family: 0x6, model: 0x16, stepping: 0x1)
[    0.305652] Performance Events: PEBS fmt0-, Core2 events, 4-deep LBR, Intel PMU driver.
[    0.305666] ... version:                2
[    0.305668] ... bit width:              40
[    0.305668] ... generic registers:      2
[    0.305670] ... value mask:             000000ffffffffff
[    0.305671] ... max period:             000000007fffffff
[    0.305671] ... fixed-purpose events:   3
[    0.305672] ... event mask:             0000000700000003
[    0.305772] rcu: Hierarchical SRCU implementation.
[    0.307280] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.307335] smp: Bringing up secondary CPUs ...
[    0.307336] smp: Brought up 1 node, 1 CPU
[    0.307338] smpboot: Max logical packages: 1
[    0.307340] smpboot: Total of 1 processors activated (4000.32 BogoMIPS)
[    0.308381] devtmpfs: initialized
[    0.308459] x86/mm: Memory block size: 128MB
[    0.308459] PM: Registering ACPI NVS region [mem 0x77d9c000-0x77d9cfff] (4096 bytes)
[    0.308459] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.308459] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.308459] pinctrl core: initialized pinctrl subsystem
[    0.308480] PM: RTC time: 14:34:46, date: 2020-04-12
[    0.308658] NET: Registered protocol family 16
[    0.308828] audit: initializing netlink subsys (disabled)
[    0.309165] cpuidle: using governor ladder
[    0.309166] cpuidle: using governor menu
[    0.309253] ACPI: bus type PCI registered
[    0.309257] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.309401] PCI: MMCONFIG for domain 0000 [bus 00-00] at [mem 0xe0000000-0xe00fffff] (base 0xe0000000)
[    0.309407] PCI: MMCONFIG at [mem 0xe0000000-0xe00fffff] reserved in E820
[    0.309424] PCI: Using configuration type 1 for base access
[    0.312072] audit: type=2000 audit(1586702085.144:1): state=initialized audit_enabled=0 res=1
[    0.312306] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.316587] ACPI: Added _OSI(Module Device)
[    0.316589] ACPI: Added _OSI(Processor Device)
[    0.316590] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.316591] ACPI: Added _OSI(Processor Aggregator Device)
[    0.316593] ACPI: Added _OSI(Linux-Dell-Video)
[    0.316594] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.316595] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.320111] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.321699] ACPI: EC: EC started
[    0.321701] ACPI: EC: interrupt blocked
[    0.322710] ACPI: \_SB_.PCI0.LPC_.EC0_: Used as first EC
[    0.322713] ACPI: \_SB_.PCI0.LPC_.EC0_: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.322715] ACPI: \_SB_.PCI0.LPC_.EC0_: Boot DSDT EC used to handle transactions
[    0.322716] ACPI: Interpreter enabled
[    0.322746] ACPI: (supports S0 S3 S4 S5)
[    0.322749] ACPI: Using IOAPIC for interrupt routing
[    0.322788] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.322982] ACPI: Enabled 7 GPEs in block 00 to 0F
[    0.329373] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.329386] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.329404] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-00] only partially covers this bridge
[    0.329922] PCI host bridge to bus 0000:00
[    0.329926] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.329928] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.329931] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.329933] pci_bus 0000:00: root bus resource [mem 0x78000000-0xffedffff window]
[    0.329935] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.329936] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.329938] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.329940] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.329942] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.329949] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.329952] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.329972] pci 0000:00:00.0: [1039:0671] type 00 class 0x060000
[    0.329995] pci 0000:00:00.0: reg 0x10: [mem 0xa0000000-0xafffffff]
[    0.330146] pci 0000:00:01.0: [1039:0003] type 01 class 0x060400
[    0.330297] pci 0000:00:02.0: [1039:0968] type 00 class 0x060100
[    0.330495] pci 0000:00:02.5: [1039:5513] type 00 class 0x01018a
[    0.330517] pci 0000:00:02.5: reg 0x10: [io  0x01f0-0x01f7]
[    0.330528] pci 0000:00:02.5: reg 0x14: [io  0x03f4-0x03f7]
[    0.330538] pci 0000:00:02.5: reg 0x18: [io  0x0170-0x0177]
[    0.330549] pci 0000:00:02.5: reg 0x1c: [io  0x0374-0x0377]
[    0.330559] pci 0000:00:02.5: reg 0x20: [io  0x1080-0x108f]
[    0.330581] pci 0000:00:02.5: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.330583] pci 0000:00:02.5: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.330585] pci 0000:00:02.5: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.330587] pci 0000:00:02.5: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.330618] pci 0000:00:02.5: PME# supported from D3cold
[    0.330731] pci 0000:00:03.0: [1039:7001] type 00 class 0x0c0310
[    0.330751] pci 0000:00:03.0: reg 0x10: [mem 0xb0104000-0xb0104fff]
[    0.330911] pci 0000:00:03.1: [1039:7001] type 00 class 0x0c0310
[    0.330930] pci 0000:00:03.1: reg 0x10: [mem 0xb0105000-0xb0105fff]
[    0.331092] pci 0000:00:03.3: [1039:7002] type 00 class 0x0c0320
[    0.331114] pci 0000:00:03.3: reg 0x10: [mem 0xb0106000-0xb0106fff]
[    0.331195] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[    0.331310] pci 0000:00:04.0: [1039:0191] type 00 class 0x020000
[    0.331332] pci 0000:00:04.0: reg 0x10: [mem 0xb0307000-0xb030707f]
[    0.331343] pci 0000:00:04.0: reg 0x14: [io  0x1000-0x107f]
[    0.331415] pci 0000:00:04.0: supports D1 D2
[    0.331417] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.331502] pci 0000:00:05.0: [1039:1183] type 00 class 0x01018f
[    0.331524] pci 0000:00:05.0: reg 0x10: [io  0x10c8-0x10cf]
[    0.331534] pci 0000:00:05.0: reg 0x14: [io  0x10bc-0x10bf]
[    0.331545] pci 0000:00:05.0: reg 0x18: [io  0x10c0-0x10c7]
[    0.331555] pci 0000:00:05.0: reg 0x1c: [io  0x10b8-0x10bb]
[    0.331565] pci 0000:00:05.0: reg 0x20: [io  0x10a0-0x10af]
[    0.331615] pci 0000:00:05.0: PME# supported from D3cold
[    0.331734] pci 0000:00:0f.0: [1039:7502] type 00 class 0x040300
[    0.331757] pci 0000:00:0f.0: reg 0x10: [mem 0xb0100000-0xb0103fff]
[    0.331839] pci 0000:00:0f.0: PME# supported from D0 D3hot D3cold
[    0.331947] pci_bus 0000:01: extended config space not accessible
[    0.331992] pci 0000:01:00.0: [1039:6351] type 00 class 0x030000
[    0.332007] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    0.332015] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xb001ffff]
[    0.332023] pci 0000:01:00.0: reg 0x18: [io  0x9000-0x907f]
[    0.332081] pci 0000:01:00.0: supports D1 D2
[    0.332202] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.332206] pci 0000:00:01.0:   bridge window [io  0x9000-0x9fff]
[    0.332211] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xb00fffff]
[    0.332215] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff pref]
[    0.332346] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *9 10 11)
[    0.332422] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 7 9 10 11)
[    0.332557] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 7 9 10 11)
[    0.332630] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 9 10 11)
[    0.332718] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11)
[    0.332790] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11)
[    0.332861] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 *7 9 10 11)
[    0.332933] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11) *0, disabled.
[    0.333861] ACPI: EC: interrupt unblocked
[    0.333871] ACPI: EC: event unblocked
[    0.333879] ACPI: \_SB_.PCI0.LPC_.EC0_: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.333882] ACPI: \_SB_.PCI0.LPC_.EC0_: Boot DSDT EC used to handle transactions and events
[    0.334134] iommu: Default domain type: Translated 
[    0.334222] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.334225] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.334227] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.334229] vgaarb: loaded
[    0.334627] SCSI subsystem initialized
[    0.334715] libata version 3.00 loaded.
[    0.334746] ACPI: bus type USB registered
[    0.334779] usbcore: registered new interface driver usbfs
[    0.334790] usbcore: registered new interface driver hub
[    0.334802] usbcore: registered new device driver usb
[    0.334919] EDAC MC: Ver: 3.0.0
[    0.335191] PCI: Using ACPI for IRQ routing
[    0.335195] PCI: pci_cache_line_size set to 64 bytes
[    0.335241] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
[    0.335243] e820: reserve RAM buffer [mem 0x77d90000-0x77ffffff]
[    0.335461] NetLabel: Initializing
[    0.335463] NetLabel:  domain hash size = 128
[    0.335463] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.335492] NetLabel:  unlabeled traffic allowed by default
[    0.335765] clocksource: Switched to clocksource tsc-early
[    0.357077] *** VALIDATE bpf ***
[    0.357340] VFS: Disk quotas dquot_6.6.0
[    0.357373] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.357428] *** VALIDATE ramfs ***
[    0.357433] *** VALIDATE hugetlbfs ***
[    0.357607] AppArmor: AppArmor Filesystem Enabled
[    0.357682] pnp: PnP ACPI init
[    0.358624] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.358758] system 00:01: [io  0x8000-0x80be] has been reserved
[    0.358761] system 00:01: [io  0x8100-0x812f] has been reserved
[    0.358765] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.358767] system 00:01: [io  0xfe00] has been reserved
[    0.358770] system 00:01: [io  0x0200-0x020f] has been reserved
[    0.358772] system 00:01: [io  0x0290-0x0297] has been reserved
[    0.358776] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.358778] system 00:01: [mem 0xfec00000-0xfecfffff] could not be reserved
[    0.358781] system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.358784] system 00:01: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.358786] system 00:01: [mem 0xffc00000-0xffc00fff] has been reserved
[    0.358793] system 00:01: [mem 0xffe00000-0xffe00fff] has been reserved
[    0.358795] system 00:01: [mem 0xffe80000-0xffefffff] could not be reserved
[    0.358803] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.358861] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.358907] pnp 00:03: Plug and Play ACPI device, IDs SYN0804 SYN0800 PNP0f13 (active)
[    0.359111] pnp: PnP ACPI: found 4 devices
[    0.361646] thermal_sys: Registered thermal governor 'fair_share'
[    0.361648] thermal_sys: Registered thermal governor 'bang_bang'
[    0.361649] thermal_sys: Registered thermal governor 'step_wise'
[    0.361650] thermal_sys: Registered thermal governor 'user_space'
[    0.361652] thermal_sys: Registered thermal governor 'power_allocator'
[    0.366162] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.366248] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.366254] pci 0000:00:01.0:   bridge window [io  0x9000-0x9fff]
[    0.366261] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xb00fffff]
[    0.366265] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff pref]
[    0.366273] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.366276] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.366278] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.366280] pci_bus 0000:00: resource 7 [mem 0x78000000-0xffedffff window]
[    0.366282] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.366284] pci_bus 0000:00: resource 9 [mem 0x000d0000-0x000d3fff window]
[    0.366286] pci_bus 0000:00: resource 10 [mem 0x000d4000-0x000d7fff window]
[    0.366288] pci_bus 0000:00: resource 11 [mem 0x000d8000-0x000dbfff window]
[    0.366290] pci_bus 0000:00: resource 12 [mem 0x000dc000-0x000dffff window]
[    0.366292] pci_bus 0000:00: resource 13 [mem 0x000e0000-0x000e3fff window]
[    0.366294] pci_bus 0000:01: resource 0 [io  0x9000-0x9fff]
[    0.366296] pci_bus 0000:01: resource 1 [mem 0xb0000000-0xb00fffff]
[    0.366298] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff pref]
[    0.366443] NET: Registered protocol family 2
[    0.366723] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.366792] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.366949] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.366991] TCP: Hash tables configured (established 16384 bind 16384)
[    0.367117] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.367142] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.367247] NET: Registered protocol family 1
[    0.368131] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.368134] PCI: CLS 16 bytes, default 64
[    0.368291] Trying to unpack rootfs image as initramfs...
[    0.686988] Freeing initrd memory: 10428K
[    0.687453] check: Scanning for low memory corruption every 60 seconds
[    0.688228] Initialise system trusted keyrings
[    0.688375] workingset: timestamp_bits=40 max_order=19 bucket_order=0
[    0.690469] zbud: loaded
[    0.691892] Allocating IMA blacklist keyring.
[    0.697152] Key type asymmetric registered
[    0.697163] Asymmetric key parser 'x509' registered
[    0.697190] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.697254] io scheduler mq-deadline registered
[    0.697560] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.697603] intel_idle: does not run on family 6 model 22
[    0.697711] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.697754] ACPI: Power Button [PWRB]
[    0.697810] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.697878] ACPI: Sleep Button [SLPB]
[    0.697934] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.697960] ACPI: Lid Switch [LID0]
[    0.698014] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.698055] ACPI: Power Button [PWRF]
[    0.698241] Monitor-Mwait will be used to enter C-1 state
[    0.698248] Monitor-Mwait will be used to enter C-2 state
[    0.698254] Monitor-Mwait will be used to enter C-3 state
[    0.698258] tsc: Marking TSC unstable due to TSC halts in idle
[    0.698582] clocksource: Switched to clocksource acpi_pm
[    0.699808] thermal LNXTHERM:00: registered as thermal_zone0
[    0.699809] ACPI: Thermal Zone [TZ01] (56 C)
[    0.700030] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.702963] hpet_acpi_add: no address or irqs in _CRS
[    0.703025] Linux agpgart interface v0.103
[    0.707259] brd: module loaded
[    0.711393] loop: module loaded
[    0.712084] pata_sis 0000:00:02.5: version 0.5.2
[    0.713134] scsi host0: pata_sis
[    0.713337] scsi host1: pata_sis
[    0.713401] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1080 irq 14
[    0.713403] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x1088 irq 15
[    0.713580] libphy: Fixed MDIO Bus: probed
[    0.713581] tun: Universal TUN/TAP device driver, 1.6
[    0.713850] PPP generic driver version 2.4.2
[    0.713943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.713959] ehci-pci: EHCI PCI platform driver
[    0.714221] ehci-pci 0000:00:03.3: EHCI Host Controller
[    0.714241] ehci-pci 0000:00:03.3: new USB bus registered, assigned bus number 1
[    0.714314] ehci-pci 0000:00:03.3: cache line size of 16 is not supported
[    0.714344] ehci-pci 0000:00:03.3: irq 22, io mem 0xb0106000
[    0.728505] ehci-pci 0000:00:03.3: USB 2.0 started, EHCI 1.00
[    0.728609] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.728612] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.728614] usb usb1: Product: EHCI Host Controller
[    0.728616] usb usb1: Manufacturer: Linux 5.4.31-gnu ehci_hcd
[    0.728618] usb usb1: SerialNumber: 0000:00:03.3
[    0.728814] hub 1-0:1.0: USB hub found
[    0.728827] hub 1-0:1.0: 8 ports detected
[    0.729168] ehci-platform: EHCI generic platform driver
[    0.729199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.729213] ohci-pci: OHCI PCI platform driver
[    0.729441] ohci-pci 0000:00:03.0: OHCI PCI host controller
[    0.729450] ohci-pci 0000:00:03.0: new USB bus registered, assigned bus number 2
[    0.729493] ohci-pci 0000:00:03.0: irq 20, io mem 0xb0104000
[    0.788584] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    0.788587] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.788589] usb usb2: Product: OHCI PCI host controller
[    0.788591] usb usb2: Manufacturer: Linux 5.4.31-gnu ohci_hcd
[    0.788593] usb usb2: SerialNumber: 0000:00:03.0
[    0.788762] hub 2-0:1.0: USB hub found
[    0.788776] hub 2-0:1.0: 4 ports detected
[    0.789180] ohci-pci 0000:00:03.1: OHCI PCI host controller
[    0.789188] ohci-pci 0000:00:03.1: new USB bus registered, assigned bus number 3
[    0.789242] ohci-pci 0000:00:03.1: irq 21, io mem 0xb0105000
[    0.848578] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    0.848581] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.848583] usb usb3: Product: OHCI PCI host controller
[    0.848585] usb usb3: Manufacturer: Linux 5.4.31-gnu ohci_hcd
[    0.848587] usb usb3: SerialNumber: 0000:00:03.1
[    0.848776] hub 3-0:1.0: USB hub found
[    0.848789] hub 3-0:1.0: 4 ports detected
[    0.849030] ohci-platform: OHCI generic platform driver
[    0.849059] uhci_hcd: USB Universal Host Controller Interface driver
[    0.849177] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.853536] i8042: Detected active multiplexing controller, rev 1.1
[    0.855456] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.855464] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.855511] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.855545] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.855579] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.855760] mousedev: PS/2 mouse device common for all mice
[    0.856269] rtc_cmos 00:00: registered as rtc0
[    0.856299] rtc_cmos 00:00: alarms up to one year, y3k, 114 bytes nvram
[    0.856310] i2c /dev entries driver
[    0.856420] device-mapper: uevent: version 1.0.3
[    0.856577] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[    0.856583] intel_pstate: CPU model not supported
[    0.856608] ledtrig-cpu: registered to indicate activity on CPUs
[    0.857022] NET: Registered protocol family 10
[    0.857530] Segment Routing with IPv6
[    0.857566] NET: Registered protocol family 17
[    0.857653] Key type dns_resolver registered
[    0.857895] microcode: sig=0x10661, pf=0x80, revision=0x33
[    0.857975] microcode: Microcode Update Driver: v2.2.
[    0.857984] IPI shorthand broadcast: enabled
[    0.858079] registered taskstats version 1
[    0.858085] Loading compiled-in X.509 certificates
[    0.858136] zswap: loaded using pool lzo/zbud
[    0.858946] Key type big_key registered
[    0.859192] Key type encrypted registered
[    0.859197] AppArmor: AppArmor sha1 policy hashing enabled
[    0.859211] ima: No TPM chip found, activating TPM-bypass!
[    0.859219] ima: Allocated hash algorithm: sha1
[    0.859234] ima: No architecture policies found
[    0.859254] evm: Initialising EVM extended attributes:
[    0.859255] evm: security.selinux
[    0.859256] evm: security.SMACK64
[    0.859257] evm: security.SMACK64EXEC
[    0.859258] evm: security.SMACK64TRANSMUTE
[    0.859258] evm: security.SMACK64MMAP
[    0.859259] evm: security.apparmor
[    0.859260] evm: security.ima
[    0.859261] evm: security.capability
[    0.859262] evm: HMAC attrs: 0x1
[    0.859845] PM:   Magic number: 0:403:586
[    0.860064] rtc_cmos 00:00: setting system clock to 2020-04-12T14:34:46 UTC (1586702086)
[    0.860538] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    0.892808] ata1.00: ATAPI: TSSTcorp CDDVDW TS-L632H, TMC0, max UDMA/33
[    0.896299] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    0.918159] scsi 0:0:0:0: CD-ROM            TSSTcorp CDDVDW TS-L632H  TMC0 PQ: 0 ANSI: 5
[    0.945828] sr 0:0:0:0: [sr0] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[    0.945830] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.946156] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    0.946344] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    0.946449] ata2: port disabled--ignoring
[    0.949378] Freeing unused kernel image memory: 1916K
[    0.956513] Write protecting the kernel read-only data: 22528k
[    0.958239] Freeing unused kernel image memory: 2036K
[    0.959893] Freeing unused kernel image memory: 1964K
[    0.959952] Run /init as init process
[    1.064543] usb 1-5: new high-speed USB device number 2 using ehci-pci
[    1.107149] usb 1-5: New USB device found, idVendor=0b95, idProduct=7720, bcdDevice= 0.01
[    1.107154] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.107157] usb 1-5: Product: AX88x72A
[    1.107159] usb 1-5: Manufacturer: ASIX Elec. Corp.
[    1.107161] usb 1-5: SerialNumber: 0004FA
[    1.123614] usbcore: registered new interface driver usb-storage
[    1.127837] usbcore: registered new interface driver uas
[    1.131462] hidraw: raw HID events driver (C) Jiri Kosina
[    1.132586] usbcore: registered new interface driver usbhid
[    1.132587] usbhid: USB HID core driver
[    1.169126] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[    1.236499] usb 1-6: new high-speed USB device number 3 using ehci-pci
[    1.484483] random: fast init done
[    1.564963] ISO 9660 Extensions: RRIP_1991A
[    1.886373] usb 1-6: New USB device found, idVendor=0bda, idProduct=0158, bcdDevice=51.95
[    1.886377] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.886380] usb 1-6: Product: USB2.0-CRW
[    1.886382] usb 1-6: Manufacturer: Generic
[    1.886384] usb 1-6: SerialNumber: 20060413092100000
[    9.455237] random: dbus-uuidgen: uninitialized urandom read (12 bytes read)
[    9.455281] random: dbus-uuidgen: uninitialized urandom read (8 bytes read)
[   14.492486] random: crng init done
[   24.983339] shepherd[1]: Service root has been started.
[   33.046373] shepherd[1]: starting services...
[   33.047549] shepherd[1]: Service root-file-system has been started.
[   33.048610] shepherd[1]: Service user-file-systems has been started.
[   33.309303] shepherd[1]: waiting for udevd...
[   33.811094] shepherd[1]: waiting for udevd...
[   34.312817] shepherd[1]: waiting for udevd...
[   34.358751] udevd[171]: starting version 3.2.9
[   36.465598] shepherd[1]: Service udev has been started.
[   36.467446] shepherd[1]: Service file-system-/tmp has been started.
[   36.469142] shepherd[1]: Service file-system-/dev/pts has been started.
[   36.470833] shepherd[1]: Service file-system-/dev/shm has been started.
[   36.472305] shepherd[1]: Service file-system-/gnu/store has been started.
[   36.473427] shepherd[1]: Service file-systems has been started.
[   36.474406] shepherd[1]: Service user-processes has been started.
[   36.475501] shepherd[1]: Service host-name has been started.
[   38.142552] shepherd[1]: Service user-homes has been started.
[   44.714076] atkbd serio0: Unknown key pressed (translated set 2, code 0xad on isa0060/serio0).
[   44.714080] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
[   44.724066] atkbd serio0: Unknown key released (translated set 2, code 0xad on isa0060/serio0).
[   44.724068] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
[   44.753998] atkbd serio0: Unknown key pressed (translated set 2, code 0xbb on isa0060/serio0).
[   44.754000] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
[   44.763999] atkbd serio0: Unknown key released (translated set 2, code 0xbb on isa0060/serio0).
[   44.764001] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
[   44.853832] atkbd serio0: Unknown key pressed (translated set 2, code 0xbb on isa0060/serio0).
[   44.853834] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
[   44.863833] atkbd serio0: Unknown key released (translated set 2, code 0xbb on isa0060/serio0).
[   44.863835] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
[   44.913732] atkbd serio0: Unknown key pressed (translated set 2, code 0xad on isa0060/serio0).
[   44.913735] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
[   44.923733] atkbd serio0: Unknown key released (translated set 2, code 0xad on isa0060/serio0).
[   44.923735] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
[   46.068917] udevd[171]: starting eudev-3.2.9
[   46.073260] udevd[171]: no sender credentials received, message ignored
[   47.464356] uvesafb: Silicon Integrated Systems Corp., 6330, 3.72.02, OEM: SiS, VBE v3.0
[   47.565912] uvesafb: VBIOS/hardware doesn't support DDC transfers
[   47.565913] uvesafb: no monitor limits have been set, default refresh rate will be used
[   47.565998] uvesafb: scrolling: redraw
[   48.121182] Console: switching to colour frame buffer device 128x48
[   48.124497] uvesafb: framebuffer at 0xc0000000, mapped to 0x00000000fe245df8, using 7680k, total 131072k
[   48.124498] uvesafb: fb0: VESA VGA frame buffer device
[   48.129053] shepherd[1]: Service uvesafb has been started.
[   55.560737] battery: ACPI: Battery Slot [BAT0] (battery present)
[   58.600357] ACPI: AC Adapter [AC0] (on-line)
[   58.824800] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   58.827781] acpi device:0d: registered as cooling_device1
[   58.827872] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0b/LNXVIDEO:00/input/input9
[   60.984994] sata_sis 0000:00:05.0: version 1.0
[   60.985220] sata_sis 0000:00:05.0: Detected SiS 1183/966/966L/968/680 controller in PATA mode
[   60.992561] scsi host2: sata_sis
[   61.000532] scsi host3: sata_sis
[   61.000692] ata3: PATA max UDMA/133 cmd 0x10c8 ctl 0x10bc bmdma 0x10a0 irq 17
[   61.000694] ata4: PATA max UDMA/133 cmd 0x10c0 ctl 0x10b8 bmdma 0x10a8 irq 17
[   61.162963] ata3.00: ATA-7: FUJITSU MHW2060BH, 8918, max UDMA/100
[   61.162968] ata3.00: 117231408 sectors, multi 16: LBA48 
[   61.167814] scsi 2:0:0:0: Direct-Access     ATA      FUJITSU MHW2060B 8918 PQ: 0 ANSI: 5
[   61.168260] sd 2:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
[   61.168280] sd 2:0:0:0: [sda] Write Protect is off
[   61.168283] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   61.172542] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   61.173209] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   61.174022]  sda: sda1 sda2 < sda5 >
[   61.174656] sd 2:0:0:0: [sda] Attached SCSI disk
[   61.443107] agpgart-sis 0000:00:00.0: SiS chipset [1039/0671]
[   61.470870] agpgart-sis 0000:00:00.0: AGP aperture is 256M @ 0xa0000000
[   68.422042] sis190: sis190 Gigabit Ethernet driver 1.4 loaded
[   68.422316] sis190: 0000:00:04.0: Read MAC address from EEPROM
[   68.552491] sis190: 0000:00:04.0: Realtek PHY RTL8201 transceiver at address 1
[   69.320489] sis190: 0000:00:04.0: Using transceiver at address 1 as default
[   69.368836] sis190 0000:00:04.0 eth0: 0000:00:04.0: SiS 191 PCI Gigabit Ethernet adapter at 0000000065b30c2b (IRQ: 19), 00:03:0d:98:45:7c
[   69.368839] sis190 0000:00:04.0 eth0: GMII mode.
[   69.368846] sis190 0000:00:04.0 eth0: Enabling Auto-negotiation
[   72.241475] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04711/0x200000/0x0/0x0, board id: 0, fw id: 496484
[   72.279604] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
[   76.437070] sis190 0000:00:04.0 enp0s4: renamed from eth0
[   77.659205] ums-realtek 1-6:1.0: USB Mass Storage device detected
[   77.662697] scsi host4: usb-storage 1-6:1.0
[   77.662895] usbcore: registered new interface driver ums-realtek
[   78.705294] scsi 4:0:0:0: Direct-Access     Generic- Multi-Card       1.00 PQ: 0 ANSI: 0 CCS
[   78.705812] sd 4:0:0:0: Attached scsi generic sg2 type 0
[   78.711799] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[   80.394474] asix 1-5:1.0 eth0: register 'asix' at usb-0000:00:03.3-5, ASIX AX88772 USB 2.0 Ethernet, 00:0e:c6:c3:a7:0a
[   80.394822] usbcore: registered new interface driver asix
[   80.396797] asix 1-5:1.0 enp0s3f3u5: renamed from eth0
[   83.079476] input: PC Speaker as /devices/platform/pcspkr/input/input14
[   94.827102] intel_powerclamp: No package C-state available
[   95.626856] snd_hda_intel 0000:00:0f.0: CORB reset timeout#1, CORBRP = 0
[   95.867831] Error: Driver 'pcspkr' is already registered, aborting...
[  104.699773] atkbd serio0: Unknown key pressed (translated set 2, code 0xad on isa0060/serio0).
[  104.699777] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
[  104.709759] atkbd serio0: Unknown key released (translated set 2, code 0xad on isa0060/serio0).
[  104.709762] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
[  104.739701] atkbd serio0: Unknown key pressed (translated set 2, code 0xbb on isa0060/serio0).
[  104.739705] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
[  104.749696] atkbd serio0: Unknown key released (translated set 2, code 0xbb on isa0060/serio0).
[  104.749699] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
[  104.839528] atkbd serio0: Unknown key pressed (translated set 2, code 0xbb on isa0060/serio0).
[  104.839532] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
[  104.849529] atkbd serio0: Unknown key released (translated set 2, code 0xbb on isa0060/serio0).
[  104.849532] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
[  104.899427] atkbd serio0: Unknown key pressed (translated set 2, code 0xad on isa0060/serio0).
[  104.899430] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
[  104.909429] atkbd serio0: Unknown key released (translated set 2, code 0xad on isa0060/serio0).
[  104.909432] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
[  105.757916] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev1: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  105.757924] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  105.757927] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[  105.757929] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[  105.757930] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[  105.757933] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[  105.757935] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[  111.275708] input: HDA SIS966 Mic as /devices/pci0000:00/0000:00:0f.0/sound/card0/input15
[  111.275810] input: HDA SIS966 Headphone as /devices/pci0000:00/0000:00:0f.0/sound/card0/input16
[  403.129018] perf: interrupt took too long (2518 > 2500), lowering kernel.perf_event_max_sample_rate to 79250
[  708.863343] perf: interrupt took too long (3148 > 3147), lowering kernel.perf_event_max_sample_rate to 63500

[-- Attachment #4: varlogmessages --]
[-- Type: text/plain, Size: 66212 bytes --]

Apr 12 16:35:35 localhost syslogd (GNU inetutils 1.9.4): restart
Apr 12 16:35:35 localhost vmunix: [    0.000000] Linux version 5.4.31-gnu (nixbld@) (gcc version 7.4.0 (GCC)) #1 SMP 1
Apr 12 16:35:35 localhost vmunix: [    0.000000] Command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system --load=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system/boot quiet modprobe.blacklist=radeon
Apr 12 16:35:35 localhost vmunix: [    0.000000] KERNEL supported cpus:
Apr 12 16:35:35 localhost vmunix: [    0.000000]   Intel GenuineIntel
Apr 12 16:35:35 localhost vmunix: [    0.000000]   AMD AuthenticAMD
Apr 12 16:35:35 localhost vmunix: [    0.000000]   Hygon HygonGenuine
Apr 12 16:35:35 localhost vmunix: [    0.000000]   Centaur CentaurHauls
Apr 12 16:35:35 localhost vmunix: [    0.000000]   zhaoxin   Shanghai  
Apr 12 16:35:35 localhost vmunix: [    0.000000] x86/fpu: x87 FPU will use FXSAVE
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-provided physical RAM map:
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
Apr 12 16:35:35 localhost shepherd[1]: Service syslogd has been started. 
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000077d8ffff] usable
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000077d90000-0x0000000077d9bfff] ACPI data
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000077d9c000-0x0000000077d9cfff] ACPI NVS
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000077d9d000-0x0000000077ffffff] reserved
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 12 16:35:35 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
Apr 12 16:35:35 localhost vmunix: [    0.000000] NX (Execute Disable) protection: active
Apr 12 16:35:35 localhost vmunix: [    0.000000] SMBIOS 2.5 present.
Apr 12 16:35:35 localhost vmunix: [    0.000000] DMI: OEM                                      /N/A                                     , BIOS 1.12 04/03/2008
Apr 12 16:35:35 localhost vmunix: [    0.000000] tsc: Fast TSC calibration using PIT
Apr 12 16:35:35 localhost vmunix: [    0.000000] tsc: Detected 2000.160 MHz processor
Apr 12 16:35:35 localhost vmunix: [    0.009893] last_pfn = 0x77d90 max_arch_pfn = 0x400000000
Apr 12 16:35:35 localhost vmunix: [    0.011002] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Apr 12 16:35:35 localhost vmunix: [    0.011213] total RAM covered: 1918M
Apr 12 16:35:35 localhost vmunix: [    0.011689] Found optimal setting for mtrr clean up
Apr 12 16:35:35 localhost vmunix: [    0.011692]  gran_size: 64K 	chunk_size: 256M 	num_reg: 3  	lose cover RAM: 0G
Apr 12 16:35:35 localhost vmunix: [    0.023626] found SMP MP-table at [mem 0x000f85b0-0x000f85bf]
Apr 12 16:35:35 localhost vmunix: [    0.043615] check: Scanning 1 areas for low memory corruption
Apr 12 16:35:35 localhost vmunix: [    0.043998] RAMDISK: [mem 0x36b91000-0x375bffff]
Apr 12 16:35:35 localhost vmunix: [    0.044008] ACPI: Early table checksum verification disabled
Apr 12 16:35:35 localhost vmunix: [    0.044016] ACPI: RSDP 0x00000000000F8580 000024 (v02 PTLTD )
Apr 12 16:35:35 localhost vmunix: [    0.044021] ACPI: XSDT 0x0000000077D95146 000064 (v01 NoNeed  NoNeed  06040000  LTP 00000000)
Apr 12 16:35:35 localhost vmunix: [    0.044030] ACPI: FACP 0x0000000077D9BB94 0000F4 (v03 SiS    671MX    06040000 PTL  000F4240)
Apr 12 16:35:35 localhost vmunix: [    0.044039] ACPI: DSDT 0x0000000077D96D2A 004DF6 (v01 PTLTD  671      06040000 MSFT 03000000)
Apr 12 16:35:35 localhost vmunix: [    0.044044] ACPI: FACS 0x0000000077D9CFC0 000040
Apr 12 16:35:35 localhost vmunix: [    0.044048] ACPI: FACS 0x0000000077D9CFC0 000040
Apr 12 16:35:35 localhost vmunix: [    0.044052] ACPI: APIC 0x0000000077D9BC88 000050 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
Apr 12 16:35:35 localhost vmunix: [    0.044057] ACPI: SLIC 0x0000000077D9BCD8 000176 (v01 NoNeed  NoNeed  06040000  LTP 00000000)
Apr 12 16:35:35 localhost vmunix: [    0.044062] ACPI: MCFG 0x0000000077D9BE4E 00003C (v01 PTLTD    MCFG   06040000  LTP 00000000)
Apr 12 16:35:35 localhost vmunix: [    0.044066] ACPI: SLIC 0x0000000077D9BE8A 000176 (v01 NoNeed  NoNeed  06040000  LTP 00000000)
Apr 12 16:35:35 localhost vmunix: [    0.044071] ACPI: SSDT 0x0000000077D96AE3 000247 (v01 PmRef  Cpu0Ist  00003000 INTL 20050228)
Apr 12 16:35:35 localhost vmunix: [    0.044076] ACPI: SSDT 0x0000000077D965CB 000518 (v01 PmRef  Cpu0Cst  00003001 INTL 20050228)
Apr 12 16:35:35 localhost vmunix: [    0.044081] ACPI: SSDT 0x0000000077D951AA 001421 (v01 PmRef  CpuPm    00003000 INTL 20050228)
Apr 12 16:35:35 localhost vmunix: [    0.044214] No NUMA configuration found
Apr 12 16:35:35 localhost vmunix: [    0.044215] Faking a node at [mem 0x0000000000000000-0x0000000077d8ffff]
Apr 12 16:35:35 localhost vmunix: [    0.044221] NODE_DATA(0) allocated [mem 0x77d8c000-0x77d8ffff]
Apr 12 16:35:35 localhost vmunix: [    0.044264] Zone ranges:
Apr 12 16:35:35 localhost vmunix: [    0.044266]   DMA32    [mem 0x0000000000001000-0x0000000077d8ffff]
Apr 12 16:35:35 localhost vmunix: [    0.044268]   Normal   empty
Apr 12 16:35:35 localhost vmunix: [    0.044269]   Device   empty
Apr 12 16:35:35 localhost vmunix: [    0.044271] Movable zone start for each node
Apr 12 16:35:35 localhost vmunix: [    0.044272] Early memory node ranges
Apr 12 16:35:35 localhost vmunix: [    0.044273]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
Apr 12 16:35:35 localhost vmunix: [    0.044275]   node   0: [mem 0x0000000000100000-0x0000000077d8ffff]
Apr 12 16:35:35 localhost vmunix: [    0.044301] Zeroed struct page in unavailable ranges: 724 pages
Apr 12 16:35:35 localhost vmunix: [    0.044302] Initmem setup node 0 [mem 0x0000000000001000-0x0000000077d8ffff]
Apr 12 16:35:35 localhost vmunix: [    0.080284] ACPI: PM-Timer IO Port: 0x8008
Apr 12 16:35:35 localhost vmunix: [    0.080310] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Apr 12 16:35:35 localhost vmunix: [    0.080329] IOAPIC[0]: apic_id 1, version 20, address 0xfec00000, GSI 0-23
Apr 12 16:35:35 localhost vmunix: [    0.080333] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
Apr 12 16:35:35 localhost vmunix: [    0.080342] Using ACPI (MADT) for SMP configuration information
Apr 12 16:35:35 localhost vmunix: [    0.080349] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
Apr 12 16:35:35 localhost vmunix: [    0.080389] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 12 16:35:35 localhost vmunix: [    0.080391] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Apr 12 16:35:35 localhost vmunix: [    0.080392] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Apr 12 16:35:35 localhost vmunix: [    0.080393] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
Apr 12 16:35:35 localhost vmunix: [    0.080394] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
Apr 12 16:35:35 localhost vmunix: [    0.080398] [mem 0x78000000-0xdfffffff] available for PCI devices
Apr 12 16:35:35 localhost vmunix: [    0.080400] Booting paravirtualized kernel on bare hardware
Apr 12 16:35:35 localhost vmunix: [    0.080411] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Apr 12 16:35:35 localhost vmunix: [    0.080425] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1
Apr 12 16:35:35 localhost vmunix: [    0.082196] percpu: Embedded 53 pages/cpu s178520 r8192 d30376 u2097152
Apr 12 16:35:35 localhost vmunix: [    0.082278] Built 1 zonelists, mobility grouping on.  Total pages: 483104
Apr 12 16:35:35 localhost vmunix: [    0.082280] Policy zone: DMA32
Apr 12 16:35:35 localhost vmunix: [    0.082286] Kernel command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system --load=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system/boot quiet modprobe.blacklist=radeon
Apr 12 16:35:35 localhost vmunix: [    0.083839] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 12 16:35:35 localhost vmunix: [    0.084549] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Apr 12 16:35:35 localhost vmunix: [    0.084635] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Apr 12 16:35:35 localhost vmunix: [    0.124017] Memory: 1889876K/1963184K available (14339K kernel code, 1525K rwdata, 4180K rodata, 1916K init, 2584K bss, 73308K reserved, 0K cma-reserved)
Apr 12 16:35:35 localhost vmunix: [    0.124045] random: get_random_u64 called from __kmem_cache_create+0x46/0x570 with crng_init=0
Apr 12 16:35:35 localhost vmunix: [    0.124348] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Apr 12 16:35:35 localhost vmunix: [    0.124397] Kernel/User page tables isolation: enabled
Apr 12 16:35:35 localhost vmunix: [    0.124457] ftrace: allocating 41660 entries in 163 pages
Apr 12 16:35:35 localhost vmunix: [    0.157053] rcu: Hierarchical RCU implementation.
Apr 12 16:35:35 localhost vmunix: [    0.157058] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
Apr 12 16:35:35 localhost vmunix: [    0.157060] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Apr 12 16:35:35 localhost vmunix: [    0.157062] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
Apr 12 16:35:35 localhost vmunix: [    0.162717] NR_IRQS: 16640, nr_irqs: 256, preallocated irqs: 16
Apr 12 16:35:35 localhost vmunix: [    0.164238] Console: colour VGA+ 80x25
Apr 12 16:35:35 localhost vmunix: [    0.164249] printk: console [tty0] enabled
Apr 12 16:35:35 localhost vmunix: [    0.164307] ACPI: Core revision 20190816
Apr 12 16:35:35 localhost vmunix: [    0.164457] APIC: Switch to symmetric I/O mode setup
Apr 12 16:35:35 localhost vmunix: [    0.164793] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 12 16:35:35 localhost vmunix: [    0.184454] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1cd4c5474ee, max_idle_ns: 440795209573 ns
Apr 12 16:35:35 localhost vmunix: [    0.184467] Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.32 BogoMIPS (lpj=8000640)
Apr 12 16:35:35 localhost vmunix: [    0.184470] pid_max: default: 32768 minimum: 301
Apr 12 16:35:35 localhost vmunix: [    0.184524] LSM: Security Framework initializing
Apr 12 16:35:35 localhost vmunix: [    0.184535] Yama: becoming mindful.
Apr 12 16:35:35 localhost vmunix: [    0.184621] AppArmor: AppArmor initialized
Apr 12 16:35:35 localhost vmunix: [    0.184625] TOMOYO Linux initialized
Apr 12 16:35:35 localhost vmunix: [    0.184732] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Apr 12 16:35:35 localhost vmunix: [    0.184756] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Apr 12 16:35:35 localhost vmunix: [    0.184780] *** VALIDATE tmpfs ***
Apr 12 16:35:35 localhost vmunix: [    0.185099] *** VALIDATE proc ***
Apr 12 16:35:35 localhost vmunix: [    0.185233] *** VALIDATE cgroup1 ***
Apr 12 16:35:35 localhost vmunix: [    0.185236] *** VALIDATE cgroup2 ***
Apr 12 16:35:35 localhost vmunix: [    0.185360] mce: CPU0: Thermal monitoring enabled (TM2)
Apr 12 16:35:35 localhost vmunix: [    0.185364] process: using mwait in idle threads
Apr 12 16:35:35 localhost vmunix: [    0.185372] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Apr 12 16:35:35 localhost vmunix: [    0.185374] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
Apr 12 16:35:35 localhost vmunix: [    0.185381] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 12 16:35:35 localhost vmunix: [    0.185385] Spectre V2 : Mitigation: Full generic retpoline
Apr 12 16:35:35 localhost vmunix: [    0.185386] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 12 16:35:35 localhost vmunix: [    0.185387] Speculative Store Bypass: Vulnerable
Apr 12 16:35:35 localhost vmunix: [    0.185394] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Apr 12 16:35:35 localhost vmunix: [    0.190253] Freeing SMP alternatives memory: 28K
Apr 12 16:35:35 localhost vmunix: [    0.305413] smpboot: CPU0: Intel(R) Celeron(R) CPU          550  @ 2.00GHz (family: 0x6, model: 0x16, stepping: 0x1)
Apr 12 16:35:35 localhost vmunix: [    0.305652] Performance Events: PEBS fmt0-, Core2 events, 4-deep LBR, Intel PMU driver.
Apr 12 16:35:35 localhost vmunix: [    0.305666] ... version:                2
Apr 12 16:35:35 localhost vmunix: [    0.305668] ... bit width:              40
Apr 12 16:35:35 localhost vmunix: [    0.305668] ... generic registers:      2
Apr 12 16:35:35 localhost vmunix: [    0.305670] ... value mask:             000000ffffffffff
Apr 12 16:35:35 localhost vmunix: [    0.305671] ... max period:             000000007fffffff
Apr 12 16:35:35 localhost vmunix: [    0.305671] ... fixed-purpose events:   3
Apr 12 16:35:35 localhost vmunix: [    0.305672] ... event mask:             0000000700000003
Apr 12 16:35:35 localhost vmunix: [    0.305772] rcu: Hierarchical SRCU implementation.
Apr 12 16:35:35 localhost vmunix: [    0.307280] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr 12 16:35:35 localhost vmunix: [    0.307335] smp: Bringing up secondary CPUs ...
Apr 12 16:35:35 localhost vmunix: [    0.307336] smp: Brought up 1 node, 1 CPU
Apr 12 16:35:35 localhost vmunix: [    0.307338] smpboot: Max logical packages: 1
Apr 12 16:35:35 localhost vmunix: [    0.307340] smpboot: Total of 1 processors activated (4000.32 BogoMIPS)
Apr 12 16:35:35 localhost vmunix: [    0.308381] devtmpfs: initialized
Apr 12 16:35:35 localhost vmunix: [    0.308459] x86/mm: Memory block size: 128MB
Apr 12 16:35:35 localhost vmunix: [    0.308459] PM: Registering ACPI NVS region [mem 0x77d9c000-0x77d9cfff] (4096 bytes)
Apr 12 16:35:35 localhost vmunix: [    0.308459] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Apr 12 16:35:35 localhost vmunix: [    0.308459] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
Apr 12 16:35:35 localhost vmunix: [    0.308459] pinctrl core: initialized pinctrl subsystem
Apr 12 16:35:35 localhost vmunix: [    0.308480] PM: RTC time: 14:34:46, date: 2020-04-12
Apr 12 16:35:35 localhost vmunix: [    0.308658] NET: Registered protocol family 16
Apr 12 16:35:35 localhost vmunix: [    0.308828] audit: initializing netlink subsys (disabled)
Apr 12 16:35:35 localhost vmunix: [    0.309165] cpuidle: using governor ladder
Apr 12 16:35:35 localhost vmunix: [    0.309166] cpuidle: using governor menu
Apr 12 16:35:35 localhost vmunix: [    0.309253] ACPI: bus type PCI registered
Apr 12 16:35:35 localhost vmunix: [    0.309257] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 12 16:35:35 localhost vmunix: [    0.309401] PCI: MMCONFIG for domain 0000 [bus 00-00] at [mem 0xe0000000-0xe00fffff] (base 0xe0000000)
Apr 12 16:35:35 localhost vmunix: [    0.309407] PCI: MMCONFIG at [mem 0xe0000000-0xe00fffff] reserved in E820
Apr 12 16:35:35 localhost vmunix: [    0.309424] PCI: Using configuration type 1 for base access
Apr 12 16:35:35 localhost vmunix: [    0.312072] audit: type=2000 audit(1586702085.144:1): state=initialized audit_enabled=0 res=1
Apr 12 16:35:35 localhost vmunix: [    0.312306] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 12 16:35:35 localhost vmunix: [    0.316587] ACPI: Added _OSI(Module Device)
Apr 12 16:35:35 localhost vmunix: [    0.316589] ACPI: Added _OSI(Processor Device)
Apr 12 16:35:35 localhost vmunix: [    0.316590] ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 12 16:35:35 localhost vmunix: [    0.316591] ACPI: Added _OSI(Processor Aggregator Device)
Apr 12 16:35:35 localhost vmunix: [    0.316593] ACPI: Added _OSI(Linux-Dell-Video)
Apr 12 16:35:35 localhost vmunix: [    0.316594] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 12 16:35:35 localhost vmunix: [    0.316595] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 12 16:35:35 localhost vmunix: [    0.320111] ACPI: 4 ACPI AML tables successfully acquired and loaded
Apr 12 16:35:35 localhost vmunix: [    0.321699] ACPI: EC: EC started
Apr 12 16:35:35 localhost vmunix: [    0.321701] ACPI: EC: interrupt blocked
Apr 12 16:35:35 localhost vmunix: [    0.322710] ACPI: \_SB_.PCI0.LPC_.EC0_: Used as first EC
Apr 12 16:35:35 localhost vmunix: [    0.322713] ACPI: \_SB_.PCI0.LPC_.EC0_: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 12 16:35:35 localhost vmunix: [    0.322715] ACPI: \_SB_.PCI0.LPC_.EC0_: Boot DSDT EC used to handle transactions
Apr 12 16:35:35 localhost vmunix: [    0.322716] ACPI: Interpreter enabled
Apr 12 16:35:35 localhost vmunix: [    0.322746] ACPI: (supports S0 S3 S4 S5)
Apr 12 16:35:35 localhost vmunix: [    0.322749] ACPI: Using IOAPIC for interrupt routing
Apr 12 16:35:35 localhost vmunix: [    0.322788] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 12 16:35:35 localhost vmunix: [    0.322982] ACPI: Enabled 7 GPEs in block 00 to 0F
Apr 12 16:35:35 localhost vmunix: [    0.329373] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Apr 12 16:35:35 localhost vmunix: [    0.329386] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Apr 12 16:35:35 localhost vmunix: [    0.329404] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-00] only partially covers this bridge
Apr 12 16:35:35 localhost vmunix: [    0.329922] PCI host bridge to bus 0000:00
Apr 12 16:35:35 localhost vmunix: [    0.329926] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Apr 12 16:35:35 localhost vmunix: [    0.329928] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 12 16:35:35 localhost vmunix: [    0.329931] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 12 16:35:35 localhost vmunix: [    0.329933] pci_bus 0000:00: root bus resource [mem 0x78000000-0xffedffff window]
Apr 12 16:35:35 localhost vmunix: [    0.329935] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Apr 12 16:35:35 localhost vmunix: [    0.329936] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Apr 12 16:35:35 localhost vmunix: [    0.329938] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Apr 12 16:35:35 localhost vmunix: [    0.329940] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Apr 12 16:35:35 localhost vmunix: [    0.329942] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Apr 12 16:35:35 localhost vmunix: [    0.329949] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Apr 12 16:35:35 localhost vmunix: [    0.329952] pci_bus 0000:00: root bus resource [bus 00-ff]
Apr 12 16:35:35 localhost vmunix: [    0.329972] pci 0000:00:00.0: [1039:0671] type 00 class 0x060000
Apr 12 16:35:35 localhost vmunix: [    0.329995] pci 0000:00:00.0: reg 0x10: [mem 0xa0000000-0xafffffff]
Apr 12 16:35:35 localhost vmunix: [    0.330146] pci 0000:00:01.0: [1039:0003] type 01 class 0x060400
Apr 12 16:35:35 localhost vmunix: [    0.330297] pci 0000:00:02.0: [1039:0968] type 00 class 0x060100
Apr 12 16:35:35 localhost vmunix: [    0.330495] pci 0000:00:02.5: [1039:5513] type 00 class 0x01018a
Apr 12 16:35:35 localhost vmunix: [    0.330517] pci 0000:00:02.5: reg 0x10: [io  0x01f0-0x01f7]
Apr 12 16:35:35 localhost vmunix: [    0.330528] pci 0000:00:02.5: reg 0x14: [io  0x03f4-0x03f7]
Apr 12 16:35:35 localhost vmunix: [    0.330538] pci 0000:00:02.5: reg 0x18: [io  0x0170-0x0177]
Apr 12 16:35:35 localhost vmunix: [    0.330549] pci 0000:00:02.5: reg 0x1c: [io  0x0374-0x0377]
Apr 12 16:35:35 localhost vmunix: [    0.330559] pci 0000:00:02.5: reg 0x20: [io  0x1080-0x108f]
Apr 12 16:35:35 localhost vmunix: [    0.330581] pci 0000:00:02.5: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Apr 12 16:35:35 localhost vmunix: [    0.330583] pci 0000:00:02.5: legacy IDE quirk: reg 0x14: [io  0x03f6]
Apr 12 16:35:35 localhost vmunix: [    0.330585] pci 0000:00:02.5: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Apr 12 16:35:35 localhost vmunix: [    0.330587] pci 0000:00:02.5: legacy IDE quirk: reg 0x1c: [io  0x0376]
Apr 12 16:35:35 localhost vmunix: [    0.330618] pci 0000:00:02.5: PME# supported from D3cold
Apr 12 16:35:35 localhost vmunix: [    0.330731] pci 0000:00:03.0: [1039:7001] type 00 class 0x0c0310
Apr 12 16:35:35 localhost vmunix: [    0.330751] pci 0000:00:03.0: reg 0x10: [mem 0xb0104000-0xb0104fff]
Apr 12 16:35:35 localhost vmunix: [    0.330911] pci 0000:00:03.1: [1039:7001] type 00 class 0x0c0310
Apr 12 16:35:35 localhost vmunix: [    0.330930] pci 0000:00:03.1: reg 0x10: [mem 0xb0105000-0xb0105fff]
Apr 12 16:35:35 localhost vmunix: [    0.331092] pci 0000:00:03.3: [1039:7002] type 00 class 0x0c0320
Apr 12 16:35:35 localhost vmunix: [    0.331114] pci 0000:00:03.3: reg 0x10: [mem 0xb0106000-0xb0106fff]
Apr 12 16:35:35 localhost vmunix: [    0.331195] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
Apr 12 16:35:35 localhost vmunix: [    0.331310] pci 0000:00:04.0: [1039:0191] type 00 class 0x020000
Apr 12 16:35:35 localhost vmunix: [    0.331332] pci 0000:00:04.0: reg 0x10: [mem 0xb0307000-0xb030707f]
Apr 12 16:35:35 localhost vmunix: [    0.331343] pci 0000:00:04.0: reg 0x14: [io  0x1000-0x107f]
Apr 12 16:35:35 localhost vmunix: [    0.331415] pci 0000:00:04.0: supports D1 D2
Apr 12 16:35:35 localhost vmunix: [    0.331417] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 12 16:35:35 localhost vmunix: [    0.331502] pci 0000:00:05.0: [1039:1183] type 00 class 0x01018f
Apr 12 16:35:35 localhost vmunix: [    0.331524] pci 0000:00:05.0: reg 0x10: [io  0x10c8-0x10cf]
Apr 12 16:35:35 localhost vmunix: [    0.331534] pci 0000:00:05.0: reg 0x14: [io  0x10bc-0x10bf]
Apr 12 16:35:35 localhost vmunix: [    0.331545] pci 0000:00:05.0: reg 0x18: [io  0x10c0-0x10c7]
Apr 12 16:35:35 localhost vmunix: [    0.331555] pci 0000:00:05.0: reg 0x1c: [io  0x10b8-0x10bb]
Apr 12 16:35:35 localhost vmunix: [    0.331565] pci 0000:00:05.0: reg 0x20: [io  0x10a0-0x10af]
Apr 12 16:35:35 localhost vmunix: [    0.331615] pci 0000:00:05.0: PME# supported from D3cold
Apr 12 16:35:35 localhost vmunix: [    0.331734] pci 0000:00:0f.0: [1039:7502] type 00 class 0x040300
Apr 12 16:35:35 localhost vmunix: [    0.331757] pci 0000:00:0f.0: reg 0x10: [mem 0xb0100000-0xb0103fff]
Apr 12 16:35:35 localhost vmunix: [    0.331839] pci 0000:00:0f.0: PME# supported from D0 D3hot D3cold
Apr 12 16:35:35 localhost vmunix: [    0.331947] pci_bus 0000:01: extended config space not accessible
Apr 12 16:35:35 localhost vmunix: [    0.331992] pci 0000:01:00.0: [1039:6351] type 00 class 0x030000
Apr 12 16:35:35 localhost vmunix: [    0.332007] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
Apr 12 16:35:35 localhost vmunix: [    0.332015] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xb001ffff]
Apr 12 16:35:35 localhost vmunix: [    0.332023] pci 0000:01:00.0: reg 0x18: [io  0x9000-0x907f]
Apr 12 16:35:35 localhost vmunix: [    0.332081] pci 0000:01:00.0: supports D1 D2
Apr 12 16:35:35 localhost vmunix: [    0.332202] pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 12 16:35:35 localhost vmunix: [    0.332206] pci 0000:00:01.0:   bridge window [io  0x9000-0x9fff]
Apr 12 16:35:35 localhost vmunix: [    0.332211] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xb00fffff]
Apr 12 16:35:35 localhost vmunix: [    0.332215] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff pref]
Apr 12 16:35:35 localhost vmunix: [    0.332346] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *9 10 11)
Apr 12 16:35:35 localhost vmunix: [    0.332422] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 7 9 10 11)
Apr 12 16:35:35 localhost vmunix: [    0.332557] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 7 9 10 11)
Apr 12 16:35:35 localhost vmunix: [    0.332630] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 9 10 11)
Apr 12 16:35:35 localhost vmunix: [    0.332718] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11)
Apr 12 16:35:35 localhost vmunix: [    0.332790] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11)
Apr 12 16:35:35 localhost vmunix: [    0.332861] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 *7 9 10 11)
Apr 12 16:35:35 localhost vmunix: [    0.332933] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11) *0, disabled.
Apr 12 16:35:35 localhost vmunix: [    0.333861] ACPI: EC: interrupt unblocked
Apr 12 16:35:35 localhost vmunix: [    0.333871] ACPI: EC: event unblocked
Apr 12 16:35:35 localhost vmunix: [    0.333879] ACPI: \_SB_.PCI0.LPC_.EC0_: GPE=0x13, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 12 16:35:35 localhost vmunix: [    0.333882] ACPI: \_SB_.PCI0.LPC_.EC0_: Boot DSDT EC used to handle transactions and events
Apr 12 16:35:35 localhost vmunix: [    0.334134] iommu: Default domain type: Translated 
Apr 12 16:35:35 localhost vmunix: [    0.334222] pci 0000:01:00.0: vgaarb: setting as boot VGA device
Apr 12 16:35:35 localhost vmunix: [    0.334225] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr 12 16:35:35 localhost vmunix: [    0.334227] pci 0000:01:00.0: vgaarb: bridge control possible
Apr 12 16:35:35 localhost vmunix: [    0.334229] vgaarb: loaded
Apr 12 16:35:35 localhost vmunix: [    0.334627] SCSI subsystem initialized
Apr 12 16:35:35 localhost vmunix: [    0.334746] ACPI: bus type USB registered
Apr 12 16:35:35 localhost vmunix: [    0.334779] usbcore: registered new interface driver usbfs
Apr 12 16:35:35 localhost vmunix: [    0.334790] usbcore: registered new interface driver hub
Apr 12 16:35:35 localhost vmunix: [    0.334802] usbcore: registered new device driver usb
Apr 12 16:35:35 localhost vmunix: [    0.334919] EDAC MC: Ver: 3.0.0
Apr 12 16:35:35 localhost vmunix: [    0.335191] PCI: Using ACPI for IRQ routing
Apr 12 16:35:35 localhost vmunix: [    0.335461] NetLabel: Initializing
Apr 12 16:35:35 localhost vmunix: [    0.335463] NetLabel:  domain hash size = 128
Apr 12 16:35:35 localhost vmunix: [    0.335463] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 12 16:35:35 localhost vmunix: [    0.335492] NetLabel:  unlabeled traffic allowed by default
Apr 12 16:35:35 localhost vmunix: [    0.335765] clocksource: Switched to clocksource tsc-early
Apr 12 16:35:35 localhost vmunix: [    0.357077] *** VALIDATE bpf ***
Apr 12 16:35:35 localhost vmunix: [    0.357340] VFS: Disk quotas dquot_6.6.0
Apr 12 16:35:35 localhost vmunix: [    0.357373] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 12 16:35:35 localhost vmunix: [    0.357428] *** VALIDATE ramfs ***
Apr 12 16:35:35 localhost vmunix: [    0.357433] *** VALIDATE hugetlbfs ***
Apr 12 16:35:35 localhost vmunix: [    0.357607] AppArmor: AppArmor Filesystem Enabled
Apr 12 16:35:35 localhost vmunix: [    0.357682] pnp: PnP ACPI init
Apr 12 16:35:35 localhost vmunix: [    0.358758] system 00:01: [io  0x8000-0x80be] has been reserved
Apr 12 16:35:35 localhost vmunix: [    0.358761] system 00:01: [io  0x8100-0x812f] has been reserved
Apr 12 16:35:35 localhost vmunix: [    0.358765] system 00:01: [io  0x04d0-0x04d1] has been reserved
Apr 12 16:35:35 localhost vmunix: [    0.358767] system 00:01: [io  0xfe00] has been reserved
Apr 12 16:35:35 localhost vmunix: [    0.358770] system 00:01: [io  0x0200-0x020f] has been reserved
Apr 12 16:35:35 localhost vmunix: [    0.358772] system 00:01: [io  0x0290-0x0297] has been reserved
Apr 12 16:35:35 localhost vmunix: [    0.358776] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
Apr 12 16:35:35 localhost vmunix: [    0.358778] system 00:01: [mem 0xfec00000-0xfecfffff] could not be reserved
Apr 12 16:35:35 localhost vmunix: [    0.358781] system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
Apr 12 16:35:35 localhost vmunix: [    0.358784] system 00:01: [mem 0xffb80000-0xffbfffff] has been reserved
Apr 12 16:35:35 localhost vmunix: [    0.358786] system 00:01: [mem 0xffc00000-0xffc00fff] has been reserved
Apr 12 16:35:35 localhost vmunix: [    0.358793] system 00:01: [mem 0xffe00000-0xffe00fff] has been reserved
Apr 12 16:35:35 localhost vmunix: [    0.358795] system 00:01: [mem 0xffe80000-0xffefffff] could not be reserved
Apr 12 16:35:35 localhost vmunix: [    0.359111] pnp: PnP ACPI: found 4 devices
Apr 12 16:35:35 localhost vmunix: [    0.361646] thermal_sys: Registered thermal governor 'fair_share'
Apr 12 16:35:35 localhost vmunix: [    0.361648] thermal_sys: Registered thermal governor 'bang_bang'
Apr 12 16:35:35 localhost vmunix: [    0.361649] thermal_sys: Registered thermal governor 'step_wise'
Apr 12 16:35:35 localhost vmunix: [    0.361650] thermal_sys: Registered thermal governor 'user_space'
Apr 12 16:35:35 localhost vmunix: [    0.361652] thermal_sys: Registered thermal governor 'power_allocator'
Apr 12 16:35:35 localhost vmunix: [    0.366162] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 12 16:35:35 localhost vmunix: [    0.366248] pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 12 16:35:35 localhost vmunix: [    0.366254] pci 0000:00:01.0:   bridge window [io  0x9000-0x9fff]
Apr 12 16:35:35 localhost vmunix: [    0.366261] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xb00fffff]
Apr 12 16:35:35 localhost vmunix: [    0.366265] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff pref]
Apr 12 16:35:35 localhost vmunix: [    0.366273] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Apr 12 16:35:35 localhost vmunix: [    0.366276] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Apr 12 16:35:35 localhost vmunix: [    0.366278] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 12 16:35:35 localhost vmunix: [    0.366280] pci_bus 0000:00: resource 7 [mem 0x78000000-0xffedffff window]
Apr 12 16:35:35 localhost vmunix: [    0.366282] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Apr 12 16:35:35 localhost vmunix: [    0.366284] pci_bus 0000:00: resource 9 [mem 0x000d0000-0x000d3fff window]
Apr 12 16:35:35 localhost vmunix: [    0.366286] pci_bus 0000:00: resource 10 [mem 0x000d4000-0x000d7fff window]
Apr 12 16:35:35 localhost vmunix: [    0.366288] pci_bus 0000:00: resource 11 [mem 0x000d8000-0x000dbfff window]
Apr 12 16:35:35 localhost vmunix: [    0.366290] pci_bus 0000:00: resource 12 [mem 0x000dc000-0x000dffff window]
Apr 12 16:35:35 localhost vmunix: [    0.366292] pci_bus 0000:00: resource 13 [mem 0x000e0000-0x000e3fff window]
Apr 12 16:35:35 localhost vmunix: [    0.366294] pci_bus 0000:01: resource 0 [io  0x9000-0x9fff]
Apr 12 16:35:35 localhost vmunix: [    0.366296] pci_bus 0000:01: resource 1 [mem 0xb0000000-0xb00fffff]
Apr 12 16:35:35 localhost vmunix: [    0.366298] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff pref]
Apr 12 16:35:35 localhost vmunix: [    0.366443] NET: Registered protocol family 2
Apr 12 16:35:35 localhost vmunix: [    0.366723] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
Apr 12 16:35:35 localhost vmunix: [    0.366792] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
Apr 12 16:35:35 localhost vmunix: [    0.366949] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
Apr 12 16:35:35 localhost vmunix: [    0.366991] TCP: Hash tables configured (established 16384 bind 16384)
Apr 12 16:35:35 localhost vmunix: [    0.367117] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
Apr 12 16:35:35 localhost vmunix: [    0.367142] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
Apr 12 16:35:35 localhost vmunix: [    0.367247] NET: Registered protocol family 1
Apr 12 16:35:35 localhost vmunix: [    0.368131] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 12 16:35:35 localhost vmunix: [    0.368134] PCI: CLS 16 bytes, default 64
Apr 12 16:35:35 localhost vmunix: [    0.368291] Trying to unpack rootfs image as initramfs...
Apr 12 16:35:35 localhost vmunix: [    0.686988] Freeing initrd memory: 10428K
Apr 12 16:35:35 localhost vmunix: [    0.687453] check: Scanning for low memory corruption every 60 seconds
Apr 12 16:35:35 localhost vmunix: [    0.688228] Initialise system trusted keyrings
Apr 12 16:35:35 localhost vmunix: [    0.688375] workingset: timestamp_bits=40 max_order=19 bucket_order=0
Apr 12 16:35:35 localhost vmunix: [    0.690469] zbud: loaded
Apr 12 16:35:35 localhost vmunix: [    0.691892] Allocating IMA blacklist keyring.
Apr 12 16:35:35 localhost vmunix: [    0.697152] Key type asymmetric registered
Apr 12 16:35:35 localhost vmunix: [    0.697163] Asymmetric key parser 'x509' registered
Apr 12 16:35:35 localhost vmunix: [    0.697190] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Apr 12 16:35:35 localhost vmunix: [    0.697254] io scheduler mq-deadline registered
Apr 12 16:35:35 localhost vmunix: [    0.697560] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 12 16:35:35 localhost vmunix: [    0.697711] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Apr 12 16:35:35 localhost vmunix: [    0.697754] ACPI: Power Button [PWRB]
Apr 12 16:35:35 localhost vmunix: [    0.697810] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Apr 12 16:35:35 localhost vmunix: [    0.697878] ACPI: Sleep Button [SLPB]
Apr 12 16:35:35 localhost vmunix: [    0.697934] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Apr 12 16:35:35 localhost vmunix: [    0.697960] ACPI: Lid Switch [LID0]
Apr 12 16:35:35 localhost vmunix: [    0.698014] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Apr 12 16:35:35 localhost vmunix: [    0.698055] ACPI: Power Button [PWRF]
Apr 12 16:35:35 localhost vmunix: [    0.698258] tsc: Marking TSC unstable due to TSC halts in idle
Apr 12 16:35:35 localhost vmunix: [    0.698582] clocksource: Switched to clocksource acpi_pm
Apr 12 16:35:35 localhost vmunix: [    0.699808] thermal LNXTHERM:00: registered as thermal_zone0
Apr 12 16:35:35 localhost vmunix: [    0.699809] ACPI: Thermal Zone [TZ01] (56 C)
Apr 12 16:35:35 localhost vmunix: [    0.700030] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Apr 12 16:35:35 localhost vmunix: [    0.702963] hpet_acpi_add: no address or irqs in _CRS
Apr 12 16:35:35 localhost vmunix: [    0.703025] Linux agpgart interface v0.103
Apr 12 16:35:35 localhost vmunix: [    0.707259] brd: module loaded
Apr 12 16:35:35 localhost vmunix: [    0.711393] loop: module loaded
Apr 12 16:35:35 localhost vmunix: [    0.713134] scsi host0: pata_sis
Apr 12 16:35:35 localhost vmunix: [    0.713337] scsi host1: pata_sis
Apr 12 16:35:35 localhost vmunix: [    0.713401] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1080 irq 14
Apr 12 16:35:35 localhost vmunix: [    0.713403] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x1088 irq 15
Apr 12 16:35:35 localhost vmunix: [    0.713580] libphy: Fixed MDIO Bus: probed
Apr 12 16:35:35 localhost vmunix: [    0.713581] tun: Universal TUN/TAP device driver, 1.6
Apr 12 16:35:35 localhost vmunix: [    0.713850] PPP generic driver version 2.4.2
Apr 12 16:35:35 localhost vmunix: [    0.713943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 12 16:35:35 localhost vmunix: [    0.713959] ehci-pci: EHCI PCI platform driver
Apr 12 16:35:35 localhost vmunix: [    0.714221] ehci-pci 0000:00:03.3: EHCI Host Controller
Apr 12 16:35:35 localhost vmunix: [    0.714241] ehci-pci 0000:00:03.3: new USB bus registered, assigned bus number 1
Apr 12 16:35:35 localhost vmunix: [    0.714314] ehci-pci 0000:00:03.3: cache line size of 16 is not supported
Apr 12 16:35:35 localhost vmunix: [    0.714344] ehci-pci 0000:00:03.3: irq 22, io mem 0xb0106000
Apr 12 16:35:35 localhost vmunix: [    0.728505] ehci-pci 0000:00:03.3: USB 2.0 started, EHCI 1.00
Apr 12 16:35:35 localhost vmunix: [    0.728609] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Apr 12 16:35:35 localhost vmunix: [    0.728612] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 12 16:35:35 localhost vmunix: [    0.728614] usb usb1: Product: EHCI Host Controller
Apr 12 16:35:35 localhost vmunix: [    0.728616] usb usb1: Manufacturer: Linux 5.4.31-gnu ehci_hcd
Apr 12 16:35:35 localhost vmunix: [    0.728618] usb usb1: SerialNumber: 0000:00:03.3
Apr 12 16:35:35 localhost vmunix: [    0.728814] hub 1-0:1.0: USB hub found
Apr 12 16:35:35 localhost vmunix: [    0.728827] hub 1-0:1.0: 8 ports detected
Apr 12 16:35:35 localhost vmunix: [    0.729168] ehci-platform: EHCI generic platform driver
Apr 12 16:35:35 localhost vmunix: [    0.729199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Apr 12 16:35:35 localhost vmunix: [    0.729213] ohci-pci: OHCI PCI platform driver
Apr 12 16:35:35 localhost vmunix: [    0.729441] ohci-pci 0000:00:03.0: OHCI PCI host controller
Apr 12 16:35:35 localhost vmunix: [    0.729450] ohci-pci 0000:00:03.0: new USB bus registered, assigned bus number 2
Apr 12 16:35:35 localhost vmunix: [    0.729493] ohci-pci 0000:00:03.0: irq 20, io mem 0xb0104000
Apr 12 16:35:35 localhost vmunix: [    0.788584] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 12 16:35:35 localhost vmunix: [    0.788587] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 12 16:35:35 localhost vmunix: [    0.788589] usb usb2: Product: OHCI PCI host controller
Apr 12 16:35:35 localhost vmunix: [    0.788591] usb usb2: Manufacturer: Linux 5.4.31-gnu ohci_hcd
Apr 12 16:35:35 localhost vmunix: [    0.788593] usb usb2: SerialNumber: 0000:00:03.0
Apr 12 16:35:35 localhost vmunix: [    0.788762] hub 2-0:1.0: USB hub found
Apr 12 16:35:35 localhost vmunix: [    0.788776] hub 2-0:1.0: 4 ports detected
Apr 12 16:35:35 localhost vmunix: [    0.789180] ohci-pci 0000:00:03.1: OHCI PCI host controller
Apr 12 16:35:35 localhost vmunix: [    0.789188] ohci-pci 0000:00:03.1: new USB bus registered, assigned bus number 3
Apr 12 16:35:35 localhost vmunix: [    0.789242] ohci-pci 0000:00:03.1: irq 21, io mem 0xb0105000
Apr 12 16:35:35 localhost vmunix: [    0.848578] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 12 16:35:35 localhost vmunix: [    0.848581] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 12 16:35:35 localhost vmunix: [    0.848583] usb usb3: Product: OHCI PCI host controller
Apr 12 16:35:35 localhost vmunix: [    0.848585] usb usb3: Manufacturer: Linux 5.4.31-gnu ohci_hcd
Apr 12 16:35:35 localhost vmunix: [    0.848587] usb usb3: SerialNumber: 0000:00:03.1
Apr 12 16:35:35 localhost vmunix: [    0.848776] hub 3-0:1.0: USB hub found
Apr 12 16:35:35 localhost vmunix: [    0.848789] hub 3-0:1.0: 4 ports detected
Apr 12 16:35:35 localhost vmunix: [    0.849030] ohci-platform: OHCI generic platform driver
Apr 12 16:35:35 localhost vmunix: [    0.849059] uhci_hcd: USB Universal Host Controller Interface driver
Apr 12 16:35:35 localhost vmunix: [    0.849177] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Apr 12 16:35:35 localhost vmunix: [    0.853536] i8042: Detected active multiplexing controller, rev 1.1
Apr 12 16:35:35 localhost vmunix: [    0.855456] serio: i8042 KBD port at 0x60,0x64 irq 1
Apr 12 16:35:35 localhost vmunix: [    0.855464] serio: i8042 AUX0 port at 0x60,0x64 irq 12
Apr 12 16:35:35 localhost vmunix: [    0.855511] serio: i8042 AUX1 port at 0x60,0x64 irq 12
Apr 12 16:35:35 localhost vmunix: [    0.855545] serio: i8042 AUX2 port at 0x60,0x64 irq 12
Apr 12 16:35:35 localhost vmunix: [    0.855579] serio: i8042 AUX3 port at 0x60,0x64 irq 12
Apr 12 16:35:35 localhost vmunix: [    0.855760] mousedev: PS/2 mouse device common for all mice
Apr 12 16:35:35 localhost vmunix: [    0.856269] rtc_cmos 00:00: registered as rtc0
Apr 12 16:35:35 localhost vmunix: [    0.856299] rtc_cmos 00:00: alarms up to one year, y3k, 114 bytes nvram
Apr 12 16:35:35 localhost vmunix: [    0.856310] i2c /dev entries driver
Apr 12 16:35:35 localhost vmunix: [    0.856420] device-mapper: uevent: version 1.0.3
Apr 12 16:35:35 localhost vmunix: [    0.856577] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
Apr 12 16:35:35 localhost vmunix: [    0.856583] intel_pstate: CPU model not supported
Apr 12 16:35:35 localhost vmunix: [    0.856608] ledtrig-cpu: registered to indicate activity on CPUs
Apr 12 16:35:35 localhost vmunix: [    0.857022] NET: Registered protocol family 10
Apr 12 16:35:35 localhost vmunix: [    0.857530] Segment Routing with IPv6
Apr 12 16:35:35 localhost vmunix: [    0.857566] NET: Registered protocol family 17
Apr 12 16:35:35 localhost vmunix: [    0.857653] Key type dns_resolver registered
Apr 12 16:35:35 localhost vmunix: [    0.857895] microcode: sig=0x10661, pf=0x80, revision=0x33
Apr 12 16:35:35 localhost vmunix: [    0.857975] microcode: Microcode Update Driver: v2.2.
Apr 12 16:35:35 localhost vmunix: [    0.857984] IPI shorthand broadcast: enabled
Apr 12 16:35:35 localhost vmunix: [    0.858079] registered taskstats version 1
Apr 12 16:35:35 localhost vmunix: [    0.858085] Loading compiled-in X.509 certificates
Apr 12 16:35:35 localhost vmunix: [    0.858136] zswap: loaded using pool lzo/zbud
Apr 12 16:35:35 localhost vmunix: [    0.858946] Key type big_key registered
Apr 12 16:35:35 localhost vmunix: [    0.859192] Key type encrypted registered
Apr 12 16:35:35 localhost vmunix: [    0.859197] AppArmor: AppArmor sha1 policy hashing enabled
Apr 12 16:35:35 localhost vmunix: [    0.859211] ima: No TPM chip found, activating TPM-bypass!
Apr 12 16:35:35 localhost vmunix: [    0.859219] ima: Allocated hash algorithm: sha1
Apr 12 16:35:35 localhost vmunix: [    0.859234] ima: No architecture policies found
Apr 12 16:35:35 localhost vmunix: [    0.859254] evm: Initialising EVM extended attributes:
Apr 12 16:35:35 localhost vmunix: [    0.859255] evm: security.selinux
Apr 12 16:35:35 localhost vmunix: [    0.859256] evm: security.SMACK64
Apr 12 16:35:35 localhost vmunix: [    0.859257] evm: security.SMACK64EXEC
Apr 12 16:35:35 localhost vmunix: [    0.859258] evm: security.SMACK64TRANSMUTE
Apr 12 16:35:35 localhost vmunix: [    0.859258] evm: security.SMACK64MMAP
Apr 12 16:35:35 localhost vmunix: [    0.859259] evm: security.apparmor
Apr 12 16:35:35 localhost vmunix: [    0.859260] evm: security.ima
Apr 12 16:35:35 localhost vmunix: [    0.859261] evm: security.capability
Apr 12 16:35:35 localhost vmunix: [    0.859262] evm: HMAC attrs: 0x1
Apr 12 16:35:35 localhost vmunix: [    0.859845] PM:   Magic number: 0:403:586
Apr 12 16:35:35 localhost vmunix: [    0.860064] rtc_cmos 00:00: setting system clock to 2020-04-12T14:34:46 UTC (1586702086)
Apr 12 16:35:35 localhost vmunix: [    0.860538] Unstable clock detected, switching default tracing clock to "global"
Apr 12 16:35:35 localhost vmunix: [    0.860538] If you want to keep using the local clock, then add:
Apr 12 16:35:35 localhost vmunix: [    0.860538]   "trace_clock=local"
Apr 12 16:35:35 localhost vmunix: [    0.860538] on the kernel command line
Apr 12 16:35:35 localhost vmunix: [    0.892808] ata1.00: ATAPI: TSSTcorp CDDVDW TS-L632H, TMC0, max UDMA/33
Apr 12 16:35:35 localhost vmunix: [    0.896299] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Apr 12 16:35:35 localhost vmunix: [    0.918159] scsi 0:0:0:0: CD-ROM            TSSTcorp CDDVDW TS-L632H  TMC0 PQ: 0 ANSI: 5
Apr 12 16:35:35 localhost vmunix: [    0.945828] sr 0:0:0:0: [sr0] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
Apr 12 16:35:35 localhost vmunix: [    0.945830] cdrom: Uniform CD-ROM driver Revision: 3.20
Apr 12 16:35:35 localhost vmunix: [    0.946344] sr 0:0:0:0: Attached scsi generic sg0 type 5
Apr 12 16:35:35 localhost vmunix: [    0.949378] Freeing unused kernel image memory: 1916K
Apr 12 16:35:35 localhost vmunix: [    0.956513] Write protecting the kernel read-only data: 22528k
Apr 12 16:35:35 localhost vmunix: [    0.958239] Freeing unused kernel image memory: 2036K
Apr 12 16:35:35 localhost vmunix: [    0.959893] Freeing unused kernel image memory: 1964K
Apr 12 16:35:35 localhost vmunix: [    0.959952] Run /init as init process
Apr 12 16:35:35 localhost vmunix: [    1.064543] usb 1-5: new high-speed USB device number 2 using ehci-pci
Apr 12 16:35:35 localhost vmunix: [    1.107149] usb 1-5: New USB device found, idVendor=0b95, idProduct=7720, bcdDevice= 0.01
Apr 12 16:35:35 localhost vmunix: [    1.107154] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 12 16:35:35 localhost vmunix: [    1.107157] usb 1-5: Product: AX88x72A
Apr 12 16:35:35 localhost vmunix: [    1.107159] usb 1-5: Manufacturer: ASIX Elec. Corp.
Apr 12 16:35:35 localhost vmunix: [    1.107161] usb 1-5: SerialNumber: 0004FA
Apr 12 16:35:35 localhost vmunix: [    1.123614] usbcore: registered new interface driver usb-storage
Apr 12 16:35:35 localhost vmunix: [    1.127837] usbcore: registered new interface driver uas
Apr 12 16:35:35 localhost vmunix: [    1.131462] hidraw: raw HID events driver (C) Jiri Kosina
Apr 12 16:35:35 localhost vmunix: [    1.132586] usbcore: registered new interface driver usbhid
Apr 12 16:35:35 localhost vmunix: [    1.132587] usbhid: USB HID core driver
Apr 12 16:35:35 localhost vmunix: [    1.169126] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
Apr 12 16:35:35 localhost vmunix: [    1.236499] usb 1-6: new high-speed USB device number 3 using ehci-pci
Apr 12 16:35:35 localhost vmunix: [    1.484483] random: fast init done
Apr 12 16:35:35 localhost vmunix: [    1.886373] usb 1-6: New USB device found, idVendor=0bda, idProduct=0158, bcdDevice=51.95
Apr 12 16:35:35 localhost vmunix: [    1.886377] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 12 16:35:35 localhost vmunix: [    1.886380] usb 1-6: Product: USB2.0-CRW
Apr 12 16:35:35 localhost vmunix: [    1.886382] usb 1-6: Manufacturer: Generic
Apr 12 16:35:35 localhost vmunix: [    1.886384] usb 1-6: SerialNumber: 20060413092100000
Apr 12 16:35:35 localhost vmunix: [    9.455237] random: dbus-uuidgen: uninitialized urandom read (12 bytes read)
Apr 12 16:35:35 localhost vmunix: [    9.455281] random: dbus-uuidgen: uninitialized urandom read (8 bytes read)
Apr 12 16:35:35 localhost vmunix: [   14.492486] random: crng init done
Apr 12 16:35:35 localhost vmunix: [   24.983339] shepherd[1]: Service root has been started.
Apr 12 16:35:35 localhost vmunix: [   33.046373] shepherd[1]: starting services...
Apr 12 16:35:35 localhost vmunix: [   33.047549] shepherd[1]: Service root-file-system has been started.
Apr 12 16:35:35 localhost vmunix: [   33.048610] shepherd[1]: Service user-file-systems has been started.
Apr 12 16:35:35 localhost vmunix: [   33.309303] shepherd[1]: waiting for udevd...
Apr 12 16:35:35 localhost vmunix: [   33.811094] shepherd[1]: waiting for udevd...
Apr 12 16:35:35 localhost vmunix: [   34.312817] shepherd[1]: waiting for udevd...
Apr 12 16:35:35 localhost vmunix: [   34.358751] udevd[171]: starting version 3.2.9
Apr 12 16:35:35 localhost vmunix: [   36.465598] shepherd[1]: Service udev has been started.
Apr 12 16:35:35 localhost vmunix: [   36.467446] shepherd[1]: Service file-system-/tmp has been started.
Apr 12 16:35:35 localhost vmunix: [   36.469142] shepherd[1]: Service file-system-/dev/pts has been started.
Apr 12 16:35:35 localhost vmunix: [   36.470833] shepherd[1]: Service file-system-/dev/shm has been started.
Apr 12 16:35:35 localhost vmunix: [   36.472305] shepherd[1]: Service file-system-/gnu/store has been started.
Apr 12 16:35:35 localhost vmunix: [   36.473427] shepherd[1]: Service file-systems has been started.
Apr 12 16:35:35 localhost vmunix: [   36.474406] shepherd[1]: Service user-processes has been started.
Apr 12 16:35:35 localhost vmunix: [   36.475501] shepherd[1]: Service host-name has been started.
Apr 12 16:35:35 localhost vmunix: [   38.142552] shepherd[1]: Service user-homes has been started.
Apr 12 16:35:35 localhost vmunix: [   44.714076] atkbd serio0: Unknown key pressed (translated set 2, code 0xad on isa0060/serio0).
Apr 12 16:35:35 localhost vmunix: [   44.714080] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
Apr 12 16:35:35 localhost vmunix: [   44.724066] atkbd serio0: Unknown key released (translated set 2, code 0xad on isa0060/serio0).
Apr 12 16:35:35 localhost vmunix: [   44.724068] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
Apr 12 16:35:35 localhost vmunix: [   44.753998] atkbd serio0: Unknown key pressed (translated set 2, code 0xbb on isa0060/serio0).
Apr 12 16:35:35 localhost vmunix: [   44.754000] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
Apr 12 16:35:35 localhost vmunix: [   44.763999] atkbd serio0: Unknown key released (translated set 2, code 0xbb on isa0060/serio0).
Apr 12 16:35:35 localhost vmunix: [   44.764001] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
Apr 12 16:35:35 localhost vmunix: [   44.853832] atkbd serio0: Unknown key pressed (translated set 2, code 0xbb on isa0060/serio0).
Apr 12 16:35:35 localhost vmunix: [   44.853834] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
Apr 12 16:35:35 localhost vmunix: [   44.863833] atkbd serio0: Unknown key released (translated set 2, code 0xbb on isa0060/serio0).
Apr 12 16:35:35 localhost vmunix: [   44.863835] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
Apr 12 16:35:35 localhost vmunix: [   44.913732] atkbd serio0: Unknown key pressed (translated set 2, code 0xad on isa0060/serio0).
Apr 12 16:35:35 localhost vmunix: [   44.913735] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
Apr 12 16:35:35 localhost vmunix: [   44.923733] atkbd serio0: Unknown key released (translated set 2, code 0xad on isa0060/serio0).
Apr 12 16:35:35 localhost vmunix: [   44.923735] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
Apr 12 16:35:35 localhost vmunix: [   46.068917] udevd[171]: starting eudev-3.2.9
Apr 12 16:35:35 localhost vmunix: [   46.073260] udevd[171]: no sender credentials received, message ignored
Apr 12 16:35:35 localhost vmunix: [   47.464356] uvesafb: Silicon Integrated Systems Corp., 6330, 3.72.02, OEM: SiS, VBE v3.0
Apr 12 16:35:35 localhost vmunix: [   47.565912] uvesafb: VBIOS/hardware doesn't support DDC transfers
Apr 12 16:35:35 localhost vmunix: [   47.565913] uvesafb: no monitor limits have been set, default refresh rate will be used
Apr 12 16:35:35 localhost vmunix: [   47.565998] uvesafb: scrolling: redraw
Apr 12 16:35:35 localhost vmunix: [   48.121182] Console: switching to colour frame buffer device 128x48
Apr 12 16:35:35 localhost vmunix: [   48.124497] uvesafb: framebuffer at 0xc0000000, mapped to 0x00000000fe245df8, using 7680k, total 131072k
Apr 12 16:35:35 localhost vmunix: [   48.124498] uvesafb: fb0: VESA VGA frame buffer device
Apr 12 16:35:35 localhost vmunix: [   48.129053] shepherd[1]: Service uvesafb has been started.
Apr 12 16:35:40 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 12 16:35:40 localhost shepherd[1]: Service networking depends on dbus-system. 
Apr 12 16:35:40 localhost shepherd[1]: Service networking could not be started. 
Apr 12 16:35:41 localhost vmunix: [   55.560737] battery: ACPI: Battery Slot [BAT0] (battery present)
Apr 12 16:35:44 localhost vmunix: [   58.600357] ACPI: AC Adapter [AC0] (on-line)
Apr 12 16:35:44 localhost vmunix: [   58.824800] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Apr 12 16:35:44 localhost vmunix: [   58.827781] acpi device:0d: registered as cooling_device1
Apr 12 16:35:44 localhost vmunix: [   58.827872] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0b/LNXVIDEO:00/input/input9
Apr 12 16:35:45 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 12 16:35:46 localhost vmunix: [   60.985220] sata_sis 0000:00:05.0: Detected SiS 1183/966/966L/968/680 controller in PATA mode
Apr 12 16:35:46 localhost vmunix: [   60.992561] scsi host2: sata_sis
Apr 12 16:35:46 localhost vmunix: [   61.000532] scsi host3: sata_sis
Apr 12 16:35:46 localhost vmunix: [   61.000692] ata3: PATA max UDMA/133 cmd 0x10c8 ctl 0x10bc bmdma 0x10a0 irq 17
Apr 12 16:35:46 localhost vmunix: [   61.000694] ata4: PATA max UDMA/133 cmd 0x10c0 ctl 0x10b8 bmdma 0x10a8 irq 17
Apr 12 16:35:46 localhost shepherd[1]: Service dbus-system has been started. 
Apr 12 16:35:46 localhost shepherd[1]: Service loopback has been started. 
Apr 12 16:35:46 localhost vmunix: [   61.162963] ata3.00: ATA-7: FUJITSU MHW2060BH, 8918, max UDMA/100
Apr 12 16:35:46 localhost vmunix: [   61.162968] ata3.00: 117231408 sectors, multi 16: LBA48 
Apr 12 16:35:46 localhost vmunix: [   61.167814] scsi 2:0:0:0: Direct-Access     ATA      FUJITSU MHW2060B 8918 PQ: 0 ANSI: 5
Apr 12 16:35:46 localhost vmunix: [   61.168260] sd 2:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
Apr 12 16:35:46 localhost vmunix: [   61.168280] sd 2:0:0:0: [sda] Write Protect is off
Apr 12 16:35:46 localhost vmunix: [   61.172542] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 12 16:35:46 localhost vmunix: [   61.173209] sd 2:0:0:0: Attached scsi generic sg1 type 0
Apr 12 16:35:46 localhost vmunix: [   61.174022]  sda: sda1 sda2 < sda5 >
Apr 12 16:35:46 localhost vmunix: [   61.174656] sd 2:0:0:0: [sda] Attached SCSI disk
Apr 12 16:35:47 localhost vmunix: [   61.443107] agpgart-sis 0000:00:00.0: SiS chipset [1039/0671]
Apr 12 16:35:47 localhost vmunix: [   61.470870] agpgart-sis 0000:00:00.0: AGP aperture is 256M @ 0xa0000000
Apr 12 16:35:51 localhost shepherd[1]: Service wpa-supplicant could not be started. 
Apr 12 16:35:54 localhost vmunix: [   68.422042] sis190: sis190 Gigabit Ethernet driver 1.4 loaded
Apr 12 16:35:54 localhost vmunix: [   68.422316] sis190: 0000:00:04.0: Read MAC address from EEPROM
Apr 12 16:35:54 localhost vmunix: [   68.552491] sis190: 0000:00:04.0: Realtek PHY RTL8201 transceiver at address 1
Apr 12 16:35:54 localhost nscd: 218 monitoring file `/etc/hosts` (1)
Apr 12 16:35:54 localhost nscd: 218 monitoring directory `/etc` (2)
Apr 12 16:35:54 localhost nscd: 218 monitoring file `/etc/resolv.conf` (3)
Apr 12 16:35:54 localhost nscd: 218 monitoring directory `/etc` (2)
Apr 12 16:35:54 localhost vmunix: [   69.320489] sis190: 0000:00:04.0: Using transceiver at address 1 as default
Apr 12 16:35:55 localhost vmunix: [   69.368836] sis190 0000:00:04.0 eth0: 0000:00:04.0: SiS 191 PCI Gigabit Ethernet adapter at 0000000065b30c2b (IRQ: 19), 00:03:0d:98:45:7c
Apr 12 16:35:55 localhost vmunix: [   69.368839] sis190 0000:00:04.0 eth0: GMII mode.
Apr 12 16:35:55 localhost vmunix: [   69.368846] sis190 0000:00:04.0 eth0: Enabling Auto-negotiation
Apr 12 16:35:55 localhost shepherd[1]: Service nscd has been started. 
Apr 12 16:35:56 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[228]: *** info [daemon/startup.c(136)]: 
Apr 12 16:35:56 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[228]: Started gpm successfully. Entered daemon mode.
Apr 12 16:35:57 localhost shepherd[1]: Service gpm has been started. 
Apr 12 16:35:57 localhost shepherd[1]: Service term-tty1 has been started. 
Apr 12 16:35:57 localhost vmunix: [   72.241475] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04711/0x200000/0x0/0x0, board id: 0, fw id: 496484
Apr 12 16:35:57 localhost vmunix: [   72.279604] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
Apr 12 16:36:02 localhost vmunix: [   76.437070] sis190 0000:00:04.0 enp0s4: renamed from eth0
Apr 12 16:36:03 localhost vmunix: [   77.659205] ums-realtek 1-6:1.0: USB Mass Storage device detected
Apr 12 16:36:03 localhost vmunix: [   77.662697] scsi host4: usb-storage 1-6:1.0
Apr 12 16:36:03 localhost vmunix: [   77.662895] usbcore: registered new interface driver ums-realtek
Apr 12 16:36:04 localhost vmunix: [   78.705294] scsi 4:0:0:0: Direct-Access     Generic- Multi-Card       1.00 PQ: 0 ANSI: 0 CCS
Apr 12 16:36:04 localhost vmunix: [   78.705812] sd 4:0:0:0: Attached scsi generic sg2 type 0
Apr 12 16:36:04 localhost vmunix: [   78.711799] sd 4:0:0:0: [sdb] Attached SCSI removable disk
Apr 12 16:36:06 localhost vmunix: [   80.394474] asix 1-5:1.0 eth0: register 'asix' at usb-0000:00:03.3-5, ASIX AX88772 USB 2.0 Ethernet, 00:0e:c6:c3:a7:0a
Apr 12 16:36:06 localhost vmunix: [   80.394822] usbcore: registered new interface driver asix
Apr 12 16:36:06 localhost vmunix: [   80.396797] asix 1-5:1.0 enp0s3f3u5: renamed from eth0
Apr 12 16:36:08 localhost vmunix: [   83.079476] input: PC Speaker as /devices/platform/pcspkr/input/input14
Apr 12 16:36:10 localhost shepherd[1]: Service console-font-tty1 has been started. 
Apr 12 16:36:10 localhost shepherd[1]: Service host-name has been started. 
Apr 12 16:36:10 localhost shepherd[1]: Service virtual-terminal has been started. 
Apr 12 16:36:10 localhost shepherd[1]: Service term-tty2 has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service console-font-tty2 has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service host-name has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service term-tty3 has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service console-font-tty3 has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service host-name has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service term-tty4 has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service console-font-tty4 has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service host-name has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service term-tty5 has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service console-font-tty5 has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service host-name has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service term-tty6 has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service console-font-tty6 has been started. 
Apr 12 16:36:11 localhost shepherd[1]: Service guix-daemon has been started. 
Apr 12 16:36:20 localhost vmunix: [   94.827102] intel_powerclamp: No package C-state available
Apr 12 16:36:21 localhost vmunix: [   95.626856] snd_hda_intel 0000:00:0f.0: CORB reset timeout#1, CORBRP = 0
Apr 12 16:36:21 localhost vmunix: [   95.867831] Error: Driver 'pcspkr' is already registered, aborting...
Apr 12 16:36:30 localhost vmunix: [  104.699773] atkbd serio0: Unknown key pressed (translated set 2, code 0xad on isa0060/serio0).
Apr 12 16:36:30 localhost vmunix: [  104.699777] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
Apr 12 16:36:30 localhost vmunix: [  104.709759] atkbd serio0: Unknown key released (translated set 2, code 0xad on isa0060/serio0).
Apr 12 16:36:30 localhost vmunix: [  104.709762] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
Apr 12 16:36:30 localhost vmunix: [  104.739701] atkbd serio0: Unknown key pressed (translated set 2, code 0xbb on isa0060/serio0).
Apr 12 16:36:30 localhost vmunix: [  104.739705] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
Apr 12 16:36:30 localhost vmunix: [  104.749696] atkbd serio0: Unknown key released (translated set 2, code 0xbb on isa0060/serio0).
Apr 12 16:36:30 localhost vmunix: [  104.749699] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
Apr 12 16:36:30 localhost vmunix: [  104.839528] atkbd serio0: Unknown key pressed (translated set 2, code 0xbb on isa0060/serio0).
Apr 12 16:36:30 localhost vmunix: [  104.839532] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
Apr 12 16:36:30 localhost vmunix: [  104.849529] atkbd serio0: Unknown key released (translated set 2, code 0xbb on isa0060/serio0).
Apr 12 16:36:30 localhost vmunix: [  104.849532] atkbd serio0: Use 'setkeycodes e03b <keycode>' to make it known.
Apr 12 16:36:30 localhost vmunix: [  104.899427] atkbd serio0: Unknown key pressed (translated set 2, code 0xad on isa0060/serio0).
Apr 12 16:36:30 localhost vmunix: [  104.899430] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
Apr 12 16:36:30 localhost vmunix: [  104.909429] atkbd serio0: Unknown key released (translated set 2, code 0xad on isa0060/serio0).
Apr 12 16:36:30 localhost vmunix: [  104.909432] atkbd serio0: Use 'setkeycodes e02d <keycode>' to make it known.
Apr 12 16:36:31 localhost vmunix: [  105.757916] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev1: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Apr 12 16:36:31 localhost vmunix: [  105.757924] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 12 16:36:31 localhost vmunix: [  105.757927] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Apr 12 16:36:31 localhost vmunix: [  105.757929] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Apr 12 16:36:31 localhost vmunix: [  105.757930] snd_hda_codec_realtek hdaudioC0D0:    inputs:
Apr 12 16:36:31 localhost vmunix: [  105.757933] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
Apr 12 16:36:31 localhost vmunix: [  105.757935] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
Apr 12 16:36:36 localhost vmunix: [  111.275708] input: HDA SIS966 Mic as /devices/pci0000:00/0000:00:0f.0/sound/card0/input15
Apr 12 16:36:36 localhost vmunix: [  111.275810] input: HDA SIS966 Headphone as /devices/pci0000:00/0000:00:0f.0/sound/card0/input16
Apr 12 16:37:44 localhost installer[293]: running step 'locale' 
Apr 12 16:37:45 localhost installer[293]: running step 'language' 
Apr 12 16:38:00 localhost installer[293]: running form #<newt-form 178b180> ("Locale language") with 0 clients 
Apr 12 16:38:24 localhost installer[293]: running step 'territory' 
Apr 12 16:38:24 localhost installer[293]: running form #<newt-form 1787810> ("Locale location") with 0 clients 
Apr 12 16:38:28 localhost installer[293]: running step 'codeset' 
Apr 12 16:38:28 localhost installer[293]: running step 'modifier' 
Apr 12 16:38:28 localhost installer[293]: running step 'welcome' 
Apr 12 16:38:28 localhost installer[293]: running form #<newt-form 17e70f0> ("GNU Guix install") with 0 clients 
Apr 12 16:38:38 localhost installer[293]: running step 'timezone' 
Apr 12 16:38:38 localhost installer[293]: running form #<newt-form 17e79c0> ("Timezone") with 0 clients 
Apr 12 16:38:41 localhost installer[293]: running form #<newt-form 17e5f50> ("Timezone") with 0 clients 
Apr 12 16:38:50 localhost installer[293]: running step 'keymap' 
Apr 12 16:38:50 localhost installer[293]: running step 'layout' 
Apr 12 16:38:50 localhost installer[293]: running form #<newt-form 17e46a0> ("Layout") with 0 clients 
Apr 12 16:38:56 localhost installer[293]: running step 'variant' 
Apr 12 16:38:56 localhost installer[293]: running form #<newt-form 17e4540> ("Variant") with 0 clients 
Apr 12 16:38:57 localhost installer[293]: running step 'hostname' 
Apr 12 16:38:57 localhost installer[293]: running form #<newt-form 17e4db0> ("Hostname") with 0 clients 
Apr 12 16:39:13 localhost installer[293]: running step 'network' 
Apr 12 16:39:13 localhost installer[293]: running step 'select-technology' 
Apr 12 16:39:19 localhost installer[293]: running step 'user' 
Apr 12 16:39:19 localhost installer[293]: running form #<newt-form 17d2510> ("System administrator password") with 0 clients 
Apr 12 16:41:28 localhost vmunix: [  403.129018] perf: interrupt took too long (2518 > 2500), lowering kernel.perf_event_max_sample_rate to 79250
Apr 12 16:41:28 localhost dbus-daemon[206]: [system] Activating service name='net.connman.vpn' requested by ':1.1' (uid=0 pid=299 comm="connmanctl ") (using servicehelper)
Apr 12 16:41:30 localhost dbus-daemon[206]: [system] Successfully activated service 'net.connman.vpn'
Apr 12 16:41:30 localhost connman-vpnd[301]: Connection Manager VPN daemon version 1.38
Apr 12 16:41:30 localhost connman-vpnd[301]: Can't load /gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/lib/connman/plugins-vpn/wireguard.so: /gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/lib/connman/plugins-vpn/wireguard.so: undefined symbol: __vpn_ipconfig_foreach
Apr 12 16:41:30 localhost connman-vpnd[301]: lo {newlink} index 1 operstate 0 <UNKNOWN>
Apr 12 16:41:30 localhost connman-vpnd[301]: enp0s4 {create} index 2 type 1 <ETHER>
Apr 12 16:41:30 localhost connman-vpnd[301]: enp0s4 {update} flags 4098 <DOWN>
Apr 12 16:41:30 localhost connman-vpnd[301]: enp0s4 {newlink} index 2 address 00:03:0D:98:45:7C mtu 1500
Apr 12 16:41:30 localhost connman-vpnd[301]: enp0s4 {newlink} index 2 operstate 2 <DOWN>
Apr 12 16:41:30 localhost connman-vpnd[301]: enp0s3f3u5 {create} index 3 type 1 <ETHER>
Apr 12 16:41:30 localhost connman-vpnd[301]: enp0s3f3u5 {update} flags 4098 <DOWN>
Apr 12 16:41:30 localhost connman-vpnd[301]: enp0s3f3u5 {newlink} index 3 address 00:0E:C6:C3:A7:0A mtu 1500
Apr 12 16:41:30 localhost connman-vpnd[301]: enp0s3f3u5 {newlink} index 3 operstate 2 <DOWN>
Apr 12 16:46:34 localhost vmunix: [  708.863343] perf: interrupt took too long (3148 > 3147), lowering kernel.perf_event_max_sample_rate to 63500

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 15:14       ` pelzflorian (Florian Pelz)
@ 2020-04-12 15:41         ` pelzflorian (Florian Pelz)
  2020-04-12 16:34           ` pelzflorian (Florian Pelz)
  2020-04-12 16:52         ` Danny Milosavljevic
  2020-04-12 17:37         ` Mathieu Othacehe
  2 siblings, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-12 15:41 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 40572

Manually running

herd start wpa-supplicant
herd start networking

makes the installer work.

I will look at old bug reports.

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 15:41         ` pelzflorian (Florian Pelz)
@ 2020-04-12 16:34           ` pelzflorian (Florian Pelz)
  2020-04-12 17:28             ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-12 16:34 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 40572

On Sun, Apr 12, 2020 at 05:41:22PM +0200, pelzflorian (Florian Pelz) wrote:
> Manually running
> 
> herd start wpa-supplicant
> herd start networking
> 
> makes the installer work.
> 
> I will look at old bug reports.

I wonder if this could be related to
<https://issues.guix.gnu.org/issue/35550>.  Maybe my move to ever more
ancient and slow computers from ebay booted via DVD resurrected the
issue.  This is not what I hoped for at Easter.

Back then Ludo wrote
> I’ve tried running:
> 
> pkill wpa_supplicant
> while herd start wpa-supplicant ; do herd stop wpa-supplicant ; done
> 
> and that always works (i.e., no “failed to start ‘wpa-supplicant’”
> error.)
>
> If I run in parallel this:
> 
> while touch /var/run/wpa_supplicant.pid ; do : ; done
> 
> then it occasionally “fails to start”, but not very often.

No wpa_supplicant is running.  I run the above loops in two TTYs.
But I see no errors.

I will try make a new image with USB instead of DVD.

Regards,
Florian

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 15:14       ` pelzflorian (Florian Pelz)
  2020-04-12 15:41         ` pelzflorian (Florian Pelz)
@ 2020-04-12 16:52         ` Danny Milosavljevic
  2020-04-12 16:56           ` Danny Milosavljevic
  2020-04-12 17:09           ` pelzflorian (Florian Pelz)
  2020-04-12 17:37         ` Mathieu Othacehe
  2 siblings, 2 replies; 48+ messages in thread
From: Danny Milosavljevic @ 2020-04-12 16:52 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 2317 bytes --]

Hi Florian,

could you check 

  strace -s 0 -p 301

?

It should attach to the running connman-vpnd and you'll get which command it's
currently in.  If it's idle, it should be some "accept" call.

If strace is not available, install package "strace" (if that's possible
without networking :P).

>Can't load /gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/lib/connman/plugins-vpn/wireguard.so: /gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/lib/connman/plugins-vpn/wireguard.so: undefined symbol: __vpn_ipconfig_foreach

No idea how that can happen...

I've checked guix master connman and there,

$ objdump -t /gnu/store/k6iw9mhqjkhq7626a7sgfn0qpg9m73qh-connman-1.38/sbin/connman-vpnd |grep __vpn_ipconfig_foreach
0000000000418480 l     F .text  000000000000006b              __vpn_ipconfig_foreach

... so that symbol is indeed defined.

And wireguard.so has:
0000000000000000         *UND*  0000000000000000              __vpn_ipconfig_foreach

But that should be resolved by the loader since wireguard.so is loaded by
connman-vpnd--which has the definition of the symbol.

And I've checked the same from the installer iso image:

connman-vpnd:
0000000000418480 l     F .text  000000000000006b              __vpn_ipconfig_foreach

wireguard.so:
0000000000000000         *UND*  0000000000000000              __vpn_ipconfig_foreach

The small "l" means "local".  That's probably not good.

I've also tried a small program of my own:

$ cat a1.c 
#include <stdio.h>
#include <stdlib.h>
#include <dlfcn.h>

void foo(void) {
        exit(1);
}
int main() {
        if (dlopen("li.so", RTLD_NOW))
                return 0;
        else {
                fprintf(stderr, "error: %s\n", dlerror());
                return 1;
        }
}

$ cat li.c 
void foo(void);

void bar(void) {
        foo();
}
$ gcc -fPIC -shared -o li.so li.c
$ gcc -o a1 -Wl,--export-dynamic a1.c -ldl
$ objdump -t a.out |grep foo
00000000004011a0 g     F .text  000000000000000e              foo
$ objdump -t li.so |grep foo
0000000000000000         *UND*  0000000000000000              foo
$ ./a.out && echo ok
ok

So it should work?!

Since you didn't try to use wireguard, it's probably unrelated--but maybe it's
a follow-up error to that one.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 16:52         ` Danny Milosavljevic
@ 2020-04-12 16:56           ` Danny Milosavljevic
  2020-04-12 17:09           ` pelzflorian (Florian Pelz)
  1 sibling, 0 replies; 48+ messages in thread
From: Danny Milosavljevic @ 2020-04-12 16:56 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

Connman uses:

$ cat src/connman.ver 
{
        global:
                connman_*;
                g_dbus_*;
        local:
                *;
};

So indeed __vpn_ipconfig_foreach is local.

I guess wireguard.so shouldn't try to use it then and it's a bug there?

It's called explicitly in vpn/plugins/wireguard.c get_ifname, so that's not
going to work, is it?



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 16:52         ` Danny Milosavljevic
  2020-04-12 16:56           ` Danny Milosavljevic
@ 2020-04-12 17:09           ` pelzflorian (Florian Pelz)
  2020-04-12 17:45             ` pelzflorian (Florian Pelz)
  1 sibling, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-12 17:09 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 40572

On Sun, Apr 12, 2020 at 06:52:34PM +0200, Danny Milosavljevic wrote:
> Hi Florian,
> 
> could you check 
> 
>   strace -s 0 -p 301
> 
> ?
> 
> It should attach to the running connman-vpnd and you'll get which command it's
> currently in.  If it's idle, it should be some "accept" call.

I rebooted from DVD.  No wpa-supplicant or networking is running like
last time but now there is no connman-vpnd.  Sorry.  I believe this is
an issue but a different one.

Regards,
Florian

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 16:34           ` pelzflorian (Florian Pelz)
@ 2020-04-12 17:28             ` pelzflorian (Florian Pelz)
  0 siblings, 0 replies; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-12 17:28 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 40572

On Sun, Apr 12, 2020 at 06:34:43PM +0200, pelzflorian (Florian Pelz) wrote:
> I will try make a new image with USB instead of DVD.

Via USB everything works on my Acer Aspire.  It seems only DVDs have
the issue, maybe because they are so slow.  My Uniwill never could
boot anythings but Windows from USB, so I can only try DVD there.

Regards,
Florian

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 15:14       ` pelzflorian (Florian Pelz)
  2020-04-12 15:41         ` pelzflorian (Florian Pelz)
  2020-04-12 16:52         ` Danny Milosavljevic
@ 2020-04-12 17:37         ` Mathieu Othacehe
  2020-04-12 18:43           ` pelzflorian (Florian Pelz)
  2 siblings, 1 reply; 48+ messages in thread
From: Mathieu Othacehe @ 2020-04-12 17:37 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572


> Apr 12 16:35:35 localhost vmunix: [   48.124498] uvesafb: fb0: VESA VGA frame buffer device
> Apr 12 16:35:35 localhost vmunix: [   48.129053] shepherd[1]: Service uvesafb has been started.
> Apr 12 16:35:40 localhost shepherd[1]: Service dbus-system could not be started. 
> Apr 12 16:35:40 localhost shepherd[1]: Service networking depends on dbus-system. 
> Apr 12 16:35:40 localhost shepherd[1]: Service networking could not be started. 

I suspect something is going wrong here. The 'networking' service is
indeed not started, probably because 'dbus-system' could not be started.

What is reported by 'herd start dbus-system' command? You could also try
to start dbus-daemon by hand with the arguments provided in (gnu
services dbus).

Thanks,

Mathieu

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 17:09           ` pelzflorian (Florian Pelz)
@ 2020-04-12 17:45             ` pelzflorian (Florian Pelz)
  2020-04-12 18:47               ` Danny Milosavljevic
  2020-04-13 11:20               ` Danny Milosavljevic
  0 siblings, 2 replies; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-12 17:45 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 784 bytes --]

On Sun, Apr 12, 2020 at 07:09:46PM +0200, pelzflorian (Florian Pelz) wrote:
> On Sun, Apr 12, 2020 at 06:52:34PM +0200, Danny Milosavljevic wrote:
> > Hi Florian,
> > 
> > could you check 
> > 
> >   strace -s 0 -p 301
> > 
> > ?
> > 
> > It should attach to the running connman-vpnd and you'll get which command it's
> > currently in.  If it's idle, it should be some "accept" call.
> 
> I rebooted from DVD.  No wpa-supplicant or networking is running like
> last time but now there is no connman-vpnd.  Sorry.  I believe this is
> an issue but a different one.

I rebooted from USB and everything works.  Now I see no connman-vpnd
but instead connmand -n -r --noplugin=vpn

This does not make sense.  Why is vpn disabled now but not before?

I attach ps -Af and /var/log/messages


[-- Attachment #2: psaf --]
[-- Type: text/plain, Size: 7315 bytes --]

UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 19:24 ?        00:00:01 /gnu/store/jgl9d4axpavsv83z2f1z1himnkbsxxqj-guile-2.2.7/bin/guile --no-auto-compile /gnu/store/8gndzq1gbgxs8zk5j4bnzc8zqcrmbi5z-shepherd-0.7.0/bin/shepherd --config /gnu/store/i8igw7r31hc6ly88q6z0wxqkrhr56bw4-shepherd.conf
root         2     0  0 19:24 ?        00:00:00 [kthreadd]
root         3     2  0 19:24 ?        00:00:00 [rcu_gp]
root         4     2  0 19:24 ?        00:00:00 [rcu_par_gp]
root         6     2  0 19:24 ?        00:00:00 [kworker/0:0H-kblockd]
root         8     2  0 19:24 ?        00:00:00 [mm_percpu_wq]
root         9     2  0 19:24 ?        00:00:00 [ksoftirqd/0]
root        10     2  0 19:24 ?        00:00:00 [rcu_sched]
root        11     2  0 19:24 ?        00:00:00 [migration/0]
root        12     2  0 19:24 ?        00:00:00 [kworker/0:1-events]
root        13     2  0 19:24 ?        00:00:00 [cpuhp/0]
root        14     2  0 19:24 ?        00:00:00 [cpuhp/1]
root        15     2  0 19:24 ?        00:00:00 [migration/1]
root        16     2  0 19:24 ?        00:00:00 [ksoftirqd/1]
root        18     2  0 19:24 ?        00:00:00 [kworker/1:0H-kblockd]
root        19     2  0 19:24 ?        00:00:00 [kdevtmpfs]
root        20     2  0 19:24 ?        00:00:00 [netns]
root        21     2  0 19:24 ?        00:00:00 [kauditd]
root        22     2  0 19:24 ?        00:00:00 [kworker/1:1-events]
root        23     2  0 19:24 ?        00:00:00 [khungtaskd]
root        24     2  0 19:24 ?        00:00:00 [oom_reaper]
root        25     2  0 19:24 ?        00:00:00 [writeback]
root        26     2  0 19:24 ?        00:00:00 [kcompactd0]
root        27     2  0 19:24 ?        00:00:00 [ksmd]
root        28     2  0 19:24 ?        00:00:00 [khugepaged]
root       114     2  0 19:24 ?        00:00:00 [kintegrityd]
root       115     2  0 19:24 ?        00:00:00 [kblockd]
root       116     2  0 19:24 ?        00:00:00 [blkcg_punt_bio]
root       117     2  0 19:24 ?        00:00:00 [tpm_dev_wq]
root       118     2  0 19:24 ?        00:00:00 [ata_sff]
root       119     2  0 19:24 ?        00:00:00 [md]
root       120     2  0 19:24 ?        00:00:00 [edac-poller]
root       121     2  0 19:24 ?        00:00:00 [devfreq_wq]
root       123     2  0 19:24 ?        00:00:00 [watchdogd]
root       124     2  0 19:24 ?        00:00:00 [kswapd0]
root       125     2  0 19:24 ?        00:00:00 [ecryptfs-kthrea]
root       128     2  0 19:24 ?        00:00:00 [kthrotld]
root       130     2  0 19:24 ?        00:00:00 [acpi_thermal_pm]
root       131     2  0 19:24 ?        00:00:00 [nvme-wq]
root       132     2  0 19:24 ?        00:00:00 [nvme-reset-wq]
root       133     2  0 19:24 ?        00:00:00 [nvme-delete-wq]
root       134     2  0 19:24 ?        00:00:00 [ipv6_addrconf]
root       135     2  0 19:24 ?        00:00:00 [kworker/1:2-events]
root       136     2  0 19:24 ?        00:00:00 [kstrp]
root       137     2  0 19:24 ?        00:00:00 [kworker/u5:0]
root       153     2  0 19:24 ?        00:00:00 [charger_manager]
root       156     2  0 19:24 ?        00:00:00 [scsi_eh_0]
root       157     2  0 19:24 ?        00:00:00 [scsi_tmf_0]
root       158     2  0 19:24 ?        00:00:00 [scsi_eh_1]
root       159     2  0 19:24 ?        00:00:00 [scsi_tmf_1]
root       160     2  0 19:24 ?        00:00:00 [scsi_eh_2]
root       161     2  0 19:24 ?        00:00:00 [scsi_tmf_2]
root       162     2  0 19:24 ?        00:00:00 [scsi_eh_3]
root       163     2  0 19:24 ?        00:00:00 [scsi_tmf_3]
root       164     2  0 19:24 ?        00:00:00 [scsi_eh_4]
root       165     2  0 19:24 ?        00:00:00 [scsi_tmf_4]
root       166     2  0 19:24 ?        00:00:00 [scsi_eh_5]
root       167     2  0 19:24 ?        00:00:00 [scsi_tmf_5]
root       168     2  0 19:24 ?        00:00:00 [kworker/u4:3-events_unbound]
root       169     2  0 19:24 ?        00:00:00 [kworker/u4:4-events_unbound]
root       175     2  0 19:24 ?        00:00:00 [kworker/1:1H-kblockd]
root       176     2  0 19:24 ?        00:00:00 [kworker/0:1H-kblockd]
root       177     2  0 19:24 ?        00:00:00 [scsi_eh_6]
root       178     2  0 19:24 ?        00:00:00 [scsi_tmf_6]
root       179     2  0 19:24 ?        00:00:00 [usb-storage]
root       196     1  0 19:25 ?        00:00:00 /gnu/store/fba0pfpyagwn268c2v6qqrslsckqzvzb-eudev-3.2.9-1/sbin/udevd
root       229     2  0 19:25 ?        00:00:00 [cfg80211]
root       237     1  0 19:25 ?        00:00:00 /gnu/store/0m780n5q4cr7rqmjn5zzd6adr3042f97-v86d-0.1.10/sbin/v86d
root       240     1  0 19:25 ?        00:00:00 /gnu/store/ljwvyw48n2j28q0w96qykr04wcgwzcnh-inetutils-1.9.4/libexec/syslogd --rcfile /gnu/store/y5nrfbj52vlnj77iyki9hbji8qjwk86d-syslog.conf
message+   241     1  0 19:25 ?        00:00:00 /gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/bin/dbus-daemon --nofork --system --syslog-only
root       243     1  0 19:25 ?        00:00:00 /gnu/store/la4k8q7nfhgiksw9l6xnyv42gpcad24g-wpa-supplicant-2.9/sbin/wpa_supplicant -P/var/run/wpa_supplicant.pid -B -s -u
root       244     1  0 19:25 ?        00:00:00 /gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/sbin/connmand -n -r --noplugin=vpn
root       245     1  0 19:25 ?        00:00:00 /gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/sbin/nscd -f /gnu/store/ky2a9hcd0rq59m684v0my6mmnrh1174m-nscd.conf --foreground
root       258     1  0 19:25 ?        00:00:00 /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm -m /dev/input/mice -t ps2
root       259     1 93 19:25 ?        00:12:20 /gnu/store/llsdjq95jyw6j35vpskrqnp2ff91fkcp-kmscon-0.0.0-1.01dd0a2/libexec/kmscon/kmscon --login --vt tty1 --no-switchvt --login -- /gnu/store/9grqjbyxg4fssbpa19a855cri7vgy5df-installer -p
documen+   268     1  0 19:25 tty2     00:00:00 info -d /run/current-system/profile/share/info -f /run/current-system/profile/share/info/guix.info -n System Installation
root       271     1  0 19:25 tty3     00:00:00 /gnu/store/c972x2d6vld0wgw1vdsf72wiyf4ibqwm-mingetty-1.08/sbin/mingetty --noclear --nohangup tty3 --autologin root --loginpause
root       277     1  0 19:25 tty4     00:00:00 /gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/bin/login -f
root       280     1  0 19:25 tty5     00:00:00 /gnu/store/c972x2d6vld0wgw1vdsf72wiyf4ibqwm-mingetty-1.08/sbin/mingetty --noclear --nohangup tty5 --autologin root --loginpause
root       283     1  0 19:25 tty6     00:00:00 /gnu/store/c972x2d6vld0wgw1vdsf72wiyf4ibqwm-mingetty-1.08/sbin/mingetty --noclear --nohangup tty6 --autologin root --loginpause
root       286     1  0 19:25 ?        00:00:00 /gnu/store/qkl8qjvkfs5hz96l92197cdr2c21i3wf-guix-1.1.0rc2-1.9d0d27f/bin/guix-daemon --build-users-group guixbuild --max-silent-time 0 --timeout 0 --log-compression bzip2 --substitute-urls https://ci.guix.gnu.org
root       291   259  0 19:25 pts/0    00:00:02 /gnu/store/1mkkv2caiqbdbbd256c4dirfi4kwsacv-guile-2.2.6/bin/guile --no-auto-compile /gnu/store/9vw76ml270qam4zs1wnzkv37ii1jhvl4-installer-real
root       310   277  0 19:28 tty4     00:00:00 -bash
root       311     2  0 19:30 ?        00:00:00 [kworker/0:2-events]
root       315     2  0 19:35 ?        00:00:00 [kworker/0:0-events]
root       316   310  0 19:38 tty4     00:00:00 ps -Af

[-- Attachment #3: usb-varlogmessages --]
[-- Type: text/plain, Size: 96458 bytes --]

Apr 12 19:25:04 localhost syslogd (GNU inetutils 1.9.4): restart
Apr 12 19:25:04 localhost vmunix: [    0.000000] Linux version 5.4.31-gnu (nixbld@) (gcc version 7.4.0 (GCC)) #1 SMP 1
Apr 12 19:25:04 localhost vmunix: [    0.000000] Command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system --load=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system/boot quiet modprobe.blacklist=radeon
Apr 12 19:25:04 localhost vmunix: [    0.000000] KERNEL supported cpus:
Apr 12 19:25:04 localhost vmunix: [    0.000000]   Intel GenuineIntel
Apr 12 19:25:04 localhost vmunix: [    0.000000]   AMD AuthenticAMD
Apr 12 19:25:04 localhost vmunix: [    0.000000]   Hygon HygonGenuine
Apr 12 19:25:04 localhost vmunix: [    0.000000]   Centaur CentaurHauls
Apr 12 19:25:04 localhost vmunix: [    0.000000]   zhaoxin   Shanghai  
Apr 12 19:25:04 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 12 19:25:04 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 12 19:25:04 localhost vmunix: [    0.000000] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-provided physical RAM map:
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf8a0fff] usable
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf8a1000-0x00000000bf8a6fff] reserved
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf8a7000-0x00000000bf9cefff] usable
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf9cf000-0x00000000bfa0efff] reserved
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfa0f000-0x00000000bfb08fff] usable
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfb09000-0x00000000bfd0efff] reserved
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfd0f000-0x00000000bfd18fff] usable
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfd19000-0x00000000bfd1efff] reserved
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfd1f000-0x00000000bfd5efff] usable
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfd5f000-0x00000000bfd9efff] ACPI NVS
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfd9f000-0x00000000bfde1fff] usable
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfde2000-0x00000000bfdfefff] ACPI data
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfdff000-0x00000000bfdfffff] usable
Apr 12 19:25:04 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
Apr 12 19:25:04 localhost vmunix: [    0.000000] NX (Execute Disable) protection: active
Apr 12 19:25:04 localhost vmunix: [    0.000000] SMBIOS 2.5 present.
Apr 12 19:25:04 localhost vmunix: [    0.000000] DMI: Acer            Aspire 5738                    /JV50                           , BIOS V1.18           09/17/2009
Apr 12 19:25:04 localhost vmunix: [    0.000000] tsc: Fast TSC calibration using PIT
Apr 12 19:25:04 localhost vmunix: [    0.000000] tsc: Detected 2194.298 MHz processor
Apr 12 19:25:04 localhost vmunix: [    0.004885] last_pfn = 0x140000 max_arch_pfn = 0x400000000
Apr 12 19:25:04 localhost vmunix: [    0.005843] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Apr 12 19:25:04 localhost vmunix: [    0.005988] last_pfn = 0xbfe00 max_arch_pfn = 0x400000000
Apr 12 19:25:04 localhost vmunix: [    0.015333] found SMP MP-table at [mem 0x000f6d00-0x000f6d0f]
Apr 12 19:25:04 localhost vmunix: [    0.022263] check: Scanning 1 areas for low memory corruption
Apr 12 19:25:04 localhost vmunix: [    0.023239] RAMDISK: [mem 0x36b91000-0x375bffff]
Apr 12 19:25:04 localhost vmunix: [    0.023246] ACPI: Early table checksum verification disabled
Apr 12 19:25:04 localhost vmunix: [    0.023251] ACPI: RSDP 0x00000000000F6B80 000024 (v02 PTLTD )
Apr 12 19:25:04 localhost vmunix: [    0.023255] ACPI: XSDT 0x00000000BFDF4305 00005C (v01 ACRSYS ACRPRDCT 06040000 INNA 00000000)
Apr 12 19:25:04 localhost vmunix: [    0.023262] ACPI: FACP 0x00000000BFDE4000 0000F4 (v03 INTEL  CRESTLNE 06040000 ALAN 00000001)
Apr 12 19:25:04 localhost vmunix: [    0.023270] ACPI: DSDT 0x00000000BFDE5000 00A885 (v02 Intel  CANTIGA  06040000 MSFT 03000000)
Apr 12 19:25:04 localhost shepherd[1]: Service syslogd has been started. 
Apr 12 19:25:04 localhost vmunix: [    0.023274] ACPI: FACS 0x00000000BFD9DFC0 000040
Apr 12 19:25:04 localhost vmunix: [    0.023278] ACPI: FACS 0x00000000BFD9DFC0 000040
Apr 12 19:25:04 localhost vmunix: [    0.023281] ACPI: HPET 0x00000000BFDFED86 000038 (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
Apr 12 19:25:04 localhost vmunix: [    0.023286] ACPI: MCFG 0x00000000BFDFEDBE 00003C (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
Apr 12 19:25:04 localhost vmunix: [    0.023290] ACPI: SLIC 0x00000000BFDFEDFA 000176 (v01 ACRSYS ACRPRDCT 06040000 ANNI 00000001)
Apr 12 19:25:04 localhost vmunix: [    0.023295] ACPI: APIC 0x00000000BFDFEF70 000068 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
Apr 12 19:25:04 localhost vmunix: [    0.023299] ACPI: BOOT 0x00000000BFDFEFD8 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
Apr 12 19:25:04 localhost vmunix: [    0.023303] ACPI: SSDT 0x00000000BFDE3000 000655 (v01 PmRef  CpuPm    00003000 INTL 20050624)
Apr 12 19:25:04 localhost vmunix: [    0.023407] No NUMA configuration found
Apr 12 19:25:04 localhost vmunix: [    0.023409] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
Apr 12 19:25:04 localhost vmunix: [    0.023413] NODE_DATA(0) allocated [mem 0x13fff9000-0x13fffcfff]
Apr 12 19:25:04 localhost vmunix: [    0.023447] Zone ranges:
Apr 12 19:25:04 localhost vmunix: [    0.023448]   DMA32    [mem 0x0000000000001000-0x00000000ffffffff]
Apr 12 19:25:04 localhost vmunix: [    0.023450]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
Apr 12 19:25:04 localhost vmunix: [    0.023451]   Device   empty
Apr 12 19:25:04 localhost vmunix: [    0.023453] Movable zone start for each node
Apr 12 19:25:04 localhost vmunix: [    0.023453] Early memory node ranges
Apr 12 19:25:04 localhost vmunix: [    0.023455]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
Apr 12 19:25:04 localhost vmunix: [    0.023456]   node   0: [mem 0x0000000000100000-0x00000000bf8a0fff]
Apr 12 19:25:04 localhost vmunix: [    0.023457]   node   0: [mem 0x00000000bf8a7000-0x00000000bf9cefff]
Apr 12 19:25:04 localhost vmunix: [    0.023458]   node   0: [mem 0x00000000bfa0f000-0x00000000bfb08fff]
Apr 12 19:25:04 localhost vmunix: [    0.023459]   node   0: [mem 0x00000000bfd0f000-0x00000000bfd18fff]
Apr 12 19:25:04 localhost vmunix: [    0.023460]   node   0: [mem 0x00000000bfd1f000-0x00000000bfd5efff]
Apr 12 19:25:04 localhost vmunix: [    0.023461]   node   0: [mem 0x00000000bfd9f000-0x00000000bfde1fff]
Apr 12 19:25:04 localhost vmunix: [    0.023462]   node   0: [mem 0x00000000bfdff000-0x00000000bfdfffff]
Apr 12 19:25:04 localhost vmunix: [    0.023463]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
Apr 12 19:25:04 localhost vmunix: [    0.023492] Zeroed struct page in unavailable ranges: 1299 pages
Apr 12 19:25:04 localhost vmunix: [    0.023494] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
Apr 12 19:25:04 localhost vmunix: [    0.059737] ACPI: PM-Timer IO Port: 0x408
Apr 12 19:25:04 localhost vmunix: [    0.059753] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Apr 12 19:25:04 localhost vmunix: [    0.059754] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Apr 12 19:25:04 localhost vmunix: [    0.059767] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Apr 12 19:25:04 localhost vmunix: [    0.059770] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
Apr 12 19:25:04 localhost vmunix: [    0.059772] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 12 19:25:04 localhost vmunix: [    0.059778] Using ACPI (MADT) for SMP configuration information
Apr 12 19:25:04 localhost vmunix: [    0.059780] ACPI: HPET id: 0x8086a201 base: 0xfed00000
Apr 12 19:25:04 localhost vmunix: [    0.059789] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
Apr 12 19:25:04 localhost vmunix: [    0.059819] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 12 19:25:04 localhost vmunix: [    0.059822] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Apr 12 19:25:04 localhost vmunix: [    0.059823] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Apr 12 19:25:04 localhost vmunix: [    0.059823] PM: Registered nosave memory: [mem 0x000a0000-0x000d1fff]
Apr 12 19:25:04 localhost vmunix: [    0.059824] PM: Registered nosave memory: [mem 0x000d2000-0x000d3fff]
Apr 12 19:25:04 localhost vmunix: [    0.059825] PM: Registered nosave memory: [mem 0x000d4000-0x000e3fff]
Apr 12 19:25:04 localhost vmunix: [    0.059826] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
Apr 12 19:25:04 localhost vmunix: [    0.059828] PM: Registered nosave memory: [mem 0xbf8a1000-0xbf8a6fff]
Apr 12 19:25:04 localhost vmunix: [    0.059830] PM: Registered nosave memory: [mem 0xbf9cf000-0xbfa0efff]
Apr 12 19:25:04 localhost vmunix: [    0.059832] PM: Registered nosave memory: [mem 0xbfb09000-0xbfd0efff]
Apr 12 19:25:04 localhost vmunix: [    0.059834] PM: Registered nosave memory: [mem 0xbfd19000-0xbfd1efff]
Apr 12 19:25:04 localhost vmunix: [    0.059837] PM: Registered nosave memory: [mem 0xbfd5f000-0xbfd9efff]
Apr 12 19:25:04 localhost vmunix: [    0.059839] PM: Registered nosave memory: [mem 0xbfde2000-0xbfdfefff]
Apr 12 19:25:04 localhost vmunix: [    0.059841] PM: Registered nosave memory: [mem 0xbfe00000-0xffffffff]
Apr 12 19:25:04 localhost vmunix: [    0.059844] [mem 0xbfe00000-0xffffffff] available for PCI devices
Apr 12 19:25:04 localhost vmunix: [    0.059845] Booting paravirtualized kernel on bare hardware
Apr 12 19:25:04 localhost vmunix: [    0.059851] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Apr 12 19:25:04 localhost vmunix: [    0.059860] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
Apr 12 19:25:04 localhost vmunix: [    0.060926] percpu: Embedded 53 pages/cpu s178520 r8192 d30376 u1048576
Apr 12 19:25:04 localhost vmunix: [    0.060983] Built 1 zonelists, mobility grouping on.  Total pages: 1030892
Apr 12 19:25:04 localhost vmunix: [    0.060985] Policy zone: Normal
Apr 12 19:25:04 localhost vmunix: [    0.060988] Kernel command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system --load=/gnu/store/p5qrw0m5mahq9rpsz7pvbli2l6ysqvfn-system/boot quiet modprobe.blacklist=radeon
Apr 12 19:25:04 localhost vmunix: [    0.062931] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Apr 12 19:25:04 localhost vmunix: [    0.063899] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 12 19:25:04 localhost vmunix: [    0.063964] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Apr 12 19:25:04 localhost vmunix: [    0.132242] Memory: 4011768K/4189108K available (14339K kernel code, 1525K rwdata, 4180K rodata, 1916K init, 2584K bss, 177340K reserved, 0K cma-reserved)
Apr 12 19:25:04 localhost vmunix: [    0.132256] random: get_random_u64 called from __kmem_cache_create+0x46/0x570 with crng_init=0
Apr 12 19:25:04 localhost vmunix: [    0.132456] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Apr 12 19:25:04 localhost vmunix: [    0.132482] Kernel/User page tables isolation: enabled
Apr 12 19:25:04 localhost vmunix: [    0.132515] ftrace: allocating 41660 entries in 163 pages
Apr 12 19:25:04 localhost vmunix: [    0.159781] rcu: Hierarchical RCU implementation.
Apr 12 19:25:04 localhost vmunix: [    0.159784] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
Apr 12 19:25:04 localhost vmunix: [    0.159786] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Apr 12 19:25:04 localhost vmunix: [    0.159787] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Apr 12 19:25:04 localhost vmunix: [    0.164529] NR_IRQS: 16640, nr_irqs: 440, preallocated irqs: 16
Apr 12 19:25:04 localhost vmunix: [    0.166794] Console: colour VGA+ 80x25
Apr 12 19:25:04 localhost vmunix: [    0.166801] printk: console [tty0] enabled
Apr 12 19:25:04 localhost vmunix: [    0.166834] ACPI: Core revision 20190816
Apr 12 19:25:04 localhost vmunix: [    0.166952] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Apr 12 19:25:04 localhost vmunix: [    0.166967] APIC: Switch to symmetric I/O mode setup
Apr 12 19:25:04 localhost vmunix: [    0.167360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 12 19:25:04 localhost vmunix: [    0.186968] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa12863455, max_idle_ns: 440795276824 ns
Apr 12 19:25:04 localhost vmunix: [    0.186975] Calibrating delay loop (skipped), value calculated using timer frequency.. 4388.59 BogoMIPS (lpj=8777192)
Apr 12 19:25:04 localhost vmunix: [    0.186977] pid_max: default: 32768 minimum: 301
Apr 12 19:25:04 localhost vmunix: [    0.187014] LSM: Security Framework initializing
Apr 12 19:25:04 localhost vmunix: [    0.187021] Yama: becoming mindful.
Apr 12 19:25:04 localhost vmunix: [    0.187067] AppArmor: AppArmor initialized
Apr 12 19:25:04 localhost vmunix: [    0.187070] TOMOYO Linux initialized
Apr 12 19:25:04 localhost vmunix: [    0.187150] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 12 19:25:04 localhost vmunix: [    0.187176] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 12 19:25:04 localhost vmunix: [    0.187192] *** VALIDATE tmpfs ***
Apr 12 19:25:04 localhost vmunix: [    0.187413] *** VALIDATE proc ***
Apr 12 19:25:04 localhost vmunix: [    0.187500] *** VALIDATE cgroup1 ***
Apr 12 19:25:04 localhost vmunix: [    0.187502] *** VALIDATE cgroup2 ***
Apr 12 19:25:04 localhost vmunix: [    0.187566] mce: CPU0: Thermal monitoring enabled (TM1)
Apr 12 19:25:04 localhost vmunix: [    0.187570] process: using mwait in idle threads
Apr 12 19:25:04 localhost vmunix: [    0.187573] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Apr 12 19:25:04 localhost vmunix: [    0.187575] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
Apr 12 19:25:04 localhost vmunix: [    0.187579] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 12 19:25:04 localhost vmunix: [    0.187581] Spectre V2 : Mitigation: Full generic retpoline
Apr 12 19:25:04 localhost vmunix: [    0.187582] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 12 19:25:04 localhost vmunix: [    0.187583] Speculative Store Bypass: Vulnerable
Apr 12 19:25:04 localhost vmunix: [    0.187587] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Apr 12 19:25:04 localhost vmunix: [    0.187762] Freeing SMP alternatives memory: 28K
Apr 12 19:25:04 localhost vmunix: [    0.243025] APIC calibration not consistent with PM-Timer: 239ms instead of 100ms
Apr 12 19:25:04 localhost vmunix: [    0.243026] APIC delta adjusted to PM-Timer: 1246872 (2988810)
Apr 12 19:25:04 localhost vmunix: [    0.243032] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T6600  @ 2.20GHz (family: 0x6, model: 0x17, stepping: 0xa)
Apr 12 19:25:04 localhost vmunix: [    0.243218] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
Apr 12 19:25:04 localhost vmunix: [    0.243228] ... version:                2
Apr 12 19:25:04 localhost vmunix: [    0.243228] ... bit width:              40
Apr 12 19:25:04 localhost vmunix: [    0.243229] ... generic registers:      2
Apr 12 19:25:04 localhost vmunix: [    0.243230] ... value mask:             000000ffffffffff
Apr 12 19:25:04 localhost vmunix: [    0.243231] ... max period:             000000007fffffff
Apr 12 19:25:04 localhost vmunix: [    0.243232] ... fixed-purpose events:   3
Apr 12 19:25:04 localhost vmunix: [    0.243233] ... event mask:             0000000700000003
Apr 12 19:25:04 localhost vmunix: [    0.243297] rcu: Hierarchical SRCU implementation.
Apr 12 19:25:04 localhost vmunix: [    0.244370] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr 12 19:25:04 localhost vmunix: [    0.244431] smp: Bringing up secondary CPUs ...
Apr 12 19:25:04 localhost vmunix: [    0.244618] x86: Booting SMP configuration:
Apr 12 19:25:04 localhost vmunix: [    0.244620] .... node  #0, CPUs:      #1
Apr 12 19:25:04 localhost vmunix: [    0.246994] smp: Brought up 1 node, 2 CPUs
Apr 12 19:25:04 localhost vmunix: [    0.246996] smpboot: Max logical packages: 1
Apr 12 19:25:04 localhost vmunix: [    0.246997] smpboot: Total of 2 processors activated (8777.19 BogoMIPS)
Apr 12 19:25:04 localhost vmunix: [    0.248748] devtmpfs: initialized
Apr 12 19:25:04 localhost vmunix: [    0.248748] x86/mm: Memory block size: 128MB
Apr 12 19:25:04 localhost vmunix: [    0.248748] PM: Registering ACPI NVS region [mem 0xbfd5f000-0xbfd9efff] (262144 bytes)
Apr 12 19:25:04 localhost vmunix: [    0.248748] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Apr 12 19:25:04 localhost vmunix: [    0.248748] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Apr 12 19:25:04 localhost vmunix: [    0.248748] pinctrl core: initialized pinctrl subsystem
Apr 12 19:25:04 localhost vmunix: [    0.248748] PM: RTC time: 17:24:53, date: 2020-04-12
Apr 12 19:25:04 localhost vmunix: [    0.248748] NET: Registered protocol family 16
Apr 12 19:25:04 localhost vmunix: [    0.248748] audit: initializing netlink subsys (disabled)
Apr 12 19:25:04 localhost vmunix: [    0.248748] audit: type=2000 audit(1586712292.080:1): state=initialized audit_enabled=0 res=1
Apr 12 19:25:04 localhost vmunix: [    0.248748] cpuidle: using governor ladder
Apr 12 19:25:04 localhost vmunix: [    0.248748] cpuidle: using governor menu
Apr 12 19:25:04 localhost vmunix: [    0.248748] Simple Boot Flag at 0x57 set to 0x1
Apr 12 19:25:04 localhost vmunix: [    0.248748] ACPI: bus type PCI registered
Apr 12 19:25:04 localhost vmunix: [    0.248748] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 12 19:25:04 localhost vmunix: [    0.250981] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Apr 12 19:25:04 localhost vmunix: [    0.250985] PCI: not using MMCONFIG
Apr 12 19:25:04 localhost vmunix: [    0.250986] PCI: Using configuration type 1 for base access
Apr 12 19:25:04 localhost vmunix: [    0.251280] mtrr: your CPUs had inconsistent variable MTRR settings
Apr 12 19:25:04 localhost vmunix: [    0.251281] mtrr: probably your BIOS does not setup all CPUs.
Apr 12 19:25:04 localhost vmunix: [    0.251282] mtrr: corrected configuration.
Apr 12 19:25:04 localhost vmunix: [    0.253673] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 12 19:25:04 localhost vmunix: [    0.255115] ACPI: Added _OSI(Module Device)
Apr 12 19:25:04 localhost vmunix: [    0.255117] ACPI: Added _OSI(Processor Device)
Apr 12 19:25:04 localhost vmunix: [    0.255118] ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 12 19:25:04 localhost vmunix: [    0.255119] ACPI: Added _OSI(Processor Aggregator Device)
Apr 12 19:25:04 localhost vmunix: [    0.255121] ACPI: Added _OSI(Linux-Dell-Video)
Apr 12 19:25:04 localhost vmunix: [    0.255122] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 12 19:25:04 localhost vmunix: [    0.255123] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 12 19:25:04 localhost vmunix: [    0.262541] ACPI: 2 ACPI AML tables successfully acquired and loaded
Apr 12 19:25:04 localhost vmunix: [    0.263781] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Apr 12 19:25:04 localhost vmunix: [    0.264524] ACPI: Dynamic OEM Table Load:
Apr 12 19:25:04 localhost vmunix: [    0.264531] ACPI: SSDT 0xFFFF9AA2FA8CB000 000223 (v01 PmRef  Cpu0Ist  00003000 INTL 20050624)
Apr 12 19:25:04 localhost vmunix: [    0.265164] ACPI: Dynamic OEM Table Load:
Apr 12 19:25:04 localhost vmunix: [    0.265170] ACPI: SSDT 0xFFFF9AA2FB2F4000 000549 (v01 PmRef  Cpu0Cst  00003001 INTL 20050624)
Apr 12 19:25:04 localhost vmunix: [    0.266034] ACPI: Dynamic OEM Table Load:
Apr 12 19:25:04 localhost vmunix: [    0.266040] ACPI: SSDT 0xFFFF9AA2FA8BC400 0001CF (v01 PmRef  ApIst    00003000 INTL 20050624)
Apr 12 19:25:04 localhost vmunix: [    0.266611] ACPI: Dynamic OEM Table Load:
Apr 12 19:25:04 localhost vmunix: [    0.266616] ACPI: SSDT 0xFFFF9AA2FA891240 00008D (v01 PmRef  ApCst    00003000 INTL 20050624)
Apr 12 19:25:04 localhost vmunix: [    0.267300] ACPI: EC: EC started
Apr 12 19:25:04 localhost vmunix: [    0.267302] ACPI: EC: interrupt blocked
Apr 12 19:25:04 localhost vmunix: [    0.290315] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
Apr 12 19:25:04 localhost vmunix: [    0.290317] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 12 19:25:04 localhost vmunix: [    0.290319] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Apr 12 19:25:04 localhost vmunix: [    0.290320] ACPI: Interpreter enabled
Apr 12 19:25:04 localhost vmunix: [    0.290347] ACPI: (supports S0 S3 S4 S5)
Apr 12 19:25:04 localhost vmunix: [    0.290348] ACPI: Using IOAPIC for interrupt routing
Apr 12 19:25:04 localhost vmunix: [    0.290384] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Apr 12 19:25:04 localhost vmunix: [    0.291266] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Apr 12 19:25:04 localhost vmunix: [    0.291284] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 12 19:25:04 localhost vmunix: [    0.291527] ACPI: Enabled 13 GPEs in block 00 to 3F
Apr 12 19:25:04 localhost vmunix: [    0.300054] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Apr 12 19:25:04 localhost vmunix: [    0.300054] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Apr 12 19:25:04 localhost vmunix: [    0.300054] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
Apr 12 19:25:04 localhost vmunix: [    0.300331] PCI host bridge to bus 0000:00
Apr 12 19:25:04 localhost vmunix: [    0.300334] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Apr 12 19:25:04 localhost vmunix: [    0.300336] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 12 19:25:04 localhost vmunix: [    0.300338] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 12 19:25:04 localhost vmunix: [    0.300340] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Apr 12 19:25:04 localhost vmunix: [    0.300341] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Apr 12 19:25:04 localhost vmunix: [    0.300343] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Apr 12 19:25:04 localhost vmunix: [    0.300345] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Apr 12 19:25:04 localhost vmunix: [    0.300347] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
Apr 12 19:25:04 localhost vmunix: [    0.300349] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
Apr 12 19:25:04 localhost vmunix: [    0.300351] pci_bus 0000:00: root bus resource [bus 00-ff]
Apr 12 19:25:04 localhost vmunix: [    0.300365] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
Apr 12 19:25:04 localhost vmunix: [    0.300396] pci 0000:00:00.0: DMAR: Disabling IOMMU for graphics on this chipset
Apr 12 19:25:04 localhost vmunix: [    0.300398] pci 0000:00:00.0: DMAR: Forcing write-buffer flush capability
Apr 12 19:25:04 localhost vmunix: [    0.300512] pci 0000:00:01.0: [8086:2a41] type 01 class 0x060400
Apr 12 19:25:04 localhost vmunix: [    0.300573] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Apr 12 19:25:04 localhost vmunix: [    0.300737] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
Apr 12 19:25:04 localhost vmunix: [    0.300790] pci 0000:00:1a.0: reg 0x20: [io  0x1800-0x181f]
Apr 12 19:25:04 localhost vmunix: [    0.300958] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
Apr 12 19:25:04 localhost vmunix: [    0.301017] pci 0000:00:1a.1: reg 0x20: [io  0x1820-0x183f]
Apr 12 19:25:04 localhost vmunix: [    0.301200] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
Apr 12 19:25:04 localhost vmunix: [    0.301225] pci 0000:00:1a.7: reg 0x10: [mem 0xf4504800-0xf4504bff]
Apr 12 19:25:04 localhost vmunix: [    0.301321] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Apr 12 19:25:04 localhost vmunix: [    0.301456] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
Apr 12 19:25:04 localhost vmunix: [    0.301480] pci 0000:00:1b.0: reg 0x10: [mem 0xf4500000-0xf4503fff 64bit]
Apr 12 19:25:04 localhost vmunix: [    0.301566] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Apr 12 19:25:04 localhost vmunix: [    0.301706] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
Apr 12 19:25:04 localhost vmunix: [    0.301806] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 12 19:25:04 localhost vmunix: [    0.301948] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
Apr 12 19:25:04 localhost vmunix: [    0.302048] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Apr 12 19:25:04 localhost vmunix: [    0.302204] pci 0000:00:1c.2: [8086:2944] type 01 class 0x060400
Apr 12 19:25:04 localhost vmunix: [    0.302304] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Apr 12 19:25:04 localhost vmunix: [    0.302448] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
Apr 12 19:25:04 localhost vmunix: [    0.302547] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Apr 12 19:25:04 localhost vmunix: [    0.302691] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
Apr 12 19:25:04 localhost vmunix: [    0.302744] pci 0000:00:1d.0: reg 0x20: [io  0x1840-0x185f]
Apr 12 19:25:04 localhost vmunix: [    0.302909] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
Apr 12 19:25:04 localhost vmunix: [    0.302960] pci 0000:00:1d.1: reg 0x20: [io  0x1860-0x187f]
Apr 12 19:25:04 localhost vmunix: [    0.303131] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
Apr 12 19:25:04 localhost vmunix: [    0.303190] pci 0000:00:1d.2: reg 0x20: [io  0x1880-0x189f]
Apr 12 19:25:04 localhost vmunix: [    0.303362] pci 0000:00:1d.3: [8086:2939] type 00 class 0x0c0300
Apr 12 19:25:04 localhost vmunix: [    0.303413] pci 0000:00:1d.3: reg 0x20: [io  0x18a0-0x18bf]
Apr 12 19:25:04 localhost vmunix: [    0.303584] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
Apr 12 19:25:04 localhost vmunix: [    0.303609] pci 0000:00:1d.7: reg 0x10: [mem 0xf4504c00-0xf4504fff]
Apr 12 19:25:04 localhost vmunix: [    0.303704] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Apr 12 19:25:04 localhost vmunix: [    0.303838] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
Apr 12 19:25:04 localhost vmunix: [    0.304041] pci 0000:00:1f.0: [8086:2919] type 00 class 0x060100
Apr 12 19:25:04 localhost vmunix: [    0.304274] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
Apr 12 19:25:04 localhost vmunix: [    0.304296] pci 0000:00:1f.2: reg 0x10: [io  0x18f0-0x18f7]
Apr 12 19:25:04 localhost vmunix: [    0.304305] pci 0000:00:1f.2: reg 0x14: [io  0x18e4-0x18e7]
Apr 12 19:25:04 localhost vmunix: [    0.304313] pci 0000:00:1f.2: reg 0x18: [io  0x18e8-0x18ef]
Apr 12 19:25:04 localhost vmunix: [    0.304322] pci 0000:00:1f.2: reg 0x1c: [io  0x18e0-0x18e3]
Apr 12 19:25:04 localhost vmunix: [    0.304330] pci 0000:00:1f.2: reg 0x20: [io  0x18c0-0x18df]
Apr 12 19:25:04 localhost vmunix: [    0.304339] pci 0000:00:1f.2: reg 0x24: [mem 0xf4504000-0xf45047ff]
Apr 12 19:25:04 localhost vmunix: [    0.304388] pci 0000:00:1f.2: PME# supported from D3hot
Apr 12 19:25:04 localhost vmunix: [    0.304517] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
Apr 12 19:25:04 localhost vmunix: [    0.304539] pci 0000:00:1f.3: reg 0x10: [mem 0x00000000-0x000000ff 64bit]
Apr 12 19:25:04 localhost vmunix: [    0.304563] pci 0000:00:1f.3: reg 0x20: [io  0x1c00-0x1c1f]
Apr 12 19:25:04 localhost vmunix: [    0.304756] pci 0000:01:00.0: [1002:9553] type 00 class 0x030000
Apr 12 19:25:04 localhost vmunix: [    0.304775] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
Apr 12 19:25:04 localhost vmunix: [    0.304783] pci 0000:01:00.0: reg 0x14: [io  0x2000-0x20ff]
Apr 12 19:25:04 localhost vmunix: [    0.304792] pci 0000:01:00.0: reg 0x18: [mem 0xf4000000-0xf400ffff]
Apr 12 19:25:04 localhost vmunix: [    0.304820] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Apr 12 19:25:04 localhost vmunix: [    0.304827] pci 0000:01:00.0: enabling Extended Tags
Apr 12 19:25:04 localhost vmunix: [    0.304871] pci 0000:01:00.0: supports D1 D2
Apr 12 19:25:04 localhost vmunix: [    0.304965] pci 0000:01:00.1: [1002:aa38] type 00 class 0x040300
Apr 12 19:25:04 localhost vmunix: [    0.304984] pci 0000:01:00.1: reg 0x10: [mem 0xf4010000-0xf4013fff]
Apr 12 19:25:04 localhost vmunix: [    0.305030] pci 0000:01:00.1: enabling Extended Tags
Apr 12 19:25:04 localhost vmunix: [    0.305072] pci 0000:01:00.1: supports D1 D2
Apr 12 19:25:04 localhost vmunix: [    0.305153] pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 12 19:25:04 localhost vmunix: [    0.305156] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
Apr 12 19:25:04 localhost vmunix: [    0.305159] pci 0000:00:01.0:   bridge window [mem 0xf4000000-0xf40fffff]
Apr 12 19:25:04 localhost vmunix: [    0.305163] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.305399] pci 0000:02:00.0: [14e4:1698] type 00 class 0x020000
Apr 12 19:25:04 localhost vmunix: [    0.305439] pci 0000:02:00.0: reg 0x10: [mem 0xf4100000-0xf410ffff 64bit]
Apr 12 19:25:04 localhost vmunix: [    0.305507] pci 0000:02:00.0: enabling Extended Tags
Apr 12 19:25:04 localhost vmunix: [    0.305612] pci 0000:02:00.0: PME# supported from D3hot D3cold
Apr 12 19:25:04 localhost vmunix: [    0.305784] pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 12 19:25:04 localhost vmunix: [    0.305791] pci 0000:00:1c.0:   bridge window [mem 0xf4100000-0xf41fffff]
Apr 12 19:25:04 localhost vmunix: [    0.305858] pci 0000:00:1c.1: PCI bridge to [bus 03]
Apr 12 19:25:04 localhost vmunix: [    0.305954] pci 0000:04:00.0: [8086:4232] type 00 class 0x028000
Apr 12 19:25:04 localhost vmunix: [    0.306007] pci 0000:04:00.0: reg 0x10: [mem 0xf4200000-0xf4201fff 64bit]
Apr 12 19:25:04 localhost vmunix: [    0.306193] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Apr 12 19:25:04 localhost vmunix: [    0.306354] pci 0000:00:1c.2: PCI bridge to [bus 04]
Apr 12 19:25:04 localhost vmunix: [    0.306360] pci 0000:00:1c.2:   bridge window [mem 0xf4200000-0xf42fffff]
Apr 12 19:25:04 localhost vmunix: [    0.306443] acpiphp: Slot [1] registered
Apr 12 19:25:04 localhost vmunix: [    0.306449] pci 0000:00:1c.4: PCI bridge to [bus 05-07]
Apr 12 19:25:04 localhost vmunix: [    0.306453] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
Apr 12 19:25:04 localhost vmunix: [    0.306457] pci 0000:00:1c.4:   bridge window [mem 0xf2000000-0xf3ffffff]
Apr 12 19:25:04 localhost vmunix: [    0.306463] pci 0000:00:1c.4:   bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.306483] pci_bus 0000:0d: extended config space not accessible
Apr 12 19:25:04 localhost vmunix: [    0.306556] pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
Apr 12 19:25:04 localhost vmunix: [    0.306567] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Apr 12 19:25:04 localhost vmunix: [    0.306569] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Apr 12 19:25:04 localhost vmunix: [    0.306571] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Apr 12 19:25:04 localhost vmunix: [    0.306573] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
Apr 12 19:25:04 localhost vmunix: [    0.306574] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
Apr 12 19:25:04 localhost vmunix: [    0.306576] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
Apr 12 19:25:04 localhost vmunix: [    0.306578] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
Apr 12 19:25:04 localhost vmunix: [    0.306580] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff window] (subtractive decode)
Apr 12 19:25:04 localhost vmunix: [    0.306582] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
Apr 12 19:25:04 localhost vmunix: [    0.310576] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
Apr 12 19:25:04 localhost vmunix: [    0.310643] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 *11)
Apr 12 19:25:04 localhost vmunix: [    0.310708] ACPI: PCI Interrupt Link [LNKC] (IRQs *10 11)
Apr 12 19:25:04 localhost vmunix: [    0.310772] ACPI: PCI Interrupt Link [LNKD] (IRQs *10 11)
Apr 12 19:25:04 localhost vmunix: [    0.310836] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 *11)
Apr 12 19:25:04 localhost vmunix: [    0.310902] ACPI: PCI Interrupt Link [LNKF] (IRQs *10 11)
Apr 12 19:25:04 localhost vmunix: [    0.310966] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled.
Apr 12 19:25:04 localhost vmunix: [    0.311037] ACPI: PCI Interrupt Link [LNKH] (IRQs *10 11)
Apr 12 19:25:04 localhost vmunix: [    0.314977] ACPI: EC: interrupt unblocked
Apr 12 19:25:04 localhost vmunix: [    0.314977] ACPI: EC: event unblocked
Apr 12 19:25:04 localhost vmunix: [    0.314977] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 12 19:25:04 localhost vmunix: [    0.314977] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
Apr 12 19:25:04 localhost vmunix: [    0.315020] iommu: Default domain type: Translated 
Apr 12 19:25:04 localhost vmunix: [    0.315020] pci 0000:01:00.0: vgaarb: setting as boot VGA device
Apr 12 19:25:04 localhost vmunix: [    0.315020] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr 12 19:25:04 localhost vmunix: [    0.315020] pci 0000:01:00.0: vgaarb: bridge control possible
Apr 12 19:25:04 localhost vmunix: [    0.315020] vgaarb: loaded
Apr 12 19:25:04 localhost vmunix: [    0.315316] SCSI subsystem initialized
Apr 12 19:25:04 localhost vmunix: [    0.315398] ACPI: bus type USB registered
Apr 12 19:25:04 localhost vmunix: [    0.315425] usbcore: registered new interface driver usbfs
Apr 12 19:25:04 localhost vmunix: [    0.315439] usbcore: registered new interface driver hub
Apr 12 19:25:04 localhost vmunix: [    0.315455] usbcore: registered new device driver usb
Apr 12 19:25:04 localhost vmunix: [    0.315544] EDAC MC: Ver: 3.0.0
Apr 12 19:25:04 localhost vmunix: [    0.315946] PCI: Using ACPI for IRQ routing
Apr 12 19:25:04 localhost vmunix: [    0.323965] NetLabel: Initializing
Apr 12 19:25:04 localhost vmunix: [    0.323967] NetLabel:  domain hash size = 128
Apr 12 19:25:04 localhost vmunix: [    0.323967] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 12 19:25:04 localhost vmunix: [    0.323992] NetLabel:  unlabeled traffic allowed by default
Apr 12 19:25:04 localhost vmunix: [    0.324017] hpet: 4 channels of 0 reserved for per-cpu timers
Apr 12 19:25:04 localhost vmunix: [    0.324017] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
Apr 12 19:25:04 localhost vmunix: [    0.324017] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
Apr 12 19:25:04 localhost vmunix: [    0.325085] clocksource: Switched to clocksource tsc-early
Apr 12 19:25:04 localhost vmunix: [    0.344832] *** VALIDATE bpf ***
Apr 12 19:25:04 localhost vmunix: [    0.344998] VFS: Disk quotas dquot_6.6.0
Apr 12 19:25:04 localhost vmunix: [    0.345025] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 12 19:25:04 localhost vmunix: [    0.345066] *** VALIDATE ramfs ***
Apr 12 19:25:04 localhost vmunix: [    0.345071] *** VALIDATE hugetlbfs ***
Apr 12 19:25:04 localhost vmunix: [    0.345241] AppArmor: AppArmor Filesystem Enabled
Apr 12 19:25:04 localhost vmunix: [    0.345290] pnp: PnP ACPI init
Apr 12 19:25:04 localhost vmunix: [    0.345708] system 00:02: [mem 0xfed00000-0xfed003ff] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.345796] system 00:03: [io  0x0480-0x048f] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.345799] system 00:03: [io  0xffff] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.345801] system 00:03: [io  0xffff] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.345806] system 00:03: [io  0x0400-0x047f] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.345808] system 00:03: [io  0x1180-0x11ff] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.345811] system 00:03: [io  0xfe00] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.345813] system 00:03: [mem 0xff800000-0xff800fff] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.346058] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.346060] system 00:05: [mem 0xfed10000-0xfed13fff] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.346062] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.346065] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.346067] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.346069] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 12 19:25:04 localhost vmunix: [    0.346228] pnp: PnP ACPI: found 6 devices
Apr 12 19:25:04 localhost vmunix: [    0.348549] thermal_sys: Registered thermal governor 'fair_share'
Apr 12 19:25:04 localhost vmunix: [    0.348550] thermal_sys: Registered thermal governor 'bang_bang'
Apr 12 19:25:04 localhost vmunix: [    0.348551] thermal_sys: Registered thermal governor 'step_wise'
Apr 12 19:25:04 localhost vmunix: [    0.348552] thermal_sys: Registered thermal governor 'user_space'
Apr 12 19:25:04 localhost vmunix: [    0.348554] thermal_sys: Registered thermal governor 'power_allocator'
Apr 12 19:25:04 localhost vmunix: [    0.353057] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 12 19:25:04 localhost vmunix: [    0.353117] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
Apr 12 19:25:04 localhost vmunix: [    0.353121] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
Apr 12 19:25:04 localhost vmunix: [    0.353124] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
Apr 12 19:25:04 localhost vmunix: [    0.353126] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
Apr 12 19:25:04 localhost vmunix: [    0.353129] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000
Apr 12 19:25:04 localhost vmunix: [    0.353132] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
Apr 12 19:25:04 localhost vmunix: [    0.353134] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
Apr 12 19:25:04 localhost vmunix: [    0.353155] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353159] pci 0000:00:1c.1: BAR 14: assigned [mem 0xc0200000-0xc03fffff]
Apr 12 19:25:04 localhost vmunix: [    0.353165] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353172] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353175] pci 0000:00:1c.0: BAR 13: assigned [io  0x4000-0x4fff]
Apr 12 19:25:04 localhost vmunix: [    0.353178] pci 0000:00:1c.1: BAR 13: assigned [io  0x5000-0x5fff]
Apr 12 19:25:04 localhost vmunix: [    0.353181] pci 0000:00:1c.2: BAR 13: assigned [io  0x6000-0x6fff]
Apr 12 19:25:04 localhost vmunix: [    0.353188] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0800000-0xc08000ff 64bit]
Apr 12 19:25:04 localhost vmunix: [    0.353202] pci 0000:01:00.0: BAR 6: assigned [mem 0xf4020000-0xf403ffff pref]
Apr 12 19:25:04 localhost vmunix: [    0.353205] pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 12 19:25:04 localhost vmunix: [    0.353207] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
Apr 12 19:25:04 localhost vmunix: [    0.353211] pci 0000:00:01.0:   bridge window [mem 0xf4000000-0xf40fffff]
Apr 12 19:25:04 localhost vmunix: [    0.353214] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353219] pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 12 19:25:04 localhost vmunix: [    0.353222] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
Apr 12 19:25:04 localhost vmunix: [    0.353226] pci 0000:00:1c.0:   bridge window [mem 0xf4100000-0xf41fffff]
Apr 12 19:25:04 localhost vmunix: [    0.353230] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353236] pci 0000:00:1c.1: PCI bridge to [bus 03]
Apr 12 19:25:04 localhost vmunix: [    0.353239] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
Apr 12 19:25:04 localhost vmunix: [    0.353244] pci 0000:00:1c.1:   bridge window [mem 0xc0200000-0xc03fffff]
Apr 12 19:25:04 localhost vmunix: [    0.353248] pci 0000:00:1c.1:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353254] pci 0000:00:1c.2: PCI bridge to [bus 04]
Apr 12 19:25:04 localhost vmunix: [    0.353256] pci 0000:00:1c.2:   bridge window [io  0x6000-0x6fff]
Apr 12 19:25:04 localhost vmunix: [    0.353261] pci 0000:00:1c.2:   bridge window [mem 0xf4200000-0xf42fffff]
Apr 12 19:25:04 localhost vmunix: [    0.353265] pci 0000:00:1c.2:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353271] pci 0000:00:1c.4: PCI bridge to [bus 05-07]
Apr 12 19:25:04 localhost vmunix: [    0.353274] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
Apr 12 19:25:04 localhost vmunix: [    0.353279] pci 0000:00:1c.4:   bridge window [mem 0xf2000000-0xf3ffffff]
Apr 12 19:25:04 localhost vmunix: [    0.353282] pci 0000:00:1c.4:   bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353289] pci 0000:00:1e.0: PCI bridge to [bus 0d]
Apr 12 19:25:04 localhost vmunix: [    0.353301] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Apr 12 19:25:04 localhost vmunix: [    0.353303] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Apr 12 19:25:04 localhost vmunix: [    0.353305] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 12 19:25:04 localhost vmunix: [    0.353307] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
Apr 12 19:25:04 localhost vmunix: [    0.353308] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
Apr 12 19:25:04 localhost vmunix: [    0.353310] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff window]
Apr 12 19:25:04 localhost vmunix: [    0.353312] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000e3fff window]
Apr 12 19:25:04 localhost vmunix: [    0.353314] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xdfffffff window]
Apr 12 19:25:04 localhost vmunix: [    0.353316] pci_bus 0000:00: resource 12 [mem 0xf0000000-0xfebfffff window]
Apr 12 19:25:04 localhost vmunix: [    0.353318] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
Apr 12 19:25:04 localhost vmunix: [    0.353320] pci_bus 0000:01: resource 1 [mem 0xf4000000-0xf40fffff]
Apr 12 19:25:04 localhost vmunix: [    0.353322] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353324] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
Apr 12 19:25:04 localhost vmunix: [    0.353326] pci_bus 0000:02: resource 1 [mem 0xf4100000-0xf41fffff]
Apr 12 19:25:04 localhost vmunix: [    0.353327] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xc01fffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353329] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
Apr 12 19:25:04 localhost vmunix: [    0.353331] pci_bus 0000:03: resource 1 [mem 0xc0200000-0xc03fffff]
Apr 12 19:25:04 localhost vmunix: [    0.353333] pci_bus 0000:03: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353335] pci_bus 0000:04: resource 0 [io  0x6000-0x6fff]
Apr 12 19:25:04 localhost vmunix: [    0.353336] pci_bus 0000:04: resource 1 [mem 0xf4200000-0xf42fffff]
Apr 12 19:25:04 localhost vmunix: [    0.353338] pci_bus 0000:04: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353340] pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
Apr 12 19:25:04 localhost vmunix: [    0.353342] pci_bus 0000:05: resource 1 [mem 0xf2000000-0xf3ffffff]
Apr 12 19:25:04 localhost vmunix: [    0.353344] pci_bus 0000:05: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
Apr 12 19:25:04 localhost vmunix: [    0.353346] pci_bus 0000:0d: resource 4 [io  0x0000-0x0cf7 window]
Apr 12 19:25:04 localhost vmunix: [    0.353348] pci_bus 0000:0d: resource 5 [io  0x0d00-0xffff window]
Apr 12 19:25:04 localhost vmunix: [    0.353350] pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 12 19:25:04 localhost vmunix: [    0.353352] pci_bus 0000:0d: resource 7 [mem 0x000d4000-0x000d7fff window]
Apr 12 19:25:04 localhost vmunix: [    0.353354] pci_bus 0000:0d: resource 8 [mem 0x000d8000-0x000dbfff window]
Apr 12 19:25:04 localhost vmunix: [    0.353356] pci_bus 0000:0d: resource 9 [mem 0x000dc000-0x000dffff window]
Apr 12 19:25:04 localhost vmunix: [    0.353357] pci_bus 0000:0d: resource 10 [mem 0x000e0000-0x000e3fff window]
Apr 12 19:25:04 localhost vmunix: [    0.353359] pci_bus 0000:0d: resource 11 [mem 0xc0000000-0xdfffffff window]
Apr 12 19:25:04 localhost vmunix: [    0.353361] pci_bus 0000:0d: resource 12 [mem 0xf0000000-0xfebfffff window]
Apr 12 19:25:04 localhost vmunix: [    0.353475] NET: Registered protocol family 2
Apr 12 19:25:04 localhost vmunix: [    0.353693] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Apr 12 19:25:04 localhost vmunix: [    0.353786] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 12 19:25:04 localhost vmunix: [    0.354003] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Apr 12 19:25:04 localhost vmunix: [    0.354085] TCP: Hash tables configured (established 32768 bind 32768)
Apr 12 19:25:04 localhost vmunix: [    0.354169] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 12 19:25:04 localhost vmunix: [    0.354201] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 12 19:25:04 localhost vmunix: [    0.354261] NET: Registered protocol family 1
Apr 12 19:25:04 localhost vmunix: [    0.355692] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 12 19:25:04 localhost vmunix: [    0.355707] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Apr 12 19:25:04 localhost vmunix: [    0.355896] PCI: CLS 64 bytes, default 64
Apr 12 19:25:04 localhost vmunix: [    0.356023] Trying to unpack rootfs image as initramfs...
Apr 12 19:25:04 localhost vmunix: [    0.629016] Freeing initrd memory: 10428K
Apr 12 19:25:04 localhost vmunix: [    0.629104] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 12 19:25:04 localhost vmunix: [    0.629107] software IO TLB: mapped [mem 0xbb8a1000-0xbf8a1000] (64MB)
Apr 12 19:25:04 localhost vmunix: [    0.629352] check: Scanning for low memory corruption every 60 seconds
Apr 12 19:25:04 localhost vmunix: [    0.629912] Initialise system trusted keyrings
Apr 12 19:25:04 localhost vmunix: [    0.629999] workingset: timestamp_bits=40 max_order=20 bucket_order=0
Apr 12 19:25:04 localhost vmunix: [    0.632131] zbud: loaded
Apr 12 19:25:04 localhost vmunix: [    0.633191] Allocating IMA blacklist keyring.
Apr 12 19:25:04 localhost vmunix: [    0.637764] Key type asymmetric registered
Apr 12 19:25:04 localhost vmunix: [    0.637766] Asymmetric key parser 'x509' registered
Apr 12 19:25:04 localhost vmunix: [    0.637779] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Apr 12 19:25:04 localhost vmunix: [    0.637835] io scheduler mq-deadline registered
Apr 12 19:25:04 localhost vmunix: [    0.638998] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 12 19:25:04 localhost vmunix: [    0.639143] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Apr 12 19:25:04 localhost vmunix: [    0.639198] ACPI: Lid Switch [LID0]
Apr 12 19:25:04 localhost vmunix: [    0.639248] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Apr 12 19:25:04 localhost vmunix: [    0.639291] ACPI: Sleep Button [SLPB]
Apr 12 19:25:04 localhost vmunix: [    0.639344] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Apr 12 19:25:04 localhost vmunix: [    0.639384] ACPI: Power Button [PWRF]
Apr 12 19:25:04 localhost vmunix: [    0.639779] tsc: Marking TSC unstable due to TSC halts in idle
Apr 12 19:25:04 localhost vmunix: [    0.639850] clocksource: Switched to clocksource hpet
Apr 12 19:25:04 localhost vmunix: [    0.666170] thermal LNXTHERM:00: registered as thermal_zone0
Apr 12 19:25:04 localhost vmunix: [    0.666173] ACPI: Thermal Zone [TZS0] (54 C)
Apr 12 19:25:04 localhost vmunix: [    0.676932] thermal LNXTHERM:01: registered as thermal_zone1
Apr 12 19:25:04 localhost vmunix: [    0.676934] ACPI: Thermal Zone [TZS1] (54 C)
Apr 12 19:25:04 localhost vmunix: [    0.677110] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Apr 12 19:25:04 localhost vmunix: [    0.680027] Linux agpgart interface v0.103
Apr 12 19:25:04 localhost vmunix: [    0.683726] brd: module loaded
Apr 12 19:25:04 localhost vmunix: [    0.686732] loop: module loaded
Apr 12 19:25:04 localhost vmunix: [    0.687379] libphy: Fixed MDIO Bus: probed
Apr 12 19:25:04 localhost vmunix: [    0.687380] tun: Universal TUN/TAP device driver, 1.6
Apr 12 19:25:04 localhost vmunix: [    0.687432] PPP generic driver version 2.4.2
Apr 12 19:25:04 localhost vmunix: [    0.687510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 12 19:25:04 localhost vmunix: [    0.687514] ehci-pci: EHCI PCI platform driver
Apr 12 19:25:04 localhost vmunix: [    0.687729] ehci-pci 0000:00:1a.7: EHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.687737] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
Apr 12 19:25:04 localhost vmunix: [    0.687751] ehci-pci 0000:00:1a.7: debug port 1
Apr 12 19:25:04 localhost vmunix: [    0.691671] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
Apr 12 19:25:04 localhost vmunix: [    0.691689] ehci-pci 0000:00:1a.7: irq 20, io mem 0xf4504800
Apr 12 19:25:04 localhost vmunix: [    0.707088] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Apr 12 19:25:04 localhost vmunix: [    0.707196] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Apr 12 19:25:04 localhost vmunix: [    0.707200] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 12 19:25:04 localhost vmunix: [    0.707204] usb usb1: Product: EHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.707207] usb usb1: Manufacturer: Linux 5.4.31-gnu ehci_hcd
Apr 12 19:25:04 localhost vmunix: [    0.707210] usb usb1: SerialNumber: 0000:00:1a.7
Apr 12 19:25:04 localhost vmunix: [    0.707386] hub 1-0:1.0: USB hub found
Apr 12 19:25:04 localhost vmunix: [    0.707396] hub 1-0:1.0: 4 ports detected
Apr 12 19:25:04 localhost vmunix: [    0.707788] ehci-pci 0000:00:1d.7: EHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.707795] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
Apr 12 19:25:04 localhost vmunix: [    0.707806] ehci-pci 0000:00:1d.7: debug port 1
Apr 12 19:25:04 localhost vmunix: [    0.711720] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
Apr 12 19:25:04 localhost vmunix: [    0.711732] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf4504c00
Apr 12 19:25:04 localhost vmunix: [    0.731090] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Apr 12 19:25:04 localhost vmunix: [    0.731182] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Apr 12 19:25:04 localhost vmunix: [    0.731186] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 12 19:25:04 localhost vmunix: [    0.731189] usb usb2: Product: EHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.731192] usb usb2: Manufacturer: Linux 5.4.31-gnu ehci_hcd
Apr 12 19:25:04 localhost vmunix: [    0.731195] usb usb2: SerialNumber: 0000:00:1d.7
Apr 12 19:25:04 localhost vmunix: [    0.731375] hub 2-0:1.0: USB hub found
Apr 12 19:25:04 localhost vmunix: [    0.731384] hub 2-0:1.0: 8 ports detected
Apr 12 19:25:04 localhost vmunix: [    0.731763] ehci-platform: EHCI generic platform driver
Apr 12 19:25:04 localhost vmunix: [    0.731781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Apr 12 19:25:04 localhost vmunix: [    0.731785] ohci-pci: OHCI PCI platform driver
Apr 12 19:25:04 localhost vmunix: [    0.731803] ohci-platform: OHCI generic platform driver
Apr 12 19:25:04 localhost vmunix: [    0.731813] uhci_hcd: USB Universal Host Controller Interface driver
Apr 12 19:25:04 localhost vmunix: [    0.731923] uhci_hcd 0000:00:1a.0: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.731929] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
Apr 12 19:25:04 localhost vmunix: [    0.731936] uhci_hcd 0000:00:1a.0: detected 2 ports
Apr 12 19:25:04 localhost vmunix: [    0.731954] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001800
Apr 12 19:25:04 localhost vmunix: [    0.732015] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 12 19:25:04 localhost vmunix: [    0.732017] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 12 19:25:04 localhost vmunix: [    0.732019] usb usb3: Product: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.732021] usb usb3: Manufacturer: Linux 5.4.31-gnu uhci_hcd
Apr 12 19:25:04 localhost vmunix: [    0.732023] usb usb3: SerialNumber: 0000:00:1a.0
Apr 12 19:25:04 localhost vmunix: [    0.732169] hub 3-0:1.0: USB hub found
Apr 12 19:25:04 localhost vmunix: [    0.732178] hub 3-0:1.0: 2 ports detected
Apr 12 19:25:04 localhost vmunix: [    0.732444] uhci_hcd 0000:00:1a.1: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.732450] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
Apr 12 19:25:04 localhost vmunix: [    0.732456] uhci_hcd 0000:00:1a.1: detected 2 ports
Apr 12 19:25:04 localhost vmunix: [    0.732477] uhci_hcd 0000:00:1a.1: irq 20, io base 0x00001820
Apr 12 19:25:04 localhost vmunix: [    0.732548] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 12 19:25:04 localhost vmunix: [    0.732550] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 12 19:25:04 localhost vmunix: [    0.732552] usb usb4: Product: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.732554] usb usb4: Manufacturer: Linux 5.4.31-gnu uhci_hcd
Apr 12 19:25:04 localhost vmunix: [    0.732556] usb usb4: SerialNumber: 0000:00:1a.1
Apr 12 19:25:04 localhost vmunix: [    0.732692] hub 4-0:1.0: USB hub found
Apr 12 19:25:04 localhost vmunix: [    0.732700] hub 4-0:1.0: 2 ports detected
Apr 12 19:25:04 localhost vmunix: [    0.732937] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.732944] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
Apr 12 19:25:04 localhost vmunix: [    0.732950] uhci_hcd 0000:00:1d.0: detected 2 ports
Apr 12 19:25:04 localhost vmunix: [    0.732968] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001840
Apr 12 19:25:04 localhost vmunix: [    0.733031] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 12 19:25:04 localhost vmunix: [    0.733033] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 12 19:25:04 localhost vmunix: [    0.733035] usb usb5: Product: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.733036] usb usb5: Manufacturer: Linux 5.4.31-gnu uhci_hcd
Apr 12 19:25:04 localhost vmunix: [    0.733038] usb usb5: SerialNumber: 0000:00:1d.0
Apr 12 19:25:04 localhost vmunix: [    0.733176] hub 5-0:1.0: USB hub found
Apr 12 19:25:04 localhost vmunix: [    0.733184] hub 5-0:1.0: 2 ports detected
Apr 12 19:25:04 localhost vmunix: [    0.733412] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.733421] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
Apr 12 19:25:04 localhost vmunix: [    0.733428] uhci_hcd 0000:00:1d.1: detected 2 ports
Apr 12 19:25:04 localhost vmunix: [    0.733454] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001860
Apr 12 19:25:04 localhost vmunix: [    0.733514] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 12 19:25:04 localhost vmunix: [    0.733516] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 12 19:25:04 localhost vmunix: [    0.733518] usb usb6: Product: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.733520] usb usb6: Manufacturer: Linux 5.4.31-gnu uhci_hcd
Apr 12 19:25:04 localhost vmunix: [    0.733521] usb usb6: SerialNumber: 0000:00:1d.1
Apr 12 19:25:04 localhost vmunix: [    0.733656] hub 6-0:1.0: USB hub found
Apr 12 19:25:04 localhost vmunix: [    0.733664] hub 6-0:1.0: 2 ports detected
Apr 12 19:25:04 localhost vmunix: [    0.733896] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.733902] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
Apr 12 19:25:04 localhost vmunix: [    0.733908] uhci_hcd 0000:00:1d.2: detected 2 ports
Apr 12 19:25:04 localhost vmunix: [    0.733933] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001880
Apr 12 19:25:04 localhost vmunix: [    0.733989] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 12 19:25:04 localhost vmunix: [    0.733992] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 12 19:25:04 localhost vmunix: [    0.733993] usb usb7: Product: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.733995] usb usb7: Manufacturer: Linux 5.4.31-gnu uhci_hcd
Apr 12 19:25:04 localhost vmunix: [    0.733997] usb usb7: SerialNumber: 0000:00:1d.2
Apr 12 19:25:04 localhost vmunix: [    0.734131] hub 7-0:1.0: USB hub found
Apr 12 19:25:04 localhost vmunix: [    0.734139] hub 7-0:1.0: 2 ports detected
Apr 12 19:25:04 localhost vmunix: [    0.734400] uhci_hcd 0000:00:1d.3: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.734406] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
Apr 12 19:25:04 localhost vmunix: [    0.734413] uhci_hcd 0000:00:1d.3: detected 2 ports
Apr 12 19:25:04 localhost vmunix: [    0.734431] uhci_hcd 0000:00:1d.3: irq 18, io base 0x000018a0
Apr 12 19:25:04 localhost vmunix: [    0.734500] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 12 19:25:04 localhost vmunix: [    0.734502] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 12 19:25:04 localhost vmunix: [    0.734504] usb usb8: Product: UHCI Host Controller
Apr 12 19:25:04 localhost vmunix: [    0.734506] usb usb8: Manufacturer: Linux 5.4.31-gnu uhci_hcd
Apr 12 19:25:04 localhost vmunix: [    0.734507] usb usb8: SerialNumber: 0000:00:1d.3
Apr 12 19:25:04 localhost vmunix: [    0.734640] hub 8-0:1.0: USB hub found
Apr 12 19:25:04 localhost vmunix: [    0.734648] hub 8-0:1.0: 2 ports detected
Apr 12 19:25:04 localhost vmunix: [    0.734903] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Apr 12 19:25:04 localhost vmunix: [    0.747306] i8042: Detected active multiplexing controller, rev 1.1
Apr 12 19:25:04 localhost vmunix: [    0.753631] serio: i8042 KBD port at 0x60,0x64 irq 1
Apr 12 19:25:04 localhost vmunix: [    0.753636] serio: i8042 AUX0 port at 0x60,0x64 irq 12
Apr 12 19:25:04 localhost vmunix: [    0.753676] serio: i8042 AUX1 port at 0x60,0x64 irq 12
Apr 12 19:25:04 localhost vmunix: [    0.753711] serio: i8042 AUX2 port at 0x60,0x64 irq 12
Apr 12 19:25:04 localhost vmunix: [    0.753745] serio: i8042 AUX3 port at 0x60,0x64 irq 12
Apr 12 19:25:04 localhost vmunix: [    0.753917] mousedev: PS/2 mouse device common for all mice
Apr 12 19:25:04 localhost vmunix: [    0.754208] rtc_cmos 00:04: RTC can wake from S4
Apr 12 19:25:04 localhost vmunix: [    0.754431] rtc_cmos 00:04: registered as rtc0
Apr 12 19:25:04 localhost vmunix: [    0.754457] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Apr 12 19:25:04 localhost vmunix: [    0.754466] i2c /dev entries driver
Apr 12 19:25:04 localhost vmunix: [    0.754535] device-mapper: uevent: version 1.0.3
Apr 12 19:25:04 localhost vmunix: [    0.754630] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
Apr 12 19:25:04 localhost vmunix: [    0.754634] intel_pstate: CPU model not supported
Apr 12 19:25:04 localhost vmunix: [    0.754659] ledtrig-cpu: registered to indicate activity on CPUs
Apr 12 19:25:04 localhost vmunix: [    0.755014] NET: Registered protocol family 10
Apr 12 19:25:04 localhost vmunix: [    0.755386] Segment Routing with IPv6
Apr 12 19:25:04 localhost vmunix: [    0.755409] NET: Registered protocol family 17
Apr 12 19:25:04 localhost vmunix: [    0.755478] Key type dns_resolver registered
Apr 12 19:25:04 localhost vmunix: [    0.755693] microcode: sig=0x1067a, pf=0x80, revision=0xa07
Apr 12 19:25:04 localhost vmunix: [    0.755759] microcode: Microcode Update Driver: v2.2.
Apr 12 19:25:04 localhost vmunix: [    0.755764] IPI shorthand broadcast: enabled
Apr 12 19:25:04 localhost vmunix: [    0.755838] registered taskstats version 1
Apr 12 19:25:04 localhost vmunix: [    0.755842] Loading compiled-in X.509 certificates
Apr 12 19:25:04 localhost vmunix: [    0.755887] zswap: loaded using pool lzo/zbud
Apr 12 19:25:04 localhost vmunix: [    0.756604] Key type big_key registered
Apr 12 19:25:04 localhost vmunix: [    0.756850] Key type encrypted registered
Apr 12 19:25:04 localhost vmunix: [    0.756853] AppArmor: AppArmor sha1 policy hashing enabled
Apr 12 19:25:04 localhost vmunix: [    0.756866] ima: No TPM chip found, activating TPM-bypass!
Apr 12 19:25:04 localhost vmunix: [    0.756872] ima: Allocated hash algorithm: sha1
Apr 12 19:25:04 localhost vmunix: [    0.756881] ima: No architecture policies found
Apr 12 19:25:04 localhost vmunix: [    0.756892] evm: Initialising EVM extended attributes:
Apr 12 19:25:04 localhost vmunix: [    0.756893] evm: security.selinux
Apr 12 19:25:04 localhost vmunix: [    0.756894] evm: security.SMACK64
Apr 12 19:25:04 localhost vmunix: [    0.756895] evm: security.SMACK64EXEC
Apr 12 19:25:04 localhost vmunix: [    0.756896] evm: security.SMACK64TRANSMUTE
Apr 12 19:25:04 localhost vmunix: [    0.756897] evm: security.SMACK64MMAP
Apr 12 19:25:04 localhost vmunix: [    0.756897] evm: security.apparmor
Apr 12 19:25:04 localhost vmunix: [    0.756898] evm: security.ima
Apr 12 19:25:04 localhost vmunix: [    0.756899] evm: security.capability
Apr 12 19:25:04 localhost vmunix: [    0.756900] evm: HMAC attrs: 0x1
Apr 12 19:25:04 localhost vmunix: [    0.757468] PM:   Magic number: 0:68:441
Apr 12 19:25:04 localhost vmunix: [    0.757555] pcieport 0000:00:1c.2: hash matches
Apr 12 19:25:04 localhost vmunix: [    0.757635] rtc_cmos 00:04: setting system clock to 2020-04-12T17:24:53 UTC (1586712293)
Apr 12 19:25:04 localhost vmunix: [    0.758309] Unstable clock detected, switching default tracing clock to "global"
Apr 12 19:25:04 localhost vmunix: [    0.758309] If you want to keep using the local clock, then add:
Apr 12 19:25:04 localhost vmunix: [    0.758309]   "trace_clock=local"
Apr 12 19:25:04 localhost vmunix: [    0.758309] on the kernel command line
Apr 12 19:25:04 localhost vmunix: [    0.760819] Freeing unused kernel image memory: 1916K
Apr 12 19:25:04 localhost vmunix: [    0.775082] Write protecting the kernel read-only data: 22528k
Apr 12 19:25:04 localhost vmunix: [    0.776438] Freeing unused kernel image memory: 2036K
Apr 12 19:25:04 localhost vmunix: [    0.777655] Freeing unused kernel image memory: 1964K
Apr 12 19:25:04 localhost vmunix: [    0.777769] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Apr 12 19:25:04 localhost vmunix: [    0.777896] Run /init as init process
Apr 12 19:25:04 localhost vmunix: [    0.884959] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Apr 12 19:25:04 localhost vmunix: [    0.884989] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
Apr 12 19:25:04 localhost vmunix: [    0.884992] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems 
Apr 12 19:25:04 localhost vmunix: [    0.919811] scsi host0: ahci
Apr 12 19:25:04 localhost vmunix: [    0.920039] scsi host1: ahci
Apr 12 19:25:04 localhost vmunix: [    0.920190] scsi host2: ahci
Apr 12 19:25:04 localhost vmunix: [    0.920347] scsi host3: ahci
Apr 12 19:25:04 localhost vmunix: [    0.920507] scsi host4: ahci
Apr 12 19:25:04 localhost vmunix: [    0.920662] scsi host5: ahci
Apr 12 19:25:04 localhost vmunix: [    0.920744] ata1: SATA max UDMA/133 abar m2048@0xf4504000 port 0xf4504100 irq 29
Apr 12 19:25:04 localhost vmunix: [    0.920746] ata2: SATA max UDMA/133 abar m2048@0xf4504000 port 0xf4504180 irq 29
Apr 12 19:25:04 localhost vmunix: [    0.920747] ata3: DUMMY
Apr 12 19:25:04 localhost vmunix: [    0.920748] ata4: DUMMY
Apr 12 19:25:04 localhost vmunix: [    0.920750] ata5: SATA max UDMA/133 abar m2048@0xf4504000 port 0xf4504300 irq 29
Apr 12 19:25:04 localhost vmunix: [    0.920752] ata6: SATA max UDMA/133 abar m2048@0xf4504000 port 0xf4504380 irq 29
Apr 12 19:25:04 localhost vmunix: [    1.047068] usb 1-4: new high-speed USB device number 2 using ehci-pci
Apr 12 19:25:04 localhost vmunix: [    1.071083] usb 2-1: new high-speed USB device number 2 using ehci-pci
Apr 12 19:25:04 localhost vmunix: [    1.083642] usb 1-4: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.06
Apr 12 19:25:04 localhost vmunix: [    1.083646] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 12 19:25:04 localhost vmunix: [    1.083650] usb 1-4: Product: Mass Storage
Apr 12 19:25:04 localhost vmunix: [    1.083653] usb 1-4: Manufacturer: Generic
Apr 12 19:25:04 localhost vmunix: [    1.083656] usb 1-4: SerialNumber: 2DD6A22C
Apr 12 19:25:04 localhost vmunix: [    1.233483] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr 12 19:25:04 localhost vmunix: [    1.293181] usb 2-1: New USB device found, idVendor=0b95, idProduct=7720, bcdDevice= 0.01
Apr 12 19:25:04 localhost vmunix: [    1.293186] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 12 19:25:04 localhost vmunix: [    1.293189] usb 2-1: Product: AX88x72A
Apr 12 19:25:04 localhost vmunix: [    1.293192] usb 2-1: Manufacturer: ASIX Elec. Corp.
Apr 12 19:25:04 localhost vmunix: [    1.293196] usb 2-1: SerialNumber: 0004FA
Apr 12 19:25:04 localhost vmunix: [    1.294531] random: fast init done
Apr 12 19:25:04 localhost vmunix: [    1.423029] usb 2-5: new high-speed USB device number 3 using ehci-pci
Apr 12 19:25:04 localhost vmunix: [    1.495308] usb 2-5: New USB device found, idVendor=064e, idProduct=a103, bcdDevice= 5.00
Apr 12 19:25:04 localhost vmunix: [    1.495312] usb 2-5: New USB device strings: Mfr=2, Product=1, SerialNumber=3
Apr 12 19:25:04 localhost vmunix: [    1.495315] usb 2-5: Product: Video WebCam
Apr 12 19:25:04 localhost vmunix: [    1.495319] usb 2-5: Manufacturer: SuYin
Apr 12 19:25:04 localhost vmunix: [    1.495322] usb 2-5: SerialNumber: CN0314-SN30-OV035-VA-R05.00.00
Apr 12 19:25:04 localhost vmunix: [    1.604765] ata1.00: ATA-8: WDC WD3200BEVT-22ZCT0, 11.01A11, max UDMA/133
Apr 12 19:25:04 localhost vmunix: [    1.604769] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 32), AA
Apr 12 19:25:04 localhost vmunix: [    1.607387] ata1.00: configured for UDMA/133
Apr 12 19:25:04 localhost vmunix: [    1.607659] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEVT-2 1A11 PQ: 0 ANSI: 5
Apr 12 19:25:04 localhost vmunix: [    1.607923] sd 0:0:0:0: Attached scsi generic sg0 type 0
Apr 12 19:25:04 localhost vmunix: [    1.607972] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
Apr 12 19:25:04 localhost vmunix: [    1.607995] sd 0:0:0:0: [sda] Write Protect is off
Apr 12 19:25:04 localhost vmunix: [    1.608021] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 12 19:25:04 localhost vmunix: [    1.673628]  sda: sda1 sda2 sda3
Apr 12 19:25:04 localhost vmunix: [    1.674163] sd 0:0:0:0: [sda] Attached SCSI disk
Apr 12 19:25:04 localhost vmunix: [    1.831008] usb 7-2: new full-speed USB device number 2 using uhci_hcd
Apr 12 19:25:04 localhost vmunix: [    1.922578] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 12 19:25:04 localhost vmunix: [    1.924617] ata2.00: ATAPI: HL-DT-STDVDRAM GT30N, 1.01, max UDMA/100
Apr 12 19:25:04 localhost vmunix: [    1.928146] ata2.00: configured for UDMA/100
Apr 12 19:25:04 localhost vmunix: [    1.931245] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GT30N     1.01 PQ: 0 ANSI: 5
Apr 12 19:25:04 localhost vmunix: [    1.982421] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Apr 12 19:25:04 localhost vmunix: [    1.982424] cdrom: Uniform CD-ROM driver Revision: 3.20
Apr 12 19:25:04 localhost vmunix: [    1.995456] sr 1:0:0:0: Attached scsi generic sg1 type 5
Apr 12 19:25:04 localhost vmunix: [    2.257049] usb 7-2: New USB device found, idVendor=2087, idProduct=0f01, bcdDevice= 0.00
Apr 12 19:25:04 localhost vmunix: [    2.257053] usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 12 19:25:04 localhost vmunix: [    2.257057] usb 7-2: Product: Cando 15.6 Multi Touch Panel with Controller
Apr 12 19:25:04 localhost vmunix: [    2.257060] usb 7-2: Manufacturer: Cando Corporation
Apr 12 19:25:04 localhost vmunix: [    2.257063] usb 7-2: SerialNumber: 20090804.001
Apr 12 19:25:04 localhost vmunix: [    2.310375] ata5: SATA link down (SStatus 0 SControl 300)
Apr 12 19:25:04 localhost vmunix: [    2.626638] ata6: SATA link down (SStatus 0 SControl 300)
Apr 12 19:25:04 localhost vmunix: [    2.629667] usb-storage 1-4:1.0: USB Mass Storage device detected
Apr 12 19:25:04 localhost vmunix: [    2.629865] scsi host6: usb-storage 1-4:1.0
Apr 12 19:25:04 localhost vmunix: [    2.629989] usbcore: registered new interface driver usb-storage
Apr 12 19:25:04 localhost vmunix: [    2.632961] usbcore: registered new interface driver uas
Apr 12 19:25:04 localhost vmunix: [    2.635498] hidraw: raw HID events driver (C) Jiri Kosina
Apr 12 19:25:04 localhost vmunix: [    2.642561] usbcore: registered new interface driver usbhid
Apr 12 19:25:04 localhost vmunix: [    2.642562] usbhid: USB HID core driver
Apr 12 19:25:04 localhost vmunix: [    2.644954] input: Cando Corporation Cando 15.6 Multi Touch Panel with Controller as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/0003:2087:0F01.0001/input/input8
Apr 12 19:25:04 localhost vmunix: [    2.645159] hid-generic 0003:2087:0F01.0001: input,hidraw0: USB HID v1.11 Device [Cando Corporation Cando 15.6 Multi Touch Panel with Controller] on usb-0000:00:1d.2-2/input0
Apr 12 19:25:04 localhost vmunix: [    2.666479] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
Apr 12 19:25:04 localhost vmunix: [    3.656942] scsi 6:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
Apr 12 19:25:04 localhost vmunix: [    3.657227] sd 6:0:0:0: Attached scsi generic sg2 type 0
Apr 12 19:25:04 localhost vmunix: [    3.658379] sd 6:0:0:0: [sdb] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB)
Apr 12 19:25:04 localhost vmunix: [    3.659402] sd 6:0:0:0: [sdb] Write Protect is off
Apr 12 19:25:04 localhost vmunix: [    3.660515] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Apr 12 19:25:04 localhost vmunix: [    3.684050]  sdb: sdb1 sdb2
Apr 12 19:25:04 localhost vmunix: [    3.687279] sd 6:0:0:0: [sdb] Attached SCSI removable disk
Apr 12 19:25:04 localhost vmunix: [    5.167732] random: dbus-uuidgen: uninitialized urandom read (12 bytes read)
Apr 12 19:25:04 localhost vmunix: [    5.167757] random: dbus-uuidgen: uninitialized urandom read (8 bytes read)
Apr 12 19:25:04 localhost vmunix: [    7.202993] random: crng init done
Apr 12 19:25:04 localhost vmunix: [    8.983652] shepherd[1]: Service root has been started.
Apr 12 19:25:04 localhost vmunix: [    9.334362] shepherd[1]: starting services...
Apr 12 19:25:04 localhost vmunix: [    9.335206] shepherd[1]: Service root-file-system has been started.
Apr 12 19:25:04 localhost vmunix: [    9.335919] shepherd[1]: Service user-file-systems has been started.
Apr 12 19:25:04 localhost vmunix: [    9.347041] shepherd[1]: waiting for udevd...
Apr 12 19:25:04 localhost vmunix: [    9.399452] udevd[196]: starting version 3.2.9
Apr 12 19:25:04 localhost vmunix: [    9.451079] udevd[196]: starting eudev-3.2.9
Apr 12 19:25:04 localhost vmunix: [    9.848036] udevd[196]: no sender credentials received, message ignored
Apr 12 19:25:04 localhost vmunix: [   10.008374] ACPI: AC Adapter [ADP1] (on-line)
Apr 12 19:25:04 localhost vmunix: [   10.012425] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Apr 12 19:25:04 localhost vmunix: [   10.043685] acpi device:02: registered as cooling_device2
Apr 12 19:25:04 localhost vmunix: [   10.047419] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input9
Apr 12 19:25:04 localhost vmunix: [   10.088333] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Apr 12 19:25:04 localhost vmunix: [   10.107786] pps_core: LinuxPPS API ver. 1 registered
Apr 12 19:25:04 localhost vmunix: [   10.107788] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Apr 12 19:25:04 localhost vmunix: [   10.115108] PTP clock support registered
Apr 12 19:25:04 localhost vmunix: [   10.147158] battery: ACPI: Battery Slot [BAT0] (battery present)
Apr 12 19:25:04 localhost vmunix: [   10.161678] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20190816/utaddress-213)
Apr 12 19:25:04 localhost vmunix: [   10.161686] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 12 19:25:04 localhost vmunix: [   10.161689] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20190816/utaddress-213)
Apr 12 19:25:04 localhost vmunix: [   10.161693] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 12 19:25:04 localhost vmunix: [   10.161694] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20190816/utaddress-213)
Apr 12 19:25:04 localhost vmunix: [   10.161697] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 12 19:25:04 localhost vmunix: [   10.161698] lpc_ich: Resource conflict(s) found affecting gpio_ich
Apr 12 19:25:04 localhost vmunix: [   10.189135] input: Cando Corporation Cando 15.6 Multi Touch Panel with Controller as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/0003:2087:0F01.0001/input/input10
Apr 12 19:25:04 localhost vmunix: [   10.189298] hid-multitouch 0003:2087:0F01.0001: input,hidraw0: USB HID v1.11 Device [Cando Corporation Cando 15.6 Multi Touch Panel with Controller] on usb-0000:00:1d.2-2/input0
Apr 12 19:25:04 localhost vmunix: [   10.230130] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Apr 12 19:25:04 localhost vmunix: [   10.265725] tg3.c:v3.137 (May 11, 2014)
Apr 12 19:25:04 localhost vmunix: [   10.278413] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Apr 12 19:25:04 localhost vmunix: [   10.299882] mc: Linux media interface: v0.10
Apr 12 19:25:04 localhost vmunix: [   10.316192] tg3 0000:02:00.0 eth0: Tigon3 [partno(none) rev 5784100] (PCI Express) MAC address 00:26:2d:51:d9:58
Apr 12 19:25:04 localhost vmunix: [   10.316197] tg3 0000:02:00.0 eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
Apr 12 19:25:04 localhost vmunix: [   10.316199] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Apr 12 19:25:04 localhost vmunix: [   10.316201] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Apr 12 19:25:04 localhost vmunix: [   10.333761] videodev: Linux video capture interface: v2.00
Apr 12 19:25:04 localhost vmunix: [   10.372383] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr 12 19:25:04 localhost vmunix: [   10.446951] input: PC Speaker as /devices/platform/pcspkr/input/input13
Apr 12 19:25:04 localhost vmunix: [   10.448282] uvcvideo: Found UVC 1.00 device Video WebCam (064e:a103)
Apr 12 19:25:04 localhost vmunix: [   10.471831] uvcvideo 2-5:1.0: Entity type for entity Extension 5 was not initialized!
Apr 12 19:25:04 localhost vmunix: [   10.471835] uvcvideo 2-5:1.0: Entity type for entity Extension 4 was not initialized!
Apr 12 19:25:04 localhost vmunix: [   10.471837] uvcvideo 2-5:1.0: Entity type for entity Processing 3 was not initialized!
Apr 12 19:25:04 localhost vmunix: [   10.471839] uvcvideo 2-5:1.0: Entity type for entity Camera 1 was not initialized!
Apr 12 19:25:04 localhost vmunix: [   10.471943] input: Video WebCam: Video WebCam as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input14
Apr 12 19:25:04 localhost vmunix: [   10.472055] usbcore: registered new interface driver uvcvideo
Apr 12 19:25:04 localhost vmunix: [   10.472057] USB Video Class driver (1.1.1)
Apr 12 19:25:04 localhost vmunix: [   10.525766] acer_wmi: Acer Laptop ACPI-WMI Extras
Apr 12 19:25:04 localhost vmunix: [   10.538234] acer_wmi: Function bitmap for Communication Device: 0x3
Apr 12 19:25:04 localhost vmunix: [   10.549446] Error: Driver 'pcspkr' is already registered, aborting...
Apr 12 19:25:04 localhost vmunix: [   10.571656] iTCO_vendor_support: vendor-support=0
Apr 12 19:25:04 localhost vmunix: [   10.583560] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Apr 12 19:25:04 localhost vmunix: [   10.583640] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
Apr 12 19:25:04 localhost vmunix: [   10.583780] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Apr 12 19:25:04 localhost vmunix: [   10.587373] intel_powerclamp: No package C-state available
Apr 12 19:25:04 localhost vmunix: [   10.603177] tg3 0000:02:00.0 enp2s0: renamed from eth0
Apr 12 19:25:04 localhost vmunix: [   10.619584] intel_powerclamp: No package C-state available
Apr 12 19:25:04 localhost vmunix: [   10.691487] asix 2-1:1.0 eth0: register 'asix' at usb-0000:00:1d.7-1, ASIX AX88772 USB 2.0 Ethernet, 00:0e:c6:c3:a7:0a
Apr 12 19:25:04 localhost vmunix: [   10.691575] usbcore: registered new interface driver asix
Apr 12 19:25:04 localhost vmunix: [   10.694588] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC888: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Apr 12 19:25:04 localhost vmunix: [   10.694591] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 12 19:25:04 localhost vmunix: [   10.694593] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
Apr 12 19:25:04 localhost vmunix: [   10.694595] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Apr 12 19:25:04 localhost vmunix: [   10.694597] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
Apr 12 19:25:04 localhost vmunix: [   10.694598] snd_hda_codec_realtek hdaudioC0D0:    inputs:
Apr 12 19:25:04 localhost vmunix: [   10.694601] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
Apr 12 19:25:04 localhost vmunix: [   10.694603] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
Apr 12 19:25:04 localhost vmunix: [   10.694605] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Apr 12 19:25:04 localhost vmunix: [   10.703157] asix 2-1:1.0 enp0s29f7u1: renamed from eth0
Apr 12 19:25:04 localhost vmunix: [   10.794301] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 12 19:25:04 localhost vmunix: [   10.794718] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
Apr 12 19:25:04 localhost vmunix: [   10.797434] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Apr 12 19:25:04 localhost vmunix: [   10.797438] cfg80211: failed to load regulatory.db
Apr 12 19:25:04 localhost vmunix: [   10.833651] Intel(R) Wireless WiFi driver for Linux
Apr 12 19:25:04 localhost vmunix: [   10.833653] Copyright(c) 2003- 2015 Intel Corporation
Apr 12 19:25:04 localhost vmunix: [   10.834054] iwlwifi 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
Apr 12 19:25:04 localhost vmunix: [   10.834292] 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 12 19:25:04 localhost vmunix: [   10.834392] iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
Apr 12 19:25:04 localhost vmunix: [   10.834396] 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 12 19:25:04 localhost vmunix: [   10.834455] iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
Apr 12 19:25:04 localhost vmunix: [   10.834457] 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 12 19:25:04 localhost vmunix: [   10.834514] iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
Apr 12 19:25:04 localhost vmunix: [   10.834516] 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 12 19:25:04 localhost vmunix: [   10.834581] iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
Apr 12 19:25:04 localhost vmunix: [   10.834583] 0000:04:00.0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 12 19:25:04 localhost vmunix: [   10.834649] iwlwifi 0000:04:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
Apr 12 19:25:04 localhost vmunix: [   10.834652] iwlwifi 0000:04:00.0: no suitable firmware found!
Apr 12 19:25:04 localhost vmunix: [   10.834694] iwlwifi 0000:04:00.0: minimum version required: /*(DEBLOBBED)*/1
Apr 12 19:25:04 localhost vmunix: [   10.834739] iwlwifi 0000:04:00.0: maximum version supported: /*(DEBLOBBED)*/5
Apr 12 19:25:04 localhost vmunix: [   10.834782] iwlwifi 0000:04:00.0: check /*(DEBLOBBED)*/
Apr 12 19:25:04 localhost vmunix: [   10.852644] shepherd[1]: Service udev has been started.
Apr 12 19:25:04 localhost vmunix: [   10.854011] shepherd[1]: Service file-system-/tmp has been started.
Apr 12 19:25:04 localhost vmunix: [   10.855272] shepherd[1]: Service file-system-/dev/pts has been started.
Apr 12 19:25:04 localhost vmunix: [   10.856472] shepherd[1]: Service file-system-/dev/shm has been started.
Apr 12 19:25:04 localhost vmunix: [   10.857635] shepherd[1]: Service file-system-/gnu/store has been started.
Apr 12 19:25:04 localhost vmunix: [   10.858368] shepherd[1]: Service file-systems has been started.
Apr 12 19:25:04 localhost vmunix: [   10.859273] shepherd[1]: Service user-processes has been started.
Apr 12 19:25:04 localhost vmunix: [   10.860101] shepherd[1]: Service host-name has been started.
Apr 12 19:25:04 localhost vmunix: [   10.862945] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
Apr 12 19:25:04 localhost vmunix: [   10.863056] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
Apr 12 19:25:04 localhost vmunix: [   10.863132] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
Apr 12 19:25:04 localhost vmunix: [   10.876904] shepherd[1]: Service user-homes has been started.
Apr 12 19:25:04 localhost vmunix: [   10.902538] uvesafb: (C) 1988-2005, ATI Technologies Inc. , M92, 01.00, OEM: ATI ATOMBIOS, VBE v3.0
Apr 12 19:25:04 localhost vmunix: [   10.919221] uvesafb: VBIOS/hardware supports DDC2 transfers
Apr 12 19:25:04 localhost vmunix: [   10.981932] uvesafb: monitor limits: vf = 60 Hz, hf = 48 kHz, clk = 69 MHz
Apr 12 19:25:04 localhost vmunix: [   10.982004] uvesafb: scrolling: redraw
Apr 12 19:25:04 localhost vmunix: [   10.984822] uvesafb: mode switch failed (eax=0x34f, err=0) - trying again with default timings
Apr 12 19:25:04 localhost vmunix: [   11.075052] uvesafb: mode switch failed (eax=0x34f, err=0) - trying again with default timings
Apr 12 19:25:04 localhost vmunix: [   11.177344] Console: switching to colour frame buffer device 128x48
Apr 12 19:25:04 localhost vmunix: [   11.177825] uvesafb: mode switch failed (eax=0x34f, err=0) - trying again with default timings
Apr 12 19:25:04 localhost vmunix: [   11.277333] uvesafb: framebuffer at 0xd0000000, mapped to 0x0000000051ba1fc6, using 6144k, total 16384k
Apr 12 19:25:04 localhost vmunix: [   11.277335] uvesafb: fb0: VESA VGA frame buffer device
Apr 12 19:25:04 localhost vmunix: [   11.279029] shepherd[1]: Service uvesafb has been started.
Apr 12 19:25:04 localhost vmunix: [   11.310296] psmouse serio2: synaptics: queried max coordinates: x [..5720], y [..4780]
Apr 12 19:25:04 localhost vmunix: [   11.393876] psmouse serio2: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa44000/0xa0000/0x0, board id: 0, fw id: 529512
Apr 12 19:25:04 localhost vmunix: [   11.445310] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input12
Apr 12 19:25:05 localhost shepherd[1]: Service dbus-system has been started. 
Apr 12 19:25:05 localhost shepherd[1]: Service loopback has been started. 
Apr 12 19:25:05 localhost wpa_supplicant[242]: Successfully initialized wpa_supplicant
Apr 12 19:25:05 localhost shepherd[1]: Service wpa-supplicant has been started. 
Apr 12 19:25:05 localhost shepherd[1]: Service networking has been started. 
Apr 12 19:25:05 localhost nscd: 245 monitoring file `/etc/hosts` (1)
Apr 12 19:25:05 localhost nscd: 245 monitoring directory `/etc` (2)
Apr 12 19:25:05 localhost nscd: 245 monitoring file `/etc/resolv.conf` (3)
Apr 12 19:25:05 localhost nscd: 245 monitoring directory `/etc` (2)
Apr 12 19:25:05 localhost connmand[244]: Connection Manager version 1.38
Apr 12 19:25:05 localhost connmand[244]: Excluding VPN plugin
Apr 12 19:25:05 localhost connmand[244]: Checking loopback interface settings
Apr 12 19:25:05 localhost connmand[244]: System hostname is gnu
Apr 12 19:25:05 localhost connmand[244]: lo {newlink} index 1 address 00:00:00:00:00:00 mtu 65536
Apr 12 19:25:05 localhost connmand[244]: lo {newlink} index 1 operstate 0 <UNKNOWN>
Apr 12 19:25:05 localhost connmand[244]: enp2s0 {create} index 2 type 1 <ETHER>
Apr 12 19:25:05 localhost connmand[244]: enp2s0 {update} flags 4098 <DOWN>
Apr 12 19:25:05 localhost connmand[244]: enp2s0 {newlink} index 2 address 00:26:2D:51:D9:58 mtu 1500
Apr 12 19:25:05 localhost connmand[244]: enp2s0 {newlink} index 2 operstate 2 <DOWN>
Apr 12 19:25:05 localhost connmand[244]: Adding interface enp2s0 [ ethernet ]
Apr 12 19:25:05 localhost connmand[244]: enp0s29f7u1 {create} index 3 type 1 <ETHER>
Apr 12 19:25:05 localhost connmand[244]: enp0s29f7u1 {update} flags 4098 <DOWN>
Apr 12 19:25:05 localhost connmand[244]: enp0s29f7u1 {newlink} index 3 address 00:0E:C6:C3:A7:0A mtu 1500
Apr 12 19:25:05 localhost connmand[244]: enp0s29f7u1 {newlink} index 3 operstate 2 <DOWN>
Apr 12 19:25:05 localhost connmand[244]: Adding interface enp0s29f7u1 [ ethernet ]
Apr 12 19:25:05 localhost connmand[244]: enp2s0 {update} flags 36867 <UP>
Apr 12 19:25:05 localhost connmand[244]: enp2s0 {newlink} index 2 address 00:26:2D:51:D9:58 mtu 1500
Apr 12 19:25:05 localhost connmand[244]: enp2s0 {newlink} index 2 operstate 2 <DOWN>
Apr 12 19:25:05 localhost connmand[244]: enp0s29f7u1 {update} flags 36867 <UP>
Apr 12 19:25:05 localhost connmand[244]: enp0s29f7u1 {newlink} index 3 address 00:0E:C6:C3:A7:0A mtu 1500
Apr 12 19:25:05 localhost connmand[244]: enp0s29f7u1 {newlink} index 3 operstate 2 <DOWN>
Apr 12 19:25:05 localhost vmunix: [   13.005049] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s29f7u1: link becomes ready
Apr 12 19:25:05 localhost connmand[244]: enp0s29f7u1 {add} route fe80:: gw :: scope 0 <UNIVERSE>
Apr 12 19:25:05 localhost connmand[244]: enp0s29f7u1 {update} flags 102467 <UP,RUNNING,LOWER_UP>
Apr 12 19:25:05 localhost connmand[244]: enp0s29f7u1 {newlink} index 3 address 00:0E:C6:C3:A7:0A mtu 1500
Apr 12 19:25:05 localhost connmand[244]: enp0s29f7u1 {newlink} index 3 operstate 6 <UP>
Apr 12 19:25:05 localhost vmunix: [   13.008289] asix 2-1:1.0 enp0s29f7u1: link up, 100Mbps, full-duplex, lpa 0x45E1
Apr 12 19:25:05 localhost vmunix: [   13.053829] 8021q: 802.1Q VLAN Support v1.8
Apr 12 19:25:06 localhost shepherd[1]: Service nscd has been started. 
Apr 12 19:25:06 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[258]: *** info [daemon/startup.c(136)]: 
Apr 12 19:25:06 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[258]: Started gpm successfully. Entered daemon mode.
Apr 12 19:25:06 localhost shepherd[1]: Service gpm has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service term-tty1 has been started. 
Apr 12 19:25:06 localhost vmunix: [   13.562476] uvesafb: mode switch failed (eax=0x34f, err=0) - trying again with default timings
Apr 12 19:25:06 localhost shepherd[1]: Service console-font-tty1 has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service host-name has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service virtual-terminal has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service term-tty2 has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service console-font-tty2 has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service host-name has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service term-tty3 has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service console-font-tty3 has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service host-name has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service term-tty4 has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service console-font-tty4 has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service host-name has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service term-tty5 has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service console-font-tty5 has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service host-name has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service term-tty6 has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service console-font-tty6 has been started. 
Apr 12 19:25:06 localhost shepherd[1]: Service guix-daemon has been started. 
Apr 12 19:25:06 localhost connmand[244]: Cannot create /var/run/connman/resolv.conf falling back to /etc/resolv.conf
Apr 12 19:25:06 localhost nscd: 245 monitored file `/etc/resolv.conf` was written to
Apr 12 19:25:06 localhost connmand[244]: Setting domainname to fritz.box
Apr 12 19:25:06 localhost nscd: 245 monitored file `/etc/resolv.conf` was written to
Apr 12 19:25:06 localhost connmand[244]: enp0s29f7u1 {add} address 192.168.178.86/24 label enp0s29f7u1 family 2
Apr 12 19:25:06 localhost nscd: 245 monitored file `/etc/resolv.conf` was written to
Apr 12 19:25:06 localhost last message repeated 3 times
Apr 12 19:25:06 localhost connmand[244]: ntp: adjust (slew): +0.128942 sec
Apr 12 19:25:06 localhost connmand[244]: enp0s29f7u1 {add} route 192.168.178.0 gw 0.0.0.0 scope 253 <LINK>
Apr 12 19:25:06 localhost connmand[244]: enp0s29f7u1 {add} route 192.168.178.1 gw 0.0.0.0 scope 253 <LINK>
Apr 12 19:25:06 localhost connmand[244]: enp0s29f7u1 {add} route 0.0.0.0 gw 192.168.178.1 scope 0 <UNIVERSE>
Apr 12 19:25:06 localhost connmand[244]: enp0s29f7u1 {add} route 212.227.81.55 gw 192.168.178.1 scope 0 <UNIVERSE>
Apr 12 19:25:06 localhost connmand[244]: enp0s29f7u1 {del} route 212.227.81.55 gw 192.168.178.1 scope 0 <UNIVERSE>
Apr 12 19:25:11 localhost installer[291]: running step 'locale' 
Apr 12 19:25:11 localhost installer[291]: running step 'language' 
Apr 12 19:25:12 localhost installer[291]: running form #<newt-form 146c8d0> ("Locale language") with 0 clients 
Apr 12 19:25:38 localhost installer[291]: running step 'territory' 
Apr 12 19:25:38 localhost installer[291]: running form #<newt-form 14688a0> ("Locale location") with 0 clients 
Apr 12 19:25:43 localhost installer[291]: running step 'codeset' 
Apr 12 19:25:43 localhost installer[291]: running step 'modifier' 
Apr 12 19:25:43 localhost installer[291]: running step 'welcome' 
Apr 12 19:25:43 localhost installer[291]: running form #<newt-form 14cc200> ("GNU Guix install") with 0 clients 
Apr 12 19:25:44 localhost installer[291]: running step 'timezone' 
Apr 12 19:25:44 localhost installer[291]: running form #<newt-form 14ccad0> ("Timezone") with 0 clients 
Apr 12 19:25:48 localhost installer[291]: running form #<newt-form 14cb060> ("Timezone") with 0 clients 
Apr 12 19:25:51 localhost installer[291]: running step 'keymap' 
Apr 12 19:25:51 localhost installer[291]: running step 'layout' 
Apr 12 19:25:51 localhost installer[291]: running form #<newt-form 14c9650> ("Layout") with 0 clients 
Apr 12 19:25:54 localhost installer[291]: running step 'variant' 
Apr 12 19:25:54 localhost installer[291]: running form #<newt-form 14c9530> ("Variant") with 0 clients 
Apr 12 19:25:55 localhost installer[291]: running step 'hostname' 
Apr 12 19:25:55 localhost installer[291]: running form #<newt-form 14c9d60> ("Hostname") with 0 clients 
Apr 12 19:26:02 localhost installer[291]: running step 'network' 
Apr 12 19:26:02 localhost installer[291]: running step 'select-technology' 
Apr 12 19:26:02 localhost installer[291]: running form #<newt-form 14c6a00> ("Internet access") with 0 clients 
Apr 12 19:26:09 localhost installer[291]: running step 'power-technology' 
Apr 12 19:26:10 localhost installer[291]: running step 'connect-service' 
Apr 12 19:26:10 localhost installer[291]: running step 'wait-online' 
Apr 12 19:26:11 localhost installer[291]: running step 'user' 
Apr 12 19:26:11 localhost installer[291]: running form #<newt-form 152fa40> ("System administrator password") with 0 clients 
Apr 12 19:42:10 localhost connmand[244]: ntp: adjust (slew): +0.018015 sec

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 17:37         ` Mathieu Othacehe
@ 2020-04-12 18:43           ` pelzflorian (Florian Pelz)
       [not found]             ` <87blnvmzub.fsf@gnu.org>
  0 siblings, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-12 18:43 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 40572

On Sun, Apr 12, 2020 at 07:37:39PM +0200, Mathieu Othacehe wrote:
> 
> > Apr 12 16:35:35 localhost vmunix: [   48.124498] uvesafb: fb0: VESA VGA frame buffer device
> > Apr 12 16:35:35 localhost vmunix: [   48.129053] shepherd[1]: Service uvesafb has been started.
> > Apr 12 16:35:40 localhost shepherd[1]: Service dbus-system could not be started. 
> > Apr 12 16:35:40 localhost shepherd[1]: Service networking depends on dbus-system. 
> > Apr 12 16:35:40 localhost shepherd[1]: Service networking could not be started. 
> 
> I suspect something is going wrong here. The 'networking' service is
> indeed not started, probably because 'dbus-system' could not be started.
> 

That may be the case.  Note dbus-system was started later on, but
networking was not.

> What is reported by 'herd start dbus-system' command? You could also try
> to start dbus-daemon by hand with the arguments provided in (gnu
> services dbus).
> 
> Thanks,
> 
> Mathieu

herd start dbus-system works flawlessly when the system has started.
I cannot try running “herd start dbus-system” earlier because I do not
have a login prompt yet.  I will look at (gnu services dbus) later.

Regards,
Florian

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 17:45             ` pelzflorian (Florian Pelz)
@ 2020-04-12 18:47               ` Danny Milosavljevic
  2020-04-13  7:36                 ` pelzflorian (Florian Pelz)
  2020-04-13 11:20               ` Danny Milosavljevic
  1 sibling, 1 reply; 48+ messages in thread
From: Danny Milosavljevic @ 2020-04-12 18:47 UTC (permalink / raw)
  Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

I mean as long as we don't offer any VPN configuration in the installer we
could just disable VPN in connman-configuration (disable-vpn?) in the
installation image.

What doesn't get loaded can't break either :P

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 18:47               ` Danny Milosavljevic
@ 2020-04-13  7:36                 ` pelzflorian (Florian Pelz)
  0 siblings, 0 replies; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-13  7:36 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 40572

On Sun, Apr 12, 2020 at 08:47:46PM +0200, Danny Milosavljevic wrote:
> I mean as long as we don't offer any VPN configuration in the installer we
> could just disable VPN in connman-configuration (disable-vpn?) in the
> installation image.

disable-vpn? is already there.

          (service connman-service-type
                   (connman-configuration
                    (disable-vpn? #t)))

Regards,
Florian

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

* bug#38735: 1.1.0rc2 available for testing!
       [not found] ` <878sj1qcw7.fsf@gnu.org>
  2020-04-12 12:09   ` bug#40572: installer networking: Connman detects no technologies on Acer Aspire pelzflorian (Florian Pelz)
@ 2020-04-13 11:07   ` Robert Smith
       [not found]   ` <C2016B2OHCON.2UGA2TGH3ZFS@amber>
  2020-04-14  9:37   ` bug#40624: installer: info manual language does not adapt to locale pelzflorian (Florian Pelz)
  3 siblings, 0 replies; 48+ messages in thread
From: Robert Smith @ 2020-04-13 11:07 UTC (permalink / raw)
  To: Ludovic Courtès, guix-devel, 38735

Hi Ludo,

>   https://web.fdn.fr/~lcourtes/software/guix/1.1.0rc2

I ran into the same issue that Jesse encountered in December, the
installer hangs when it tries to connect to wifi, and I can't escape by
pressing Alt-F2/F3/F12. In the end I just have to hold down the
power button. I've tested this with different wifi networks and it's
always the same. I tried using the console to connect to wifi, and
everything worked smoothly. The only difference from the manual was
that I had to use `rfkill unblock wifi` before I could bring the
interface up. I didn't have this issue when I first installed guix, so
I downloaded the 1.0.1 installer and as I thought the issue wasn't
there, and the wifi connection went smoothly.

I'm not sure how I can get any diagnostic information from my system, if
you have ideas I'd be happy to try them out. I tested this on my Librem
15 v4; I remember from Guix Days that a few other people have Librem
laptops, I'm curious if they can use the installer to connect to a wifi
network.

-Robert

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-12 17:45             ` pelzflorian (Florian Pelz)
  2020-04-12 18:47               ` Danny Milosavljevic
@ 2020-04-13 11:20               ` Danny Milosavljevic
  2020-04-13 14:13                 ` Ludovic Courtès
  1 sibling, 1 reply; 48+ messages in thread
From: Danny Milosavljevic @ 2020-04-13 11:20 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 850 bytes --]

Maybe it was started by dbus activation of the connman service.

In that case, the flag corresponding to disable-vpn? won't be passed since we
manually pass it to the shepherd service only.

It could be that then it tries to start up vpn but that dies because of the
unknown symbol and then the connmand also dies maybe?

When then started up by the shepherd service later (when you manually invoke
herd start networking) it will get the flag just fine and start up just fine
without vpn.

In short, it could be a timing issue.

If you invoke connmanctl without having connmand running already then dbus
activation would actually invoke it automatically (without flag), if there's
a service file for "net.connman".

But the error message from your other computer suggests that there is no such
service file, so it shouldn't have.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
       [not found]             ` <87blnvmzub.fsf@gnu.org>
@ 2020-04-13 11:57               ` pelzflorian (Florian Pelz)
  2020-04-13 13:18                 ` Ludovic Courtès
  0 siblings, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-13 11:57 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 1711 bytes --]

On Mon, Apr 13, 2020 at 12:42:20PM +0200, Ludovic Courtès wrote:
> "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:
> 
> > On Sun, Apr 12, 2020 at 07:37:39PM +0200, Mathieu Othacehe wrote:
> >> 
> >> > Apr 12 16:35:35 localhost vmunix: [   48.124498] uvesafb: fb0: VESA VGA frame buffer device
> >> > Apr 12 16:35:35 localhost vmunix: [   48.129053] shepherd[1]: Service uvesafb has been started.
> >> > Apr 12 16:35:40 localhost shepherd[1]: Service dbus-system could not be started. 
> >> > Apr 12 16:35:40 localhost shepherd[1]: Service networking depends on dbus-system. 
> >> > Apr 12 16:35:40 localhost shepherd[1]: Service networking could not be started. 
> >> 
> >> I suspect something is going wrong here. The 'networking' service is
> >> indeed not started, probably because 'dbus-system' could not be started.
> >> 
> >
> > That may be the case.  Note dbus-system was started later on, but
> > networking was not.
> 
> Did /var/log/messages have additional hints as to why dbus-system was
> not started?
> 

Nothing.  However, by now I burned a new image to DVD with the
attached patch.  But I realize my mistake now; due to dbus-daemon
eventually starting after networking failed, the logs are lost.

I inserted the DVD in an external drive for my slightly faster Macbook
(but the DVD drive seems much slower) and (realizing unlike USB I
needed to add nomodeset) I got the same error.  So the error occurs
when booting any computer from DVD, it seems.

I attach the unhelpful logs, even though I believe the dbus-daemon log
got overwritten by a subsequent successful start …

I do not know how to keep earlier logs.  Maybe I need to pipe it in a
custom gexp?

Regards,
Florian

[-- Attachment #2: 0001-add-dbus-debug-flags.patch --]
[-- Type: text/plain, Size: 1653 bytes --]

From a5063dd623a0090ec91ff3f7ce2ebc7cdf28e5d6 Mon Sep 17 00:00:00 2001
From: Florian Pelz <pelzflorian@pelzflorian.de>
Date: Mon, 13 Apr 2020 08:01:57 +0200
Subject: [PATCH] [add dbus debug flags]

---
 gnu/packages/glib.scm | 3 +++
 gnu/services/dbus.scm | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index c98d8c18f5..227851f100 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -105,6 +105,9 @@
         ;; Install the session bus socket under /tmp.
         "--with-session-socket-dir=/tmp"
 
+        ;; Debugging:
+        "--enable-verbose-mode"
+
         ;; Use /etc/dbus-1 for system-wide config.
         ;; Look for configuration file under
         ;; /etc/dbus-1.  This is notably required by
diff --git a/gnu/services/dbus.scm b/gnu/services/dbus.scm
index 7b3c8100e2..1270883c4a 100644
--- a/gnu/services/dbus.scm
+++ b/gnu/services/dbus.scm
@@ -189,7 +189,10 @@ includes the @code{etc/dbus-1/system.d} directories of each package listed in
             (requirement '(user-processes syslogd))
             (start #~(make-forkexec-constructor
                       (list (string-append #$dbus "/bin/dbus-daemon")
-                            "--nofork" "--system" "--syslog-only")
+                            "--nofork" "--system" "--syslog")
+                      #:environment-variables
+                      (cons "DBUS_VERBOSE=1" (default-environment-variables))
+                      #:log-file "/var/log/dbus-daemon"
                       #:pid-file "/var/run/dbus/pid"))
             (stop #~(make-kill-destructor)))))))
 
-- 
2.26.0


[-- Attachment #3: varlogmessages-macbook --]
[-- Type: text/plain, Size: 91909 bytes --]

Apr 13 13:39:15 localhost syslogd (GNU inetutils 1.9.4): restart
Apr 13 13:39:15 localhost vmunix: [    0.000000] Linux version 5.4.31-gnu (nixbld@) (gcc version 7.4.0 (GCC)) #1 SMP 1
Apr 13 13:39:15 localhost vmunix: [    0.000000] Command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/9bqn1xalxn9jrhvpv5x5v8z7yv6h8ik9-system --load=/gnu/store/9bqn1xalxn9jrhvpv5x5v8z7yv6h8ik9-system/boot quiet modprobe.blacklist=radeon nomodeset
Apr 13 13:39:15 localhost vmunix: [    0.000000] KERNEL supported cpus:
Apr 13 13:39:15 localhost vmunix: [    0.000000]   Intel GenuineIntel
Apr 13 13:39:15 localhost vmunix: [    0.000000]   AMD AuthenticAMD
Apr 13 13:39:15 localhost vmunix: [    0.000000]   Hygon HygonGenuine
Apr 13 13:39:15 localhost vmunix: [    0.000000]   Centaur CentaurHauls
Apr 13 13:39:15 localhost vmunix: [    0.000000]   zhaoxin   Shanghai  
Apr 13 13:39:15 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 13 13:39:15 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 13 13:39:15 localhost vmunix: [    0.000000] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-provided physical RAM map:
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000aeffffff] usable
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000af000000-0x00000000beffffff] reserved
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bf70efff] usable
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf70f000-0x00000000bf92ffff] ACPI NVS
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf930000-0x00000000bf930fff] ACPI data
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf931000-0x00000000bf938fff] ACPI NVS
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf939000-0x00000000bfef8fff] ACPI data
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfef9000-0x00000000bfefefff] reserved
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI data
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000d3400000-0x00000000d3400fff] reserved
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
Apr 13 13:39:15 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
Apr 13 13:39:15 localhost vmunix: [    0.000000] NX (Execute Disable) protection: active
Apr 13 13:39:15 localhost vmunix: [    0.000000] SMBIOS 2.4 present.
Apr 13 13:39:15 localhost vmunix: [    0.000000] DMI: Apple Inc. MacBookPro7,1/Mac-F222BEC8, BIOS    MBP71.88Z.003F.B00.1802021458 02/02/18
Apr 13 13:39:15 localhost vmunix: [    0.000000] tsc: Fast TSC calibration using PIT
Apr 13 13:39:15 localhost vmunix: [    0.000000] tsc: Detected 2389.132 MHz processor
Apr 13 13:39:15 localhost vmunix: [    0.009114] last_pfn = 0x140000 max_arch_pfn = 0x400000000
Apr 13 13:39:15 localhost vmunix: [    0.010270] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Apr 13 13:39:15 localhost vmunix: [    0.010401] last_pfn = 0xbf70f max_arch_pfn = 0x400000000
Apr 13 13:39:15 localhost vmunix: [    0.026639] check: Scanning 1 areas for low memory corruption
Apr 13 13:39:15 localhost shepherd[1]: Service syslogd has been started. 
Apr 13 13:39:15 localhost vmunix: [    0.027295] RAMDISK: [mem 0x36b91000-0x375bffff]
Apr 13 13:39:15 localhost vmunix: [    0.027301] ACPI: Early table checksum verification disabled
Apr 13 13:39:15 localhost vmunix: [    0.027307] ACPI: RSDP 0x00000000000FE020 000024 (v02 APPLE )
Apr 13 13:39:15 localhost vmunix: [    0.027311] ACPI: XSDT 0x00000000BF96A1C0 000084 (v01 APPLE  Apple00  0000003F      01000013)
Apr 13 13:39:15 localhost vmunix: [    0.027318] ACPI: FACP 0x00000000BF968000 0000F4 (v04 APPLE  Apple00  0000003F Loki 0000005F)
Apr 13 13:39:15 localhost vmunix: [    0.027325] ACPI: DSDT 0x00000000BF95A000 0061ED (v01 APPLE  MacBookP 00070001 INTL 20061109)
Apr 13 13:39:15 localhost vmunix: [    0.027329] ACPI: FACS 0x00000000BF71E000 000040
Apr 13 13:39:15 localhost vmunix: [    0.027332] ACPI: FACS 0x00000000BF71E000 000040
Apr 13 13:39:15 localhost vmunix: [    0.027335] ACPI: HPET 0x00000000BF967000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 13 13:39:15 localhost vmunix: [    0.027340] ACPI: APIC 0x00000000BF966000 000068 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 13 13:39:15 localhost vmunix: [    0.027344] ACPI: APIC 0x00000000BF965000 000068 (v02 APPLE  Apple00  00000001 Loki 0000005F)
Apr 13 13:39:15 localhost vmunix: [    0.027347] ACPI: ASF! 0x00000000BF963000 0000A5 (v32 APPLE  Apple00  00000001 Loki 0000005F)
Apr 13 13:39:15 localhost vmunix: [    0.027352] ACPI: SBST 0x00000000BF962000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 13 13:39:15 localhost vmunix: [    0.027356] ACPI: ECDT 0x00000000BF961000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 13 13:39:15 localhost vmunix: [    0.027360] ACPI: SSDT 0x00000000BF956000 000024 (v01 APPLE  Apple    00001000 INTL 20061109)
Apr 13 13:39:15 localhost vmunix: [    0.027364] ACPI: SSDT 0x00000000BF955000 0004DC (v01 APPLE  CpuPm    00003000 INTL 20061109)
Apr 13 13:39:15 localhost vmunix: [    0.027368] ACPI: MCFG 0x00000000BF964000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 13 13:39:15 localhost vmunix: [    0.027372] ACPI: SSDT 0x00000000BF959000 0000A5 (v01 SataRe SataPri  00001000 INTL 20061109)
Apr 13 13:39:15 localhost vmunix: [    0.027376] ACPI: SSDT 0x00000000BF958000 00009F (v01 SataRe SataSec  00001000 INTL 20061109)
Apr 13 13:39:15 localhost vmunix: [    0.027380] ACPI: BIOS bug: multiple APIC/MADT found, using 0
Apr 13 13:39:15 localhost vmunix: [    0.027381] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
Apr 13 13:39:15 localhost vmunix: [    0.027387] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Apr 13 13:39:15 localhost vmunix: [    0.027487] No NUMA configuration found
Apr 13 13:39:15 localhost vmunix: [    0.027488] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
Apr 13 13:39:15 localhost vmunix: [    0.027492] NODE_DATA(0) allocated [mem 0x13fffa000-0x13fffdfff]
Apr 13 13:39:15 localhost vmunix: [    0.027525] Zone ranges:
Apr 13 13:39:15 localhost vmunix: [    0.027526]   DMA32    [mem 0x0000000000001000-0x00000000ffffffff]
Apr 13 13:39:15 localhost vmunix: [    0.027527]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
Apr 13 13:39:15 localhost vmunix: [    0.027529]   Device   empty
Apr 13 13:39:15 localhost vmunix: [    0.027530] Movable zone start for each node
Apr 13 13:39:15 localhost vmunix: [    0.027531] Early memory node ranges
Apr 13 13:39:15 localhost vmunix: [    0.027532]   node   0: [mem 0x0000000000001000-0x000000000009efff]
Apr 13 13:39:15 localhost vmunix: [    0.027533]   node   0: [mem 0x0000000000100000-0x00000000aeffffff]
Apr 13 13:39:15 localhost vmunix: [    0.027534]   node   0: [mem 0x00000000bf000000-0x00000000bf70efff]
Apr 13 13:39:15 localhost vmunix: [    0.027535]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
Apr 13 13:39:15 localhost vmunix: [    0.028061] Zeroed struct page in unavailable ranges: 35155 pages
Apr 13 13:39:15 localhost vmunix: [    0.028063] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
Apr 13 13:39:15 localhost vmunix: [    0.059139] ACPI: PM-Timer IO Port: 0x408
Apr 13 13:39:15 localhost vmunix: [    0.059153] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Apr 13 13:39:15 localhost vmunix: [    0.059154] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Apr 13 13:39:15 localhost vmunix: [    0.059169] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
Apr 13 13:39:15 localhost vmunix: [    0.059171] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 13 13:39:15 localhost vmunix: [    0.059173] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 13 13:39:15 localhost vmunix: [    0.059178] Using ACPI (MADT) for SMP configuration information
Apr 13 13:39:15 localhost vmunix: [    0.059180] ACPI: HPET id: 0x10de8201 base: 0xfed00000
Apr 13 13:39:15 localhost vmunix: [    0.059188] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
Apr 13 13:39:15 localhost vmunix: [    0.059216] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 13 13:39:15 localhost vmunix: [    0.059218] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Apr 13 13:39:15 localhost vmunix: [    0.059219] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Apr 13 13:39:15 localhost vmunix: [    0.059220] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Apr 13 13:39:15 localhost vmunix: [    0.059222] PM: Registered nosave memory: [mem 0xaf000000-0xbeffffff]
Apr 13 13:39:15 localhost vmunix: [    0.059224] PM: Registered nosave memory: [mem 0xbf70f000-0xbf92ffff]
Apr 13 13:39:15 localhost vmunix: [    0.059224] PM: Registered nosave memory: [mem 0xbf930000-0xbf930fff]
Apr 13 13:39:15 localhost vmunix: [    0.059225] PM: Registered nosave memory: [mem 0xbf931000-0xbf938fff]
Apr 13 13:39:15 localhost vmunix: [    0.059226] PM: Registered nosave memory: [mem 0xbf939000-0xbfef8fff]
Apr 13 13:39:15 localhost vmunix: [    0.059227] PM: Registered nosave memory: [mem 0xbfef9000-0xbfefefff]
Apr 13 13:39:15 localhost vmunix: [    0.059227] PM: Registered nosave memory: [mem 0xbfeff000-0xbfefffff]
Apr 13 13:39:15 localhost vmunix: [    0.059228] PM: Registered nosave memory: [mem 0xbff00000-0xd33fffff]
Apr 13 13:39:15 localhost vmunix: [    0.059229] PM: Registered nosave memory: [mem 0xd3400000-0xd3400fff]
Apr 13 13:39:15 localhost vmunix: [    0.059230] PM: Registered nosave memory: [mem 0xd3401000-0xefffffff]
Apr 13 13:39:15 localhost vmunix: [    0.059230] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
Apr 13 13:39:15 localhost vmunix: [    0.059231] PM: Registered nosave memory: [mem 0xf4000000-0xfebfffff]
Apr 13 13:39:15 localhost vmunix: [    0.059232] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Apr 13 13:39:15 localhost vmunix: [    0.059233] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Apr 13 13:39:15 localhost vmunix: [    0.059234] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 13 13:39:15 localhost vmunix: [    0.059234] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
Apr 13 13:39:15 localhost vmunix: [    0.059235] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
Apr 13 13:39:15 localhost vmunix: [    0.059237] [mem 0xd3401000-0xefffffff] available for PCI devices
Apr 13 13:39:15 localhost vmunix: [    0.059239] Booting paravirtualized kernel on bare hardware
Apr 13 13:39:15 localhost vmunix: [    0.059244] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Apr 13 13:39:15 localhost vmunix: [    0.059254] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
Apr 13 13:39:15 localhost vmunix: [    0.060112] percpu: Embedded 53 pages/cpu s178520 r8192 d30376 u1048576
Apr 13 13:39:15 localhost vmunix: [    0.060157] Built 1 zonelists, mobility grouping on.  Total pages: 965309
Apr 13 13:39:15 localhost vmunix: [    0.060159] Policy zone: Normal
Apr 13 13:39:15 localhost vmunix: [    0.060161] Kernel command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/9bqn1xalxn9jrhvpv5x5v8z7yv6h8ik9-system --load=/gnu/store/9bqn1xalxn9jrhvpv5x5v8z7yv6h8ik9-system/boot quiet modprobe.blacklist=radeon nomodeset
Apr 13 13:39:15 localhost vmunix: [    0.060357] You have booted with nomodeset. This means your GPU drivers are DISABLED
Apr 13 13:39:15 localhost vmunix: [    0.060358] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
Apr 13 13:39:15 localhost vmunix: [    0.060359] Unless you actually understand what nomodeset does, you should reboot without enabling it
Apr 13 13:39:15 localhost vmunix: [    0.061799] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Apr 13 13:39:15 localhost vmunix: [    0.062546] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 13 13:39:15 localhost vmunix: [    0.062603] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Apr 13 13:39:15 localhost vmunix: [    0.118505] Memory: 3747324K/3922612K available (14339K kernel code, 1525K rwdata, 4180K rodata, 1916K init, 2584K bss, 175288K reserved, 0K cma-reserved)
Apr 13 13:39:15 localhost vmunix: [    0.118518] random: get_random_u64 called from __kmem_cache_create+0x46/0x570 with crng_init=0
Apr 13 13:39:15 localhost vmunix: [    0.118698] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Apr 13 13:39:15 localhost vmunix: [    0.118722] Kernel/User page tables isolation: enabled
Apr 13 13:39:15 localhost vmunix: [    0.118751] ftrace: allocating 41660 entries in 163 pages
Apr 13 13:39:15 localhost vmunix: [    0.144286] rcu: Hierarchical RCU implementation.
Apr 13 13:39:15 localhost vmunix: [    0.144289] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
Apr 13 13:39:15 localhost vmunix: [    0.144290] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Apr 13 13:39:15 localhost vmunix: [    0.144291] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Apr 13 13:39:15 localhost vmunix: [    0.148663] NR_IRQS: 16640, nr_irqs: 440, preallocated irqs: 16
Apr 13 13:39:15 localhost vmunix: [    0.152927] Console: colour VGA+ 80x25
Apr 13 13:39:15 localhost vmunix: [    0.152933] printk: console [tty0] enabled
Apr 13 13:39:15 localhost vmunix: [    0.152961] ACPI: Core revision 20190816
Apr 13 13:39:15 localhost vmunix: [    0.153086] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
Apr 13 13:39:15 localhost vmunix: [    0.153103] APIC: Switch to symmetric I/O mode setup
Apr 13 13:39:15 localhost vmunix: [    0.153553] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 13 13:39:15 localhost vmunix: [    0.173105] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22701cf27ae, max_idle_ns: 440795285998 ns
Apr 13 13:39:15 localhost vmunix: [    0.173111] Calibrating delay loop (skipped), value calculated using timer frequency.. 4778.26 BogoMIPS (lpj=9556528)
Apr 13 13:39:15 localhost vmunix: [    0.173113] pid_max: default: 32768 minimum: 301
Apr 13 13:39:15 localhost vmunix: [    0.173146] LSM: Security Framework initializing
Apr 13 13:39:15 localhost vmunix: [    0.173152] Yama: becoming mindful.
Apr 13 13:39:15 localhost vmunix: [    0.173191] AppArmor: AppArmor initialized
Apr 13 13:39:15 localhost vmunix: [    0.173193] TOMOYO Linux initialized
Apr 13 13:39:15 localhost vmunix: [    0.173264] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 13 13:39:15 localhost vmunix: [    0.173285] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 13 13:39:15 localhost vmunix: [    0.173300] *** VALIDATE tmpfs ***
Apr 13 13:39:15 localhost vmunix: [    0.173495] *** VALIDATE proc ***
Apr 13 13:39:15 localhost vmunix: [    0.173569] *** VALIDATE cgroup1 ***
Apr 13 13:39:15 localhost vmunix: [    0.173570] *** VALIDATE cgroup2 ***
Apr 13 13:39:15 localhost vmunix: [    0.173628] mce: CPU0: Thermal monitoring enabled (TM2)
Apr 13 13:39:15 localhost vmunix: [    0.173631] process: using mwait in idle threads
Apr 13 13:39:15 localhost vmunix: [    0.173635] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Apr 13 13:39:15 localhost vmunix: [    0.173636] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
Apr 13 13:39:15 localhost vmunix: [    0.173639] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 13 13:39:15 localhost vmunix: [    0.173641] Spectre V2 : Mitigation: Full generic retpoline
Apr 13 13:39:15 localhost vmunix: [    0.173642] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 13 13:39:15 localhost vmunix: [    0.173643] Speculative Store Bypass: Vulnerable
Apr 13 13:39:15 localhost vmunix: [    0.173647] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Apr 13 13:39:15 localhost vmunix: [    0.173812] Freeing SMP alternatives memory: 28K
Apr 13 13:39:15 localhost vmunix: [    0.284595] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz (family: 0x6, model: 0x17, stepping: 0xa)
Apr 13 13:39:15 localhost vmunix: [    0.284760] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
Apr 13 13:39:15 localhost vmunix: [    0.284768] ... version:                2
Apr 13 13:39:15 localhost vmunix: [    0.284769] ... bit width:              40
Apr 13 13:39:15 localhost vmunix: [    0.284769] ... generic registers:      2
Apr 13 13:39:15 localhost vmunix: [    0.284771] ... value mask:             000000ffffffffff
Apr 13 13:39:15 localhost vmunix: [    0.284771] ... max period:             000000007fffffff
Apr 13 13:39:15 localhost vmunix: [    0.284772] ... fixed-purpose events:   3
Apr 13 13:39:15 localhost vmunix: [    0.284773] ... event mask:             0000000700000003
Apr 13 13:39:15 localhost vmunix: [    0.284826] rcu: Hierarchical SRCU implementation.
Apr 13 13:39:15 localhost vmunix: [    0.285107] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr 13 13:39:15 localhost vmunix: [    0.285107] smp: Bringing up secondary CPUs ...
Apr 13 13:39:15 localhost vmunix: [    0.285107] x86: Booting SMP configuration:
Apr 13 13:39:15 localhost vmunix: [    0.285107] .... node  #0, CPUs:      #1
Apr 13 13:39:15 localhost vmunix: [    0.285140] smp: Brought up 1 node, 2 CPUs
Apr 13 13:39:15 localhost vmunix: [    0.285142] smpboot: Max logical packages: 1
Apr 13 13:39:15 localhost vmunix: [    0.285144] smpboot: Total of 2 processors activated (9556.52 BogoMIPS)
Apr 13 13:39:15 localhost vmunix: [    0.287165] devtmpfs: initialized
Apr 13 13:39:15 localhost vmunix: [    0.287165] x86/mm: Memory block size: 128MB
Apr 13 13:39:15 localhost vmunix: [    0.287165] PM: Registering ACPI NVS region [mem 0xbf70f000-0xbf92ffff] (2232320 bytes)
Apr 13 13:39:15 localhost vmunix: [    0.287165] PM: Registering ACPI NVS region [mem 0xbf931000-0xbf938fff] (32768 bytes)
Apr 13 13:39:15 localhost vmunix: [    0.287165] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Apr 13 13:39:15 localhost vmunix: [    0.287165] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Apr 13 13:39:15 localhost vmunix: [    0.287165] pinctrl core: initialized pinctrl subsystem
Apr 13 13:39:15 localhost vmunix: [    0.287165] PM: RTC time: 11:38:20, date: 2020-04-13
Apr 13 13:39:15 localhost vmunix: [    0.287165] NET: Registered protocol family 16
Apr 13 13:39:15 localhost vmunix: [    0.287165] audit: initializing netlink subsys (disabled)
Apr 13 13:39:15 localhost vmunix: [    0.287165] audit: type=2000 audit(1586777899.132:1): state=initialized audit_enabled=0 res=1
Apr 13 13:39:15 localhost vmunix: [    0.287165] cpuidle: using governor ladder
Apr 13 13:39:15 localhost vmunix: [    0.287165] cpuidle: using governor menu
Apr 13 13:39:15 localhost vmunix: [    0.289152] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Apr 13 13:39:15 localhost vmunix: [    0.289154] ACPI: bus type PCI registered
Apr 13 13:39:15 localhost vmunix: [    0.289156] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 13 13:39:15 localhost vmunix: [    0.289439] PCI: MMCONFIG for domain 0000 [bus 00-04] at [mem 0xf0000000-0xf04fffff] (base 0xf0000000)
Apr 13 13:39:15 localhost vmunix: [    0.289454] PCI: MMCONFIG at [mem 0xf0000000-0xf04fffff] reserved in E820
Apr 13 13:39:15 localhost vmunix: [    0.289466] PCI: Using configuration type 1 for base access
Apr 13 13:39:15 localhost vmunix: [    0.291922] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 13 13:39:15 localhost vmunix: [    0.293231] ACPI: Disabled all _OSI OS vendors
Apr 13 13:39:15 localhost vmunix: [    0.293233] ACPI: Added _OSI(Module Device)
Apr 13 13:39:15 localhost vmunix: [    0.293234] ACPI: Added _OSI(Processor Device)
Apr 13 13:39:15 localhost vmunix: [    0.293235] ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 13 13:39:15 localhost vmunix: [    0.293236] ACPI: Added _OSI(Processor Aggregator Device)
Apr 13 13:39:15 localhost vmunix: [    0.293238] ACPI: Added _OSI(Linux-Dell-Video)
Apr 13 13:39:15 localhost vmunix: [    0.293239] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 13 13:39:15 localhost vmunix: [    0.293240] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 13 13:39:15 localhost vmunix: [    0.293241] ACPI: Added _OSI(Darwin)
Apr 13 13:39:15 localhost vmunix: [    0.299731] ACPI: 5 ACPI AML tables successfully acquired and loaded
Apr 13 13:39:15 localhost vmunix: [    0.300116] ACPI: EC: EC started
Apr 13 13:39:15 localhost vmunix: [    0.300117] ACPI: EC: interrupt blocked
Apr 13 13:39:15 localhost vmunix: [    0.302160] ACPI: \: Used as first EC
Apr 13 13:39:15 localhost vmunix: [    0.302162] ACPI: \: GPE=0x57, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 13 13:39:15 localhost vmunix: [    0.302163] ACPI: EC: Boot ECDT EC used to handle transactions
Apr 13 13:39:15 localhost vmunix: [    0.302455] ACPI: BIOS _OSI(Darwin) query honored via DMI
Apr 13 13:39:15 localhost vmunix: [    0.303093] ACPI: Dynamic OEM Table Load:
Apr 13 13:39:15 localhost vmunix: [    0.303100] ACPI: SSDT 0xFFFF8F8E3A936800 00027A (v01 APPLE  Cpu0Ist  00003000 INTL 20061109)
Apr 13 13:39:15 localhost vmunix: [    0.303673] ACPI: Dynamic OEM Table Load:
Apr 13 13:39:15 localhost vmunix: [    0.303680] ACPI: SSDT 0xFFFF8F8E3B330800 0005A6 (v01 APPLE  Cpu0Cst  00003001 INTL 20061109)
Apr 13 13:39:15 localhost vmunix: [    0.304407] ACPI: Dynamic OEM Table Load:
Apr 13 13:39:15 localhost vmunix: [    0.304413] ACPI: SSDT 0xFFFF8F8E3B311500 0000C8 (v01 APPLE  Cpu1Ist  00003000 INTL 20061109)
Apr 13 13:39:15 localhost vmunix: [    0.304865] ACPI: Dynamic OEM Table Load:
Apr 13 13:39:15 localhost vmunix: [    0.304871] ACPI: SSDT 0xFFFF8F8E3A909F00 000085 (v01 APPLE  Cpu1Cst  00003000 INTL 20061109)
Apr 13 13:39:15 localhost vmunix: [    0.305507] ACPI: Interpreter enabled
Apr 13 13:39:15 localhost vmunix: [    0.305528] ACPI: (supports S0 S3 S4 S5)
Apr 13 13:39:15 localhost vmunix: [    0.305530] ACPI: Using IOAPIC for interrupt routing
Apr 13 13:39:15 localhost vmunix: [    0.305556] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 13 13:39:15 localhost vmunix: [    0.305831] ACPI: Enabled 8 GPEs in block 00 to 1F
Apr 13 13:39:15 localhost vmunix: [    0.305844] ACPI: Enabled 3 GPEs in block 20 to 5F
Apr 13 13:39:15 localhost vmunix: [    0.319186] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Apr 13 13:39:15 localhost vmunix: [    0.319192] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR]
Apr 13 13:39:15 localhost vmunix: [    0.319204] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-04] only partially covers this bridge
Apr 13 13:39:15 localhost vmunix: [    0.319492] PCI host bridge to bus 0000:00
Apr 13 13:39:15 localhost vmunix: [    0.319495] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Apr 13 13:39:15 localhost vmunix: [    0.319497] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 13 13:39:15 localhost vmunix: [    0.319499] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 13 13:39:15 localhost vmunix: [    0.319500] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
Apr 13 13:39:15 localhost vmunix: [    0.319502] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Apr 13 13:39:15 localhost vmunix: [    0.319504] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
Apr 13 13:39:15 localhost vmunix: [    0.319505] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Apr 13 13:39:15 localhost vmunix: [    0.319507] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Apr 13 13:39:15 localhost vmunix: [    0.319509] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Apr 13 13:39:15 localhost vmunix: [    0.319511] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Apr 13 13:39:15 localhost vmunix: [    0.319512] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Apr 13 13:39:15 localhost vmunix: [    0.319514] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Apr 13 13:39:15 localhost vmunix: [    0.319516] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
Apr 13 13:39:15 localhost vmunix: [    0.319517] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
Apr 13 13:39:15 localhost vmunix: [    0.319519] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
Apr 13 13:39:15 localhost vmunix: [    0.319521] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
Apr 13 13:39:15 localhost vmunix: [    0.319522] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
Apr 13 13:39:15 localhost vmunix: [    0.319524] pci_bus 0000:00: root bus resource [bus 00-ff]
Apr 13 13:39:15 localhost vmunix: [    0.319545] pci 0000:00:00.0: [10de:0d60] type 00 class 0x060000
Apr 13 13:39:15 localhost vmunix: [    0.319794] pci 0000:00:00.1: [10de:0d68] type 00 class 0x050000
Apr 13 13:39:15 localhost vmunix: [    0.320041] pci 0000:00:01.0: [10de:0d6d] type 00 class 0x050000
Apr 13 13:39:15 localhost vmunix: [    0.320262] pci 0000:00:01.1: [10de:0d6e] type 00 class 0x050000
Apr 13 13:39:15 localhost vmunix: [    0.320501] pci 0000:00:01.2: [10de:0d6f] type 00 class 0x050000
Apr 13 13:39:15 localhost vmunix: [    0.320720] pci 0000:00:01.3: [10de:0d70] type 00 class 0x050000
Apr 13 13:39:15 localhost vmunix: [    0.320944] pci 0000:00:02.0: [10de:0d71] type 00 class 0x050000
Apr 13 13:39:15 localhost vmunix: [    0.321167] pci 0000:00:02.1: [10de:0d72] type 00 class 0x050000
Apr 13 13:39:15 localhost vmunix: [    0.321386] pci 0000:00:03.0: [10de:0d80] type 00 class 0x060100
Apr 13 13:39:15 localhost vmunix: [    0.321398] pci 0000:00:03.0: reg 0x10: [io  0x2100-0x21ff]
Apr 13 13:39:15 localhost vmunix: [    0.321549] pci 0000:00:03.1: [10de:0d7b] type 00 class 0x050000
Apr 13 13:39:15 localhost vmunix: [    0.321722] pci 0000:00:03.2: [10de:0d79] type 00 class 0x0c0500
Apr 13 13:39:15 localhost vmunix: [    0.321737] pci 0000:00:03.2: reg 0x10: [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.321759] pci 0000:00:03.2: reg 0x20: [io  0x2240-0x227f]
Apr 13 13:39:15 localhost vmunix: [    0.321765] pci 0000:00:03.2: reg 0x24: [io  0x2200-0x223f]
Apr 13 13:39:15 localhost vmunix: [    0.321801] pci 0000:00:03.2: PME# supported from D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.321928] pci 0000:00:03.3: [10de:0d69] type 00 class 0x050000
Apr 13 13:39:15 localhost vmunix: [    0.322183] pci 0000:00:03.4: [10de:0d7a] type 00 class 0x0b4000
Apr 13 13:39:15 localhost vmunix: [    0.322215] pci 0000:00:03.4: reg 0x10: [mem 0xd3400000-0xd347ffff]
Apr 13 13:39:15 localhost vmunix: [    0.322456] pci 0000:00:04.0: [10de:0d9c] type 00 class 0x0c0310
Apr 13 13:39:15 localhost vmunix: [    0.322470] pci 0000:00:04.0: reg 0x10: [mem 0xd348a000-0xd348afff]
Apr 13 13:39:15 localhost vmunix: [    0.322522] pci 0000:00:04.0: supports D1 D2
Apr 13 13:39:15 localhost vmunix: [    0.322524] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.322681] pci 0000:00:04.1: [10de:0d9d] type 00 class 0x0c0320
Apr 13 13:39:15 localhost vmunix: [    0.322696] pci 0000:00:04.1: reg 0x10: [mem 0xd348b100-0xd348b1ff]
Apr 13 13:39:15 localhost vmunix: [    0.322754] pci 0000:00:04.1: supports D1 D2
Apr 13 13:39:15 localhost vmunix: [    0.322756] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.322929] pci 0000:00:06.0: [10de:0d9c] type 00 class 0x0c0310
Apr 13 13:39:15 localhost vmunix: [    0.322944] pci 0000:00:06.0: reg 0x10: [mem 0xd3489000-0xd3489fff]
Apr 13 13:39:15 localhost vmunix: [    0.322996] pci 0000:00:06.0: supports D1 D2
Apr 13 13:39:15 localhost vmunix: [    0.322997] pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.323151] pci 0000:00:06.1: [10de:0d9d] type 00 class 0x0c0320
Apr 13 13:39:15 localhost vmunix: [    0.323167] pci 0000:00:06.1: reg 0x10: [mem 0xd348b000-0xd348b0ff]
Apr 13 13:39:15 localhost vmunix: [    0.323225] pci 0000:00:06.1: supports D1 D2
Apr 13 13:39:15 localhost vmunix: [    0.323226] pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.323413] pci 0000:00:08.0: [10de:0d94] type 00 class 0x040300
Apr 13 13:39:15 localhost vmunix: [    0.323429] pci 0000:00:08.0: reg 0x10: [mem 0xd3480000-0xd3483fff]
Apr 13 13:39:15 localhost vmunix: [    0.323489] pci 0000:00:08.0: PME# supported from D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.323621] pci 0000:00:0a.0: [10de:0d85] type 00 class 0x010185
Apr 13 13:39:15 localhost vmunix: [    0.323634] pci 0000:00:0a.0: reg 0x10: [io  0x2298-0x229f]
Apr 13 13:39:15 localhost vmunix: [    0.323640] pci 0000:00:0a.0: reg 0x14: [io  0x22a4-0x22a7]
Apr 13 13:39:15 localhost vmunix: [    0.323646] pci 0000:00:0a.0: reg 0x18: [io  0x2290-0x2297]
Apr 13 13:39:15 localhost vmunix: [    0.323651] pci 0000:00:0a.0: reg 0x1c: [io  0x22a0-0x22a3]
Apr 13 13:39:15 localhost vmunix: [    0.323657] pci 0000:00:0a.0: reg 0x20: [io  0x2280-0x228f]
Apr 13 13:39:15 localhost vmunix: [    0.323663] pci 0000:00:0a.0: reg 0x24: [mem 0xd3484000-0xd3485fff]
Apr 13 13:39:15 localhost vmunix: [    0.323800] pci 0000:00:0b.0: [10de:0d75] type 00 class 0x050000
Apr 13 13:39:15 localhost vmunix: [    0.323815] pci 0000:00:0b.0: reg 0x10: [mem 0xd3488000-0xd3488fff]
Apr 13 13:39:15 localhost vmunix: [    0.323996] pci 0000:00:0e.0: [10de:0d9a] type 01 class 0x060400
Apr 13 13:39:15 localhost vmunix: [    0.324143] pci 0000:00:0e.0: enabling Extended Tags
Apr 13 13:39:15 localhost vmunix: [    0.324311] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.324536] pci 0000:00:15.0: [10de:0d9b] type 01 class 0x060400
Apr 13 13:39:15 localhost vmunix: [    0.324683] pci 0000:00:15.0: enabling Extended Tags
Apr 13 13:39:15 localhost vmunix: [    0.324851] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.325067] pci 0000:00:16.0: [10de:0d9b] type 01 class 0x060400
Apr 13 13:39:15 localhost vmunix: [    0.325216] pci 0000:00:16.0: enabling Extended Tags
Apr 13 13:39:15 localhost vmunix: [    0.325384] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.325566] pci 0000:00:17.0: [10de:0d76] type 01 class 0x060400
Apr 13 13:39:15 localhost vmunix: [    0.325613] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.325870] pci 0000:01:00.0: [11c1:5901] type 00 class 0x0c0010
Apr 13 13:39:15 localhost vmunix: [    0.325903] pci 0000:01:00.0: reg 0x10: [mem 0xd3300000-0xd3300fff 64bit]
Apr 13 13:39:15 localhost vmunix: [    0.326025] pci 0000:01:00.0: supports D1 D2
Apr 13 13:39:15 localhost vmunix: [    0.326027] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.326239] pci 0000:00:0e.0: PCI bridge to [bus 01]
Apr 13 13:39:15 localhost vmunix: [    0.326261] pci 0000:00:0e.0:   bridge window [mem 0xd3300000-0xd33fffff]
Apr 13 13:39:15 localhost vmunix: [    0.326588] pci 0000:02:00.0: [14e4:432b] type 00 class 0x028000
Apr 13 13:39:15 localhost vmunix: [    0.326619] pci 0000:02:00.0: reg 0x10: [mem 0xd3200000-0xd3203fff 64bit]
Apr 13 13:39:15 localhost vmunix: [    0.326674] pci 0000:02:00.0: enabling Extended Tags
Apr 13 13:39:15 localhost vmunix: [    0.326747] pci 0000:02:00.0: supports D1 D2
Apr 13 13:39:15 localhost vmunix: [    0.326749] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.327069] pci 0000:00:15.0: PCI bridge to [bus 02]
Apr 13 13:39:15 localhost vmunix: [    0.327091] pci 0000:00:15.0:   bridge window [mem 0xd3200000-0xd32fffff]
Apr 13 13:39:15 localhost vmunix: [    0.327397] pci 0000:03:00.0: [14e4:1684] type 00 class 0x020000
Apr 13 13:39:15 localhost vmunix: [    0.327429] pci 0000:03:00.0: reg 0x10: [mem 0xd3100000-0xd310ffff 64bit]
Apr 13 13:39:15 localhost vmunix: [    0.327484] pci 0000:03:00.0: enabling Extended Tags
Apr 13 13:39:15 localhost vmunix: [    0.327566] pci 0000:03:00.0: PME# supported from D3hot D3cold
Apr 13 13:39:15 localhost vmunix: [    0.327724] pci 0000:00:16.0: PCI bridge to [bus 03]
Apr 13 13:39:15 localhost vmunix: [    0.327746] pci 0000:00:16.0:   bridge window [mem 0xd3100000-0xd31fffff]
Apr 13 13:39:15 localhost vmunix: [    0.327777] pci_bus 0000:04: extended config space not accessible
Apr 13 13:39:15 localhost vmunix: [    0.327814] pci 0000:04:00.0: [10de:08a0] type 00 class 0x030000
Apr 13 13:39:15 localhost vmunix: [    0.327825] pci 0000:04:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
Apr 13 13:39:15 localhost vmunix: [    0.327833] pci 0000:04:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Apr 13 13:39:15 localhost vmunix: [    0.327841] pci 0000:04:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Apr 13 13:39:15 localhost vmunix: [    0.327846] pci 0000:04:00.0: reg 0x24: [io  0x1000-0x107f]
Apr 13 13:39:15 localhost vmunix: [    0.327852] pci 0000:04:00.0: reg 0x30: [mem 0xd3000000-0xd301ffff pref]
Apr 13 13:39:15 localhost vmunix: [    0.327861] pci 0000:04:00.0: Enabling HDA controller
Apr 13 13:39:15 localhost vmunix: [    0.328058] pci 0000:00:17.0: PCI bridge to [bus 04]
Apr 13 13:39:15 localhost vmunix: [    0.328062] pci 0000:00:17.0:   bridge window [io  0x1000-0x1fff]
Apr 13 13:39:15 localhost vmunix: [    0.328065] pci 0000:00:17.0:   bridge window [mem 0xd2000000-0xd30fffff]
Apr 13 13:39:15 localhost vmunix: [    0.328069] pci 0000:00:17.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 13 13:39:15 localhost vmunix: [    0.328610] ACPI: PCI Interrupt Link [LNK1] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.328719] ACPI: PCI Interrupt Link [LNK2] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.328826] ACPI: PCI Interrupt Link [LNK3] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.328932] ACPI: PCI Interrupt Link [LNK4] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.329039] ACPI: PCI Interrupt Link [Z00B] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.329152] ACPI: PCI Interrupt Link [Z00C] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.329259] ACPI: PCI Interrupt Link [Z00D] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.329365] ACPI: PCI Interrupt Link [Z00E] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.329472] ACPI: PCI Interrupt Link [Z00J] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.329579] ACPI: PCI Interrupt Link [Z00K] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.329685] ACPI: PCI Interrupt Link [Z00L] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.329793] ACPI: PCI Interrupt Link [Z00M] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.329900] ACPI: PCI Interrupt Link [Z00N] (IRQs 16 17 18 19 20 21 22 23) *11
Apr 13 13:39:15 localhost vmunix: [    0.330007] ACPI: PCI Interrupt Link [Z00O] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.330114] ACPI: PCI Interrupt Link [Z00P] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.330222] ACPI: PCI Interrupt Link [Z00Q] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.330328] ACPI: PCI Interrupt Link [LSMB] (IRQs 16 17 18 19 20 21 22 23) *15
Apr 13 13:39:15 localhost vmunix: [    0.330434] ACPI: PCI Interrupt Link [LUS0] (IRQs 16 17 18 19 20 21 22 23) *11
Apr 13 13:39:15 localhost vmunix: [    0.330540] ACPI: PCI Interrupt Link [LUS2] (IRQs 16 17 18 19 20 21 22 23) *10
Apr 13 13:39:15 localhost vmunix: [    0.330646] ACPI: PCI Interrupt Link [LMAC] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.330751] ACPI: PCI Interrupt Link [LAZA] (IRQs 16 17 18 19 20 21 22 23) *15
Apr 13 13:39:15 localhost vmunix: [    0.330857] ACPI: PCI Interrupt Link [LGPU] (IRQs 16 17 18 19 20 21 22 23) *7
Apr 13 13:39:15 localhost vmunix: [    0.330963] ACPI: PCI Interrupt Link [LPID] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 13 13:39:15 localhost vmunix: [    0.331071] ACPI: PCI Interrupt Link [LSI0] (IRQs 16 17 18 19 20 21 22 23) *11
Apr 13 13:39:15 localhost vmunix: [    0.331178] ACPI: PCI Interrupt Link [Z000] (IRQs 16 17 18 19 20 21 22 23) *7
Apr 13 13:39:15 localhost vmunix: [    0.331285] ACPI: PCI Interrupt Link [Z001] (IRQs 16 17 18 19 20 21 22 23) *5
Apr 13 13:39:15 localhost vmunix: [    0.331392] ACPI: PCI Interrupt Link [LPMU] (IRQs 16 17 18 19 20 21 22 23) *14
Apr 13 13:39:15 localhost vmunix: [    0.331730] ACPI: EC: interrupt unblocked
Apr 13 13:39:15 localhost vmunix: [    0.331744] ACPI: EC: event unblocked
Apr 13 13:39:15 localhost vmunix: [    0.331755] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x57, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 13 13:39:15 localhost vmunix: [    0.331757] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
Apr 13 13:39:15 localhost vmunix: [    0.331900] iommu: Default domain type: Translated 
Apr 13 13:39:15 localhost vmunix: [    0.331900] pci 0000:04:00.0: vgaarb: setting as boot VGA device
Apr 13 13:39:15 localhost vmunix: [    0.331900] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr 13 13:39:15 localhost vmunix: [    0.331900] pci 0000:04:00.0: vgaarb: bridge control possible
Apr 13 13:39:15 localhost vmunix: [    0.331900] vgaarb: loaded
Apr 13 13:39:15 localhost vmunix: [    0.331900] SCSI subsystem initialized
Apr 13 13:39:15 localhost vmunix: [    0.331900] ACPI: bus type USB registered
Apr 13 13:39:15 localhost vmunix: [    0.331900] usbcore: registered new interface driver usbfs
Apr 13 13:39:15 localhost vmunix: [    0.331900] usbcore: registered new interface driver hub
Apr 13 13:39:15 localhost vmunix: [    0.331900] usbcore: registered new device driver usb
Apr 13 13:39:15 localhost vmunix: [    0.331900] EDAC MC: Ver: 3.0.0
Apr 13 13:39:15 localhost vmunix: [    0.333208] PCI: Using ACPI for IRQ routing
Apr 13 13:39:15 localhost vmunix: [    0.333800] NetLabel: Initializing
Apr 13 13:39:15 localhost vmunix: [    0.333801] NetLabel:  domain hash size = 128
Apr 13 13:39:15 localhost vmunix: [    0.333801] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 13 13:39:15 localhost vmunix: [    0.333827] NetLabel:  unlabeled traffic allowed by default
Apr 13 13:39:15 localhost vmunix: [    0.333850] hpet: 4 channels of 0 reserved for per-cpu timers
Apr 13 13:39:15 localhost vmunix: [    0.333850] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31
Apr 13 13:39:15 localhost vmunix: [    0.333850] hpet0: 4 comparators, 64-bit 25.000000 MHz counter
Apr 13 13:39:15 localhost vmunix: [    0.335232] clocksource: Switched to clocksource tsc-early
Apr 13 13:39:15 localhost vmunix: [    0.353408] *** VALIDATE bpf ***
Apr 13 13:39:15 localhost vmunix: [    0.353530] VFS: Disk quotas dquot_6.6.0
Apr 13 13:39:15 localhost vmunix: [    0.353555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 13 13:39:15 localhost vmunix: [    0.353593] *** VALIDATE ramfs ***
Apr 13 13:39:15 localhost vmunix: [    0.353597] *** VALIDATE hugetlbfs ***
Apr 13 13:39:15 localhost vmunix: [    0.353752] AppArmor: AppArmor Filesystem Enabled
Apr 13 13:39:15 localhost vmunix: [    0.353798] pnp: PnP ACPI init
Apr 13 13:39:15 localhost vmunix: [    0.353968] system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
Apr 13 13:39:15 localhost vmunix: [    0.354166] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Apr 13 13:39:15 localhost vmunix: [    0.354268] pnp 00:02: disabling [io  0x0010-0x001f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354270] pnp 00:02: disabling [io  0x0022-0x003f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354272] pnp 00:02: disabling [io  0x0044-0x005f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354274] pnp 00:02: disabling [io  0x0063] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354276] pnp 00:02: disabling [io  0x0065] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354278] pnp 00:02: disabling [io  0x0067-0x006f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354280] pnp 00:02: disabling [io  0x0072-0x0073] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354282] pnp 00:02: disabling [io  0x0074-0x007f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354284] pnp 00:02: disabling [io  0x0091-0x0093] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354286] pnp 00:02: disabling [io  0x0097-0x009f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354288] pnp 00:02: disabling [io  0x00a2-0x00bf] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354290] pnp 00:02: disabling [io  0x00e0-0x00ef] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354292] pnp 00:02: disabling [io  0x0080] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 13 13:39:15 localhost vmunix: [    0.354343] system 00:02: [io  0x0400-0x047f] has been reserved
Apr 13 13:39:15 localhost vmunix: [    0.354345] system 00:02: [io  0x0480-0x04ff] has been reserved
Apr 13 13:39:15 localhost vmunix: [    0.354348] system 00:02: [io  0x0500-0x057f] has been reserved
Apr 13 13:39:15 localhost vmunix: [    0.354350] system 00:02: [io  0x0580-0x05ff] has been reserved
Apr 13 13:39:15 localhost vmunix: [    0.354352] system 00:02: [io  0x0800-0x087f] has been reserved
Apr 13 13:39:15 localhost vmunix: [    0.354354] system 00:02: [io  0x0880-0x08ff] has been reserved
Apr 13 13:39:15 localhost vmunix: [    0.354356] system 00:02: [io  0x04d0-0x04d1] has been reserved
Apr 13 13:39:15 localhost vmunix: [    0.354358] system 00:02: [io  0x0295-0x0296] has been reserved
Apr 13 13:39:15 localhost vmunix: [    0.355040] pnp: PnP ACPI: found 4 devices
Apr 13 13:39:15 localhost vmunix: [    0.357159] thermal_sys: Registered thermal governor 'fair_share'
Apr 13 13:39:15 localhost vmunix: [    0.357160] thermal_sys: Registered thermal governor 'bang_bang'
Apr 13 13:39:15 localhost vmunix: [    0.357161] thermal_sys: Registered thermal governor 'step_wise'
Apr 13 13:39:15 localhost vmunix: [    0.357162] thermal_sys: Registered thermal governor 'user_space'
Apr 13 13:39:15 localhost vmunix: [    0.357163] thermal_sys: Registered thermal governor 'power_allocator'
Apr 13 13:39:15 localhost vmunix: [    0.361675] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 13 13:39:15 localhost vmunix: [    0.361739] pci 0000:00:03.2: BAR 0: assigned [io  0x2000-0x20ff]
Apr 13 13:39:15 localhost vmunix: [    0.361745] pci 0000:00:0e.0: PCI bridge to [bus 01]
Apr 13 13:39:15 localhost vmunix: [    0.361757] pci 0000:00:0e.0:   bridge window [mem 0xd3300000-0xd33fffff]
Apr 13 13:39:15 localhost vmunix: [    0.361778] pci 0000:00:15.0: PCI bridge to [bus 02]
Apr 13 13:39:15 localhost vmunix: [    0.361789] pci 0000:00:15.0:   bridge window [mem 0xd3200000-0xd32fffff]
Apr 13 13:39:15 localhost vmunix: [    0.361810] pci 0000:00:16.0: PCI bridge to [bus 03]
Apr 13 13:39:15 localhost vmunix: [    0.361820] pci 0000:00:16.0:   bridge window [mem 0xd3100000-0xd31fffff]
Apr 13 13:39:15 localhost vmunix: [    0.361841] pci 0000:00:17.0: PCI bridge to [bus 04]
Apr 13 13:39:15 localhost vmunix: [    0.361844] pci 0000:00:17.0:   bridge window [io  0x1000-0x1fff]
Apr 13 13:39:15 localhost vmunix: [    0.361847] pci 0000:00:17.0:   bridge window [mem 0xd2000000-0xd30fffff]
Apr 13 13:39:15 localhost vmunix: [    0.361850] pci 0000:00:17.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 13 13:39:15 localhost vmunix: [    0.361854] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Apr 13 13:39:15 localhost vmunix: [    0.361856] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Apr 13 13:39:15 localhost vmunix: [    0.361857] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 13 13:39:15 localhost vmunix: [    0.361859] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Apr 13 13:39:15 localhost vmunix: [    0.361861] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Apr 13 13:39:15 localhost vmunix: [    0.361863] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Apr 13 13:39:15 localhost vmunix: [    0.361864] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Apr 13 13:39:15 localhost vmunix: [    0.361866] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Apr 13 13:39:15 localhost vmunix: [    0.361868] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Apr 13 13:39:15 localhost vmunix: [    0.361870] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Apr 13 13:39:15 localhost vmunix: [    0.361871] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Apr 13 13:39:15 localhost vmunix: [    0.361873] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
Apr 13 13:39:15 localhost vmunix: [    0.361875] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
Apr 13 13:39:15 localhost vmunix: [    0.361876] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
Apr 13 13:39:15 localhost vmunix: [    0.361878] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
Apr 13 13:39:15 localhost vmunix: [    0.361880] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
Apr 13 13:39:15 localhost vmunix: [    0.361882] pci_bus 0000:00: resource 20 [mem 0xc0000000-0xfebfffff window]
Apr 13 13:39:15 localhost vmunix: [    0.361884] pci_bus 0000:01: resource 1 [mem 0xd3300000-0xd33fffff]
Apr 13 13:39:15 localhost vmunix: [    0.361886] pci_bus 0000:02: resource 1 [mem 0xd3200000-0xd32fffff]
Apr 13 13:39:15 localhost vmunix: [    0.361887] pci_bus 0000:03: resource 1 [mem 0xd3100000-0xd31fffff]
Apr 13 13:39:15 localhost vmunix: [    0.361889] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
Apr 13 13:39:15 localhost vmunix: [    0.361891] pci_bus 0000:04: resource 1 [mem 0xd2000000-0xd30fffff]
Apr 13 13:39:15 localhost vmunix: [    0.361892] pci_bus 0000:04: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 13 13:39:15 localhost vmunix: [    0.362008] NET: Registered protocol family 2
Apr 13 13:39:15 localhost vmunix: [    0.362217] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Apr 13 13:39:15 localhost vmunix: [    0.362304] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 13 13:39:15 localhost vmunix: [    0.362507] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Apr 13 13:39:15 localhost vmunix: [    0.362587] TCP: Hash tables configured (established 32768 bind 32768)
Apr 13 13:39:15 localhost vmunix: [    0.362665] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 13 13:39:15 localhost vmunix: [    0.362696] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 13 13:39:15 localhost vmunix: [    0.362750] NET: Registered protocol family 1
Apr 13 13:39:15 localhost vmunix: [    0.363182] PCI Interrupt Link [LUS0] enabled at IRQ 23
Apr 13 13:39:15 localhost vmunix: [    0.386269] pci 0000:00:04.0: quirk_usb_early_handoff+0x0/0x6c0 took 22863 usecs
Apr 13 13:39:15 localhost vmunix: [    0.386566] PCI Interrupt Link [LUS2] enabled at IRQ 22
Apr 13 13:39:15 localhost vmunix: [    0.387023] PCI Interrupt Link [Z000] enabled at IRQ 21
Apr 13 13:39:15 localhost vmunix: [    0.387472] PCI Interrupt Link [Z001] enabled at IRQ 20
Apr 13 13:39:15 localhost vmunix: [    0.388110] pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 13 13:39:15 localhost vmunix: [    0.388112] PCI: CLS 256 bytes, default 64
Apr 13 13:39:15 localhost vmunix: [    0.388186] Trying to unpack rootfs image as initramfs...
Apr 13 13:39:15 localhost vmunix: [    0.636542] Freeing initrd memory: 10428K
Apr 13 13:39:15 localhost vmunix: [    0.636561] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 13 13:39:15 localhost vmunix: [    0.636563] software IO TLB: mapped [mem 0xab000000-0xaf000000] (64MB)
Apr 13 13:39:15 localhost vmunix: [    0.636802] check: Scanning for low memory corruption every 60 seconds
Apr 13 13:39:15 localhost vmunix: [    0.636831] efifb: dmi detected MacBookPro7,1 - framebuffer at 0xc0010000 (1280x800, stride 8192)
Apr 13 13:39:15 localhost vmunix: [    0.637337] Initialise system trusted keyrings
Apr 13 13:39:15 localhost vmunix: [    0.637423] workingset: timestamp_bits=40 max_order=20 bucket_order=0
Apr 13 13:39:15 localhost vmunix: [    0.639447] zbud: loaded
Apr 13 13:39:15 localhost vmunix: [    0.640402] Allocating IMA blacklist keyring.
Apr 13 13:39:15 localhost vmunix: [    0.644643] Key type asymmetric registered
Apr 13 13:39:15 localhost vmunix: [    0.644645] Asymmetric key parser 'x509' registered
Apr 13 13:39:15 localhost vmunix: [    0.644657] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Apr 13 13:39:15 localhost vmunix: [    0.644704] io scheduler mq-deadline registered
Apr 13 13:39:15 localhost vmunix: [    0.645275] PCI Interrupt Link [Z00B] enabled at IRQ 19
Apr 13 13:39:15 localhost vmunix: [    0.645829] PCI Interrupt Link [Z00J] enabled at IRQ 18
Apr 13 13:39:15 localhost vmunix: [    0.646365] PCI Interrupt Link [Z00N] enabled at IRQ 17
Apr 13 13:39:15 localhost vmunix: [    0.646632] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 13 13:39:15 localhost vmunix: [    0.646737] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Apr 13 13:39:15 localhost vmunix: [    0.646789] ACPI: Lid Switch [LID0]
Apr 13 13:39:15 localhost vmunix: [    0.646835] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Apr 13 13:39:15 localhost vmunix: [    0.646859] ACPI: Power Button [PWRB]
Apr 13 13:39:15 localhost vmunix: [    0.646908] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Apr 13 13:39:15 localhost vmunix: [    0.646933] ACPI: Sleep Button [SLPB]
Apr 13 13:39:15 localhost vmunix: [    0.647017] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Apr 13 13:39:15 localhost vmunix: [    0.647054] ACPI: Power Button [PWRF]
Apr 13 13:39:15 localhost vmunix: [    0.647182] tsc: Marking TSC unstable due to TSC halts in idle
Apr 13 13:39:15 localhost vmunix: [    0.647244] clocksource: Switched to clocksource hpet
Apr 13 13:39:15 localhost vmunix: [    0.647742] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Apr 13 13:39:15 localhost vmunix: [    0.650496] Linux agpgart interface v0.103
Apr 13 13:39:15 localhost vmunix: [    0.654058] brd: module loaded
Apr 13 13:39:15 localhost vmunix: [    0.656844] loop: module loaded
Apr 13 13:39:15 localhost vmunix: [    0.657508] libphy: Fixed MDIO Bus: probed
Apr 13 13:39:15 localhost vmunix: [    0.657509] tun: Universal TUN/TAP device driver, 1.6
Apr 13 13:39:15 localhost vmunix: [    0.657581] PPP generic driver version 2.4.2
Apr 13 13:39:15 localhost vmunix: [    0.657646] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 13 13:39:15 localhost vmunix: [    0.657651] ehci-pci: EHCI PCI platform driver
Apr 13 13:39:15 localhost vmunix: [    0.657905] ehci-pci 0000:00:04.1: EHCI Host Controller
Apr 13 13:39:15 localhost vmunix: [    0.657913] ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 1
Apr 13 13:39:15 localhost vmunix: [    0.657923] ehci-pci 0000:00:04.1: debug port 1
Apr 13 13:39:15 localhost vmunix: [    0.657958] ehci-pci 0000:00:04.1: disable ppcd for nvidia mcp89
Apr 13 13:39:15 localhost vmunix: [    0.657963] ehci-pci 0000:00:04.1: cache line size of 256 is not supported
Apr 13 13:39:15 localhost vmunix: [    0.657980] ehci-pci 0000:00:04.1: irq 22, io mem 0xd348b100
Apr 13 13:39:15 localhost vmunix: [    0.673244] ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.10
Apr 13 13:39:15 localhost vmunix: [    0.673321] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Apr 13 13:39:15 localhost vmunix: [    0.673324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 13 13:39:15 localhost vmunix: [    0.673332] usb usb1: Product: EHCI Host Controller
Apr 13 13:39:15 localhost vmunix: [    0.673333] usb usb1: Manufacturer: Linux 5.4.31-gnu ehci_hcd
Apr 13 13:39:15 localhost vmunix: [    0.673335] usb usb1: SerialNumber: 0000:00:04.1
Apr 13 13:39:15 localhost vmunix: [    0.673504] hub 1-0:1.0: USB hub found
Apr 13 13:39:15 localhost vmunix: [    0.673512] hub 1-0:1.0: 6 ports detected
Apr 13 13:39:15 localhost vmunix: [    0.674037] ehci-pci 0000:00:06.1: EHCI Host Controller
Apr 13 13:39:15 localhost vmunix: [    0.674043] ehci-pci 0000:00:06.1: new USB bus registered, assigned bus number 2
Apr 13 13:39:15 localhost vmunix: [    0.674051] ehci-pci 0000:00:06.1: debug port 1
Apr 13 13:39:15 localhost vmunix: [    0.674080] ehci-pci 0000:00:06.1: disable ppcd for nvidia mcp89
Apr 13 13:39:15 localhost vmunix: [    0.674085] ehci-pci 0000:00:06.1: cache line size of 256 is not supported
Apr 13 13:39:15 localhost vmunix: [    0.674096] ehci-pci 0000:00:06.1: irq 20, io mem 0xd348b000
Apr 13 13:39:15 localhost vmunix: [    0.689211] ehci-pci 0000:00:06.1: USB 2.0 started, EHCI 1.10
Apr 13 13:39:15 localhost vmunix: [    0.689298] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Apr 13 13:39:15 localhost vmunix: [    0.689301] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 13 13:39:15 localhost vmunix: [    0.689303] usb usb2: Product: EHCI Host Controller
Apr 13 13:39:15 localhost vmunix: [    0.689306] usb usb2: Manufacturer: Linux 5.4.31-gnu ehci_hcd
Apr 13 13:39:15 localhost vmunix: [    0.689308] usb usb2: SerialNumber: 0000:00:06.1
Apr 13 13:39:15 localhost vmunix: [    0.689483] hub 2-0:1.0: USB hub found
Apr 13 13:39:15 localhost vmunix: [    0.689497] hub 2-0:1.0: 6 ports detected
Apr 13 13:39:15 localhost vmunix: [    0.689829] ehci-platform: EHCI generic platform driver
Apr 13 13:39:15 localhost vmunix: [    0.689850] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Apr 13 13:39:15 localhost vmunix: [    0.689854] ohci-pci: OHCI PCI platform driver
Apr 13 13:39:15 localhost vmunix: [    0.690025] ohci-pci 0000:00:04.0: OHCI PCI host controller
Apr 13 13:39:15 localhost vmunix: [    0.690030] ohci-pci 0000:00:04.0: new USB bus registered, assigned bus number 3
Apr 13 13:39:15 localhost vmunix: [    0.690056] ohci-pci 0000:00:04.0: irq 23, io mem 0xd348a000
Apr 13 13:39:15 localhost vmunix: [    0.751232] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 13 13:39:15 localhost vmunix: [    0.751234] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 13 13:39:15 localhost vmunix: [    0.751236] usb usb3: Product: OHCI PCI host controller
Apr 13 13:39:15 localhost vmunix: [    0.751237] usb usb3: Manufacturer: Linux 5.4.31-gnu ohci_hcd
Apr 13 13:39:15 localhost vmunix: [    0.751239] usb usb3: SerialNumber: 0000:00:04.0
Apr 13 13:39:15 localhost vmunix: [    0.751396] hub 3-0:1.0: USB hub found
Apr 13 13:39:15 localhost vmunix: [    0.751405] hub 3-0:1.0: 6 ports detected
Apr 13 13:39:15 localhost vmunix: [    0.751899] ohci-pci 0000:00:06.0: OHCI PCI host controller
Apr 13 13:39:15 localhost vmunix: [    0.751905] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 4
Apr 13 13:39:15 localhost vmunix: [    0.751927] ohci-pci 0000:00:06.0: irq 21, io mem 0xd3489000
Apr 13 13:39:15 localhost vmunix: [    0.811230] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 13 13:39:15 localhost vmunix: [    0.811232] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 13 13:39:15 localhost vmunix: [    0.811234] usb usb4: Product: OHCI PCI host controller
Apr 13 13:39:15 localhost vmunix: [    0.811236] usb usb4: Manufacturer: Linux 5.4.31-gnu ohci_hcd
Apr 13 13:39:15 localhost vmunix: [    0.811237] usb usb4: SerialNumber: 0000:00:06.0
Apr 13 13:39:15 localhost vmunix: [    0.811394] hub 4-0:1.0: USB hub found
Apr 13 13:39:15 localhost vmunix: [    0.811402] hub 4-0:1.0: 6 ports detected
Apr 13 13:39:15 localhost vmunix: [    0.811727] ohci-platform: OHCI generic platform driver
Apr 13 13:39:15 localhost vmunix: [    0.811741] uhci_hcd: USB Universal Host Controller Interface driver
Apr 13 13:39:15 localhost vmunix: [    0.811811] i8042: PNP: No PS/2 controller found.
Apr 13 13:39:15 localhost vmunix: [    0.811953] mousedev: PS/2 mouse device common for all mice
Apr 13 13:39:15 localhost vmunix: [    0.812299] rtc_cmos 00:03: RTC can wake from S4
Apr 13 13:39:15 localhost vmunix: [    0.812675] rtc_cmos 00:03: registered as rtc0
Apr 13 13:39:15 localhost vmunix: [    0.812699] rtc_cmos 00:03: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
Apr 13 13:39:15 localhost vmunix: [    0.812706] i2c /dev entries driver
Apr 13 13:39:15 localhost vmunix: [    0.812761] device-mapper: uevent: version 1.0.3
Apr 13 13:39:15 localhost vmunix: [    0.812847] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
Apr 13 13:39:15 localhost vmunix: [    0.812851] intel_pstate: CPU model not supported
Apr 13 13:39:15 localhost vmunix: [    0.812881] ledtrig-cpu: registered to indicate activity on CPUs
Apr 13 13:39:15 localhost vmunix: [    0.813225] NET: Registered protocol family 10
Apr 13 13:39:15 localhost vmunix: [    0.813558] Segment Routing with IPv6
Apr 13 13:39:15 localhost vmunix: [    0.813580] NET: Registered protocol family 17
Apr 13 13:39:15 localhost vmunix: [    0.813663] Key type dns_resolver registered
Apr 13 13:39:15 localhost vmunix: [    0.813880] microcode: sig=0x1067a, pf=0x80, revision=0xa07
Apr 13 13:39:15 localhost vmunix: [    0.813953] microcode: Microcode Update Driver: v2.2.
Apr 13 13:39:15 localhost vmunix: [    0.813957] IPI shorthand broadcast: enabled
Apr 13 13:39:15 localhost vmunix: [    0.814053] registered taskstats version 1
Apr 13 13:39:15 localhost vmunix: [    0.814057] Loading compiled-in X.509 certificates
Apr 13 13:39:15 localhost vmunix: [    0.814093] zswap: loaded using pool lzo/zbud
Apr 13 13:39:15 localhost vmunix: [    0.814871] Key type big_key registered
Apr 13 13:39:15 localhost vmunix: [    0.815153] Key type encrypted registered
Apr 13 13:39:15 localhost vmunix: [    0.815156] AppArmor: AppArmor sha1 policy hashing enabled
Apr 13 13:39:15 localhost vmunix: [    0.815168] ima: No TPM chip found, activating TPM-bypass!
Apr 13 13:39:15 localhost vmunix: [    0.815172] ima: Allocated hash algorithm: sha1
Apr 13 13:39:15 localhost vmunix: [    0.815181] ima: No architecture policies found
Apr 13 13:39:15 localhost vmunix: [    0.815193] evm: Initialising EVM extended attributes:
Apr 13 13:39:15 localhost vmunix: [    0.815194] evm: security.selinux
Apr 13 13:39:15 localhost vmunix: [    0.815194] evm: security.SMACK64
Apr 13 13:39:15 localhost vmunix: [    0.815195] evm: security.SMACK64EXEC
Apr 13 13:39:15 localhost vmunix: [    0.815196] evm: security.SMACK64TRANSMUTE
Apr 13 13:39:15 localhost vmunix: [    0.815197] evm: security.SMACK64MMAP
Apr 13 13:39:15 localhost vmunix: [    0.815197] evm: security.apparmor
Apr 13 13:39:15 localhost vmunix: [    0.815198] evm: security.ima
Apr 13 13:39:15 localhost vmunix: [    0.815199] evm: security.capability
Apr 13 13:39:15 localhost vmunix: [    0.815200] evm: HMAC attrs: 0x1
Apr 13 13:39:15 localhost vmunix: [    0.816072] PM:   Magic number: 0:710:630
Apr 13 13:39:15 localhost vmunix: [    0.816252] rtc_cmos 00:03: setting system clock to 2020-04-13T11:38:20 UTC (1586777900)
Apr 13 13:39:15 localhost vmunix: [    0.816805] Unstable clock detected, switching default tracing clock to "global"
Apr 13 13:39:15 localhost vmunix: [    0.816805] If you want to keep using the local clock, then add:
Apr 13 13:39:15 localhost vmunix: [    0.816805]   "trace_clock=local"
Apr 13 13:39:15 localhost vmunix: [    0.816805] on the kernel command line
Apr 13 13:39:15 localhost vmunix: [    0.819194] Freeing unused kernel image memory: 1916K
Apr 13 13:39:15 localhost vmunix: [    0.833275] Write protecting the kernel read-only data: 22528k
Apr 13 13:39:15 localhost vmunix: [    0.834434] Freeing unused kernel image memory: 2036K
Apr 13 13:39:15 localhost vmunix: [    0.835435] Freeing unused kernel image memory: 1964K
Apr 13 13:39:15 localhost vmunix: [    0.835512] Run /init as init process
Apr 13 13:39:15 localhost vmunix: [    0.928729] ahci: enabling MCP89 AHCI mode
Apr 13 13:39:15 localhost vmunix: [    0.929089] PCI Interrupt Link [LSI0] enabled at IRQ 16
Apr 13 13:39:15 localhost vmunix: [    0.929220] ahci 0000:00:0a.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
Apr 13 13:39:15 localhost vmunix: [    0.929223] ahci 0000:00:0a.0: flags: 64bit ncq sntf pm led pio slum part apst 
Apr 13 13:39:15 localhost vmunix: [    0.929684] scsi host0: ahci
Apr 13 13:39:15 localhost vmunix: [    0.929909] scsi host1: ahci
Apr 13 13:39:15 localhost vmunix: [    0.929987] ata1: SATA max UDMA/133 abar m8192@0xd3484000 port 0xd3484100 irq 27
Apr 13 13:39:15 localhost vmunix: [    0.929988] ata2: SATA max UDMA/133 abar m8192@0xd3484000 port 0xd3484180 irq 27
Apr 13 13:39:15 localhost vmunix: [    1.013225] usb 1-1: new high-speed USB device number 2 using ehci-pci
Apr 13 13:39:15 localhost vmunix: [    1.029171] usb 2-1: new high-speed USB device number 2 using ehci-pci
Apr 13 13:39:15 localhost vmunix: [    1.055577] usb 1-1: New USB device found, idVendor=0b95, idProduct=7720, bcdDevice= 0.01
Apr 13 13:39:15 localhost vmunix: [    1.055580] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 13 13:39:15 localhost vmunix: [    1.055583] usb 1-1: Product: AX88x72A
Apr 13 13:39:15 localhost vmunix: [    1.055585] usb 1-1: Manufacturer: ASIX Elec. Corp.
Apr 13 13:39:15 localhost vmunix: [    1.055588] usb 1-1: SerialNumber: 0004FA
Apr 13 13:39:15 localhost vmunix: [    1.062296] usb 2-1: New USB device found, idVendor=05ac, idProduct=8403, bcdDevice=98.33
Apr 13 13:39:15 localhost vmunix: [    1.062299] usb 2-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Apr 13 13:39:15 localhost vmunix: [    1.062301] usb 2-1: Product: Card Reader
Apr 13 13:39:15 localhost vmunix: [    1.062304] usb 2-1: Manufacturer: Apple
Apr 13 13:39:15 localhost vmunix: [    1.062306] usb 2-1: SerialNumber: 000000009833
Apr 13 13:39:15 localhost vmunix: [    1.181221] usb 1-6: new high-speed USB device number 3 using ehci-pci
Apr 13 13:39:15 localhost vmunix: [    1.188383] random: fast init done
Apr 13 13:39:15 localhost vmunix: [    1.219023] usb 1-6: New USB device found, idVendor=05ac, idProduct=8507, bcdDevice= 4.35
Apr 13 13:39:15 localhost vmunix: [    1.219026] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 13 13:39:15 localhost vmunix: [    1.219029] usb 1-6: Product: Built-in iSight
Apr 13 13:39:15 localhost vmunix: [    1.219031] usb 1-6: Manufacturer: Apple Inc.
Apr 13 13:39:15 localhost vmunix: [    1.219034] usb 1-6: SerialNumber: 8HAAU0632DCLPL00
Apr 13 13:39:15 localhost vmunix: [    1.243690] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 13 13:39:15 localhost vmunix: [    1.244580] ata1.00: ATA-8: Hitachi HTS545025B9SA02, PB2AC60W, max UDMA/133
Apr 13 13:39:15 localhost vmunix: [    1.244582] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 32)
Apr 13 13:39:15 localhost vmunix: [    1.245175] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 13 13:39:15 localhost vmunix: [    1.245752] ata1.00: configured for UDMA/133
Apr 13 13:39:15 localhost vmunix: [    1.246009] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54502 C60W PQ: 0 ANSI: 5
Apr 13 13:39:15 localhost vmunix: [    1.246243] sd 0:0:0:0: Attached scsi generic sg0 type 0
Apr 13 13:39:15 localhost vmunix: [    1.246344] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 13 13:39:15 localhost vmunix: [    1.246358] sd 0:0:0:0: [sda] Write Protect is off
Apr 13 13:39:15 localhost vmunix: [    1.246382] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 13 13:39:15 localhost vmunix: [    1.246906] ata2.00: ATAPI: MATSHITADVD-R   UJ-898, HC10, max UDMA/100
Apr 13 13:39:15 localhost vmunix: [    1.249468] ata2.00: configured for UDMA/100
Apr 13 13:39:15 localhost vmunix: [    1.253134] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-898   HC10 PQ: 0 ANSI: 5
Apr 13 13:39:15 localhost vmunix: [    1.316010] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Apr 13 13:39:15 localhost vmunix: [    1.316012] cdrom: Uniform CD-ROM driver Revision: 3.20
Apr 13 13:39:15 localhost vmunix: [    1.329605] sr 1:0:0:0: Attached scsi generic sg1 type 5
Apr 13 13:39:15 localhost vmunix: [    1.525205] usb 4-3: new full-speed USB device number 2 using ohci-pci
Apr 13 13:39:15 localhost vmunix: [    1.636661]  sda: sda1 sda2 sda3 sda4 sda6 sda7
Apr 13 13:39:15 localhost vmunix: [    1.637439] sd 0:0:0:0: [sda] Attached SCSI disk
Apr 13 13:39:15 localhost vmunix: [    1.640023] usb-storage 2-1:1.0: USB Mass Storage device detected
Apr 13 13:39:15 localhost vmunix: [    1.640193] scsi host2: usb-storage 2-1:1.0
Apr 13 13:39:15 localhost vmunix: [    1.640296] usbcore: registered new interface driver usb-storage
Apr 13 13:39:15 localhost vmunix: [    1.642900] usbcore: registered new interface driver uas
Apr 13 13:39:15 localhost vmunix: [    1.645078] hidraw: raw HID events driver (C) Jiri Kosina
Apr 13 13:39:15 localhost vmunix: [    1.645704] usbcore: registered new interface driver usbhid
Apr 13 13:39:15 localhost vmunix: [    1.645705] usbhid: USB HID core driver
Apr 13 13:39:15 localhost vmunix: [    1.666117] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
Apr 13 13:39:15 localhost vmunix: [    1.769242] usb 4-3: New USB device found, idVendor=05ac, idProduct=0237, bcdDevice= 0.90
Apr 13 13:39:15 localhost vmunix: [    1.769246] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 13 13:39:15 localhost vmunix: [    1.769249] usb 4-3: Product: Apple Internal Keyboard / Trackpad
Apr 13 13:39:15 localhost vmunix: [    1.769251] usb 4-3: Manufacturer: Apple Inc.
Apr 13 13:39:15 localhost vmunix: [    1.784969] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.0/0003:05AC:0237.0001/input/input4
Apr 13 13:39:15 localhost vmunix: [    1.841401] apple 0003:05AC:0237.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:06.0-3/input0
Apr 13 13:39:15 localhost vmunix: [    1.849454] apple 0003:05AC:0237.0002: hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:06.0-3/input1
Apr 13 13:39:15 localhost vmunix: [    2.093225] usb 2-4: new high-speed USB device number 4 using ehci-pci
Apr 13 13:39:15 localhost vmunix: [    2.122164] usb 2-4: New USB device found, idVendor=13fd, idProduct=0840, bcdDevice= 1.12
Apr 13 13:39:15 localhost vmunix: [    2.122166] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 13 13:39:15 localhost vmunix: [    2.122167] usb 2-4: Product: External
Apr 13 13:39:15 localhost vmunix: [    2.122169] usb 2-4: Manufacturer: Generic
Apr 13 13:39:15 localhost vmunix: [    2.122171] usb 2-4: SerialNumber: 4D3030414244453534343520
Apr 13 13:39:15 localhost vmunix: [    2.122357] usb-storage 2-4:1.0: USB Mass Storage device detected
Apr 13 13:39:15 localhost vmunix: [    2.122525] scsi host3: usb-storage 2-4:1.0
Apr 13 13:39:15 localhost vmunix: [    2.457207] usb 4-5: new low-speed USB device number 3 using ohci-pci
Apr 13 13:39:15 localhost vmunix: [    2.651303] scsi 2:0:0:0: Direct-Access     APPLE    SD Card Reader   1.00 PQ: 0 ANSI: 0
Apr 13 13:39:15 localhost vmunix: [    2.651586] sd 2:0:0:0: Attached scsi generic sg2 type 0
Apr 13 13:39:15 localhost vmunix: [    2.666662] sd 2:0:0:0: [sdb] Attached SCSI removable disk
Apr 13 13:39:15 localhost vmunix: [    2.692290] usb 4-5: New USB device found, idVendor=05ac, idProduct=8242, bcdDevice= 0.16
Apr 13 13:39:15 localhost vmunix: [    2.692293] usb 4-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 13 13:39:15 localhost vmunix: [    2.692296] usb 4-5: Product: IR Receiver
Apr 13 13:39:15 localhost vmunix: [    2.692298] usb 4-5: Manufacturer: Apple Computer, Inc.
Apr 13 13:39:15 localhost vmunix: [    3.135326] scsi 3:0:0:0: CD-ROM            HL-DT-ST BDDVDRW CT30F    YT04 PQ: 0 ANSI: 0
Apr 13 13:39:15 localhost vmunix: [    3.139153] sr 3:0:0:0: [sr1] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
Apr 13 13:39:15 localhost vmunix: [    3.157504] sr 3:0:0:0: Attached scsi generic sg3 type 5
Apr 13 13:39:15 localhost vmunix: [    3.293205] usb 4-6: new full-speed USB device number 4 using ohci-pci
Apr 13 13:39:15 localhost vmunix: [    3.535291] usb 4-6: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Apr 13 13:39:15 localhost vmunix: [    3.535295] usb 4-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 13 13:39:15 localhost vmunix: [    3.535297] usb 4-6: Product: BRCM2046 Hub
Apr 13 13:39:15 localhost vmunix: [    3.535300] usb 4-6: Manufacturer: Apple Inc.
Apr 13 13:39:15 localhost vmunix: [    3.538276] hub 4-6:1.0: USB hub found
Apr 13 13:39:15 localhost vmunix: [    3.541233] hub 4-6:1.0: 3 ports detected
Apr 13 13:39:15 localhost vmunix: [    3.865137] usb 4-6.1: new full-speed USB device number 5 using ohci-pci
Apr 13 13:39:15 localhost vmunix: [    4.006246] usb 4-6.1: New USB device found, idVendor=05ac, idProduct=8213, bcdDevice= 2.08
Apr 13 13:39:15 localhost vmunix: [    4.006249] usb 4-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 13 13:39:15 localhost vmunix: [    4.006252] usb 4-6.1: Product: Bluetooth USB Host Controller
Apr 13 13:39:15 localhost vmunix: [    4.006254] usb 4-6.1: Manufacturer: Apple Inc.
Apr 13 13:39:15 localhost vmunix: [    4.006257] usb 4-6.1: SerialNumber: F0B4790D3F48
Apr 13 13:39:15 localhost vmunix: [    4.097153] usb 4-6.2: new full-speed USB device number 6 using ohci-pci
Apr 13 13:39:15 localhost vmunix: [    4.225259] usb 4-6.2: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
Apr 13 13:39:15 localhost vmunix: [    4.225263] usb 4-6.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 13 13:39:15 localhost vmunix: [    4.235784] input: HID 05ac:820a as /devices/pci0000:00/0000:00:06.0/usb4/4-6/4-6.2/4-6.2:1.0/0003:05AC:820A.0004/input/input5
Apr 13 13:39:15 localhost vmunix: [    4.293369] hid-generic 0003:05AC:820A.0004: input,hidraw2: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:06.0-6.2/input0
Apr 13 13:39:15 localhost vmunix: [    4.381173] usb 4-6.3: new full-speed USB device number 7 using ohci-pci
Apr 13 13:39:15 localhost vmunix: [    4.509223] usb 4-6.3: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
Apr 13 13:39:15 localhost vmunix: [    4.509226] usb 4-6.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 13 13:39:15 localhost vmunix: [    4.518719] input: HID 05ac:820b as /devices/pci0000:00/0000:00:06.0/usb4/4-6/4-6.3/4-6.3:1.0/0003:05AC:820B.0005/input/input6
Apr 13 13:39:15 localhost vmunix: [    4.518936] hid-generic 0003:05AC:820B.0005: input,hidraw3: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:06.0-6.3/input0
Apr 13 13:39:15 localhost vmunix: [   12.609083] random: dbus-uuidgen: uninitialized urandom read (12 bytes read)
Apr 13 13:39:15 localhost vmunix: [   12.609124] random: dbus-uuidgen: uninitialized urandom read (8 bytes read)
Apr 13 13:39:15 localhost vmunix: [   17.017126] random: crng init done
Apr 13 13:39:15 localhost vmunix: [   28.633268] shepherd[1]: Service root has been started.
Apr 13 13:39:15 localhost vmunix: [   38.013279] shepherd[1]: starting services...
Apr 13 13:39:15 localhost vmunix: [   38.014022] shepherd[1]: Service root-file-system has been started.
Apr 13 13:39:15 localhost vmunix: [   38.014660] shepherd[1]: Service user-file-systems has been started.
Apr 13 13:39:15 localhost vmunix: [   38.328476] shepherd[1]: waiting for udevd...
Apr 13 13:39:15 localhost vmunix: [   38.829845] shepherd[1]: waiting for udevd...
Apr 13 13:39:15 localhost vmunix: [   39.331113] shepherd[1]: waiting for udevd...
Apr 13 13:39:15 localhost vmunix: [   39.619754] udevd[187]: starting version 3.2.9
Apr 13 13:39:15 localhost vmunix: [   40.992120] shepherd[1]: Service udev has been started.
Apr 13 13:39:15 localhost vmunix: [   40.993274] shepherd[1]: Service file-system-/tmp has been started.
Apr 13 13:39:15 localhost vmunix: [   40.994203] shepherd[1]: Service file-system-/dev/pts has been started.
Apr 13 13:39:15 localhost vmunix: [   40.995163] shepherd[1]: Service file-system-/dev/shm has been started.
Apr 13 13:39:15 localhost vmunix: [   40.996061] shepherd[1]: Service file-system-/gnu/store has been started.
Apr 13 13:39:15 localhost vmunix: [   40.996689] shepherd[1]: Service file-systems has been started.
Apr 13 13:39:15 localhost vmunix: [   40.997386] shepherd[1]: Service user-processes has been started.
Apr 13 13:39:15 localhost vmunix: [   40.998076] shepherd[1]: Service host-name has been started.
Apr 13 13:39:15 localhost vmunix: [   43.002598] shepherd[1]: Service user-homes has been started.
Apr 13 13:39:15 localhost vmunix: [   53.435860] udevd[187]: starting eudev-3.2.9
Apr 13 13:39:15 localhost vmunix: [   53.438917] udevd[187]: no sender credentials received, message ignored
Apr 13 13:39:15 localhost vmunix: [   53.934158] uvesafb: NVIDIA Corporation, NVIDIA GeForce 320M
Apr 13 13:39:15 localhost vmunix: [   53.934158] , Chip Rev   , OEM: NVIDIA, VBE v3.0
Apr 13 13:39:15 localhost vmunix: [   54.060736] uvesafb: VBIOS/hardware doesn't support DDC transfers
Apr 13 13:39:15 localhost vmunix: [   54.060737] uvesafb: no monitor limits have been set, default refresh rate will be used
Apr 13 13:39:15 localhost vmunix: [   54.061957] uvesafb: scrolling: redraw
Apr 13 13:39:15 localhost vmunix: [   54.313538] Console: switching to colour frame buffer device 128x48
Apr 13 13:39:15 localhost vmunix: [   54.315285] uvesafb: framebuffer at 0xd1000000, mapped to 0x00000000dd659301, using 8000k, total 14336k
Apr 13 13:39:15 localhost vmunix: [   54.315286] uvesafb: fb0: VESA VGA frame buffer device
Apr 13 13:39:15 localhost vmunix: [   54.318260] shepherd[1]: Service uvesafb has been started.
Apr 13 13:39:20 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 13 13:39:20 localhost shepherd[1]: Service networking depends on dbus-system. 
Apr 13 13:39:20 localhost shepherd[1]: Service networking could not be started. 
Apr 13 13:39:22 localhost vmunix: [   63.305231] [Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS
Apr 13 13:39:22 localhost vmunix: [   63.305266] ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Apr 13 13:39:22 localhost vmunix: [   63.305460] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input7
Apr 13 13:39:23 localhost vmunix: [   63.588593] ACPI: AC Adapter [ADP1] (on-line)
Apr 13 13:39:23 localhost vmunix: [   63.801495] smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Apr 13 13:39:25 localhost vmunix: [   65.555321] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Apr 13 13:39:25 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 13 13:39:30 localhost shepherd[1]: Service dbus-system has been started. 
Apr 13 13:39:30 localhost shepherd[1]: Service loopback has been started. 
Apr 13 13:39:32 localhost vmunix: [   72.819443] input: Apple Computer, Inc. IR Receiver as /devices/pci0000:00/0000:00:06.0/usb4/4-5/4-5:1.0/0003:05AC:8242.0003/input/input8
Apr 13 13:39:32 localhost vmunix: [   72.877411] appleir 0003:05AC:8242.0003: input,hiddev0,hidraw4: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:06.0-5/input0
Apr 13 13:39:34 localhost vmunix: [   75.249997] input: bcm5974 as /devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.2/input/input9
Apr 13 13:39:34 localhost vmunix: [   75.250132] usbcore: registered new interface driver bcm5974
Apr 13 13:39:35 localhost shepherd[1]: Service wpa-supplicant could not be started. 
Apr 13 13:39:37 localhost nscd: 239 monitoring file `/etc/hosts` (1)
Apr 13 13:39:37 localhost nscd: 239 monitoring directory `/etc` (2)
Apr 13 13:39:37 localhost nscd: 239 monitoring file `/etc/resolv.conf` (3)
Apr 13 13:39:37 localhost nscd: 239 monitoring directory `/etc` (2)
Apr 13 13:39:37 localhost shepherd[1]: Service nscd has been started. 
Apr 13 13:39:39 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[250]: *** info [daemon/startup.c(136)]: 
Apr 13 13:39:39 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[250]: Started gpm successfully. Entered daemon mode.
Apr 13 13:39:40 localhost shepherd[1]: Service gpm has been started. 
Apr 13 13:39:40 localhost shepherd[1]: Service term-tty1 has been started. 
Apr 13 13:39:42 localhost vmunix: [   82.536338] mc: Linux media interface: v0.10
Apr 13 13:39:47 localhost vmunix: [   87.381679] asix 1-1:1.0 eth0: register 'asix' at usb-0000:00:04.1-1, ASIX AX88772 USB 2.0 Ethernet, 00:0e:c6:c3:a7:0a
Apr 13 13:39:47 localhost vmunix: [   87.381746] usbcore: registered new interface driver asix
Apr 13 13:39:47 localhost vmunix: [   87.400992] usbcore: registered new interface driver usbkbd
Apr 13 13:39:47 localhost vmunix: [   87.464852] videodev: Linux video capture interface: v2.00
Apr 13 13:39:47 localhost vmunix: [   88.206758] usbcore: registered new interface driver usbmouse
Apr 13 13:39:48 localhost vmunix: [   88.362094] udevd[260]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 13 13:39:48 localhost vmunix: [   88.362131] udevd[260]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 13 13:39:48 localhost vmunix: [   88.362158] udevd[260]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 13 13:39:48 localhost vmunix: [   88.362185] udevd[260]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 13 13:39:57 localhost vmunix: [   97.841376] ssb: Found chip with id 0x4322, rev 0x01 and package 0x0A
Apr 13 13:39:57 localhost vmunix: [   97.953761] b43-pci-bridge 0000:02:00.0: Sonics Silicon Backplane found on PCI device 0000:02:00.0
Apr 13 13:40:06 localhost shepherd[1]: Service console-font-tty1 has been started. 
Apr 13 13:40:06 localhost shepherd[1]: Service host-name has been started. 
Apr 13 13:40:06 localhost shepherd[1]: Service virtual-terminal has been started. 
Apr 13 13:40:06 localhost shepherd[1]: Service term-tty2 has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service console-font-tty2 has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service host-name has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service term-tty3 has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service console-font-tty3 has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service host-name has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service term-tty4 has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service console-font-tty4 has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service host-name has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service term-tty5 has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service console-font-tty5 has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service host-name has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service term-tty6 has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service console-font-tty6 has been started. 
Apr 13 13:40:07 localhost shepherd[1]: Service guix-daemon has been started. 
Apr 13 13:40:08 localhost vmunix: [  108.994984] input: PC Speaker as /devices/platform/pcspkr/input/input10
Apr 13 13:40:08 localhost vmunix: [  109.001197] pps_core: LinuxPPS API ver. 1 registered
Apr 13 13:40:08 localhost vmunix: [  109.001198] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Apr 13 13:40:08 localhost vmunix: [  109.061238] firewire_ohci 0000:01:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0, physUB
Apr 13 13:40:09 localhost vmunix: [  109.597350] firewire_core 0000:01:00.0: created device fw0: GUID 70cd60fffe05b3a8, S800
Apr 13 13:40:09 localhost vmunix: [  109.597358] firewire_core 0000:01:00.0: phy config: new root=ffc0, gap_count=63
Apr 13 13:40:10 localhost vmunix: [  111.283301] PTP clock support registered
Apr 13 13:40:15 localhost vmunix: [  115.600063] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8507)
Apr 13 13:40:15 localhost vmunix: [  115.608547] uvcvideo 1-6:1.0: Entity type for entity Processing 3 was not initialized!
Apr 13 13:40:15 localhost vmunix: [  115.608550] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
Apr 13 13:40:15 localhost vmunix: [  115.608646] input: Built-in iSight: Built-in iSigh as /devices/pci0000:00/0000:00:04.1/usb1/1-6/1-6:1.0/input/input11
Apr 13 13:40:15 localhost vmunix: [  115.608751] usbcore: registered new interface driver uvcvideo
Apr 13 13:40:15 localhost vmunix: [  115.608752] USB Video Class driver (1.1.1)
Apr 13 13:40:18 localhost vmunix: [  118.770460] Error: Driver 'pcspkr' is already registered, aborting...
Apr 13 13:40:24 localhost vmunix: [  124.528135] tg3.c:v3.137 (May 11, 2014)
Apr 13 13:40:24 localhost vmunix: [  124.531783] asix 1-1:1.0 enp0s4f1u1: renamed from eth0
Apr 13 13:40:24 localhost vmunix: [  124.637409] tg3 0000:03:00.0 eth0: Tigon3 [partno(BCM95764m) rev 5784100] (PCI Express) MAC address 10:9a:dd:46:4f:9f
Apr 13 13:40:24 localhost vmunix: [  124.637413] tg3 0000:03:00.0 eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
Apr 13 13:40:24 localhost vmunix: [  124.637415] tg3 0000:03:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Apr 13 13:40:24 localhost vmunix: [  124.637417] tg3 0000:03:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Apr 13 13:40:24 localhost vmunix: [  124.755694] applesmc: key=323 fan=1 temp=15 index=15 acc=1 lux=2 kbd=1
Apr 13 13:40:24 localhost vmunix: [  124.851050] input: applesmc as /devices/platform/applesmc.768/input/input12
Apr 13 13:40:24 localhost vmunix: [  124.851243] applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Apr 13 13:40:27 localhost vmunix: [  127.897107] tg3 0000:03:00.0 enp3s0: renamed from eth0
Apr 13 13:40:32 localhost vmunix: [  132.421620] PCI Interrupt Link [LAZA] enabled at IRQ 23
Apr 13 13:40:32 localhost vmunix: [  132.421629] snd_hda_intel 0000:00:08.0: Disabling MSI
Apr 13 13:40:32 localhost vmunix: [  132.421632] snd_hda_intel 0000:00:08.0: position_fix set to 1 for device 10de:cb89
Apr 13 13:40:36 localhost vmunix: [  137.151050] intel_powerclamp: No package C-state available
Apr 13 13:40:36 localhost vmunix: [  137.181438] intel_powerclamp: No package C-state available
Apr 13 13:40:44 localhost vmunix: [  145.205615] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr 13 13:40:49 localhost vmunix: [  149.709197] snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4206: line_outs=2 (0xb/0xa/0x0/0x0/0x0) type:speaker
Apr 13 13:40:49 localhost vmunix: [  149.709201] snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 13 13:40:49 localhost vmunix: [  149.709204] snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
Apr 13 13:40:49 localhost vmunix: [  149.709207] snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
Apr 13 13:40:49 localhost vmunix: [  149.709209] snd_hda_codec_cirrus hdaudioC0D0:    dig-out=0x10/0x0
Apr 13 13:40:49 localhost vmunix: [  149.709211] snd_hda_codec_cirrus hdaudioC0D0:    inputs:
Apr 13 13:40:49 localhost vmunix: [  149.709214] snd_hda_codec_cirrus hdaudioC0D0:      Mic=0xd
Apr 13 13:40:54 localhost vmunix: [  154.367944] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 13 13:40:55 localhost vmunix: [  156.305246] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Apr 13 13:40:55 localhost vmunix: [  156.305250] cfg80211: failed to load regulatory.db
Apr 13 13:40:56 localhost vmunix: [  156.465778] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:08.0/sound/card0/input13
Apr 13 13:40:56 localhost vmunix: [  156.465853] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.0/sound/card0/input14
Apr 13 13:40:56 localhost vmunix: [  156.465921] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.0/sound/card0/input15
Apr 13 13:40:56 localhost vmunix: [  156.465989] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.0/sound/card0/input16
Apr 13 13:41:01 localhost vmunix: [  161.938780] Bluetooth: Core ver 2.22
Apr 13 13:41:01 localhost vmunix: [  161.938808] NET: Registered protocol family 31
Apr 13 13:41:01 localhost vmunix: [  161.938809] Bluetooth: HCI device and connection manager initialized
Apr 13 13:41:01 localhost vmunix: [  161.938816] Bluetooth: HCI socket layer initialized
Apr 13 13:41:01 localhost vmunix: [  161.938820] Bluetooth: L2CAP socket layer initialized
Apr 13 13:41:01 localhost vmunix: [  161.938825] Bluetooth: SCO socket layer initialized
Apr 13 13:41:06 localhost vmunix: [  166.499209] usbcore: registered new interface driver btusb
Apr 13 13:41:06 localhost vmunix: [  166.535237] usb 4-6.2: USB disconnect, device number 6
Apr 13 13:41:06 localhost vmunix: [  166.623309] Bluetooth: hci0: BCM: chip id 254 build 0522
Apr 13 13:41:06 localhost vmunix: [  166.626254] Bluetooth: hci0: BCM: product 05ac:8213
Apr 13 13:41:06 localhost vmunix: [  166.629243] Bluetooth: hci0: BCM: features 0x00
Apr 13 13:41:06 localhost vmunix: [  166.647319] Bluetooth: hci0: Bluetooth USB Host Controller
Apr 13 13:41:06 localhost vmunix: [  166.752240] usb 4-6.3: USB disconnect, device number 7
Apr 13 13:41:16 localhost vmunix: [  176.630629] b43-phy0: Broadcom 4322 WLAN found (core revision 16)
Apr 13 13:41:16 localhost vmunix: [  176.673373] b43-phy0: Found PHY: Analog 8, Type 4 (N), Revision 4
Apr 13 13:41:16 localhost vmunix: [  176.673396] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2056, Revision 3, Version 0
Apr 13 13:41:16 localhost vmunix: [  176.689404] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 13 13:41:16 localhost vmunix: [  176.689490] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
Apr 13 13:41:16 localhost vmunix: [  176.689497] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 13 13:41:16 localhost vmunix: [  176.689544] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 13 13:41:16 localhost vmunix: [  176.689592] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
Apr 13 13:41:16 localhost vmunix: [  176.689597] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 13 13:41:16 localhost vmunix: [  176.689642] b43-phy0 ERROR: Firmware file "/*(DEBLOBBED)*/" not found
Apr 13 13:41:16 localhost vmunix: [  176.689663] b43-phy0 ERROR: Firmware file "b43-open//*(DEBLOBBED)*/.fw" not found
Apr 13 13:41:16 localhost vmunix: [  176.689689] b43-phy0 ERROR: /*(DEBLOBBED)*/
Apr 13 13:41:16 localhost vmunix: [  176.689734] Broadcom 43xx driver loaded [ Features: PNL ]
Apr 13 13:42:25 localhost installer[351]: running step 'locale' 
Apr 13 13:42:25 localhost installer[351]: running step 'language' 
Apr 13 13:42:45 localhost installer[351]: running form #<newt-form 5820a0> ("Locale language") with 0 clients 
Apr 13 13:44:53 localhost installer[351]: running step 'territory' 
Apr 13 13:44:53 localhost installer[351]: running form #<newt-form 5820f0> ("Locale location") with 0 clients 
Apr 13 13:44:54 localhost installer[351]: running step 'codeset' 
Apr 13 13:44:54 localhost installer[351]: running step 'welcome' 
Apr 13 13:44:57 localhost installer[351]: running form #<newt-form 5e4f30> ("GNU Guix install") with 0 clients 
Apr 13 13:44:59 localhost installer[351]: running step 'timezone' 
Apr 13 13:44:59 localhost installer[351]: running form #<newt-form 5e4020> ("Timezone") with 0 clients 
Apr 13 13:45:00 localhost installer[351]: running form #<newt-form 5e1990> ("Timezone") with 0 clients 
Apr 13 13:45:00 localhost installer[351]: running step 'keymap' 
Apr 13 13:45:01 localhost installer[351]: running step 'layout' 
Apr 13 13:45:01 localhost installer[351]: running form #<newt-form 5e09d0> ("Layout") with 0 clients 
Apr 13 13:45:02 localhost installer[351]: running step 'variant' 
Apr 13 13:45:02 localhost installer[351]: running step 'hostname' 
Apr 13 13:45:02 localhost installer[351]: running form #<newt-form 5e0df0> ("Hostname") with 0 clients 
Apr 13 13:45:09 localhost installer[351]: running step 'network' 
Apr 13 13:45:09 localhost installer[351]: running step 'select-technology' 

[-- Attachment #4: dbusdaemonlog-macbook --]
[-- Type: text/plain, Size: 106107 bytes --]

208: 0x7f6d8be49400: 1586777959.455212 [dbus-dataslot.c(135):_dbus_data_slot_allocator_alloc] Allocated slot 0 on allocator 0x7f6d8c0def20 total 1 slots allocated 1 used
208: 0x7f6d8be49400: 1586777959.455254 [dbus-sysdeps-unix.c(3179):_dbus_generate_random_bytes] /dev/urandom fd 3 opened
208: 0x7f6d8be49400: 1586777959.455277 [dbus-sysdeps-unix.c(3199):_dbus_generate_random_bytes] Read 12 bytes from /dev/urandom
208: 0x7f6d8be49400: 1586777960.081903 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 4 opened
208: 0x7f6d8be49400: 1586777960.347128 [dbus-userdb.c(162):_dbus_user_database_lookup] No cache for UID 0
208: 0x7f6d8be49400: 1586777960.347500 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
208: 0x7f6d8be49400: 1586777960.347536 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
208: 0x7f6d8be49400: 1586777960.347567 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
221: 0x7f96719ef400: 1586777960.736863 [dbus-dataslot.c(135):_dbus_data_slot_allocator_alloc] Allocated slot 0 on allocator 0x7f9671c84f20 total 1 slots allocated 1 used
221: 0x7f96719ef400: 1586777960.736924 [dbus-sysdeps-unix.c(3179):_dbus_generate_random_bytes] /dev/urandom fd 3 opened
221: 0x7f96719ef400: 1586777960.736947 [dbus-sysdeps-unix.c(3199):_dbus_generate_random_bytes] Read 12 bytes from /dev/urandom
221: 0x7f96719ef400: 1586777960.737009 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 4 opened
221: 0x7f96719ef400: 1586777960.737239 [dbus-userdb.c(162):_dbus_user_database_lookup] No cache for UID 0
221: 0x7f96719ef400: 1586777960.737567 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
221: 0x7f96719ef400: 1586777960.737602 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
221: 0x7f96719ef400: 1586777960.737633 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
221: 0x7f96719ef400: 1586777960.904989 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 4 opened
221: 0x7f96719ef400: 1586777963.107100 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 5 opened
221: 0x7f96719ef400: 1586777963.920055 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
221: 0x7f96719ef400: 1586777963.920173 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 5 opened
221: 0x7f96719ef400: 1586777964.485892 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
221: 0x7f96719ef400: 1586777964.486003 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 5 opened
221: 0x7f96719ef400: 1586777965.103029 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
229: 0x7f98cd08d400: 1586777965.932138 [dbus-dataslot.c(135):_dbus_data_slot_allocator_alloc] Allocated slot 0 on allocator 0x7f98cd322f20 total 1 slots allocated 1 used
229: 0x7f98cd08d400: 1586777965.932178 [dbus-sysdeps-unix.c(3179):_dbus_generate_random_bytes] /dev/urandom fd 3 opened
229: 0x7f98cd08d400: 1586777965.932200 [dbus-sysdeps-unix.c(3199):_dbus_generate_random_bytes] Read 12 bytes from /dev/urandom
229: 0x7f98cd08d400: 1586777965.932263 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 4 opened
229: 0x7f98cd08d400: 1586777965.932495 [dbus-userdb.c(162):_dbus_user_database_lookup] No cache for UID 0
229: 0x7f98cd08d400: 1586777965.932821 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
229: 0x7f98cd08d400: 1586777965.932857 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
229: 0x7f98cd08d400: 1586777965.932918 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
229: 0x7f98cd08d400: 1586777965.933082 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 4 opened
229: 0x7f98cd08d400: 1586777965.933166 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 5 opened
229: 0x7f98cd08d400: 1586777965.933207 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
229: 0x7f98cd08d400: 1586777965.933280 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 5 opened
229: 0x7f98cd08d400: 1586777965.933324 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
229: 0x7f98cd08d400: 1586777965.933393 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 5 opened
229: 0x7f98cd08d400: 1586777965.933430 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
229: 0x7f98cd08d400: 1586777966.312156 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 5 opened
229: 0x7f98cd08d400: 1586777966.923770 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
229: 0x7f98cd08d400: 1586777967.472366 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 5 opened
229: 0x7f98cd08d400: 1586777967.642864 [dbus-userdb.c(165):_dbus_user_database_lookup] No cache for user "polkitd"
229: 0x7f98cd08d400: 1586777967.642994 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 986 information
229: 0x7f98cd08d400: 1586777967.643103 [dbus-sysdeps-unix.c(1124):_dbus_listen_unix_socket] listening on unix socket /var/run/dbus/system_bus_socket abstract=0
229: 0x7f98cd08d400: 1586777967.643132 [dbus-sysdeps-unix.c(247):_dbus_open_socket] socket fd 4 opened
229: 0x7f98cd08d400: 1586777967.643213 [dbus-sysdeps-unix.c(3179):_dbus_generate_random_bytes] /dev/urandom fd 5 opened
229: 0x7f98cd08d400: 1586777967.643233 [dbus-sysdeps-unix.c(3199):_dbus_generate_random_bytes] Read 12 bytes from /dev/urandom
229: 0x7f98cd08d400: 1586777967.643260 [dbus-server.c(165):_dbus_server_init_base] Initialized server on address unix:path=/var/run/dbus/system_bus_socket,guid=0e20d1b5da4d7383c0b0fff85e944f6f
229: 0x7f98cd08d400: 1586777967.643293 [dbus-watch.c(318):_dbus_watch_list_set_functions] Adding a read watch on fd 4 using newly-set add watch function
229: 0x7f98cd08d400: 1586777968.688771 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 6 opened
229: 0x7f98cd08d400: 1586777969.370664 [activation.c(424):update_desktop_file_entry] Name of "/etc/dbus-1/system-services/net.connman.vpn.service" is as expected
229: 0x7f98cd08d400: 1586777969.370688 [activation.c(519):update_desktop_file_entry] Added "net.connman.vpn" to list of services
229: 0x7f98cd08d400: 1586777969.847867 [dbus-file-unix.c(80):_dbus_file_get_contents] file fd 6 opened
229: 0x7f98cd08d400: 1586777970.032356 [activation.c(424):update_desktop_file_entry] Name of "/etc/dbus-1/system-services/org.freedesktop.PolicyKit1.service" is as expected
229: 0x7f98cd08d400: 1586777970.032375 [activation.c(519):update_desktop_file_entry] Added "org.freedesktop.PolicyKit1" to list of services
229: 0x7f98cd08d400: 1586777970.032418 [dbus-dataslot.c(135):_dbus_data_slot_allocator_alloc] Allocated slot 0 on allocator 0x7f98cd322eb0 total 1 slots allocated 1 used
229: 0x7f98cd08d400: 1586777970.032455 [dbus-userdb.c(165):_dbus_user_database_lookup] No cache for user "messagebus"
229: 0x7f98cd08d400: 1586777970.032544 [bus.c(920):bus_context_new] Fork not requested
229: 0x7f98cd08d400: 1586777970.032562 [dbus-sysdeps-util-unix.c(237):_dbus_write_pid_to_file_and_pipe] writing pid file /var/run/dbus/pid
229: 0x7f98cd08d400: 1586777970.032627 [dbus-sysdeps-util-unix.c(291):_dbus_write_pid_to_file_and_pipe] No pid pipe to write to
229: 0x7f98cd08d400: 1586777970.032655 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 999 information
229: 0x7f98cd08d400: 1586777970.032795 [dbus-sysdeps-unix.c(3488):_dbus_socketpair] full-duplex pipe 6 <-> 7
229: 0x7f98cd08d400: 1586777970.032822 [main.c(719):main] We are on D-Bus...
229: 0x7f98cd08d400: 1586777970.032837 [dbus-mainloop.c(885):_dbus_loop_run] Running main loop, depth 0 -> 1
229: 0x7f98cd08d400: 1586778310.958627 [dbus-server-socket.c(182):socket_handle_watch] Handling client connection, flags 0x1
229: 0x7f98cd08d400: 1586778310.958663 [dbus-sysdeps-unix.c(2317):_dbus_accept] client fd 8 accepted
229: 0x7f98cd08d400: 1586778310.958680 [dbus-server-socket.c(95):handle_new_client_fd_and_unlock] Creating new client connection with fd 8
229: 0x7f98cd08d400: 1586778310.958763 [dbus-connection.c(1360):_dbus_connection_new_for_transport] LOCK
229: 0x7f98cd08d400: 1586778310.958782 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778310.958801 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778310.958820 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 0 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778310.958838 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.958861 [dbus-connection.c(5542):dbus_connection_set_route_peer_messages] LOCK
229: 0x7f98cd08d400: 1586778310.958877 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.958895 [dbus-connection.c(4964):dbus_connection_set_watch_functions] LOCK
229: 0x7f98cd08d400: 1586778310.958912 [dbus-watch.c(318):_dbus_watch_list_set_functions] Adding a write watch on fd 8 using newly-set add watch function
229: 0x7f98cd08d400: 1586778310.958938 [dbus-watch.c(318):_dbus_watch_list_set_functions] Adding a read watch on fd 8 using newly-set add watch function
229: 0x7f98cd08d400: 1586778310.958958 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.958975 [dbus-connection.c(5027):dbus_connection_set_timeout_functions] LOCK
229: 0x7f98cd08d400: 1586778310.958991 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959008 [dbus-connection.c(5347):dbus_connection_set_unix_user_function] LOCK
229: 0x7f98cd08d400: 1586778310.959024 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959041 [dbus-connection.c(5110):dbus_connection_set_dispatch_status_function] LOCK
229: 0x7f98cd08d400: 1586778310.959057 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959074 [dbus-connection.c(5585):dbus_connection_add_filter] LOCK
229: 0x7f98cd08d400: 1586778310.959090 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959107 [dbus-connection.c(4385):dbus_connection_get_dispatch_status] start
229: 0x7f98cd08d400: 1586778310.959122 [dbus-connection.c(4387):dbus_connection_get_dispatch_status] LOCK
229: 0x7f98cd08d400: 1586778310.959141 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778310.959157 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959181 [connection.c(972):bus_connections_expire_incomplete] Connection 0xbcb020 authentication expires in 29999 milliseconds
229: 0x7f98cd08d400: 1586778310.959199 [expirelist.c(103):bus_expire_timeout_set_interval] Enabled an expire timeout with interval 29999
229: 0x7f98cd08d400: 1586778310.959217 [dbus-connection.c(6215):dbus_connection_set_max_received_size] LOCK
229: 0x7f98cd08d400: 1586778310.959232 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959249 [dbus-connection.c(6120):dbus_connection_set_max_message_size] LOCK
229: 0x7f98cd08d400: 1586778310.959265 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959282 [dbus-connection.c(6257):dbus_connection_set_max_received_unix_fds] LOCK
229: 0x7f98cd08d400: 1586778310.959297 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959314 [dbus-connection.c(6159):dbus_connection_set_max_message_unix_fds] LOCK
229: 0x7f98cd08d400: 1586778310.959330 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959346 [dbus-connection.c(5514):dbus_connection_set_allow_anonymous] LOCK
229: 0x7f98cd08d400: 1586778310.959362 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959378 [dbus-connection.c(2150):_dbus_connection_close_if_only_one_ref] LOCK
229: 0x7f98cd08d400: 1586778310.959395 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959578 [dbus-connection.c(1496):_dbus_connection_handle_watch] start
229: 0x7f98cd08d400: 1586778310.959594 [dbus-connection.c(1498):_dbus_connection_handle_watch] LOCK
229: 0x7f98cd08d400: 1586778310.959611 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.959626 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.959642 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 1
229: 0x7f98cd08d400: 1586778310.959658 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778310.959673 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.959689 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778310.959706 [dbus-transport-socket.c(975):socket_handle_watch] handling read watch 0xbcae90 flags = 1
229: 0x7f98cd08d400: 1586778310.959723 [dbus-transport-socket.c(349):exchange_credentials] exchange_credentials: do_reading = 1, do_writing = 0
229: 0x7f98cd08d400: 1586778310.959748 [dbus-sysdeps-unix.c(2028):_dbus_read_credentials_socket] read credentials byte
229: 0x7f98cd08d400: 1586778310.959768 [dbus-sysdeps-unix.c(2215):_dbus_read_credentials_socket] Credentials:  pid 357  uid 0
229: 0x7f98cd08d400: 1586778310.959791 [dbus-sysdeps-unix.c(1828):add_linux_security_label_to_credentials] getsockopt failed with Protocol not available, len now 1024
229: 0x7f98cd08d400: 1586778310.959808 [dbus-sysdeps-unix.c(1833):add_linux_security_label_to_credentials] Failed to getsockopt(SO_PEERSEC): Protocol not available
229: 0x7f98cd08d400: 1586778310.959826 [dbus-transport-socket.c(450):do_authentication]  server auth state: waiting for input
229: 0x7f98cd08d400: 1586778310.959849 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778310.959865 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778310.959881 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 0 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778310.959897 [dbus-transport-socket.c(751):do_reading] fd = 8
229: 0x7f98cd08d400: 1586778310.959913 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.959929 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778310.959946 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.959961 [dbus-connection.c(1515):_dbus_connection_handle_watch] middle
229: 0x7f98cd08d400: 1586778310.959978 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778310.959994 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.960009 [dbus-connection.c(1522):_dbus_connection_handle_watch] end
229: 0x7f98cd08d400: 1586778310.960049 [dbus-connection.c(1496):_dbus_connection_handle_watch] start
229: 0x7f98cd08d400: 1586778310.960065 [dbus-connection.c(1498):_dbus_connection_handle_watch] LOCK
229: 0x7f98cd08d400: 1586778310.960080 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.960096 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.960111 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 1
229: 0x7f98cd08d400: 1586778310.960127 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778310.960142 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.960158 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778310.960177 [dbus-transport-socket.c(975):socket_handle_watch] handling read watch 0xbcae90 flags = 1
229: 0x7f98cd08d400: 1586778310.960194 [dbus-transport-socket.c(349):exchange_credentials] exchange_credentials: do_reading = 1, do_writing = 0
229: 0x7f98cd08d400: 1586778310.960211 [dbus-transport-socket.c(450):do_authentication]  server auth state: waiting for input
229: 0x7f98cd08d400: 1586778310.960230 [dbus-transport-socket.c(265):read_data_into_auth]  read 18 bytes in auth phase
229: 0x7f98cd08d400: 1586778310.960248 [dbus-auth.c(2256):process_command] server: got command "AUTH EXTERNAL 30"
229: 0x7f98cd08d400: 1586778310.960270 [dbus-auth.c(1773):handle_auth] server: Trying mechanism EXTERNAL
229: 0x7f98cd08d400: 1586778310.960289 [dbus-auth.c(1693):process_data] server: data: '0'
229: 0x7f98cd08d400: 1586778310.960311 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
229: 0x7f98cd08d400: 1586778310.960331 [dbus-auth.c(2203):goto_state] server: going from state WaitingForAuth to state WaitingForBegin
229: 0x7f98cd08d400: 1586778310.960347 [dbus-auth.c(1189):handle_server_data_external_mech] server: authenticated client based on socket credentials
229: 0x7f98cd08d400: 1586778310.960364 [dbus-transport-socket.c(349):exchange_credentials] exchange_credentials: do_reading = 1, do_writing = 0
229: 0x7f98cd08d400: 1586778310.960380 [dbus-transport-socket.c(464):do_authentication]  server auth state: bytes to send
229: 0x7f98cd08d400: 1586778310.960397 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778310.960413 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 0
229: 0x7f98cd08d400: 1586778310.960428 [dbus-watch.c(458):_dbus_watch_list_toggle_watch] Toggling watch 0xbcae90 on fd 8 to 0
229: 0x7f98cd08d400: 1586778310.960447 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 1 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778310.960463 [dbus-watch.c(458):_dbus_watch_list_toggle_watch] Toggling watch 0xbcae40 on fd 8 to 1
229: 0x7f98cd08d400: 1586778310.960481 [dbus-transport-socket.c(751):do_reading] fd = 8
229: 0x7f98cd08d400: 1586778310.960498 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.960513 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778310.960529 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.960544 [dbus-connection.c(1515):_dbus_connection_handle_watch] middle
229: 0x7f98cd08d400: 1586778310.960560 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778310.960576 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.960591 [dbus-connection.c(1522):_dbus_connection_handle_watch] end
229: 0x7f98cd08d400: 1586778310.960615 [dbus-connection.c(1496):_dbus_connection_handle_watch] start
229: 0x7f98cd08d400: 1586778310.960630 [dbus-connection.c(1498):_dbus_connection_handle_watch] LOCK
229: 0x7f98cd08d400: 1586778310.960646 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.960661 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.960677 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 1
229: 0x7f98cd08d400: 1586778310.960692 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778310.960708 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.960723 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778310.960742 [dbus-transport-socket.c(1004):socket_handle_watch] handling write watch, have_outgoing_messages = 0
229: 0x7f98cd08d400: 1586778310.960759 [dbus-transport-socket.c(349):exchange_credentials] exchange_credentials: do_reading = 0, do_writing = 1
229: 0x7f98cd08d400: 1586778310.960776 [dbus-transport-socket.c(464):do_authentication]  server auth state: bytes to send
229: 0x7f98cd08d400: 1586778310.960798 [dbus-auth.c(2575):_dbus_auth_bytes_sent] server: Sent 37 bytes of: OK 0e20d1b5da4d7383c0b0fff85e944f6f

229: 0x7f98cd08d400: 1586778310.960814 [dbus-transport-socket.c(349):exchange_credentials] exchange_credentials: do_reading = 0, do_writing = 1
229: 0x7f98cd08d400: 1586778310.960830 [dbus-transport-socket.c(450):do_authentication]  server auth state: waiting for input
229: 0x7f98cd08d400: 1586778310.960846 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778310.960862 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778310.960890 [dbus-watch.c(458):_dbus_watch_list_toggle_watch] Toggling watch 0xbcae90 on fd 8 to 1
229: 0x7f98cd08d400: 1586778310.960910 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 0 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778310.960926 [dbus-watch.c(458):_dbus_watch_list_toggle_watch] Toggling watch 0xbcae40 on fd 8 to 0
229: 0x7f98cd08d400: 1586778310.960944 [dbus-transport-socket.c(512):do_writing] Not authenticated, not writing anything
229: 0x7f98cd08d400: 1586778310.960960 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 0 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778310.960977 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.960992 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778310.961008 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.961023 [dbus-connection.c(1515):_dbus_connection_handle_watch] middle
229: 0x7f98cd08d400: 1586778310.961040 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778310.961055 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.961071 [dbus-connection.c(1522):_dbus_connection_handle_watch] end
229: 0x7f98cd08d400: 1586778310.961087 [dbus-watch.c(754):dbus_watch_handle] After sanitization, watch flags on fd 8 were 0
229: 0x7f98cd08d400: 1586778310.961161 [dbus-connection.c(1496):_dbus_connection_handle_watch] start
229: 0x7f98cd08d400: 1586778310.961177 [dbus-connection.c(1498):_dbus_connection_handle_watch] LOCK
229: 0x7f98cd08d400: 1586778310.961192 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.961208 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.961223 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 1
229: 0x7f98cd08d400: 1586778310.961239 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778310.961254 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.961270 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778310.961286 [dbus-transport-socket.c(975):socket_handle_watch] handling read watch 0xbcae90 flags = 1
229: 0x7f98cd08d400: 1586778310.961302 [dbus-transport-socket.c(349):exchange_credentials] exchange_credentials: do_reading = 1, do_writing = 0
229: 0x7f98cd08d400: 1586778310.961319 [dbus-transport-socket.c(450):do_authentication]  server auth state: waiting for input
229: 0x7f98cd08d400: 1586778310.961341 [dbus-transport-socket.c(265):read_data_into_auth]  read 19 bytes in auth phase
229: 0x7f98cd08d400: 1586778310.961360 [dbus-auth.c(2256):process_command] server: got command "NEGOTIATE_UNIX_FD"
229: 0x7f98cd08d400: 1586778310.961376 [dbus-auth.c(1723):send_agree_unix_fd] Agreed to UNIX FD passing
229: 0x7f98cd08d400: 1586778310.961392 [dbus-auth.c(2203):goto_state] server: going from state WaitingForBegin to state WaitingForBegin
229: 0x7f98cd08d400: 1586778310.961409 [dbus-transport-socket.c(349):exchange_credentials] exchange_credentials: do_reading = 1, do_writing = 0
229: 0x7f98cd08d400: 1586778310.961425 [dbus-transport-socket.c(464):do_authentication]  server auth state: bytes to send
229: 0x7f98cd08d400: 1586778310.961441 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778310.961457 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 0
229: 0x7f98cd08d400: 1586778310.961472 [dbus-watch.c(458):_dbus_watch_list_toggle_watch] Toggling watch 0xbcae90 on fd 8 to 0
229: 0x7f98cd08d400: 1586778310.961491 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 1 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778310.961507 [dbus-watch.c(458):_dbus_watch_list_toggle_watch] Toggling watch 0xbcae40 on fd 8 to 1
229: 0x7f98cd08d400: 1586778310.961526 [dbus-transport-socket.c(751):do_reading] fd = 8
229: 0x7f98cd08d400: 1586778310.961542 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.961557 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778310.961573 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.961589 [dbus-connection.c(1515):_dbus_connection_handle_watch] middle
229: 0x7f98cd08d400: 1586778310.961605 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778310.961621 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.961637 [dbus-connection.c(1522):_dbus_connection_handle_watch] end
229: 0x7f98cd08d400: 1586778310.961661 [dbus-connection.c(1496):_dbus_connection_handle_watch] start
229: 0x7f98cd08d400: 1586778310.961677 [dbus-connection.c(1498):_dbus_connection_handle_watch] LOCK
229: 0x7f98cd08d400: 1586778310.961692 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.961708 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.961723 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 1
229: 0x7f98cd08d400: 1586778310.961739 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778310.961755 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.961770 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778310.961786 [dbus-transport-socket.c(1004):socket_handle_watch] handling write watch, have_outgoing_messages = 0
229: 0x7f98cd08d400: 1586778310.961802 [dbus-transport-socket.c(349):exchange_credentials] exchange_credentials: do_reading = 0, do_writing = 1
229: 0x7f98cd08d400: 1586778310.961819 [dbus-transport-socket.c(464):do_authentication]  server auth state: bytes to send
229: 0x7f98cd08d400: 1586778310.961837 [dbus-auth.c(2575):_dbus_auth_bytes_sent] server: Sent 15 bytes of: AGREE_UNIX_FD

229: 0x7f98cd08d400: 1586778310.961854 [dbus-transport-socket.c(349):exchange_credentials] exchange_credentials: do_reading = 0, do_writing = 1
229: 0x7f98cd08d400: 1586778310.961870 [dbus-transport-socket.c(450):do_authentication]  server auth state: waiting for input
229: 0x7f98cd08d400: 1586778310.961886 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778310.961906 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778310.961921 [dbus-watch.c(458):_dbus_watch_list_toggle_watch] Toggling watch 0xbcae90 on fd 8 to 1
229: 0x7f98cd08d400: 1586778310.961940 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 0 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778310.961956 [dbus-watch.c(458):_dbus_watch_list_toggle_watch] Toggling watch 0xbcae40 on fd 8 to 0
229: 0x7f98cd08d400: 1586778310.961975 [dbus-transport-socket.c(512):do_writing] Not authenticated, not writing anything
229: 0x7f98cd08d400: 1586778310.961991 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 0 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778310.962007 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.962023 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778310.962039 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.962054 [dbus-connection.c(1515):_dbus_connection_handle_watch] middle
229: 0x7f98cd08d400: 1586778310.962070 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778310.962086 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.962102 [dbus-connection.c(1522):_dbus_connection_handle_watch] end
229: 0x7f98cd08d400: 1586778310.962117 [dbus-watch.c(754):dbus_watch_handle] After sanitization, watch flags on fd 8 were 0
229: 0x7f98cd08d400: 1586778310.962170 [dbus-connection.c(1496):_dbus_connection_handle_watch] start
229: 0x7f98cd08d400: 1586778310.962186 [dbus-connection.c(1498):_dbus_connection_handle_watch] LOCK
229: 0x7f98cd08d400: 1586778310.962202 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.962218 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.962233 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 1
229: 0x7f98cd08d400: 1586778310.962249 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778310.962264 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.962280 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778310.962296 [dbus-transport-socket.c(975):socket_handle_watch] handling read watch 0xbcae90 flags = 1
229: 0x7f98cd08d400: 1586778310.962312 [dbus-transport-socket.c(349):exchange_credentials] exchange_credentials: do_reading = 1, do_writing = 0
229: 0x7f98cd08d400: 1586778310.962329 [dbus-transport-socket.c(450):do_authentication]  server auth state: waiting for input
229: 0x7f98cd08d400: 1586778310.962348 [dbus-transport-socket.c(265):read_data_into_auth]  read 7 bytes in auth phase
229: 0x7f98cd08d400: 1586778310.962366 [dbus-auth.c(2256):process_command] server: got command "BEGIN"
229: 0x7f98cd08d400: 1586778310.962382 [dbus-auth.c(2203):goto_state] server: going from state WaitingForBegin to state Authenticated
229: 0x7f98cd08d400: 1586778310.962400 [dbus-transport.c(558):auth_via_unix_user_function] unlock
229: 0x7f98cd08d400: 1586778310.962416 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.962434 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
229: 0x7f98cd08d400: 1586778310.962455 [policy.c(405):list_allows_user] List 0xbb4668 user rule uid=18446744073709551615
229: 0x7f98cd08d400: 1586778310.962472 [policy.c(475):bus_policy_allow_unix_user] UID 0 allowed = 1
229: 0x7f98cd08d400: 1586778310.962491 [dbus-transport.c(565):auth_via_unix_user_function] lock post unix user function
229: 0x7f98cd08d400: 1586778310.962508 [dbus-connection.c(390):_dbus_connection_lock] LOCK
229: 0x7f98cd08d400: 1586778310.962524 [dbus-transport.c(570):auth_via_unix_user_function] Client UID 0 authorized
229: 0x7f98cd08d400: 1586778310.962540 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778310.962555 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778310.962570 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 0 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778310.962586 [dbus-transport-socket.c(996):socket_handle_watch] Not reading anything since we just completed the authentication
229: 0x7f98cd08d400: 1586778310.962602 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.962618 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778310.962633 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.962649 [dbus-connection.c(1515):_dbus_connection_handle_watch] middle
229: 0x7f98cd08d400: 1586778310.962666 [dbus-transport.c(1098):recover_unused_bytes]  0 unused bytes sent to message loader
229: 0x7f98cd08d400: 1586778310.962684 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778310.962700 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.962716 [dbus-connection.c(1522):_dbus_connection_handle_watch] end
229: 0x7f98cd08d400: 1586778310.962760 [dbus-connection.c(1496):_dbus_connection_handle_watch] start
229: 0x7f98cd08d400: 1586778310.962776 [dbus-connection.c(1498):_dbus_connection_handle_watch] LOCK
229: 0x7f98cd08d400: 1586778310.962792 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.962808 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.962823 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 1
229: 0x7f98cd08d400: 1586778310.962839 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778310.962854 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.962869 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778310.962885 [dbus-transport-socket.c(975):socket_handle_watch] handling read watch 0xbcae90 flags = 1
229: 0x7f98cd08d400: 1586778310.962901 [dbus-transport-socket.c(751):do_reading] fd = 8
229: 0x7f98cd08d400: 1586778310.962917 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778310.962932 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778310.962955 [dbus-transport-socket.c(903):do_reading]  read 128 bytes
229: 0x7f98cd08d400: 1586778310.962973 [dbus-marshal-header.c(747):_dbus_header_have_message_untrusted] have 128 bytes, need body 0 + header 128 = 128
229: 0x7f98cd08d400: 1586778310.962993 [dbus-marshal-validate.c(728):_dbus_validate_body_with_reason] validating body from pos 0 len 128 sig 'yyyyuua(yv)'
229: 0x7f98cd08d400: 1586778310.963028 [dbus-marshal-header.c(821):load_and_validate_field] initially caching field 1
229: 0x7f98cd08d400: 1586778310.963047 [dbus-marshal-header.c(821):load_and_validate_field] initially caching field 6
229: 0x7f98cd08d400: 1586778310.963065 [dbus-marshal-header.c(821):load_and_validate_field] initially caching field 2
229: 0x7f98cd08d400: 1586778310.963083 [dbus-marshal-header.c(821):load_and_validate_field] initially caching field 3
229: 0x7f98cd08d400: 1586778310.963104 [dbus-marshal-validate.c(728):_dbus_validate_body_with_reason] validating body from pos 128 len 0 sig ''
229: 0x7f98cd08d400: 1586778310.963123 [dbus-message.c(4564):load_message] Loaded message 0xbcc150
229: 0x7f98cd08d400: 1586778310.963139 [dbus-transport.c(1182):_dbus_transport_queue_messages] queueing received message 0xbcc150
229: 0x7f98cd08d400: 1586778310.963157 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778310.963172 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778310.963192 [dbus-connection.c(530):_dbus_connection_queue_received_message_link] Message 0xbcc150 (method_call /org/freedesktop/DBus org.freedesktop.DBus Hello '' reply to 0) added to incoming queue 0xbcb020, 1 incoming
229: 0x7f98cd08d400: 1586778310.963210 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778310.963225 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778310.963244 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.963260 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778310.963275 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.963291 [dbus-connection.c(1515):_dbus_connection_handle_watch] middle
229: 0x7f98cd08d400: 1586778310.963306 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.963322 [dbus-connection.c(4346):_dbus_connection_update_dispatch_status_and_unlock] Notifying of change to dispatch status of 0xbcb020 now 0 (data remains)
229: 0x7f98cd08d400: 1586778310.963338 [dbus-connection.c(1522):_dbus_connection_handle_watch] end
229: 0x7f98cd08d400: 1586778310.963356 [dbus-connection.c(4588):dbus_connection_dispatch] 
229: 0x7f98cd08d400: 1586778310.963372 [dbus-connection.c(4590):dbus_connection_dispatch] LOCK
229: 0x7f98cd08d400: 1586778310.963388 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.963403 [dbus-connection.c(4137):_dbus_connection_acquire_dispatch] locking dispatch_mutex
229: 0x7f98cd08d400: 1586778310.963419 [dbus-connection.c(4151):_dbus_connection_acquire_dispatch] unlocking dispatch_mutex
229: 0x7f98cd08d400: 1586778310.963434 [dbus-connection.c(4154):_dbus_connection_acquire_dispatch] LOCK
229: 0x7f98cd08d400: 1586778310.963452 [dbus-connection.c(4001):_dbus_connection_pop_message_link_unlocked] Message 0xbcc150 (method_call /org/freedesktop/DBus org.freedesktop.DBus Hello sig:'' serial:1) removed from incoming queue 0xbcb020, 0 incoming
229: 0x7f98cd08d400: 1586778310.963469 [dbus-connection.c(4636):dbus_connection_dispatch]  dispatching message 0xbcc150 (method_call org.freedesktop.DBus Hello '')
229: 0x7f98cd08d400: 1586778310.963488 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.963504 [dbus-connection.c(4703):dbus_connection_dispatch]   running filter on message 0xbcc150
229: 0x7f98cd08d400: 1586778310.963522 [dbus-connection.c(3172):dbus_connection_preallocate_send] LOCK
229: 0x7f98cd08d400: 1586778310.963538 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.963579 [dispatch.c(303):bus_dispatch] DISPATCH: org.freedesktop.DBus Hello (no error name) to org.freedesktop.DBus
229: 0x7f98cd08d400: 1586778310.963611 [bus.c(1662):bus_context_check_security_policy] security check allowing Hello message
229: 0x7f98cd08d400: 1586778310.963627 [dispatch.c(391):bus_dispatch] Giving message to org.freedesktop.DBus
229: 0x7f98cd08d400: 1586778310.963644 [driver.c(2891):bus_driver_handle_message] Driver got a method call: Hello
229: 0x7f98cd08d400: 1586778310.963662 [driver.c(2914):bus_driver_handle_message] Found driver handler for Hello
229: 0x7f98cd08d400: 1586778310.963681 [dbus-connection.c(5230):dbus_connection_get_unix_user] LOCK
229: 0x7f98cd08d400: 1586778310.963699 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.963722 [connection.c(1558):bus_connection_complete] Name :1.0 assigned to 0xbcb020
229: 0x7f98cd08d400: 1586778310.963740 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbb9810 with type 2 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963756 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbb9890 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963772 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbb9910 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963789 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbb9970 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963805 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbb99f0 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963821 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbb9a50 with type 1 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963837 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbb9ad0 with type 1 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963853 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbb9b30 with type 1 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963869 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbb9b90 with type 1 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963885 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbb9c10 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963901 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbb9fd0 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963917 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbba080 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963933 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbba190 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963949 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbba260 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963965 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbba300 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963982 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbc9360 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.963997 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbca190 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964014 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbcace0 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964029 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbcbe00 with type 2 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964046 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbcbe80 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964062 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbcbf00 with type 1 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964078 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbca960 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964094 [dbus-connection.c(5230):dbus_connection_get_unix_user] LOCK
229: 0x7f98cd08d400: 1586778310.964110 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.964125 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbbba20 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964142 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbbbf70 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964158 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbbbfd0 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964174 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbc8f10 with type 2 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964190 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbc9170 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964210 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbc9210 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964226 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbc9290 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964242 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbc7c50 with type 2 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964258 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbc7cb0 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964274 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbcaa60 with type 2 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964290 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbcac60 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964306 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbc8d30 with type 2 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964322 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbc9e80 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964338 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbc9f00 with type 0 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964355 [policy.c(866):bus_client_policy_append_rule] Appending rule 0xbcbd40 with type 1 to policy 0xbb5280
229: 0x7f98cd08d400: 1586778310.964372 [dbus-userdb.c(155):_dbus_user_database_lookup] Using cache for UID 0 information
229: 0x7f98cd08d400: 1586778310.964389 [policy.c(801):bus_client_policy_optimize] Optimizing policy with 37 rules
229: 0x7f98cd08d400: 1586778310.964406 [policy.c(858):bus_client_policy_optimize] After optimization, policy has 37 rules
229: 0x7f98cd08d400: 1586778310.964422 [dbus-connection.c(5230):dbus_connection_get_unix_user] LOCK
229: 0x7f98cd08d400: 1586778310.964437 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.964453 [connection.c(172):adjust_connections_for_uid] Adjusting connection count for UID 0: was 0 adjustment 1 making 1
229: 0x7f98cd08d400: 1586778310.964471 [dbus-connection.c(5230):dbus_connection_get_unix_user] LOCK
229: 0x7f98cd08d400: 1586778310.964487 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.964506 [dbus-connection.c(5266):dbus_connection_get_unix_process_id] LOCK
229: 0x7f98cd08d400: 1586778310.964522 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.964579 [dbus-connection.c(5423):dbus_connection_get_windows_user] LOCK
229: 0x7f98cd08d400: 1586778310.964596 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.964612 [dbus-connection.c(5367):_dbus_connection_get_linux_security_label] LOCK
229: 0x7f98cd08d400: 1586778310.964628 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.964645 [expirelist.c(109):bus_expire_timeout_set_interval] Disabled an expire timeout
229: 0x7f98cd08d400: 1586778310.964707 [connection.c(2347):bus_transaction_send_from_driver] Sending (no interface) (no member) (no error name) from driver
229: 0x7f98cd08d400: 1586778310.964751 [policy.c(1118):bus_client_policy_check_can_receive]   (policy) checking receive rules, eavesdropping = 0
229: 0x7f98cd08d400: 1586778310.964767 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.964782 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.964797 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.964812 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.964828 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.964843 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778310.964863 [policy.c(1302):bus_client_policy_check_can_receive]   (policy) used rule, allow now = 1
229: 0x7f98cd08d400: 1586778310.964898 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778310.964913 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778310.964929 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.964944 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.964959 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.964975 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.964990 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965005 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965020 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965035 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965050 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965065 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965081 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965096 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778310.965111 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965126 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965141 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965156 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965171 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965186 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965201 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965217 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965232 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965247 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965262 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965277 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965292 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965307 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965322 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965338 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778310.965358 [dbus-connection.c(6299):dbus_connection_get_outgoing_size] LOCK
229: 0x7f98cd08d400: 1586778310.965374 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.965390 [dbus-connection.c(6360):dbus_connection_get_outgoing_unix_fds] LOCK
229: 0x7f98cd08d400: 1586778310.965406 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.965421 [bus.c(1798):bus_context_check_security_policy] security policy allowing message
229: 0x7f98cd08d400: 1586778310.965437 [dbus-connection.c(2980):dbus_connection_get_is_connected] LOCK
229: 0x7f98cd08d400: 1586778310.965453 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.965469 [connection.c(2415):bus_transaction_send]   trying to add reply interface=(unset) member=(unset) error=(unset) to transaction
229: 0x7f98cd08d400: 1586778310.965485 [dbus-connection.c(2980):dbus_connection_get_is_connected] LOCK
229: 0x7f98cd08d400: 1586778310.965500 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.965516 [dbus-connection.c(3172):dbus_connection_preallocate_send] LOCK
229: 0x7f98cd08d400: 1586778310.965532 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.965549 [connection.c(2442):bus_transaction_send] about to prepend message
229: 0x7f98cd08d400: 1586778310.965566 [connection.c(2450):bus_transaction_send] prepended message
229: 0x7f98cd08d400: 1586778310.965585 [services.c(273):bus_registry_ensure] copying string 0x7fff3d0abef0 ':1.0' to service->name
229: 0x7f98cd08d400: 1586778310.965601 [services.c(282):bus_registry_ensure] copied string 0x7fff3d0abef0 ':1.0' to ':1.0'
229: 0x7f98cd08d400: 1586778310.965617 [driver.c(229):bus_driver_send_service_owner_changed] sending name owner changed: :1.0 [ -> :1.0]
229: 0x7f98cd08d400: 1586778310.965700 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 0, interface <null>
229: 0x7f98cd08d400: 1586778310.965716 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 0, interface org.freedesktop.DBus
229: 0x7f98cd08d400: 1586778310.965732 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 4, interface <null>
229: 0x7f98cd08d400: 1586778310.965748 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 4, interface org.freedesktop.DBus
229: 0x7f98cd08d400: 1586778310.965789 [connection.c(2347):bus_transaction_send_from_driver] Sending org.freedesktop.DBus NameAcquired (no error name) from driver
229: 0x7f98cd08d400: 1586778310.965838 [policy.c(1118):bus_client_policy_check_can_receive]   (policy) checking receive rules, eavesdropping = 0
229: 0x7f98cd08d400: 1586778310.965853 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965869 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965884 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965899 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965914 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.965929 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778310.965944 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778310.965959 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778310.965975 [policy.c(1302):bus_client_policy_check_can_receive]   (policy) used rule, allow now = 1
229: 0x7f98cd08d400: 1586778310.965990 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966009 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966024 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966039 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966054 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966069 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966084 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966099 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966114 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966129 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966144 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966161 [policy.c(1253):bus_client_policy_check_can_receive]   (policy) skipping rule because message sender is not fi.w1.wpa_supplicant1
229: 0x7f98cd08d400: 1586778310.966176 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966192 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966207 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966222 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966237 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966251 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966266 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966281 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966296 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966311 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966327 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966341 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966356 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966371 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966386 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778310.966402 [policy.c(1253):bus_client_policy_check_can_receive]   (policy) skipping rule because message sender is not fi.w1.wpa_supplicant1
229: 0x7f98cd08d400: 1586778310.966417 [dbus-connection.c(6299):dbus_connection_get_outgoing_size] LOCK
229: 0x7f98cd08d400: 1586778310.966433 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.966448 [dbus-connection.c(6360):dbus_connection_get_outgoing_unix_fds] LOCK
229: 0x7f98cd08d400: 1586778310.966464 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.966479 [bus.c(1798):bus_context_check_security_policy] security policy allowing message
229: 0x7f98cd08d400: 1586778310.966498 [dbus-connection.c(2980):dbus_connection_get_is_connected] LOCK
229: 0x7f98cd08d400: 1586778310.966513 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.966529 [connection.c(2415):bus_transaction_send]   trying to add message interface=org.freedesktop.DBus member=NameAcquired error=(unset) to transaction
229: 0x7f98cd08d400: 1586778310.966545 [dbus-connection.c(2980):dbus_connection_get_is_connected] LOCK
229: 0x7f98cd08d400: 1586778310.966560 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.966576 [dbus-connection.c(3172):dbus_connection_preallocate_send] LOCK
229: 0x7f98cd08d400: 1586778310.966592 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.966608 [connection.c(2442):bus_transaction_send] about to prepend message
229: 0x7f98cd08d400: 1586778310.966624 [connection.c(2450):bus_transaction_send] prepended message
229: 0x7f98cd08d400: 1586778310.966642 [connection.c(2658):bus_transaction_add_cancel_hook]      adding cancel hook function = 0x425c21 data = 0xbb5bc0
229: 0x7f98cd08d400: 1586778310.966661 [driver.c(2952):bus_driver_handle_message] Driver handler succeeded
229: 0x7f98cd08d400: 1586778310.966677 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 0, interface <null>
229: 0x7f98cd08d400: 1586778310.966693 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 0, interface org.freedesktop.DBus
229: 0x7f98cd08d400: 1586778310.966708 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 1, interface <null>
229: 0x7f98cd08d400: 1586778310.966724 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 1, interface org.freedesktop.DBus
229: 0x7f98cd08d400: 1586778310.966740 [connection.c(2583):bus_transaction_execute_and_free] TRANSACTION: executing
229: 0x7f98cd08d400: 1586778310.966758 [dbus-connection.c(3233):dbus_connection_send_preallocated] LOCK
229: 0x7f98cd08d400: 1586778310.966777 [dbus-connection.c(2034):_dbus_connection_send_preallocated_unlocked_no_update] Message 0xbb5570 (method_return no path no interface no member 's') for :1.0 added to outgoing queue 0xbcb020, 1 pending to send
229: 0x7f98cd08d400: 1586778310.966795 [dbus-connection.c(2050):_dbus_connection_send_preallocated_unlocked_no_update] Message 0xbb5570 serial is 1
229: 0x7f98cd08d400: 1586778310.966811 [dbus-connection.c(1203):_dbus_connection_do_iteration_unlocked] start
229: 0x7f98cd08d400: 1586778310.966826 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.966842 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.966857 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 0
229: 0x7f98cd08d400: 1586778310.966873 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778310.966889 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.966904 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778310.966919 [dbus-transport.c(1006):_dbus_transport_do_iteration] Transport iteration flags 0x1 timeout -1 connected = 1
229: 0x7f98cd08d400: 1586778310.966935 [dbus-transport-socket.c(1103):socket_do_iteration]  iteration flags = write timeout = -1 read_watch = 0xbcae90 write_watch = 0xbcae40 fd = 8
229: 0x7f98cd08d400: 1586778310.966951 [dbus-transport-socket.c(525):do_writing] do_writing(), have_messages = 1, fd = 8
229: 0x7f98cd08d400: 1586778310.966974 [dbus-transport-socket.c(712):do_writing]  wrote 89 bytes of 89
229: 0x7f98cd08d400: 1586778310.966991 [dbus-connection.c(660):_dbus_connection_message_sent_unlocked] Message 0xbb5570 (method_return no path no interface no member 's') removed from outgoing queue 0xbcb020, 0 left to send
229: 0x7f98cd08d400: 1586778310.967016 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 0 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778310.967033 [dbus-transport-socket.c(1247):socket_do_iteration]  ... leaving do_iteration()
229: 0x7f98cd08d400: 1586778310.967049 [dbus-transport.c(1020):_dbus_transport_do_iteration] end
229: 0x7f98cd08d400: 1586778310.967064 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.967080 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778310.967095 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.967111 [dbus-connection.c(1236):_dbus_connection_do_iteration_unlocked] end
229: 0x7f98cd08d400: 1586778310.967126 [dbus-connection.c(2081):_dbus_connection_send_preallocated_and_unlock] middle
229: 0x7f98cd08d400: 1586778310.967144 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778310.967159 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.967175 [dbus-connection.c(4346):_dbus_connection_update_dispatch_status_and_unlock] Notifying of change to dispatch status of 0xbcb020 now 1 (complete)
229: 0x7f98cd08d400: 1586778310.967193 [dbus-connection.c(3233):dbus_connection_send_preallocated] LOCK
229: 0x7f98cd08d400: 1586778310.967211 [dbus-connection.c(2034):_dbus_connection_send_preallocated_unlocked_no_update] Message 0xbb5990 (signal /org/freedesktop/DBus org.freedesktop.DBus NameAcquired 's') for :1.0 added to outgoing queue 0xbcb020, 1 pending to send
229: 0x7f98cd08d400: 1586778310.967228 [dbus-connection.c(2050):_dbus_connection_send_preallocated_unlocked_no_update] Message 0xbb5990 serial is 2
229: 0x7f98cd08d400: 1586778310.967243 [dbus-connection.c(1203):_dbus_connection_do_iteration_unlocked] start
229: 0x7f98cd08d400: 1586778310.967259 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.967274 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.967290 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 0
229: 0x7f98cd08d400: 1586778310.967305 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778310.967321 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.967336 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778310.967352 [dbus-transport.c(1006):_dbus_transport_do_iteration] Transport iteration flags 0x1 timeout -1 connected = 1
229: 0x7f98cd08d400: 1586778310.967367 [dbus-transport-socket.c(1103):socket_do_iteration]  iteration flags = write timeout = -1 read_watch = 0xbcae90 write_watch = 0xbcae40 fd = 8
229: 0x7f98cd08d400: 1586778310.967384 [dbus-transport-socket.c(525):do_writing] do_writing(), have_messages = 1, fd = 8
229: 0x7f98cd08d400: 1586778310.967403 [dbus-transport-socket.c(712):do_writing]  wrote 169 bytes of 169
229: 0x7f98cd08d400: 1586778310.967420 [dbus-connection.c(660):_dbus_connection_message_sent_unlocked] Message 0xbb5990 (signal /org/freedesktop/DBus org.freedesktop.DBus NameAcquired 's') removed from outgoing queue 0xbcb020, 0 left to send
229: 0x7f98cd08d400: 1586778310.967438 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 0 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778310.967454 [dbus-transport-socket.c(1247):socket_do_iteration]  ... leaving do_iteration()
229: 0x7f98cd08d400: 1586778310.967469 [dbus-transport.c(1020):_dbus_transport_do_iteration] end
229: 0x7f98cd08d400: 1586778310.967484 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778310.967504 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778310.967519 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778310.967535 [dbus-connection.c(1236):_dbus_connection_do_iteration_unlocked] end
229: 0x7f98cd08d400: 1586778310.967550 [dbus-connection.c(2081):_dbus_connection_send_preallocated_and_unlock] middle
229: 0x7f98cd08d400: 1586778310.967565 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778310.967581 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.967600 [dbus-connection.c(4717):dbus_connection_dispatch] LOCK
229: 0x7f98cd08d400: 1586778310.967616 [dbus-connection.c(4726):dbus_connection_dispatch] filter handled message in dispatch
229: 0x7f98cd08d400: 1586778310.967631 [dbus-connection.c(4857):dbus_connection_dispatch]  ... done dispatching
229: 0x7f98cd08d400: 1586778310.967646 [dbus-connection.c(4170):_dbus_connection_release_dispatch] locking dispatch_mutex
229: 0x7f98cd08d400: 1586778310.967662 [dbus-connection.c(4178):_dbus_connection_release_dispatch] unlocking dispatch_mutex
229: 0x7f98cd08d400: 1586778310.967677 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778310.967694 [dbus-connection.c(4874):dbus_connection_dispatch] LOCK
229: 0x7f98cd08d400: 1586778310.967709 [dbus-connection.c(4880):dbus_connection_dispatch] before final status update
229: 0x7f98cd08d400: 1586778310.967725 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778310.967740 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.079552 [dbus-connection.c(1496):_dbus_connection_handle_watch] start
229: 0x7f98cd08d400: 1586778311.079569 [dbus-connection.c(1498):_dbus_connection_handle_watch] LOCK
229: 0x7f98cd08d400: 1586778311.079586 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.079601 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778311.079617 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 1
229: 0x7f98cd08d400: 1586778311.079632 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778311.079648 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778311.079663 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778311.079680 [dbus-transport-socket.c(975):socket_handle_watch] handling read watch 0xbcae90 flags = 1
229: 0x7f98cd08d400: 1586778311.079696 [dbus-transport-socket.c(751):do_reading] fd = 8
229: 0x7f98cd08d400: 1586778311.079711 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778311.079726 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778311.079749 [dbus-transport-socket.c(903):do_reading]  read 112 bytes
229: 0x7f98cd08d400: 1586778311.079765 [dbus-marshal-header.c(747):_dbus_header_have_message_untrusted] have 112 bytes, need body 0 + header 112 = 112
229: 0x7f98cd08d400: 1586778311.079783 [dbus-marshal-validate.c(728):_dbus_validate_body_with_reason] validating body from pos 0 len 112 sig 'yyyyuua(yv)'
229: 0x7f98cd08d400: 1586778311.079809 [dbus-marshal-header.c(821):load_and_validate_field] initially caching field 1
229: 0x7f98cd08d400: 1586778311.079827 [dbus-marshal-header.c(821):load_and_validate_field] initially caching field 6
229: 0x7f98cd08d400: 1586778311.079845 [dbus-marshal-header.c(821):load_and_validate_field] initially caching field 2
229: 0x7f98cd08d400: 1586778311.079863 [dbus-marshal-header.c(821):load_and_validate_field] initially caching field 3
229: 0x7f98cd08d400: 1586778311.079885 [dbus-marshal-validate.c(728):_dbus_validate_body_with_reason] validating body from pos 112 len 0 sig ''
229: 0x7f98cd08d400: 1586778311.079902 [dbus-message.c(4564):load_message] Loaded message 0xbb5570
229: 0x7f98cd08d400: 1586778311.079918 [dbus-transport.c(1182):_dbus_transport_queue_messages] queueing received message 0xbb5570
229: 0x7f98cd08d400: 1586778311.079935 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778311.079950 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778311.079967 [dbus-connection.c(530):_dbus_connection_queue_received_message_link] Message 0xbb5570 (method_call / net.connman.Manager GetTechnologies '' reply to 0) added to incoming queue 0xbcb020, 1 incoming
229: 0x7f98cd08d400: 1586778311.079984 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778311.080000 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778311.080018 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778311.080034 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778311.080049 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778311.080064 [dbus-connection.c(1515):_dbus_connection_handle_watch] middle
229: 0x7f98cd08d400: 1586778311.080080 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.080095 [dbus-connection.c(4346):_dbus_connection_update_dispatch_status_and_unlock] Notifying of change to dispatch status of 0xbcb020 now 0 (data remains)
229: 0x7f98cd08d400: 1586778311.080112 [dbus-connection.c(1522):_dbus_connection_handle_watch] end
229: 0x7f98cd08d400: 1586778311.080129 [dbus-connection.c(4588):dbus_connection_dispatch] 
229: 0x7f98cd08d400: 1586778311.080144 [dbus-connection.c(4590):dbus_connection_dispatch] LOCK
229: 0x7f98cd08d400: 1586778311.080160 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.080175 [dbus-connection.c(4137):_dbus_connection_acquire_dispatch] locking dispatch_mutex
229: 0x7f98cd08d400: 1586778311.080190 [dbus-connection.c(4151):_dbus_connection_acquire_dispatch] unlocking dispatch_mutex
229: 0x7f98cd08d400: 1586778311.080205 [dbus-connection.c(4154):_dbus_connection_acquire_dispatch] LOCK
229: 0x7f98cd08d400: 1586778311.080222 [dbus-connection.c(4001):_dbus_connection_pop_message_link_unlocked] Message 0xbb5570 (method_call / net.connman.Manager GetTechnologies sig:'' serial:2) removed from incoming queue 0xbcb020, 0 incoming
229: 0x7f98cd08d400: 1586778311.080240 [dbus-connection.c(4636):dbus_connection_dispatch]  dispatching message 0xbb5570 (method_call net.connman.Manager GetTechnologies '')
229: 0x7f98cd08d400: 1586778311.080257 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.080272 [dbus-connection.c(4703):dbus_connection_dispatch]   running filter on message 0xbb5570
229: 0x7f98cd08d400: 1586778311.080290 [dispatch.c(303):bus_dispatch] DISPATCH: net.connman.Manager GetTechnologies (no error name) to net.connman
229: 0x7f98cd08d400: 1586778311.080425 [dispatch.c(442):bus_dispatch] bus_activation_activate_service() failed: org.freedesktop.DBus.Error.ServiceUnknown
229: 0x7f98cd08d400: 1586778311.080442 [connection.c(2626):bus_transaction_send_error_reply] Sending error reply org.freedesktop.DBus.Error.ServiceUnknown "The name net.connman was not provided by any .service files"
229: 0x7f98cd08d400: 1586778311.080482 [connection.c(2347):bus_transaction_send_from_driver] Sending (no interface) (no member) org.freedesktop.DBus.Error.ServiceUnknown from driver
229: 0x7f98cd08d400: 1586778311.080529 [policy.c(1118):bus_client_policy_check_can_receive]   (policy) checking receive rules, eavesdropping = 0
229: 0x7f98cd08d400: 1586778311.080545 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080565 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080580 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080595 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080610 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080625 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778311.080640 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778311.080656 [policy.c(1302):bus_client_policy_check_can_receive]   (policy) used rule, allow now = 1
229: 0x7f98cd08d400: 1586778311.080671 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778311.080686 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080701 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080717 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080732 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080747 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080762 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080777 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080792 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080807 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080822 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080837 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080853 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778311.080868 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080903 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080918 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080933 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080949 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080964 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080979 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.080994 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.081009 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.081024 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.081040 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.081058 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.081073 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.081088 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.081104 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.081119 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778311.081135 [dbus-connection.c(6299):dbus_connection_get_outgoing_size] LOCK
229: 0x7f98cd08d400: 1586778311.081150 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.081166 [dbus-connection.c(6360):dbus_connection_get_outgoing_unix_fds] LOCK
229: 0x7f98cd08d400: 1586778311.081181 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.081197 [bus.c(1798):bus_context_check_security_policy] security policy allowing message
229: 0x7f98cd08d400: 1586778311.081212 [dbus-connection.c(2980):dbus_connection_get_is_connected] LOCK
229: 0x7f98cd08d400: 1586778311.081227 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.081243 [connection.c(2415):bus_transaction_send]   trying to add error interface=(unset) member=(unset) error=org.freedesktop.DBus.Error.ServiceUnknown to transaction
229: 0x7f98cd08d400: 1586778311.081259 [dbus-connection.c(2980):dbus_connection_get_is_connected] LOCK
229: 0x7f98cd08d400: 1586778311.081274 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.081290 [dbus-connection.c(3172):dbus_connection_preallocate_send] LOCK
229: 0x7f98cd08d400: 1586778311.081306 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.081322 [connection.c(2442):bus_transaction_send] about to prepend message
229: 0x7f98cd08d400: 1586778311.081338 [connection.c(2450):bus_transaction_send] prepended message
229: 0x7f98cd08d400: 1586778311.081354 [connection.c(2583):bus_transaction_execute_and_free] TRANSACTION: executing
229: 0x7f98cd08d400: 1586778311.081371 [dbus-connection.c(3233):dbus_connection_send_preallocated] LOCK
229: 0x7f98cd08d400: 1586778311.081388 [dbus-connection.c(2034):_dbus_connection_send_preallocated_unlocked_no_update] Message 0xbb5990 (error no path no interface no member 's') for :1.0 added to outgoing queue 0xbcb020, 1 pending to send
229: 0x7f98cd08d400: 1586778311.081405 [dbus-connection.c(2050):_dbus_connection_send_preallocated_unlocked_no_update] Message 0xbb5990 serial is 3
229: 0x7f98cd08d400: 1586778311.081421 [dbus-connection.c(1203):_dbus_connection_do_iteration_unlocked] start
229: 0x7f98cd08d400: 1586778311.081436 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.081452 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778311.081467 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 0
229: 0x7f98cd08d400: 1586778311.081483 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778311.081498 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778311.081513 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778311.081529 [dbus-transport.c(1006):_dbus_transport_do_iteration] Transport iteration flags 0x1 timeout -1 connected = 1
229: 0x7f98cd08d400: 1586778311.081545 [dbus-transport-socket.c(1103):socket_do_iteration]  iteration flags = write timeout = -1 read_watch = 0xbcae90 write_watch = 0xbcae40 fd = 8
229: 0x7f98cd08d400: 1586778311.081561 [dbus-transport-socket.c(525):do_writing] do_writing(), have_messages = 1, fd = 8
229: 0x7f98cd08d400: 1586778311.081911 [dbus-transport-socket.c(712):do_writing]  wrote 200 bytes of 200
229: 0x7f98cd08d400: 1586778311.081929 [dbus-connection.c(660):_dbus_connection_message_sent_unlocked] Message 0xbb5990 (error no path no interface no member 's') removed from outgoing queue 0xbcb020, 0 left to send
229: 0x7f98cd08d400: 1586778311.081947 [dbus-transport-socket.c(165):check_write_watch] check_write_watch(): needed = 0 on connection 0xbcb020 watch 0xbcae40 fd = 8 outgoing messages exist 0
229: 0x7f98cd08d400: 1586778311.081964 [dbus-transport-socket.c(1247):socket_do_iteration]  ... leaving do_iteration()
229: 0x7f98cd08d400: 1586778311.081979 [dbus-transport.c(1020):_dbus_transport_do_iteration] end
229: 0x7f98cd08d400: 1586778311.081994 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778311.082010 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778311.082025 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778311.082041 [dbus-connection.c(1236):_dbus_connection_do_iteration_unlocked] end
229: 0x7f98cd08d400: 1586778311.082056 [dbus-connection.c(2081):_dbus_connection_send_preallocated_and_unlock] middle
229: 0x7f98cd08d400: 1586778311.082072 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778311.082088 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.082104 [dbus-connection.c(4346):_dbus_connection_update_dispatch_status_and_unlock] Notifying of change to dispatch status of 0xbcb020 now 1 (complete)
229: 0x7f98cd08d400: 1586778311.082122 [dbus-connection.c(4717):dbus_connection_dispatch] LOCK
229: 0x7f98cd08d400: 1586778311.082138 [dbus-connection.c(4726):dbus_connection_dispatch] filter handled message in dispatch
229: 0x7f98cd08d400: 1586778311.082153 [dbus-connection.c(4857):dbus_connection_dispatch]  ... done dispatching
229: 0x7f98cd08d400: 1586778311.082168 [dbus-connection.c(4170):_dbus_connection_release_dispatch] locking dispatch_mutex
229: 0x7f98cd08d400: 1586778311.082184 [dbus-connection.c(4178):_dbus_connection_release_dispatch] unlocking dispatch_mutex
229: 0x7f98cd08d400: 1586778311.082199 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.082216 [dbus-connection.c(4874):dbus_connection_dispatch] LOCK
229: 0x7f98cd08d400: 1586778311.082231 [dbus-connection.c(4880):dbus_connection_dispatch] before final status update
229: 0x7f98cd08d400: 1586778311.082247 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 1
229: 0x7f98cd08d400: 1586778311.082263 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.205417 [dbus-connection.c(1496):_dbus_connection_handle_watch] start
229: 0x7f98cd08d400: 1586778311.205435 [dbus-connection.c(1498):_dbus_connection_handle_watch] LOCK
229: 0x7f98cd08d400: 1586778311.205452 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.205468 [dbus-connection.c(1074):_dbus_connection_acquire_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778311.205484 [dbus-connection.c(1078):_dbus_connection_acquire_io_path] start connection->io_path_acquired = 0 timeout = 1
229: 0x7f98cd08d400: 1586778311.205501 [dbus-connection.c(1121):_dbus_connection_acquire_io_path] end connection->io_path_acquired = 1 we_acquired = 1
229: 0x7f98cd08d400: 1586778311.205520 [dbus-connection.c(1123):_dbus_connection_acquire_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778311.205540 [dbus-connection.c(1126):_dbus_connection_acquire_io_path] LOCK
229: 0x7f98cd08d400: 1586778311.205563 [dbus-transport-socket.c(975):socket_handle_watch] handling read watch 0xbcae90 flags = 9
229: 0x7f98cd08d400: 1586778311.205581 [dbus-transport-socket.c(751):do_reading] fd = 8
229: 0x7f98cd08d400: 1586778311.205604 [dbus-transport-socket.c(181):check_read_watch] fd = 8
229: 0x7f98cd08d400: 1586778311.205621 [dbus-transport-socket.c(227):check_read_watch]   setting read watch enabled = 1
229: 0x7f98cd08d400: 1586778311.205644 [dbus-transport-socket.c(897):do_reading] Disconnected from remote app
229: 0x7f98cd08d400: 1586778311.205659 [dbus-transport.c(510):_dbus_transport_disconnect] start
229: 0x7f98cd08d400: 1586778311.205675 [dbus-transport-socket.c(1041):socket_disconnect] 
229: 0x7f98cd08d400: 1586778311.205690 [dbus-transport-socket.c(76):free_watches] start
229: 0x7f98cd08d400: 1586778311.205710 [dbus-watch.c(424):_dbus_watch_list_remove_watch] Removing watch on fd 8
229: 0x7f98cd08d400: 1586778311.205732 [dbus-watch.c(424):_dbus_watch_list_remove_watch] Removing watch on fd 8
229: 0x7f98cd08d400: 1586778311.205757 [dbus-watch.c(686):dbus_watch_set_data] Setting watch fd -1 data to data = (nil) function = (nil) from data = (nil) function = (nil)
229: 0x7f98cd08d400: 1586778311.205774 [dbus-transport-socket.c(98):free_watches] end
229: 0x7f98cd08d400: 1586778311.205804 [dbus-transport.c(521):_dbus_transport_disconnect] end
229: 0x7f98cd08d400: 1586778311.205820 [dbus-watch.c(686):dbus_watch_set_data] Setting watch fd -1 data to data = (nil) function = (nil) from data = (nil) function = (nil)
229: 0x7f98cd08d400: 1586778311.205837 [dbus-connection.c(1147):_dbus_connection_release_io_path] locking io_path_mutex
229: 0x7f98cd08d400: 1586778311.205852 [dbus-connection.c(1153):_dbus_connection_release_io_path] start connection->io_path_acquired = 1
229: 0x7f98cd08d400: 1586778311.205868 [dbus-connection.c(1158):_dbus_connection_release_io_path] unlocking io_path_mutex
229: 0x7f98cd08d400: 1586778311.205884 [dbus-connection.c(1515):_dbus_connection_handle_watch] middle
229: 0x7f98cd08d400: 1586778311.205900 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 0
229: 0x7f98cd08d400: 1586778311.205917 [dbus-connection.c(4231):notify_disconnected_and_dispatch_complete_unlocked] Sending disconnect message
229: 0x7f98cd08d400: 1586778311.205935 [dbus-connection.c(560):_dbus_connection_queue_synthesized_message_link] Synthesized message 0xbcb130 added to incoming queue 0xbcb020, 1 incoming
229: 0x7f98cd08d400: 1586778311.205951 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.205967 [dbus-connection.c(4346):_dbus_connection_update_dispatch_status_and_unlock] Notifying of change to dispatch status of 0xbcb020 now 0 (data remains)
229: 0x7f98cd08d400: 1586778311.205985 [dbus-connection.c(1522):_dbus_connection_handle_watch] end
229: 0x7f98cd08d400: 1586778311.206001 [dbus-connection.c(4588):dbus_connection_dispatch] 
229: 0x7f98cd08d400: 1586778311.206016 [dbus-connection.c(4590):dbus_connection_dispatch] LOCK
229: 0x7f98cd08d400: 1586778311.206032 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.206048 [dbus-connection.c(4137):_dbus_connection_acquire_dispatch] locking dispatch_mutex
229: 0x7f98cd08d400: 1586778311.206063 [dbus-connection.c(4151):_dbus_connection_acquire_dispatch] unlocking dispatch_mutex
229: 0x7f98cd08d400: 1586778311.206079 [dbus-connection.c(4154):_dbus_connection_acquire_dispatch] LOCK
229: 0x7f98cd08d400: 1586778311.206103 [dbus-connection.c(4001):_dbus_connection_pop_message_link_unlocked] Message 0xbcb130 (signal /org/freedesktop/DBus/Local org.freedesktop.DBus.Local Disconnected sig:'' serial:0) removed from incoming queue 0xbcb020, 0 incoming
229: 0x7f98cd08d400: 1586778311.206123 [dbus-connection.c(4636):dbus_connection_dispatch]  dispatching message 0xbcb130 (signal org.freedesktop.DBus.Local Disconnected '')
229: 0x7f98cd08d400: 1586778311.206143 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.206158 [dbus-connection.c(4703):dbus_connection_dispatch]   running filter on message 0xbcb130
229: 0x7f98cd08d400: 1586778311.206176 [dispatch.c(303):bus_dispatch] DISPATCH: org.freedesktop.DBus.Local Disconnected (no error name) to peer
229: 0x7f98cd08d400: 1586778311.206198 [connection.c(213):bus_connection_disconnected] :1.0 disconnected, dropping all service ownership and releasing
229: 0x7f98cd08d400: 1586778311.206259 [connection.c(2347):bus_transaction_send_from_driver] Sending org.freedesktop.DBus NameLost (no error name) from driver
229: 0x7f98cd08d400: 1586778311.206320 [policy.c(1118):bus_client_policy_check_can_receive]   (policy) checking receive rules, eavesdropping = 0
229: 0x7f98cd08d400: 1586778311.206338 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206355 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206371 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206387 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206404 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206420 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778311.206437 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778311.206453 [policy.c(1139):bus_client_policy_check_can_receive]   (policy) skipping rule for different message type
229: 0x7f98cd08d400: 1586778311.206471 [policy.c(1302):bus_client_policy_check_can_receive]   (policy) used rule, allow now = 1
229: 0x7f98cd08d400: 1586778311.206487 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206503 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206519 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206535 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206551 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206568 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206584 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206600 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206616 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206632 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206648 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206666 [policy.c(1253):bus_client_policy_check_can_receive]   (policy) skipping rule because message sender is not fi.w1.wpa_supplicant1
229: 0x7f98cd08d400: 1586778311.206682 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206698 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206715 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206731 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206747 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206763 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206784 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206801 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206818 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206834 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206851 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206867 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206883 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206899 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206916 [policy.c(1131):bus_client_policy_check_can_receive]   (policy) skipping non-receive rule
229: 0x7f98cd08d400: 1586778311.206933 [policy.c(1253):bus_client_policy_check_can_receive]   (policy) skipping rule because message sender is not fi.w1.wpa_supplicant1
229: 0x7f98cd08d400: 1586778311.206950 [dbus-connection.c(6299):dbus_connection_get_outgoing_size] LOCK
229: 0x7f98cd08d400: 1586778311.206967 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.206984 [dbus-connection.c(6360):dbus_connection_get_outgoing_unix_fds] LOCK
229: 0x7f98cd08d400: 1586778311.207000 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207017 [bus.c(1798):bus_context_check_security_policy] security policy allowing message
229: 0x7f98cd08d400: 1586778311.207034 [dbus-connection.c(2980):dbus_connection_get_is_connected] LOCK
229: 0x7f98cd08d400: 1586778311.207050 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207068 [connection.c(2415):bus_transaction_send]   trying to add message interface=org.freedesktop.DBus member=NameLost error=(unset) to transaction (disconnected)
229: 0x7f98cd08d400: 1586778311.207085 [dbus-connection.c(2980):dbus_connection_get_is_connected] LOCK
229: 0x7f98cd08d400: 1586778311.207102 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207121 [driver.c(229):bus_driver_send_service_owner_changed] sending name owner changed: :1.0 [:1.0 -> ]
229: 0x7f98cd08d400: 1586778311.207206 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 0, interface <null>
229: 0x7f98cd08d400: 1586778311.207223 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 0, interface org.freedesktop.DBus
229: 0x7f98cd08d400: 1586778311.207242 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 4, interface <null>
229: 0x7f98cd08d400: 1586778311.207258 [signals.c(1333):bus_matchmaker_get_rules] Looking up rules for message_type 4, interface org.freedesktop.DBus
229: 0x7f98cd08d400: 1586778311.207284 [connection.c(2658):bus_transaction_add_cancel_hook]      adding cancel hook function = 0x425fce data = 0xbbe1d0
229: 0x7f98cd08d400: 1586778311.207307 [connection.c(2583):bus_transaction_execute_and_free] TRANSACTION: executing
229: 0x7f98cd08d400: 1586778311.207334 [dbus-connection.c(5631):dbus_connection_remove_filter] LOCK
229: 0x7f98cd08d400: 1586778311.207351 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207368 [dbus-connection.c(4964):dbus_connection_set_watch_functions] LOCK
229: 0x7f98cd08d400: 1586778311.207385 [dbus-watch.c(354):_dbus_watch_list_set_functions] Removing all pre-existing watches
229: 0x7f98cd08d400: 1586778311.207401 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207417 [dbus-connection.c(5027):dbus_connection_set_timeout_functions] LOCK
229: 0x7f98cd08d400: 1586778311.207435 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207458 [dbus-connection.c(5347):dbus_connection_set_unix_user_function] LOCK
229: 0x7f98cd08d400: 1586778311.207475 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207494 [dbus-connection.c(5472):dbus_connection_set_windows_user_function] LOCK
229: 0x7f98cd08d400: 1586778311.207511 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207528 [dbus-connection.c(5110):dbus_connection_set_dispatch_status_function] LOCK
229: 0x7f98cd08d400: 1586778311.207545 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207568 [dbus-connection.c(5230):dbus_connection_get_unix_user] LOCK
229: 0x7f98cd08d400: 1586778311.207585 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207603 [connection.c(172):adjust_connections_for_uid] Adjusting connection count for UID 0: was 1 adjustment -1 making 0
229: 0x7f98cd08d400: 1586778311.207623 [connection.c(1830):bus_connection_drop_pending_replies] Dropping pending replies that involve connection 0xbcb020
229: 0x7f98cd08d400: 1586778311.207656 [dbus-connection.c(4717):dbus_connection_dispatch] LOCK
229: 0x7f98cd08d400: 1586778311.207672 [dbus-connection.c(4726):dbus_connection_dispatch] filter handled message in dispatch
229: 0x7f98cd08d400: 1586778311.207689 [dbus-connection.c(4857):dbus_connection_dispatch]  ... done dispatching
229: 0x7f98cd08d400: 1586778311.207705 [dbus-connection.c(4170):_dbus_connection_release_dispatch] locking dispatch_mutex
229: 0x7f98cd08d400: 1586778311.207722 [dbus-connection.c(4178):_dbus_connection_release_dispatch] unlocking dispatch_mutex
229: 0x7f98cd08d400: 1586778311.207738 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207755 [dbus-connection.c(4874):dbus_connection_dispatch] LOCK
229: 0x7f98cd08d400: 1586778311.207771 [dbus-connection.c(4880):dbus_connection_dispatch] before final status update
229: 0x7f98cd08d400: 1586778311.207788 [dbus-connection.c(4269):_dbus_connection_get_dispatch_status_unlocked] dispatch status = complete is_connected = 0
229: 0x7f98cd08d400: 1586778311.207805 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207822 [dbus-connection.c(2717):_dbus_connection_last_unref] Finalizing connection 0xbcb020
229: 0x7f98cd08d400: 1586778311.207843 [dbus-connection.c(5110):dbus_connection_set_dispatch_status_function] LOCK
229: 0x7f98cd08d400: 1586778311.207859 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207878 [dbus-connection.c(5064):dbus_connection_set_wakeup_main_function] LOCK
229: 0x7f98cd08d400: 1586778311.207894 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207912 [dbus-connection.c(5347):dbus_connection_set_unix_user_function] LOCK
229: 0x7f98cd08d400: 1586778311.207929 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207946 [dbus-connection.c(5472):dbus_connection_set_windows_user_function] LOCK
229: 0x7f98cd08d400: 1586778311.207962 [dbus-connection.c(406):_dbus_connection_unlock] UNLOCK
229: 0x7f98cd08d400: 1586778311.207988 [dbus-transport.c(491):_dbus_transport_unref] finalizing
229: 0x7f98cd08d400: 1586778311.208005 [dbus-transport-socket.c(106):socket_finalize] 
229: 0x7f98cd08d400: 1586778311.208021 [dbus-transport-socket.c(76):free_watches] start
229: 0x7f98cd08d400: 1586778311.208037 [dbus-transport-socket.c(98):free_watches] end
229: 0x7f98cd08d400: 1586778311.208059 [dbus-auth.c(433):shutdown_mech] server: Shutting down mechanism EXTERNAL

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-13 11:57               ` pelzflorian (Florian Pelz)
@ 2020-04-13 13:18                 ` Ludovic Courtès
  2020-04-13 15:03                   ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-13 13:18 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]

Hi Florian,

(+Cc: Mathieu, who’s probably more familiar with Connman.)

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> Nothing.  However, by now I burned a new image to DVD with the
> attached patch.  But I realize my mistake now; due to dbus-daemon
> eventually starting after networking failed, the logs are lost.

I don’t think so, because currently shepherd opens #:log-file in append
mode.  So I believe everything is there.

Nothing caught my eye in the log (but there’s a lot of stuff in there),
except (but I don’t know if it’s relevant):

  229: 0x7f98cd08d400: 1586778311.080442 [connection.c(2626):bus_transaction_send_error_reply] Sending error reply org.freedesktop.DBus.Error.ServiceUnknown "The name net.connman was not provided by any .service files"

And indeed, there’s no ‘.service’ file for that:

--8<---------------cut here---------------start------------->8---
$ find $(guix build connman) -name \*.service
/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/share/dbus-1/system-services/net.connman.vpn.service
--8<---------------cut here---------------end--------------->8---

The attach patch changes connman so that ‘net.connman.service’ is
installed.

Does it make any difference?

Thanks,
Ludo’.


[-- Attachment #2: Type: text/x-patch, Size: 1392 bytes --]

diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm
index 5f17a0ea95..4a5c4e6d3c 100644
--- a/gnu/packages/connman.scm
+++ b/gnu/packages/connman.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020 Ludovic Courtès <ludo@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -50,8 +51,18 @@
         (method url-fetch)
         (uri (string-append "mirror://kernel.org/linux/network/connman/"
                             "connman-" version ".tar.xz"))
-    (sha256
-     (base32 "0awkqigvhwwxiapw0x6yd4whl465ka8a4al0v2pcqy9ggjlsqc6b"))))
+        (sha256
+         (base32 "0awkqigvhwwxiapw0x6yd4whl465ka8a4al0v2pcqy9ggjlsqc6b"))
+        (modules '((guix build utils)))
+        (snippet
+         '(begin
+            ;; Install the D-Bus 'net.connman.service' file.  Note that we're
+            ;; patching something that is within an "if VPN", but that's OK
+            ;; since we build VPN support.
+            (substitute* "Makefile.in"
+              (("dbusservice_DATA =")
+               "dbusservice_DATA = src/net.connman.service "))
+            #t))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags

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

* bug#38735: 1.1.0rc2 available for testing!
       [not found]   ` <C2016B2OHCON.2UGA2TGH3ZFS@amber>
@ 2020-04-13 13:45     ` Ludovic Courtès
       [not found]     ` <87k12jjy7d.fsf@gnu.org>
                       ` (2 subsequent siblings)
  3 siblings, 0 replies; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-13 13:45 UTC (permalink / raw)
  To: Robert Smith; +Cc: guix-devel, 38735

Hello,

"Robert Smith" <robertsmith@posteo.net> skribis:

>>   https://web.fdn.fr/~lcourtes/software/guix/1.1.0rc2
>
> I ran into the same issue that Jesse encountered in December, the
> installer hangs when it tries to connect to wifi, and I can't escape by
> pressing Alt-F2/F3/F12.

When you’re on tty1 (the installer), you have to hit Ctrl-Alt-F12
etc. (note “Ctrl”).  Is it what you tried?

> In the end I just have to hold down the power button. I've tested this
> with different wifi networks and it's always the same. I tried using
> the console to connect to wifi, and everything worked smoothly. The
> only difference from the manual was that I had to use `rfkill unblock
> wifi` before I could bring the interface up. I didn't have this issue
> when I first installed guix, so I downloaded the 1.0.1 installer and
> as I thought the issue wasn't there, and the wifi connection went
> smoothly.

OK.  It could have something to do with the issue about Connman not
starting that Florian reported.

What does /var/log/messages show?  (In particular, messages from
shepherd, connmand, and dbus.)

> I'm not sure how I can get any diagnostic information from my system, if
> you have ideas I'd be happy to try them out. I tested this on my Librem
> 15 v4; I remember from Guix Days that a few other people have Librem
> laptops, I'm curious if they can use the installer to connect to a wifi
> network.

Anyone else with a Librem laptop can give it a try?  You don’t need to
run the full installation, it’s enough to go past the network setup
phase, which is early on.

Thanks for your report,
Ludo’.

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-13 11:20               ` Danny Milosavljevic
@ 2020-04-13 14:13                 ` Ludovic Courtès
  0 siblings, 0 replies; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-13 14:13 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 40572

Hi Danny,

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> Maybe it was started by dbus activation of the connman service.
>
> In that case, the flag corresponding to disable-vpn? won't be passed since we
> manually pass it to the shepherd service only.

Yes, that’s a problem.  Perhaps we should generate a net.connman.service
file that takes ‘disable-vpn?’ into account.

> It could be that then it tries to start up vpn but that dies because of the
> unknown symbol and then the connmand also dies maybe?
>
> When then started up by the shepherd service later (when you manually invoke
> herd start networking) it will get the flag just fine and start up just fine
> without vpn.
>
> In short, it could be a timing issue.
>
> If you invoke connmanctl without having connmand running already then dbus
> activation would actually invoke it automatically (without flag), if there's
> a service file for "net.connman".
>
> But the error message from your other computer suggests that there is no such
> service file, so it shouldn't have.

Right.  The patch I sent to Florian adds ‘net.connman.service’.  With
that file, connmand should at least be guaranteed to start when we need
it, if shepherd hasn’t started it yet.

But then, if connmand is started via D-Bus activation, the ‘networking’
service is eventually marked as failing to start because connmand is
already running.

So… not sure what’s best.

How frequent is this issue?  Should we postpone a fix?

Ludo’.

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-13 13:18                 ` Ludovic Courtès
@ 2020-04-13 15:03                   ` pelzflorian (Florian Pelz)
       [not found]                     ` <20200413155202.rjmnp4v2vnrpq3vc@pelzflorian.localdomain>
  0 siblings, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-13 15:03 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40572

On Mon, Apr 13, 2020 at 03:18:29PM +0200, Ludovic Courtès wrote:
> The attach patch changes connman so that ‘net.connman.service’ is
> installed.
> 
> Does it make any difference?

Now with the patch DVD install from Macbook works fine.  I will try
the same patched DVD on the other two old laptops now.  Thank you all
of you, Danny, Matthieu, Ludo!

I cannot judge if the patch is right for master, but my issue here
affects DVD installation on at least my three machines here.

I do not know if the Wifi issue
<https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00246.html>
is related.  Half a month ago a friend could not connect to Wifi from
the installer on an HP laptop although Ethernet (maybe after a reboot)
worked fine.  But I have no data and no access to that machine
currently, so I cannot try the connman patch there.  I only have
Ethernet here.

Regards,
Florian

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

* bug#38735: 1.1.0rc2 available for testing!
       [not found]     ` <87k12jjy7d.fsf@gnu.org>
@ 2020-04-13 15:56       ` Robert Smith
       [not found]       ` <fc665e15cd17aebde5f03510871cdcbe@posteo.net>
  1 sibling, 0 replies; 48+ messages in thread
From: Robert Smith @ 2020-04-13 15:56 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel, 38735

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]




> When you’re on tty1 (the installer), you have to hit Ctrl-Alt-F12
> etc. (note “Ctrl”).  Is it what you tried?

...no, I forgot about that! Well at least that makes my job easier. I
attached the relevant section of the messages as an attachment, but
the key line seems to be:

Apr 13 17:18:52 localhost connman-vpnd[446]: Can't load 
/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/lib/connman/plugins-vpn/wireguard.so: 
/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/lib/connman/plugins-vpn/wireguard.so: 
undefined symbol: __vpn_ipconfig_foreach

> Thanks for your report,
> Ludo’.

No problem!
-Robert

[-- Attachment #2: guix-install-messages.txt --]
[-- Type: text/plain, Size: 2223 bytes --]

Apr 13 17:18:34 localhost installer[402]: running step 'network' 
Apr 13 17:18:34 localhost installer[402]: running step 'select-technology' 
Apr 13 17:18:34 localhost installer[402]: running step 'power-technology' 
Apr 13 17:18:34 localhost connmand[363]: wlp1s0 {update} flags 36931 <UP,RUNNING>
Apr 13 17:18:34 localhost connmand[363]: wlp1s0 {newlink} index 2 address 18:CF:5E:F4:06:75 mtu 1500
Apr 13 17:18:34 localhost connmand[363]: wlp1s0 {newlink} index 2 operstate 0 <UNKNOWN>
Apr 13 17:18:34 localhost connmand[363]: wlp1s0 {update} flags 36867 <UP>
Apr 13 17:18:34 localhost connmand[363]: wlp1s0 {newlink} index 2 address 18:CF:5E:F4:06:75 mtu 1500
Apr 13 17:18:34 localhost connmand[363]: wlp1s0 {newlink} index 2 operstate 2 <DOWN>
Apr 13 17:18:34 localhost connmand[363]: wlp1s0 {newlink} index 2 address 18:CF:5E:F4:06:75 mtu 1500
Apr 13 17:18:34 localhost connmand[363]: wlp1s0 {newlink} index 2 operstate 2 <DOWN>
Apr 13 17:18:34 localhost wpa_supplicant[362]: WPS: Converting push_button to virtual_push_button for WPS 2.0 compliance
Apr 13 17:18:35 localhost installer[402]: running step 'connect-service' 
Apr 13 17:18:52 localhost dbus-daemon[357]: [system] Activating service name='net.connman.vpn' requested by ':1.17' (uid=0 pid=444 comm="connmanctl ") (using servicehelper)
Apr 13 17:18:52 localhost dbus-daemon[357]: [system] Successfully activated service 'net.connman.vpn'
Apr 13 17:18:52 localhost connman-vpnd[446]: Connection Manager VPN daemon version 1.38
Apr 13 17:18:52 localhost connman-vpnd[446]: Can't load /gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/lib/connman/plugins-vpn/wireguard.so: /gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/lib/connman/plugins-vpn/wireguard.so: undefined symbol: __vpn_ipconfig_foreach
Apr 13 17:18:52 localhost connman-vpnd[446]: lo {newlink} index 1 operstate 0 <UNKNOWN>
Apr 13 17:18:52 localhost connman-vpnd[446]: wlp1s0 {create} index 2 type 1 <ETHER>
Apr 13 17:18:52 localhost connman-vpnd[446]: wlp1s0 {update} flags 36867 <UP>
Apr 13 17:18:52 localhost connman-vpnd[446]: wlp1s0 {newlink} index 2 address 18:CF:5E:F4:06:75 mtu 1500
Apr 13 17:18:52 localhost connman-vpnd[446]: wlp1s0 {newlink} index 2 operstate 2 <DOWN>

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
       [not found]                     ` <20200413155202.rjmnp4v2vnrpq3vc@pelzflorian.localdomain>
@ 2020-04-13 17:11                       ` Ludovic Courtès
  2020-04-13 18:14                         ` pelzflorian (Florian Pelz)
  2020-04-13 22:24                         ` pelzflorian (Florian Pelz)
  0 siblings, 2 replies; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-13 17:11 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 3148 bytes --]

Hi Florian,

It seems to me that the connman.service patch papers over the actual
problem:

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> Apr 13 17:21:29 localhost vmunix: [   56.102520] shepherd[1]: Service uvesafb has been started.
> Apr 13 17:21:33 localhost shepherd[1]: Service dbus-system could not be started. 
> Apr 13 17:21:33 localhost shepherd[1]: Service networking depends on dbus-system. 
> Apr 13 17:21:33 localhost shepherd[1]: Service networking could not be started. 

[...]

> Apr 13 17:21:38 localhost shepherd[1]: Service dbus-system could not be started. 
> Apr 13 17:21:43 localhost shepherd[1]: Service dbus-system could not be started. 
> Apr 13 17:21:43 localhost shepherd[1]: Service wpa-supplicant depends on dbus-system. 
> Apr 13 17:21:43 localhost shepherd[1]: Service wpa-supplicant could not be started. 
> Apr 13 17:21:43 localhost shepherd[1]: Service loopback has been started. 

[...]

> Apr 13 17:21:55 localhost shepherd[1]: Service dbus-system could not be started. 
> Apr 13 17:21:55 localhost shepherd[1]: Service term-tty1 depends on dbus-system. 
> Apr 13 17:21:55 localhost shepherd[1]: Service term-tty1 could not be started. 
> Apr 13 17:21:55 localhost shepherd[1]: Service console-font-tty1 depends on term-tty1. 
> Apr 13 17:21:55 localhost shepherd[1]: Service console-font-tty1 could not be started. 
> Apr 13 17:21:55 localhost shepherd[1]: Service host-name has been started. 

[...]

> Apr 13 17:22:20 localhost shepherd[1]: Service console-font-tty2 has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service host-name has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service term-tty3 has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service console-font-tty3 has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service host-name has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service term-tty4 has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service console-font-tty4 has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service host-name has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service term-tty5 has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service console-font-tty5 has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service host-name has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service term-tty6 has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service console-font-tty6 has been started. 
> Apr 13 17:22:20 localhost shepherd[1]: Service guix-daemon has been started. 
> Apr 13 17:22:21 localhost shepherd[1]: Service dbus-system has been started. 
> Apr 13 17:22:21 localhost shepherd[1]: Service term-tty1 has been started. 

In my VM, ‘dbus-system’ starts just fine the first time, but I also
noticed that ‘host-name’ is started before ‘dbus-system’.

So, could you move away the connman.service patch and try instead the
attached patch.  It’ll create /dbus.trace.* files, which should allow us
to see how dbus-daemon stopped.

TIA!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1505 bytes --]

diff --git a/gnu/services/dbus.scm b/gnu/services/dbus.scm
index 7b3c8100e2..a291ac402e 100644
--- a/gnu/services/dbus.scm
+++ b/gnu/services/dbus.scm
@@ -25,6 +25,7 @@
   #:use-module ((gnu packages glib) #:select (dbus))
   #:use-module (gnu packages polkit)
   #:use-module (gnu packages admin)
+  #:use-module (gnu packages linux)
   #:use-module (guix gexp)
   #:use-module ((guix packages) #:select (package-name))
   #:use-module (guix records)
@@ -186,9 +187,15 @@ includes the @code{etc/dbus-1/system.d} directories of each package listed in
      (list (shepherd-service
             (documentation "Run the D-Bus system daemon.")
             (provision '(dbus-system))
-            (requirement '(user-processes syslogd))
+            (requirement '(user-processes syslogd)) ;<- add 'host-name' and/or 'nscd'
             (start #~(make-forkexec-constructor
-                      (list (string-append #$dbus "/bin/dbus-daemon")
+                      (list #$(file-append strace "/bin/strace")
+                            "-o"
+                            (let ((t (gettimeofday)))
+                              (format #f "/dbus.trace.~a.~a"
+                                      (car t) (cdr t)))
+                            "-s" "500" "-f"
+                            (string-append #$dbus "/bin/dbus-daemon")
                             "--nofork" "--system" "--syslog-only")
                       #:pid-file "/var/run/dbus/pid"))
             (stop #~(make-kill-destructor)))))))

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-13 17:11                       ` Ludovic Courtès
@ 2020-04-13 18:14                         ` pelzflorian (Florian Pelz)
  2020-04-13 21:56                           ` pelzflorian (Florian Pelz)
  2020-04-13 22:24                         ` pelzflorian (Florian Pelz)
  1 sibling, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-13 18:14 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40572

On Mon, Apr 13, 2020 at 07:11:19PM +0200, Ludovic Courtès wrote:
> So, could you move away the connman.service patch and try instead the
> attached patch.  It’ll create /dbus.trace.* files, which should allow us
> to see how dbus-daemon stopped.
> 
> TIA!

I will try ASAP now that I reinstalled.  Expect results in 1 1/2 hours.

Regards,
Florian

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

* bug#38735: 1.1.0rc2 available for testing!
       [not found]       ` <fc665e15cd17aebde5f03510871cdcbe@posteo.net>
@ 2020-04-13 20:28         ` Ludovic Courtès
  0 siblings, 0 replies; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-13 20:28 UTC (permalink / raw)
  To: Robert Smith; +Cc: guix-devel, 38735

Hi Robert,

Robert Smith <robertsmith@posteo.net> skribis:

> Apr 13 17:18:52 localhost connman-vpnd[446]: Can't load
> /gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/lib/connman/plugins-vpn/wireguard.so:
> /gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/lib/connman/plugins-vpn/wireguard.so:
> undefined symbol: __vpn_ipconfig_foreach

I would think this one is harmless, but /var/log/messages shows that the
installer doesn’t go beyond the ‘connect-service’ step, is that correct?

Thanks,
Ludo’.

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

* bug#38735: 1.1.0rc2 available for testing!
       [not found] ` <87y2qz3zc9.fsf@gnu.org>
@ 2020-04-13 21:42   ` Robert Smith
  0 siblings, 0 replies; 48+ messages in thread
From: Robert Smith @ 2020-04-13 21:42 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel, 38735

> I would think this one is harmless, but /var/log/messages shows that the
> installer doesn’t go beyond the ‘connect-service’ step, is that correct?

That's correct, it freezes on the "Connecting to the network" message.
There's no output in /var/log/messages after the lines that I attached.

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-13 18:14                         ` pelzflorian (Florian Pelz)
@ 2020-04-13 21:56                           ` pelzflorian (Florian Pelz)
  2020-04-13 22:19                             ` Ludovic Courtès
  2020-04-13 22:25                             ` Ludovic Courtès
  0 siblings, 2 replies; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-13 21:56 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 729 bytes --]

On Mon, Apr 13, 2020 at 08:14:15PM +0200, pelzflorian (Florian Pelz) wrote:
> On Mon, Apr 13, 2020 at 07:11:19PM +0200, Ludovic Courtès wrote:
> > So, could you move away the connman.service patch and try instead the
> > attached patch.  It’ll create /dbus.trace.* files, which should allow us
> > to see how dbus-daemon stopped.
> > 
> > TIA!
> 
> I will try ASAP now that I reinstalled.  Expect results in 1 1/2 hours.

Sorry it took so long.  I had trouble getting GDM to work after using
guix from version-1.1.0 and needed GDM to run Brasero.  Using the
older system-wide guix that came with the rc2 install helped.  But the
trouble is possibly specific to my Macbook.

Here is the only trace file in /.

Regards,
Florian

[-- Attachment #2: dbus.trace.1586813527.258499 --]
[-- Type: text/plain, Size: 45528 bytes --]

304   execve("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/bin/dbus-daemon", ["/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/bin/dbus-daemon", "--nofork", "--system", "--syslog-only"], 0x7ffe6df67d70 /* 1 var */) = 0
304   brk(NULL)                         = 0x1e80000
304   mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f30f7ce5000
304   access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64/x86_64", 0x7ffc09dfe970) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64", 0x7ffc09dfe970) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64", 0x7ffc09dfe970) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls", 0x7ffc09dfe970) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64/x86_64", 0x7ffc09dfe970) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64", 0x7ffc09dfe970) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64", 0x7ffc09dfe970) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = 3
304   read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\375\0\0\0\0\0\0@\0\0\0\0\0\0\0p'\7\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\36\0\35\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\310\336\0\0\0\0\0\0\310\336\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\340\0\0\0\0\0\0\0\340\0\0\0\0\0\0\0\340\0\0\0\0\0\0)\243\3\0\0\0\0\0)\243\3\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\220\4\0\0\0\0\0\0\220\4\0\0\0\0\0\0\220\4\0\0\0\0\0000G\1\0\0\0\0\0000G\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0p\327\5\0\0\0\0\0p\347\5\0\0\0\0\0p\347\5\0\0\0\0\0\270\27\0\0\0\0\0\0\10\32\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0(\335\5\0\0\0\0\0(\355\5\0\0\0\0\0(\355\5\0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\0\22\5\0\0\0\0\0\0\22\5\0\0\0\0\0\0\22\5\0\0\0\0\0T'\0\0\0\0\0\0T'\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0p\327\5\0\0\0\0\0p\347\5\0\0\0\0\0p\347\5\0\0\0\0\0\220\10\0\0\0\0\0\0\220\10\0\0"..., 832) = 832
304   fstat(3, {st_mode=S_IFREG|0555, st_size=470768, ...}) = 0
304   mmap(NULL, 393592, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f30f7c84000
304   mmap(0x7f30f7c92000, 241664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f30f7c92000
304   mmap(0x7f30f7ccd000, 86016, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x49000) = 0x7f30f7ccd000
304   mmap(0x7f30f7ce2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5d000) = 0x7f30f7ce2000
304   mmap(0x7f30f7ce4000, 376, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f30f7ce4000
304   close(3)                          = 0
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64/x86_64", 0x7ffc09dfe940) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64", 0x7ffc09dfe940) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64", 0x7ffc09dfe940) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls", 0x7ffc09dfe940) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64/x86_64", 0x7ffc09dfe940) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64", 0x7ffc09dfe940) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64", 0x7ffc09dfe940) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
304   read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pA\0\0\0\0\0\0@\0\0\0\0\0\0\0\270i\3\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\35\0\34\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3006\0\0\0\0\0\0\3006\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\35\307\1\0\0\0\0\0\35\307\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\20\2\0\0\0\0\0\0\20\2\0\0\0\0\0\0\20\2\0\0\0\0\0D\351\0\0\0\0\0\0D\351\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\320\1\3\0\0\0\0\0\320\21\3\0\0\0\0\0\320\21\3\0\0\0\0\0\350\36\0\0\0\0\0\0\360\36\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\300\35\3\0\0\0\0\0\300-\3\0\0\0\0\0\300-\3\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0L\272\2\0\0\0\0\0L\272\2\0\0\0\0\0L\272\2\0\0\0\0\0\24\t\0\0\0\0\0\0\24\t\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\320\1\3\0\0\0\0\0\320\21\3\0\0\0\0\0\320\21\3\0\0\0\0\0000\36\0\0\0\0\0\0000\36\0\0"..., 832) = 832
304   fstat(3, {st_mode=S_IFREG|0555, st_size=225528, ...}) = 0
304   mmap(NULL, 209088, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f30f7c50000
304   mprotect(0x7f30f7c54000, 184320, PROT_NONE) = 0
304   mmap(0x7f30f7c54000, 118784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f30f7c54000
304   mmap(0x7f30f7c71000, 61440, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7f30f7c71000
304   mmap(0x7f30f7c81000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x30000) = 0x7f30f7c81000
304   close(3)                          = 0
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64/x86_64", 0x7ffc09dfe910) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64", 0x7ffc09dfe910) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64", 0x7ffc09dfe910) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls", 0x7ffc09dfe910) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64/x86_64", 0x7ffc09dfe910) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64", 0x7ffc09dfe910) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64", 0x7ffc09dfe910) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
304   read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240l\0\0\0\0\0\0@\0\0\0\0\0\0\0h5\2\0\0\0\0\0\0\0\0\0@\08\0\v\0@\0$\0#\0\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0h\2\0\0\0\0\0\0h\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\240[\1\0\0\0\0\0\240[\1\0\0\0\0\0\240[\1\0\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\270\\\0\0\0\0\0\0\270\\\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0B\343\0\0\0\0\0\0B\343\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0P\1\0\0\0\0\0\0P\1\0\0\0\0\0\0P\1\0\0\0\0\0\234X\0\0\0\0\0\0\234X\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\330\253\1\0\0\0\0\0\330\273\1\0\0\0\0\0\330\273\1\0\0\0\0\0H\7\0\0\0\0\0\0\310H\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\240\255\1\0\0\0\0\0\240\275\1\0\0\0\0\0\240\275\1\0\0\0\0\0\20\2\0\0\0\0\0\0\20\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\250\2\0\0\0\0\0\0\250\2\0\0\0\0\0\0\250\2\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0"..., 832) = 832
304   fstat(3, {st_mode=S_IFREG|0555, st_size=147048, ...}) = 0
304   mmap(NULL, 132256, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f30f7c2f000
304   mmap(0x7f30f7c35000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f30f7c35000
304   mmap(0x7f30f7c44000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f30f7c44000
304   mmap(0x7f30f7c4a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f30f7c4a000
304   mmap(0x7f30f7c4c000, 13472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f30f7c4c000
304   close(3)                          = 0
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64/x86_64", 0x7ffc09dfe8e0) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64", 0x7ffc09dfe8e0) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64", 0x7ffc09dfe8e0) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls", 0x7ffc09dfe8e0) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64/x86_64", 0x7ffc09dfe8e0) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64", 0x7ffc09dfe8e0) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64", 0x7ffc09dfe8e0) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
304   read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3402\0\0\0\0\0\0@\0\0\0\0\0\0\0\350\233\1\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\35\0\34\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370,\0\0\0\0\0\0\370,\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0a\6\1\0\0\0\0\0a\6\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0@\1\0\0\0\0\0\0@\1\0\0\0\0\0\0@\1\0\0\0\0\0,)\0\0\0\0\0\0,)\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\250m\1\0\0\0\0\0\250}\1\0\0\0\0\0\250}\1\0\0\0\0\0\320\3\0\0\0\0\0\0\210\6\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\300m\1\0\0\0\0\0\300}\1\0\0\0\0\0\300}\1\0\0\0\0\0\20\2\0\0\0\0\0\0\20\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\244J\1\0\0\0\0\0\244J\1\0\0\0\0\0\244J\1\0\0\0\0\0L\5\0\0\0\0\0\0L\5\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\250m\1\0\0\0\0\0\250}\1\0\0\0\0\0\250}\1\0\0\0\0\0X\2\0\0\0\0\0\0X\2\0\0"..., 832) = 832
304   fstat(3, {st_mode=S_IFREG|0444, st_size=107304, ...}) = 0
304   mmap(NULL, 99376, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f30f7c16000
304   mmap(0x7f30f7c19000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f30f7c19000
304   mmap(0x7f30f7c2a000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f30f7c2a000
304   mmap(0x7f30f7c2d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f30f7c2d000
304   close(3)                          = 0
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
304   read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P,\2\0\0\0\0\0@\0\0\0\0\0\0\0\310\35\37\0\0\0\0\0\0\0\0\0@\08\0\f\0@\0F\0E\0\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\240\2\0\0\0\0\0\0\240\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\200F\30\0\0\0\0\0\200F\30\0\0\0\0\0\200F\30\0\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\250\24\2\0\0\0\0\0\250\24\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \2\0\0\0\0\0\0 \2\0\0\0\0\0\0 \2\0\0\0\0\0\350\v\24\0\0\0\0\0\350\v\24\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0000\26\0\0\0\0\0\0000\26\0\0\0\0\0\0000\26\0\0\0\0\0`\273\4\0\0\0\0\0`\273\4\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0H\366\32\0\0\0\0\0H\6\33\0\0\0\0\0H\6\33\0\0\0\0\0\30R\0\0\0\0\0\0\270\221\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\200+\33\0\0\0\0\0\200;\33\0\0\0\0\0\200;\33\0\0\0\0\0\340\1\0\0\0\0\0\0\340\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\340\2\0\0\0\0\0\0\340\2\0\0\0\0\0\0\340\2\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0"..., 832) = 832
304   fstat(3, {st_mode=S_IFREG|0555, st_size=2043720, ...}) = 0
304   mmap(NULL, 1808384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f30f7a5c000
304   mprotect(0x7f30f7a7e000, 1630208, PROT_NONE) = 0
304   mmap(0x7f30f7a7e000, 1314816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7f30f7a7e000
304   mmap(0x7f30f7bbf000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x163000) = 0x7f30f7bbf000
304   mmap(0x7f30f7c0c000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1af000) = 0x7f30f7c0c000
304   mmap(0x7f30f7c12000, 14336, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f30f7c12000
304   close(3)                          = 0
304   mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f30f7a5a000
304   arch_prctl(ARCH_SET_FS, 0x7f30f7a5b400) = 0
304   mprotect(0x7f30f7c0c000, 16384, PROT_READ) = 0
304   mprotect(0x7f30f7c2d000, 4096, PROT_READ) = 0
304   mprotect(0x7f30f7c4a000, 4096, PROT_READ) = 0
304   mprotect(0x7f30f7c81000, 8192, PROT_READ) = 0
304   mprotect(0x7f30f7ce2000, 4096, PROT_READ) = 0
304   mprotect(0x43f000, 4096, PROT_READ) = 0
304   mprotect(0x7f30f7d0e000, 4096, PROT_READ) = 0
304   set_tid_address(0x7f30f7a5b6d0)   = 304
304   set_robust_list(0x7f30f7a5b6e0, 24) = 0
304   rt_sigaction(SIGRTMIN, {sa_handler=0x7f30f7c35700, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f30f7c41480}, NULL, 8) = 0
304   rt_sigaction(SIGRT_1, {sa_handler=0x7f30f7c357b0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f30f7c41480}, NULL, 8) = 0
304   rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
304   prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
304   openat(AT_FDCWD, "/dev/null", O_RDWR) = 3
304   dup2(3, 0)                        = 0
304   close(3)                          = 0
304   brk(NULL)                         = 0x1e80000
304   brk(0x1ea1000)                    = 0x1ea1000
304   clock_getres(CLOCK_MONOTONIC, {tv_sec=0, tv_nsec=1}) = 0
304   getresuid([0], [0], [0])          = 0
304   getresgid([0], [0], [0])          = 0
304   gettimeofday({tv_sec=1586813604, tv_usec=636093}, NULL) = 0
304   openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 3
304   read(3, "I\237}\372\375\37\230v\357\325\206\233", 12) = 12
304   close(3)                          = 0
304   epoll_create1(EPOLL_CLOEXEC)      = 3
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/share/dbus-1/system.conf", O_RDONLY) = 4
304   fstat(4, {st_mode=S_IFREG|0444, st_size=5748, ...}) = 0
304   read(4, "<!-- This configuration file controls the systemwide message bus.\n     Add a system-local.conf and edit that rather than changing this \n     file directly. -->\n\n<!-- Note that there are any number of ways you can hose yourself\n     security-wise by screwing up this file; in particular, you\n     probably don't want to listen on any more addresses, add any more\n     auth mechanisms, run as a different user, etc. -->\n\n<!DOCTYPE busconfig PUBLIC \"-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN\"\n"..., 5748) = 5748
304   close(4)                          = 0
304   getuid()                          = 0
304   socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
304   connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = 0
304   sendto(4, "\2\0\0\0\v\0\0\0\7\0\0\0passwd\0", 19, MSG_NOSIGNAL, NULL, 0) = 19
304   poll([{fd=4, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=4, revents=POLLIN|POLLHUP}])
304   recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="", iov_len=7}, {iov_base="", iov_len=8}], msg_iovlen=2, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 0
304   close(4)                          = 0
304   socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
304   connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = 0
304   sendto(4, "\2\0\0\0\1\0\0\0\2\0\0\0000\0", 14, MSG_NOSIGNAL, NULL, 0) = 14
304   poll([{fd=4, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=4, revents=POLLIN|POLLHUP}])
304   read(4, "\2\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0", 36) = 36
304   close(4)                          = 0
304   openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 4
304   fstat(4, {st_mode=S_IFREG|0444, st_size=114, ...}) = 0
304   read(4, "group:\tfiles\nhosts:\tfiles dns [!UNAVAIL=return]\nnetworks:\tfiles dns [!UNAVAIL=return]\npasswd:\tfiles\nshadow:\tfiles\n", 4096) = 114
304   read(4, "", 4096)                 = 0
304   close(4)                          = 0
304   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 4
304   read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0003\0\0\0\0\0\0@\0\0\0\0\0\0\0\260\365\0\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\37\0\36\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0P \0\0\0\0\0\0P \0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\362d\0\0\0\0\0\0\362d\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\364#\0\0\0\0\0\0\364#\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\310\315\0\0\0\0\0\0\310\335\0\0\0\0\0\0\310\335\0\0\0\0\0\0\250\3\0\0\0\0\0\0pi\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\350\315\0\0\0\0\0\0\350\335\0\0\0\0\0\0\350\335\0\0\0\0\0\0\320\1\0\0\0\0\0\0\320\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\4\0\0\0\0\0\0\0P\345td\4\0\0\0\0\242\0\0\0\0\0\0\0\242\0\0\0\0\0\0\0\242\0\0\0\0\0\0\f\3\0\0\0\0\0\0\f\3\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
304   fstat(4, {st_mode=S_IFREG|0555, st_size=64880, ...}) = 0
304   mmap(NULL, 83768, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f30f7a45000
304   mmap(0x7f30f7a48000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7f30f7a48000
304   mmap(0x7f30f7a4f000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xa000) = 0x7f30f7a4f000
304   mmap(0x7f30f7a52000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xc000) = 0x7f30f7a52000
304   mmap(0x7f30f7a54000, 22328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f30f7a54000
304   close(4)                          = 0
304   mprotect(0x7f30f7a52000, 4096, PROT_READ) = 0
304   openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
304   lseek(4, 0, SEEK_CUR)             = 0
304   fstat(4, {st_mode=S_IFREG|0644, st_size=1914, ...}) = 0
304   read(4, "root:x:0:0:System administrator:/root:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nguest:x:1000:998:Guest of GNU:/home/guest:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nmessagebus:x:999:983:D-Bus system bus user:/var/run/dbus:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nsshd:x:998:982:sshd privilege separation user:/var/run/sshd:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nguixbuilder01:x:997:30000:Guix Buil"..., 4096) = 1914
304   close(4)                          = 0
304   socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
304   connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = 0
304   sendto(4, "\2\0\0\0\f\0\0\0\6\0\0\0group\0", 18, MSG_NOSIGNAL, NULL, 0) = 18
304   poll([{fd=4, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=4, revents=POLLIN|POLLHUP}])
304   recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="", iov_len=6}, {iov_base="", iov_len=8}], msg_iovlen=2, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 0
304   close(4)                          = 0
304   socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
304   connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = 0
304   sendto(4, "\2\0\0\0\17\0\0\0\5\0\0\0root\0", 17, MSG_NOSIGNAL, NULL, 0) = 17
304   poll([{fd=4, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=4, revents=POLLIN|POLLHUP}])
304   read(4, "\2\0\0\0\377\377\377\377\0\0\0\0", 12) = 12
304   close(4)                          = 0
304   openat(AT_FDCWD, "/etc/group", O_RDONLY|O_CLOEXEC) = 4
304   lseek(4, 0, SEEK_CUR)             = 0
304   fstat(4, {st_mode=S_IFREG|0644, st_size=561, ...}) = 0
304   read(4, "root:x:0:\nwheel:x:999:guest\nusers:x:998:\nnogroup:x:997:\ntty:x:996:\ndialout:x:995:\nkmem:x:994:\ninput:x:993:\nvideo:x:992:\naudio:x:991:\nnetdev:x:990:\nlp:x:989:\ndisk:x:988:\nfloppy:x:987:\ncdrom:x:986:\ntape:x:985:\nkvm:x:984:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilder07,guixbuilder08,guixbuilder09,guixbuilder10\nmessagebus:x:983:\nsshd:x:982:\nguixbuild:x:30000:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilde"..., 4096) = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   lseek(4, 0, SEEK_CUR)             = 561
304   read(4, "", 4096)                 = 0
304   close(4)                          = 0
304   openat(AT_FDCWD, "/etc/dbus-1/system.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/share/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
304   fstat(4, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
304   getdents64(4, /* 2 entries */, 32768) = 48
304   getdents64(4, /* 0 entries */, 32768) = 0
304   close(4)                          = 0
304   openat(AT_FDCWD, "/etc/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
304   openat(AT_FDCWD, "/etc/dbus-1/system-local.conf", O_RDONLY) = 4
304   fstat(4, {st_mode=S_IFREG|0444, st_size=461, ...}) = 0
304   read(4, "<busconfig><servicehelper>/run/setuid-programs/dbus-daemon-launch-helper</servicehelper><servicedir>/etc/dbus-1/system-services</servicedir><includedir>/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d</includedir><includedir>/gnu/store/la4k8q7nfhgiksw9l6xnyv42gpcad24g-wpa-supplicant-2.9/etc/dbus-1/system.d</includedir><includedir>/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/etc/dbus-1/system.d</includedir></busconfig>", 461) = 461
304   close(4)                          = 0
304   openat(AT_FDCWD, "/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
304   fstat(4, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
304   getdents64(4, /* 5 entries */, 32768) = 176
304   openat(AT_FDCWD, "/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d/connman.conf", O_RDONLY) = 5
304   fstat(5, {st_mode=S_IFREG|0444, st_size=502, ...}) = 0
304   read(5, "<!DOCTYPE busconfig PUBLIC \"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n    <policy user=\"root\">\n        <allow own=\"net.connman\"/>\n        <allow send_interface=\"net.connman.Agent\"/>\n        <allow send_interface=\"net.connman.Counter\"/>\n        <allow send_interface=\"net.connman.Notification\"/>\n    </policy>\n    <policy context=\"default\">\n        <allow send_destination=\"net.connman\"/>\n    </policy>\n</busconfig"..., 502) = 502
304   close(5)                          = 0
304   openat(AT_FDCWD, "/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d/connman-nmcompat.conf", O_RDONLY) = 5
304   fstat(5, {st_mode=S_IFREG|0444, st_size=553, ...}) = 0
304   read(5, "<!DOCTYPE busconfig PUBLIC \"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n    <policy user=\"root\">\n        <allow own=\"org.freedesktop.NetworkManager\"/>\n        <allow send_destination=\"org.freedesktop.NetworkManager\"/>\n    </policy>\n    <policy at_console=\"true\">\n        <allow send_destination=\"org.freedesktop.NetworkManager\"/>\n    </policy>\n    <policy context=\"default\">\n        <deny send_destination=\"org.free"..., 553) = 553
304   close(5)                          = 0
304   openat(AT_FDCWD, "/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d/connman-vpn-dbus.conf", O_RDONLY) = 5
304   fstat(5, {st_mode=S_IFREG|0444, st_size=401, ...}) = 0
304   read(5, "<!DOCTYPE busconfig PUBLIC \"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n    <policy user=\"root\">\n        <allow own=\"net.connman.vpn\"/>\n        <allow send_interface=\"net.connman.vpn.Agent\"/>\n    </policy>\n    <policy context=\"default\">\n        <allow send_destination=\"net.connman.vpn\"/>\n    </policy>\n</busconfig>\n", 401) = 401
304   close(5)                          = 0
304   getdents64(4, /* 0 entries */, 32768) = 0
304   close(4)                          = 0
304   openat(AT_FDCWD, "/gnu/store/la4k8q7nfhgiksw9l6xnyv42gpcad24g-wpa-supplicant-2.9/etc/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
304   fstat(4, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
304   getdents64(4, /* 3 entries */, 32768) = 88
304   openat(AT_FDCWD, "/gnu/store/la4k8q7nfhgiksw9l6xnyv42gpcad24g-wpa-supplicant-2.9/etc/dbus-1/system.d/wpa_supplicant.conf", O_RDONLY) = 5
304   fstat(5, {st_mode=S_IFREG|0444, st_size=743, ...}) = 0
304   read(5, "<!DOCTYPE busconfig PUBLIC\n \"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n        <policy user=\"root\">\n                <allow own=\"fi.w1.wpa_supplicant1\"/>\n\n                <allow send_destination=\"fi.w1.wpa_supplicant1\"/>\n                <allow send_interface=\"fi.w1.wpa_supplicant1\"/>\n                <allow receive_sender=\"fi.w1.wpa_supplicant1\" receive_type=\"signal\"/>\n        </policy>\n        <policy context=\""..., 743) = 743
304   close(5)                          = 0
304   getdents64(4, /* 0 entries */, 32768) = 0
304   close(4)                          = 0
304   openat(AT_FDCWD, "/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/etc/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
304   fstat(4, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
304   getdents64(4, /* 3 entries */, 32768) = 104
304   openat(AT_FDCWD, "/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf", O_RDONLY) = 5
304   fstat(5, {st_mode=S_IFREG|0444, st_size=638, ...}) = 0
304   read(5, "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <!-- -*- XML -*- -->\n\n<!DOCTYPE busconfig PUBLIC\n \"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n  <policy user=\"polkitd\">\n    <allow own=\"org.freedesktop.PolicyKit1\"/>\n  </policy>\n\n  <policy context=\"default\">\n    <allow send_destination=\"org.freedesktop.PolicyKit1\"/>\n  </policy>\n\n  <!-- Allow uid 0 to send messages on the org.freedesktop.PolicyKit1.AuthenticationAgent inter"..., 638) = 638
304   close(5)                          = 0
304   openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 5
304   lseek(5, 0, SEEK_CUR)             = 0
304   fstat(5, {st_mode=S_IFREG|0644, st_size=1914, ...}) = 0
304   read(5, "root:x:0:0:System administrator:/root:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nguest:x:1000:998:Guest of GNU:/home/guest:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nmessagebus:x:999:983:D-Bus system bus user:/var/run/dbus:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nsshd:x:998:982:sshd privilege separation user:/var/run/sshd:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nguixbuilder01:x:997:30000:Guix Buil"..., 4096) = 1914
304   close(5)                          = 0
304   openat(AT_FDCWD, "/etc/group", O_RDONLY|O_CLOEXEC) = 5
304   lseek(5, 0, SEEK_CUR)             = 0
304   fstat(5, {st_mode=S_IFREG|0644, st_size=561, ...}) = 0
304   read(5, "root:x:0:\nwheel:x:999:guest\nusers:x:998:\nnogroup:x:997:\ntty:x:996:\ndialout:x:995:\nkmem:x:994:\ninput:x:993:\nvideo:x:992:\naudio:x:991:\nnetdev:x:990:\nlp:x:989:\ndisk:x:988:\nfloppy:x:987:\ncdrom:x:986:\ntape:x:985:\nkvm:x:984:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilder07,guixbuilder08,guixbuilder09,guixbuilder10\nmessagebus:x:983:\nsshd:x:982:\nguixbuild:x:30000:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilde"..., 4096) = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   read(5, "", 4096)                 = 0
304   close(5)                          = 0
304   getdents64(4, /* 0 entries */, 32768) = 0
304   close(4)                          = 0
304   stat("/var/run/dbus/pid", 0x7ffc09dff320) = -1 ENOENT (No such file or directory)
304   socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 4
304   stat("/var/run/dbus/system_bus_socket", 0x7ffc09dff080) = -1 ENOENT (No such file or directory)
304   bind(4, {sa_family=AF_UNIX, sun_path="/var/run/dbus/system_bus_socket"}, 33) = 0
304   listen(4, 128)                    = 0
304   fcntl(4, F_GETFL)                 = 0x2 (flags O_RDWR)
304   fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
304   chmod("/var/run/dbus/system_bus_socket", 0777) = 0
304   gettimeofday({tv_sec=1586813604, tv_usec=647228}, NULL) = 0
304   openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 5
304   read(5, "\370i\211J\254\323\2212@@\237*", 12) = 12
304   close(5)                          = 0
304   epoll_ctl(3, EPOLL_CTL_ADD, 4, {EPOLLIN, {u32=4, u64=4}}) = 0
304   openat(AT_FDCWD, "/etc/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5
304   fstat(5, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
304   getdents64(5, /* 4 entries */, 32768) = 152
304   stat("/etc/dbus-1/system-services/net.connman.vpn.service", {st_mode=S_IFREG|0444, st_size=165, ...}) = 0
304   openat(AT_FDCWD, "/etc/dbus-1/system-services/net.connman.vpn.service", O_RDONLY) = 6
304   fstat(6, {st_mode=S_IFREG|0444, st_size=165, ...}) = 0
304   read(6, "[D-BUS Service]\nName=net.connman.vpn\nExec=/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/sbin/connman-vpnd -n\nUser=root\nSystemdService=connman-vpn.service\n", 165) = 165
304   close(6)                          = 0
304   stat("/etc/dbus-1/system-services/net.connman.vpn.service", {st_mode=S_IFREG|0444, st_size=165, ...}) = 0
304   stat("/etc/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0444, st_size=182, ...}) = 0
304   openat(AT_FDCWD, "/etc/dbus-1/system-services/org.freedesktop.PolicyKit1.service", O_RDONLY) = 6
304   fstat(6, {st_mode=S_IFREG|0444, st_size=182, ...}) = 0
304   read(6, "[D-BUS Service]\nName=org.freedesktop.PolicyKit1\nExec=/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/lib/polkit-1/polkitd --no-debug\nUser=root\nSystemdService=polkit.service\n", 182) = 182
304   close(6)                          = 0
304   stat("/etc/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0444, st_size=182, ...}) = 0
304   getdents64(5, /* 0 entries */, 32768) = 0
304   close(5)                          = 0
304   clock_gettime(CLOCK_MONOTONIC, {tv_sec=112, tv_nsec=960321950}) = 0
304   clock_gettime(CLOCK_MONOTONIC, {tv_sec=112, tv_nsec=960379910}) = 0
304   openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 5
304   lseek(5, 0, SEEK_CUR)             = 0
304   fstat(5, {st_mode=S_IFREG|0644, st_size=1914, ...}) = 0
304   read(5, "root:x:0:0:System administrator:/root:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nguest:x:1000:998:Guest of GNU:/home/guest:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nmessagebus:x:999:983:D-Bus system bus user:/var/run/dbus:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nsshd:x:998:982:sshd privilege separation user:/var/run/sshd:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nguixbuilder01:x:997:30000:Guix Buil"..., 4096) = 1914
304   close(5)                          = 0
304   openat(AT_FDCWD, "/etc/group", O_RDONLY|O_CLOEXEC) = 5
304   lseek(5, 0, SEEK_CUR)             = 0
304   fstat(5, {st_mode=S_IFREG|0644, st_size=561, ...}) = 0
304   read(5, "root:x:0:\nwheel:x:999:guest\nusers:x:998:\nnogroup:x:997:\ntty:x:996:\ndialout:x:995:\nkmem:x:994:\ninput:x:993:\nvideo:x:992:\naudio:x:991:\nnetdev:x:990:\nlp:x:989:\ndisk:x:988:\nfloppy:x:987:\ncdrom:x:986:\ntape:x:985:\nkvm:x:984:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilder07,guixbuilder08,guixbuilder09,guixbuilder10\nmessagebus:x:983:\nsshd:x:982:\nguixbuild:x:30000:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilde"..., 4096) = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   lseek(5, 0, SEEK_CUR)             = 561
304   read(5, "", 4096)                 = 0
304   close(5)                          = 0
304   getpid()                          = 304
304   openat(AT_FDCWD, "/var/run/dbus/pid", O_WRONLY|O_CREAT|O_EXCL, 0644) = 5
304   fcntl(5, F_GETFL)                 = 0x8001 (flags O_WRONLY|O_LARGEFILE)
304   fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
304   write(5, "304\n", 4)              = 4
304   close(5)                          = 0
304   prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1024, rlim_max=4*1024}) = 0
304   prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1024, rlim_max=4*1024}) = 0
304   getuid()                          = 0
304   prlimit64(0, RLIMIT_NOFILE, {rlim_cur=64*1024, rlim_max=64*1024}, NULL) = 0
304   setgroups(0, NULL)                = 0
304   setgid(983)                       = 0
304   setuid(999)                       = 0
304   inotify_init1(IN_CLOEXEC)         = 5
304   fcntl(5, F_GETFD)                 = 0x1 (flags FD_CLOEXEC)
304   fcntl(5, F_SETFD, FD_CLOEXEC)     = 0
304   epoll_ctl(3, EPOLL_CTL_ADD, 5, {EPOLLIN, {u32=5, u64=5}}) = 0
304   inotify_add_watch(5, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/share/dbus-1/system.d", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE) = 1
304   inotify_add_watch(5, "/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE) = 2
304   inotify_add_watch(5, "/gnu/store/la4k8q7nfhgiksw9l6xnyv42gpcad24g-wpa-supplicant-2.9/etc/dbus-1/system.d", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE) = 3
304   inotify_add_watch(5, "/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/etc/dbus-1/system.d", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE) = 4
304   inotify_add_watch(5, "/etc/dbus-1/system-services", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE) = 5
304   socketpair(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0, [6, 7]) = 0
304   epoll_ctl(3, EPOLL_CTL_ADD, 6, {EPOLLIN, {u32=6, u64=6}}) = 0
304   rt_sigaction(SIGTERM, {sa_handler=0x428b12, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f30f7c41480}, NULL, 8) = 0
304   rt_sigaction(SIGHUP, {sa_handler=0x428b12, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f30f7c41480}, NULL, 8) = 0
304   clock_gettime(CLOCK_MONOTONIC, {tv_sec=112, tv_nsec=964079430}) = 0
304   epoll_wait(3, 

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-13 21:56                           ` pelzflorian (Florian Pelz)
@ 2020-04-13 22:19                             ` Ludovic Courtès
  2020-04-13 22:25                             ` Ludovic Courtès
  1 sibling, 0 replies; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-13 22:19 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572

Hi,

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> On Mon, Apr 13, 2020 at 08:14:15PM +0200, pelzflorian (Florian Pelz) wrote:
>> On Mon, Apr 13, 2020 at 07:11:19PM +0200, Ludovic Courtès wrote:
>> > So, could you move away the connman.service patch and try instead the
>> > attached patch.  It’ll create /dbus.trace.* files, which should allow us
>> > to see how dbus-daemon stopped.
>> > 
>> > TIA!
>> 
>> I will try ASAP now that I reinstalled.  Expect results in 1 1/2 hours.
>
> Sorry it took so long.  I had trouble getting GDM to work after using
> guix from version-1.1.0 and needed GDM to run Brasero.  Using the
> older system-wide guix that came with the rc2 install helped.  But the
> trouble is possibly specific to my Macbook.
>
> Here is the only trace file in /.

Apparently dbus-daemon started just fine right from the start.  Problem
solved?  :-)  Or did connmand fail to start anyway?

If you still have the image around, could you try booting it several
time in the hope dbus-daemon will fail to start like you showed
previously?

Thanks a *lot* for all the testing!

I think we’ll delay the release for one more day so we can investigate
this and the graphics card issue.

Ludo’.

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-13 17:11                       ` Ludovic Courtès
  2020-04-13 18:14                         ` pelzflorian (Florian Pelz)
@ 2020-04-13 22:24                         ` pelzflorian (Florian Pelz)
  1 sibling, 0 replies; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-13 22:24 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

On Mon, Apr 13, 2020 at 07:11:19PM +0200, Ludovic Courtès wrote:
> In my VM, ‘dbus-system’ starts just fine the first time, but I also
> noticed that ‘host-name’ is started before ‘dbus-system’.

Oh this time with the logs I just sent I had not done the installer
steps yet, so hostname had not been started.  Sorry!

Actually now after choosing any hostname the installer starts again
from the beginning.  But now “herd start wpa-supplicant” fails too.

Here are new logs after the installer steps.

(Could we go back to the paper-over patch?)

Regards,
Florian

[-- Attachment #2: dbus.trace.1586815659.830666 --]
[-- Type: text/plain, Size: 46315 bytes --]

264   execve("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/bin/dbus-daemon", ["/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/bin/dbus-daemon", "--nofork", "--system", "--syslog-only"], 0x7ffe9c1a9b30 /* 1 var */) = 0
264   brk(NULL)                         = 0xf51000
264   mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f529590b000
264   access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64/x86_64", 0x7ffde0b34880) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64", 0x7ffde0b34880) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/x86_64", 0x7ffde0b34880) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/tls", 0x7ffde0b34880) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64/x86_64", 0x7ffde0b34880) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64", 0x7ffde0b34880) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/x86_64", 0x7ffde0b34880) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = 3
264   read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\375\0\0\0\0\0\0@\0\0\0\0\0\0\0p'\7\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\36\0\35\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\310\336\0\0\0\0\0\0\310\336\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\340\0\0\0\0\0\0\0\340\0\0\0\0\0\0\0\340\0\0\0\0\0\0)\243\3\0\0\0\0\0)\243\3\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\220\4\0\0\0\0\0\0\220\4\0\0\0\0\0\0\220\4\0\0\0\0\0000G\1\0\0\0\0\0000G\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0p\327\5\0\0\0\0\0p\347\5\0\0\0\0\0p\347\5\0\0\0\0\0\270\27\0\0\0\0\0\0\10\32\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0(\335\5\0\0\0\0\0(\355\5\0\0\0\0\0(\355\5\0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\0\22\5\0\0\0\0\0\0\22\5\0\0\0\0\0\0\22\5\0\0\0\0\0T'\0\0\0\0\0\0T'\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0p\327\5\0\0\0\0\0p\347\5\0\0\0\0\0p\347\5\0\0\0\0\0\220\10\0\0\0\0\0\0\220\10\0\0"..., 832) = 832
264   fstat(3, {st_mode=S_IFREG|0555, st_size=470768, ...}) = 0
264   mmap(NULL, 393592, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f52958aa000
264   mmap(0x7f52958b8000, 241664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f52958b8000
264   mmap(0x7f52958f3000, 86016, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x49000) = 0x7f52958f3000
264   mmap(0x7f5295908000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5d000) = 0x7f5295908000
264   mmap(0x7f529590a000, 376, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f529590a000
264   close(3)                          = 0
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64/x86_64", 0x7ffde0b34850) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64", 0x7ffde0b34850) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/x86_64", 0x7ffde0b34850) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/tls", 0x7ffde0b34850) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64/x86_64", 0x7ffde0b34850) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64", 0x7ffde0b34850) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/x86_64", 0x7ffde0b34850) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
264   read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pA\0\0\0\0\0\0@\0\0\0\0\0\0\0\270i\3\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\35\0\34\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3006\0\0\0\0\0\0\3006\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\35\307\1\0\0\0\0\0\35\307\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\20\2\0\0\0\0\0\0\20\2\0\0\0\0\0\0\20\2\0\0\0\0\0D\351\0\0\0\0\0\0D\351\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\320\1\3\0\0\0\0\0\320\21\3\0\0\0\0\0\320\21\3\0\0\0\0\0\350\36\0\0\0\0\0\0\360\36\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\300\35\3\0\0\0\0\0\300-\3\0\0\0\0\0\300-\3\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0L\272\2\0\0\0\0\0L\272\2\0\0\0\0\0L\272\2\0\0\0\0\0\24\t\0\0\0\0\0\0\24\t\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\320\1\3\0\0\0\0\0\320\21\3\0\0\0\0\0\320\21\3\0\0\0\0\0000\36\0\0\0\0\0\0000\36\0\0"..., 832) = 832
264   fstat(3, {st_mode=S_IFREG|0555, st_size=225528, ...}) = 0
264   mmap(NULL, 209088, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5295876000
264   mprotect(0x7f529587a000, 184320, PROT_NONE) = 0
264   mmap(0x7f529587a000, 118784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f529587a000
264   mmap(0x7f5295897000, 61440, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7f5295897000
264   mmap(0x7f52958a7000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x30000) = 0x7f52958a7000
264   close(3)                          = 0
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64/x86_64", 0x7ffde0b34820) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64", 0x7ffde0b34820) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/x86_64", 0x7ffde0b34820) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/tls", 0x7ffde0b34820) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64/x86_64", 0x7ffde0b34820) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64", 0x7ffde0b34820) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/x86_64", 0x7ffde0b34820) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
264   read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240l\0\0\0\0\0\0@\0\0\0\0\0\0\0h5\2\0\0\0\0\0\0\0\0\0@\08\0\v\0@\0$\0#\0\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0h\2\0\0\0\0\0\0h\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\240[\1\0\0\0\0\0\240[\1\0\0\0\0\0\240[\1\0\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\270\\\0\0\0\0\0\0\270\\\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0B\343\0\0\0\0\0\0B\343\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0P\1\0\0\0\0\0\0P\1\0\0\0\0\0\0P\1\0\0\0\0\0\234X\0\0\0\0\0\0\234X\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\330\253\1\0\0\0\0\0\330\273\1\0\0\0\0\0\330\273\1\0\0\0\0\0H\7\0\0\0\0\0\0\310H\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\240\255\1\0\0\0\0\0\240\275\1\0\0\0\0\0\240\275\1\0\0\0\0\0\20\2\0\0\0\0\0\0\20\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\250\2\0\0\0\0\0\0\250\2\0\0\0\0\0\0\250\2\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0"..., 832) = 832
264   fstat(3, {st_mode=S_IFREG|0555, st_size=147048, ...}) = 0
264   mmap(NULL, 132256, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5295855000
264   mmap(0x7f529585b000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f529585b000
264   mmap(0x7f529586a000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f529586a000
264   mmap(0x7f5295870000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f5295870000
264   mmap(0x7f5295872000, 13472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5295872000
264   close(3)                          = 0
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64/x86_64", 0x7ffde0b347f0) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64", 0x7ffde0b347f0) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/x86_64", 0x7ffde0b347f0) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/tls", 0x7ffde0b347f0) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64/x86_64", 0x7ffde0b347f0) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64", 0x7ffde0b347f0) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   stat("/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/x86_64", 0x7ffde0b347f0) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/2plcy91lypnbbysb18ymnhaw3zwk8pg1-gcc-7.4.0-lib/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
264   read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3402\0\0\0\0\0\0@\0\0\0\0\0\0\0\350\233\1\0\0\0\0\0\0\0\0\0@\08\0\10\0@\0\35\0\34\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\370,\0\0\0\0\0\0\370,\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0a\6\1\0\0\0\0\0a\6\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0@\1\0\0\0\0\0\0@\1\0\0\0\0\0\0@\1\0\0\0\0\0,)\0\0\0\0\0\0,)\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\250m\1\0\0\0\0\0\250}\1\0\0\0\0\0\250}\1\0\0\0\0\0\320\3\0\0\0\0\0\0\210\6\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\300m\1\0\0\0\0\0\300}\1\0\0\0\0\0\300}\1\0\0\0\0\0\20\2\0\0\0\0\0\0\20\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\244J\1\0\0\0\0\0\244J\1\0\0\0\0\0\244J\1\0\0\0\0\0L\5\0\0\0\0\0\0L\5\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\250m\1\0\0\0\0\0\250}\1\0\0\0\0\0\250}\1\0\0\0\0\0X\2\0\0\0\0\0\0X\2\0\0"..., 832) = 832
264   fstat(3, {st_mode=S_IFREG|0444, st_size=107304, ...}) = 0
264   mmap(NULL, 99376, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f529583c000
264   mmap(0x7f529583f000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f529583f000
264   mmap(0x7f5295850000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f5295850000
264   mmap(0x7f5295853000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f5295853000
264   close(3)                          = 0
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/vy4aqrx45y5ip56ri71df9x9q5p0ap1m-expat-2.2.9/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
264   read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P,\2\0\0\0\0\0@\0\0\0\0\0\0\0\310\35\37\0\0\0\0\0\0\0\0\0@\08\0\f\0@\0F\0E\0\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\240\2\0\0\0\0\0\0\240\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\200F\30\0\0\0\0\0\200F\30\0\0\0\0\0\200F\30\0\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\250\24\2\0\0\0\0\0\250\24\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \2\0\0\0\0\0\0 \2\0\0\0\0\0\0 \2\0\0\0\0\0\350\v\24\0\0\0\0\0\350\v\24\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0000\26\0\0\0\0\0\0000\26\0\0\0\0\0\0000\26\0\0\0\0\0`\273\4\0\0\0\0\0`\273\4\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0H\366\32\0\0\0\0\0H\6\33\0\0\0\0\0H\6\33\0\0\0\0\0\30R\0\0\0\0\0\0\270\221\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\200+\33\0\0\0\0\0\200;\33\0\0\0\0\0\200;\33\0\0\0\0\0\340\1\0\0\0\0\0\0\340\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\340\2\0\0\0\0\0\0\340\2\0\0\0\0\0\0\340\2\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0"..., 832) = 832
264   fstat(3, {st_mode=S_IFREG|0555, st_size=2043720, ...}) = 0
264   mmap(NULL, 1808384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5295682000
264   mprotect(0x7f52956a4000, 1630208, PROT_NONE) = 0
264   mmap(0x7f52956a4000, 1314816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7f52956a4000
264   mmap(0x7f52957e5000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x163000) = 0x7f52957e5000
264   mmap(0x7f5295832000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1af000) = 0x7f5295832000
264   mmap(0x7f5295838000, 14336, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5295838000
264   close(3)                          = 0
264   mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5295680000
264   arch_prctl(ARCH_SET_FS, 0x7f5295681400) = 0
264   mprotect(0x7f5295832000, 16384, PROT_READ) = 0
264   mprotect(0x7f5295853000, 4096, PROT_READ) = 0
264   mprotect(0x7f5295870000, 4096, PROT_READ) = 0
264   mprotect(0x7f52958a7000, 8192, PROT_READ) = 0
264   mprotect(0x7f5295908000, 4096, PROT_READ) = 0
264   mprotect(0x43f000, 4096, PROT_READ) = 0
264   mprotect(0x7f5295934000, 4096, PROT_READ) = 0
264   set_tid_address(0x7f52956816d0)   = 264
264   set_robust_list(0x7f52956816e0, 24) = 0
264   rt_sigaction(SIGRTMIN, {sa_handler=0x7f529585b700, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f5295867480}, NULL, 8) = 0
264   rt_sigaction(SIGRT_1, {sa_handler=0x7f529585b7b0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f5295867480}, NULL, 8) = 0
264   rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
264   prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
264   openat(AT_FDCWD, "/dev/null", O_RDWR) = 3
264   dup2(3, 0)                        = 0
264   close(3)                          = 0
264   brk(NULL)                         = 0xf51000
264   brk(0xf72000)                     = 0xf72000
264   clock_getres(CLOCK_MONOTONIC, {tv_sec=0, tv_nsec=1}) = 0
264   getresuid([0], [0], [0])          = 0
264   getresgid([0], [0], [0])          = 0
264   gettimeofday({tv_sec=1586815700, tv_usec=168777}, NULL) = 0
264   openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 3
264   read(3, "\313jG\nz\325<e)\375\177o", 12) = 12
264   close(3)                          = 0
264   epoll_create1(EPOLL_CLOEXEC)      = 3
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/share/dbus-1/system.conf", O_RDONLY) = 4
264   fstat(4, {st_mode=S_IFREG|0444, st_size=5748, ...}) = 0
264   read(4, "<!-- This configuration file controls the systemwide message bus.\n     Add a system-local.conf and edit that rather than changing this \n     file directly. -->\n\n<!-- Note that there are any number of ways you can hose yourself\n     security-wise by screwing up this file; in particular, you\n     probably don't want to listen on any more addresses, add any more\n     auth mechanisms, run as a different user, etc. -->\n\n<!DOCTYPE busconfig PUBLIC \"-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN\"\n"..., 5748) = 5748
264   close(4)                          = 0
264   getuid()                          = 0
264   socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
264   connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = 0
264   sendto(4, "\2\0\0\0\v\0\0\0\7\0\0\0passwd\0", 19, MSG_NOSIGNAL, NULL, 0) = 19
264   poll([{fd=4, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=4, revents=POLLIN|POLLHUP}])
264   recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="", iov_len=7}, {iov_base="", iov_len=8}], msg_iovlen=2, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 0
264   close(4)                          = 0
264   socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
264   connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = 0
264   sendto(4, "\2\0\0\0\1\0\0\0\2\0\0\0000\0", 14, MSG_NOSIGNAL, NULL, 0) = 14
264   poll([{fd=4, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=4, revents=POLLIN|POLLHUP}])
264   read(4, "\2\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0", 36) = 36
264   close(4)                          = 0
264   openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 4
264   fstat(4, {st_mode=S_IFREG|0444, st_size=114, ...}) = 0
264   read(4, "group:\tfiles\nhosts:\tfiles dns [!UNAVAIL=return]\nnetworks:\tfiles dns [!UNAVAIL=return]\npasswd:\tfiles\nshadow:\tfiles\n", 4096) = 114
264   read(4, "", 4096)                 = 0
264   close(4)                          = 0
264   openat(AT_FDCWD, "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 4
264   read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0003\0\0\0\0\0\0@\0\0\0\0\0\0\0\260\365\0\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\37\0\36\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0P \0\0\0\0\0\0P \0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\362d\0\0\0\0\0\0\362d\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\364#\0\0\0\0\0\0\364#\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\310\315\0\0\0\0\0\0\310\335\0\0\0\0\0\0\310\335\0\0\0\0\0\0\250\3\0\0\0\0\0\0pi\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\350\315\0\0\0\0\0\0\350\335\0\0\0\0\0\0\350\335\0\0\0\0\0\0\320\1\0\0\0\0\0\0\320\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\4\0\0\0\0\0\0\0P\345td\4\0\0\0\0\242\0\0\0\0\0\0\0\242\0\0\0\0\0\0\0\242\0\0\0\0\0\0\f\3\0\0\0\0\0\0\f\3\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
264   fstat(4, {st_mode=S_IFREG|0555, st_size=64880, ...}) = 0
264   mmap(NULL, 83768, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f529566b000
264   mmap(0x7f529566e000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7f529566e000
264   mmap(0x7f5295675000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xa000) = 0x7f5295675000
264   mmap(0x7f5295678000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xc000) = 0x7f5295678000
264   mmap(0x7f529567a000, 22328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f529567a000
264   close(4)                          = 0
264   mprotect(0x7f5295678000, 4096, PROT_READ) = 0
264   openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
264   lseek(4, 0, SEEK_CUR)             = 0
264   fstat(4, {st_mode=S_IFREG|0644, st_size=1914, ...}) = 0
264   read(4, "root:x:0:0:System administrator:/root:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nguest:x:1000:998:Guest of GNU:/home/guest:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nmessagebus:x:999:983:D-Bus system bus user:/var/run/dbus:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nsshd:x:998:982:sshd privilege separation user:/var/run/sshd:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nguixbuilder01:x:997:30000:Guix Buil"..., 4096) = 1914
264   close(4)                          = 0
264   socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
264   connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = 0
264   sendto(4, "\2\0\0\0\f\0\0\0\6\0\0\0group\0", 18, MSG_NOSIGNAL, NULL, 0) = 18
264   poll([{fd=4, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=4, revents=POLLIN|POLLHUP}])
264   recvmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="", iov_len=6}, {iov_base="", iov_len=8}], msg_iovlen=2, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 0
264   close(4)                          = 0
264   socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
264   connect(4, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = 0
264   sendto(4, "\2\0\0\0\17\0\0\0\5\0\0\0root\0", 17, MSG_NOSIGNAL, NULL, 0) = 17
264   poll([{fd=4, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=4, revents=POLLIN|POLLHUP}])
264   read(4, "\2\0\0\0\377\377\377\377\0\0\0\0", 12) = 12
264   close(4)                          = 0
264   openat(AT_FDCWD, "/etc/group", O_RDONLY|O_CLOEXEC) = 4
264   lseek(4, 0, SEEK_CUR)             = 0
264   fstat(4, {st_mode=S_IFREG|0644, st_size=561, ...}) = 0
264   read(4, "root:x:0:\nwheel:x:999:guest\nusers:x:998:\nnogroup:x:997:\ntty:x:996:\ndialout:x:995:\nkmem:x:994:\ninput:x:993:\nvideo:x:992:\naudio:x:991:\nnetdev:x:990:\nlp:x:989:\ndisk:x:988:\nfloppy:x:987:\ncdrom:x:986:\ntape:x:985:\nkvm:x:984:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilder07,guixbuilder08,guixbuilder09,guixbuilder10\nmessagebus:x:983:\nsshd:x:982:\nguixbuild:x:30000:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilde"..., 4096) = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   lseek(4, 0, SEEK_CUR)             = 561
264   read(4, "", 4096)                 = 0
264   close(4)                          = 0
264   openat(AT_FDCWD, "/etc/dbus-1/system.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/share/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
264   fstat(4, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
264   getdents64(4, /* 2 entries */, 32768) = 48
264   getdents64(4, /* 0 entries */, 32768) = 0
264   close(4)                          = 0
264   openat(AT_FDCWD, "/etc/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
264   openat(AT_FDCWD, "/etc/dbus-1/system-local.conf", O_RDONLY) = 4
264   fstat(4, {st_mode=S_IFREG|0444, st_size=461, ...}) = 0
264   read(4, "<busconfig><servicehelper>/run/setuid-programs/dbus-daemon-launch-helper</servicehelper><servicedir>/etc/dbus-1/system-services</servicedir><includedir>/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d</includedir><includedir>/gnu/store/la4k8q7nfhgiksw9l6xnyv42gpcad24g-wpa-supplicant-2.9/etc/dbus-1/system.d</includedir><includedir>/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/etc/dbus-1/system.d</includedir></busconfig>", 461) = 461
264   close(4)                          = 0
264   openat(AT_FDCWD, "/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
264   fstat(4, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
264   getdents64(4, /* 5 entries */, 32768) = 176
264   openat(AT_FDCWD, "/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d/connman.conf", O_RDONLY) = 5
264   fstat(5, {st_mode=S_IFREG|0444, st_size=502, ...}) = 0
264   read(5, "<!DOCTYPE busconfig PUBLIC \"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n    <policy user=\"root\">\n        <allow own=\"net.connman\"/>\n        <allow send_interface=\"net.connman.Agent\"/>\n        <allow send_interface=\"net.connman.Counter\"/>\n        <allow send_interface=\"net.connman.Notification\"/>\n    </policy>\n    <policy context=\"default\">\n        <allow send_destination=\"net.connman\"/>\n    </policy>\n</busconfig"..., 502) = 502
264   close(5)                          = 0
264   openat(AT_FDCWD, "/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d/connman-nmcompat.conf", O_RDONLY) = 5
264   fstat(5, {st_mode=S_IFREG|0444, st_size=553, ...}) = 0
264   read(5, "<!DOCTYPE busconfig PUBLIC \"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n    <policy user=\"root\">\n        <allow own=\"org.freedesktop.NetworkManager\"/>\n        <allow send_destination=\"org.freedesktop.NetworkManager\"/>\n    </policy>\n    <policy at_console=\"true\">\n        <allow send_destination=\"org.freedesktop.NetworkManager\"/>\n    </policy>\n    <policy context=\"default\">\n        <deny send_destination=\"org.free"..., 553) = 553
264   close(5)                          = 0
264   openat(AT_FDCWD, "/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d/connman-vpn-dbus.conf", O_RDONLY) = 5
264   fstat(5, {st_mode=S_IFREG|0444, st_size=401, ...}) = 0
264   read(5, "<!DOCTYPE busconfig PUBLIC \"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n    <policy user=\"root\">\n        <allow own=\"net.connman.vpn\"/>\n        <allow send_interface=\"net.connman.vpn.Agent\"/>\n    </policy>\n    <policy context=\"default\">\n        <allow send_destination=\"net.connman.vpn\"/>\n    </policy>\n</busconfig>\n", 401) = 401
264   close(5)                          = 0
264   getdents64(4, /* 0 entries */, 32768) = 0
264   close(4)                          = 0
264   openat(AT_FDCWD, "/gnu/store/la4k8q7nfhgiksw9l6xnyv42gpcad24g-wpa-supplicant-2.9/etc/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
264   fstat(4, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
264   getdents64(4, /* 3 entries */, 32768) = 88
264   openat(AT_FDCWD, "/gnu/store/la4k8q7nfhgiksw9l6xnyv42gpcad24g-wpa-supplicant-2.9/etc/dbus-1/system.d/wpa_supplicant.conf", O_RDONLY) = 5
264   fstat(5, {st_mode=S_IFREG|0444, st_size=743, ...}) = 0
264   read(5, "<!DOCTYPE busconfig PUBLIC\n \"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n        <policy user=\"root\">\n                <allow own=\"fi.w1.wpa_supplicant1\"/>\n\n                <allow send_destination=\"fi.w1.wpa_supplicant1\"/>\n                <allow send_interface=\"fi.w1.wpa_supplicant1\"/>\n                <allow receive_sender=\"fi.w1.wpa_supplicant1\" receive_type=\"signal\"/>\n        </policy>\n        <policy context=\""..., 743) = 743
264   close(5)                          = 0
264   getdents64(4, /* 0 entries */, 32768) = 0
264   close(4)                          = 0
264   openat(AT_FDCWD, "/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/etc/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
264   fstat(4, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
264   getdents64(4, /* 3 entries */, 32768) = 104
264   openat(AT_FDCWD, "/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf", O_RDONLY) = 5
264   fstat(5, {st_mode=S_IFREG|0444, st_size=638, ...}) = 0
264   read(5, "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <!-- -*- XML -*- -->\n\n<!DOCTYPE busconfig PUBLIC\n \"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN\"\n \"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd\">\n<busconfig>\n  <policy user=\"polkitd\">\n    <allow own=\"org.freedesktop.PolicyKit1\"/>\n  </policy>\n\n  <policy context=\"default\">\n    <allow send_destination=\"org.freedesktop.PolicyKit1\"/>\n  </policy>\n\n  <!-- Allow uid 0 to send messages on the org.freedesktop.PolicyKit1.AuthenticationAgent inter"..., 638) = 638
264   close(5)                          = 0
264   openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 5
264   lseek(5, 0, SEEK_CUR)             = 0
264   fstat(5, {st_mode=S_IFREG|0644, st_size=1914, ...}) = 0
264   read(5, "root:x:0:0:System administrator:/root:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nguest:x:1000:998:Guest of GNU:/home/guest:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nmessagebus:x:999:983:D-Bus system bus user:/var/run/dbus:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nsshd:x:998:982:sshd privilege separation user:/var/run/sshd:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nguixbuilder01:x:997:30000:Guix Buil"..., 4096) = 1914
264   close(5)                          = 0
264   openat(AT_FDCWD, "/etc/group", O_RDONLY|O_CLOEXEC) = 5
264   lseek(5, 0, SEEK_CUR)             = 0
264   fstat(5, {st_mode=S_IFREG|0644, st_size=561, ...}) = 0
264   read(5, "root:x:0:\nwheel:x:999:guest\nusers:x:998:\nnogroup:x:997:\ntty:x:996:\ndialout:x:995:\nkmem:x:994:\ninput:x:993:\nvideo:x:992:\naudio:x:991:\nnetdev:x:990:\nlp:x:989:\ndisk:x:988:\nfloppy:x:987:\ncdrom:x:986:\ntape:x:985:\nkvm:x:984:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilder07,guixbuilder08,guixbuilder09,guixbuilder10\nmessagebus:x:983:\nsshd:x:982:\nguixbuild:x:30000:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilde"..., 4096) = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264 ) = 5
211   fstat(5, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
211   getdents64(5, /* 4 entries */, 32768) = 152
211   stat("/etc/dbus-1/system-services/net.connman.vpn.service", {st_mode=S_IFREG|0444, st_size=165, ...}) = 0
211   openat(AT_FDCWD, "/etc/dbus-1/system-services/net.connman.vpn.service", O_RDONLY) = 6
211   fstat(6, {st_mode=S_IFREG|0444, st_size=165, ...}) = 0
211   read(6, "[D-BUS Service]\nName=net.connman.vpn\nExec=/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/sbin/connman-vpnd -n\nUser=root\nSystemdService=connman-vpn.service\n", 165) = 165
211   close(6)                          = 0
211   stat("/etc/dbus-1/system-services/net.connman.240   stat("/e{st_mode=S_IFREG|0444, st_size=165, ...}) = 0
211   stat("/etc/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0444, st_size=182, ...}) = 0
211   openat(AT_FDCWD, "/etc/dbus-1/system-services/org.freedesktop.PolicyKit1.service", O_RDONLY) = 6
211   fstat(6, {st_mode=S_IFREG|0444, st_size=182, ...}) = 0
211   read(6, "[D-BUS Service]\nName=org.freedesktop.PolicyKit1\nE"[D-BUS Service]\nName=org.freedesktop.PolicyKit1\nExec=/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/lib/polkit-1/polkitd --no-debug\nUser211   close(6)                          = 0
211   stat("/etc/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0444, st_size=182, ...}) = 0
211   getdents64(5, /* 0 entries */, 32768) = 0
211   close(5)                          = 0
211   clock_gettime(CLOCK_MONOTONIC, {tv_sec=79, tv_nsec=810855039}) = 0
211   clock_gettime(CLOCK_MONOTONIC, {tv_sec=79, tv_nsec=810899439}) = 0
211   openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 5
211   lseek(5, 0, SEEK_CUR)             = 0
211   fstat(5, {st_mode=S_IFREG|0644, st_size=1914, ...}) = 0
211   read(5, "root:x:0:0:System administrator:/root:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nguest:x:1000:998:Guest of GNU:/home/guest:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nmessagebus:x:999:983:D-Bus system bus user:/var/run/dbus:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nsshd:x:998:982:sshd privilege separation user:/var/run/ss"[D-BUS Service]\nName=org.freedesktop.PolicyKit1\nExec=/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/lib/polkit-1/polkitd --no-debug\nUser=root\nSystemdService=polkit.service\n", 182) = 182
264   close(6)                          = 0
264   stat("/etc/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0444, st_size=182, ...}) = 0
264   getdents64(5, /* 0 entries */, 32768) = 0
264   close(5)                          = 0
264   clock_gettime(CLOCK_MONOTONIC, {tv_sec=79, tv_nsec=812959839}) = 0
264   clock_gettime(CLOCK_MONOTONIC, {tv_sec=79, tv_nsec=813003159}) = 0
264   openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 5
264   lseek(5, 0, SEEK_CUR)             = 0
264   fstat(5, {st_mode=S_IFREG|0644, st_size=1914, ...}) = 0
264   read(5, "root:x:0:0:System administrator:/root:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nguest:x:1000:998:Guest of GNU:/home/guest:/gnu/store/n1c9jiv2njnvdfz58v71fvzq0hkgivz1-bash-5.0.7/bin/bash\nmessagebus:x:999:983:D-Bus system bus user:/var/run/dbus:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nsshd:x:998:982:sshd privilege separation user:/var/run/sshd:/gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/sbin/nologin\nguixbuilder01:x:997:30000:Guix Buil"..., 4096) = 1914
264   close(5)                          = 0
264   openat(AT_FDCWD, "/etc/group", O_RDONLY|O_CLOEXEC) = 5
264   lseek(5, 0, SEEK_CUR)             = 0
264   fstat(5, {st_mode=S_IFREG|0644, st_size=561, ...}) = 0
264   read(5, "root:x:0:\nwheel:x:999:guest\nusers:x:998:\nnogroup:x:997:\ntty:x:996:\ndialout:x:995:\nkmem:x:994:\ninput:x:993:\nvideo:x:992:\naudio:x:991:\nnetdev:x:990:\nlp:x:989:\ndisk:x:988:\nfloppy:x:987:\ncdrom:x:986:\ntape:x:985:\nkvm:x:984:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilder07,guixbuilder08,guixbuilder09,guixbuilder10\nmessagebus:x:983:\nsshd:x:982:\nguixbuild:x:30000:guixbuilder01,guixbuilder02,guixbuilder03,guixbuilder04,guixbuilder05,guixbuilder06,guixbuilde"..., 4096) = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)211   openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
211   fstat(3, {st_mode=S_IFREG|0444, st_size=2962, ...}) = 0
211   fstat(3, {st_mode=S_IFREG|0444, st_size=2962, ...}) = 0
211   read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0\r\0\0\0\0\0\0\0\270\0)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   lseek(5, 0, SEEK_CUR)             = 561
264   read(5, "", 4096)                 = 0
264   close(5)                          = 0
264   getpid()                          = 264
264   openat(AT_FDCWD, "/var/run/dbus/pid", O_WRONLY|O_CREAT|O_EXCL, 0644) = 5
264   fcntl(5, F_GETFL)                 = 0x8001 (flags O_WRONLY|O_LARGEFILE)
264   fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
264   write(5, "264\n", 4)              = 4
264   close(5)                          = 0
264   prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1024, rlim_max=4*1024}) = 0
264   prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1024, rlim_max=4*1024}) = 0
264   getuid()                          = 0
264   prlimit64(0, RLIMIT_NOFILE, {rlim_cur=64*1024, rlim_max=64*1024}, NULL) = 0
264   setgroups(0, NULL)                = 0
264   setgid(983)                       = 0
264   setuid(999)                       = 0
264   inotify_init1(IN_CLOEXEC)         = 5
264   fcntl(5, F_GETFD)                 = 0x1 (flags FD_CLOEXEC)
264   fcntl(5, F_SETFD, FD_CLOEXEC)     = 0
264   epoll_ctl(3, EPOLL_CTL_ADD, 5, {EPOLLIN, {u32=5, u64=5}}) = 0
264   inotify_add_watch(5, "/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/share/dbus-1/system.d", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE) = 1
264   inotify_add_watch(5, "/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE) = 2
264   inotify_add_watch(5, "/gnu/store/la4k8q7nfhgiksw9l6xnyv42gpcad24g-wpa-supplicant-2.9/etc/dbus-1/system.d", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE) = 3
264   inotify_add_watch(5, "/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/etc/dbus-1/system.d", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE) = 4
264   inotify_add_watch(5, "/etc/dbus-1/system-services", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE) = 5
264   socketpair(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0, [6, 7]) = 0
264   epoll_ctl(3, EPOLL_CTL_ADD, 6, {EPOLLIN, {u32=6, u64=6}}) = 0
264   rt_sigaction(SIGTERM, {sa_handler=0x428b12, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5295867480}, NULL, 8) = 0
264   rt_sigaction(SIGHUP, {sa_handler=0x428b12, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5295867480}, NULL, 8) = 0
264   clock_gettime(CLOCK_MONOTONIC, {tv_sec=79, tv_nsec=815569639}) = 0
264   epoll_wait(3, 7\377\377\304?\5p\377\377\377\377\30580\360\377\377\377\377\306:\226\360\377\377\377\377\307X\254p\377\377\377\377\307\332\t\240\377\377\377\377\310l'\340\377\377\377\377\314\347K\20\377\377\377\377\315\251\27\220\377\377\377\377\316\242C\20\377\377\377\377\317\2224\20\377\377\377\377\320O\341\340"..., 4096) = 1863
211   close(3)                          = 0
211   getpid()                          = 211
211   socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 3
211   connect(3, {sa_family=AF_UNIX, sun_path="/dev/log"}, 110) = 0
211   sendto(3, "<28>Apr 14 00:08:24 dbus-daemon[211]: Failed to start message bus: Failed to open \"/var/run/dbus/pid\": File exists", 114, MSG_NOSIGNAL, NULL, 0) = 114
211   exit_group(1)                     = ?
211   +++ exited with 1 +++

[-- Attachment #3: herdstatus --]
[-- Type: text/plain, Size: 602 bytes --]

Started:
 + console-font-tty1
 + console-font-tty2
 + console-font-tty3
 + console-font-tty4
 + console-font-tty5
 + console-font-tty6
 + dbus-system
 + file-system-/dev/pts
 + file-system-/dev/shm
 + file-system-/gnu/store
 + file-system-/tmp
 + file-systems
 + guix-daemon
 + loopback
 + nscd
 + root
 + root-file-system
 + syslogd
 + term-tty1
 + term-tty2
 + term-tty3
 + term-tty4
 + term-tty5
 + term-tty6
 + udev
 + user-file-systems
 + user-processes
 + virtual-terminal
Stopped:
 - cow-store
 - gpm
 - networking
 - ssh-daemon
 - wpa-supplicant
One-shot:
 * host-name
 * user-homes
 * uvesafb

[-- Attachment #4: psaf --]
[-- Type: text/plain, Size: 7660 bytes --]

UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 00:07 ?        00:00:01 /gnu/store/jgl9d4axpavsv83z2f1z1himnkbsxxqj-guile-2.2.7/bin/guile --no-auto-compile /gnu/store/8gndzq1gbgxs8zk5j4bnzc8zqcrmbi5z-shepherd-0.7.0/bin/shepherd --config /gnu/store/jhvfqcwfi7ly5kwnv84j5lj71l6faamm-shepherd.conf
root         2     0  0 00:07 ?        00:00:00 [kthreadd]
root         3     2  0 00:07 ?        00:00:00 [rcu_gp]
root         4     2  0 00:07 ?        00:00:00 [rcu_par_gp]
root         6     2  0 00:07 ?        00:00:00 [kworker/0:0H-kblockd]
root         7     2  0 00:07 ?        00:00:00 [kworker/u4:0-events_power_efficient]
root         8     2  0 00:07 ?        00:00:00 [mm_percpu_wq]
root         9     2  0 00:07 ?        00:00:00 [ksoftirqd/0]
root        10     2  0 00:07 ?        00:00:00 [rcu_sched]
root        11     2  0 00:07 ?        00:00:00 [migration/0]
root        12     2  0 00:07 ?        00:00:00 [kworker/0:1-events]
root        13     2  0 00:07 ?        00:00:00 [cpuhp/0]
root        14     2  0 00:07 ?        00:00:00 [cpuhp/1]
root        15     2  0 00:07 ?        00:00:00 [migration/1]
root        16     2  0 00:07 ?        00:00:00 [ksoftirqd/1]
root        17     2  0 00:07 ?        00:00:00 [kworker/1:0-mm_percpu_wq]
root        18     2  0 00:07 ?        00:00:00 [kworker/1:0H-kblockd]
root        19     2  0 00:07 ?        00:00:00 [kdevtmpfs]
root        20     2  0 00:07 ?        00:00:00 [netns]
root        21     2  0 00:07 ?        00:00:00 [kauditd]
root        22     2  0 00:07 ?        00:00:00 [kworker/1:1-events]
root        23     2  0 00:07 ?        00:00:00 [khungtaskd]
root        24     2  0 00:07 ?        00:00:00 [oom_reaper]
root        25     2  0 00:07 ?        00:00:00 [writeback]
root        26     2  0 00:07 ?        00:00:00 [kcompactd0]
root        27     2  0 00:07 ?        00:00:00 [ksmd]
root        28     2  0 00:07 ?        00:00:00 [khugepaged]
root        30     2  0 00:07 ?        00:00:00 [kworker/u4:1-events_unbound]
root       114     2  0 00:07 ?        00:00:00 [kintegrityd]
root       115     2  0 00:07 ?        00:00:00 [kblockd]
root       116     2  0 00:07 ?        00:00:00 [blkcg_punt_bio]
root       117     2  0 00:07 ?        00:00:00 [tpm_dev_wq]
root       118     2  0 00:07 ?        00:00:00 [ata_sff]
root       119     2  0 00:07 ?        00:00:00 [md]
root       120     2  0 00:07 ?        00:00:00 [edac-poller]
root       121     2  0 00:07 ?        00:00:00 [devfreq_wq]
root       122     2  0 00:07 ?        00:00:00 [watchdogd]
root       123     2  0 00:07 ?        00:00:00 [kswapd0]
root       124     2  0 00:07 ?        00:00:00 [ecryptfs-kthrea]
root       127     2  0 00:07 ?        00:00:00 [kthrotld]
root       129     2  0 00:07 ?        00:00:00 [acpi_thermal_pm]
root       130     2  0 00:07 ?        00:00:00 [nvme-wq]
root       131     2  0 00:07 ?        00:00:00 [nvme-reset-wq]
root       132     2  0 00:07 ?        00:00:00 [nvme-delete-wq]
root       133     2  0 00:07 ?        00:00:00 [ipv6_addrconf]
root       134     2  0 00:07 ?        00:00:00 [kstrp]
root       135     2  0 00:07 ?        00:00:00 [kworker/u5:0-hci0]
root       151     2  0 00:07 ?        00:00:00 [charger_manager]
root       155     2  0 00:07 ?        00:00:00 [scsi_eh_0]
root       156     2  0 00:07 ?        00:00:00 [scsi_tmf_0]
root       157     2  0 00:07 ?        00:00:00 [scsi_eh_1]
root       158     2  0 00:07 ?        00:00:00 [scsi_tmf_1]
root       159     2  0 00:07 ?        00:00:00 [kworker/0:2-events]
root       162     2  0 00:07 ?        00:00:00 [kworker/0:1H-kblockd]
root       163     2  0 00:07 ?        00:00:00 [kworker/1:1H-kblockd]
root       164     2  0 00:07 ?        00:00:00 [scsi_eh_2]
root       165     2  0 00:07 ?        00:00:00 [scsi_tmf_2]
root       166     2  0 00:07 ?        00:00:00 [usb-storage]
root       167     2  0 00:07 ?        00:00:00 [scsi_eh_3]
root       169     2  0 00:07 ?        00:00:00 [scsi_tmf_3]
root       170     2  0 00:07 ?        00:00:00 [usb-storage]
root       187     1  0 00:07 ?        00:00:01 /gnu/store/fba0pfpyagwn268c2v6qqrslsckqzvzb-eudev-3.2.9-1/sbin/udevd
root       204     1  0 00:07 ?        00:00:01 /gnu/store/0m780n5q4cr7rqmjn5zzd6adr3042f97-v86d-0.1.10/sbin/v86d
root       207     1  0 00:07 ?        00:00:00 /gnu/store/ljwvyw48n2j28q0w96qykr04wcgwzcnh-inetutils-1.9.4/libexec/syslogd --rcfile /gnu/store/y5nrfbj52vlnj77iyki9hbji8qjwk86d-syslog.conf
root       237     1  0 00:08 ?        00:00:00 /gnu/store/9xl2m0qgqcxk4m3qmf957pq6dfpnm5c1-strace-5.5/bin/strace -o /dbus.trace.1586815659.830666 -s 500 -f /gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/bin/dbus-daemon --nofork --system --syslog-only
message+   240   237  0 00:08 ?        00:00:00 /gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/bin/dbus-daemon --nofork --system --syslog-only
root       249     1  0 00:08 ?        00:00:00 /gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/sbin/nscd -f /gnu/store/ky2a9hcd0rq59m684v0my6mmnrh1174m-nscd.conf --foreground
root       261     1  0 00:08 ?        00:00:00 /gnu/store/9xl2m0qgqcxk4m3qmf957pq6dfpnm5c1-strace-5.5/bin/strace -o /dbus.trace.1586815659.830666 -s 500 -f /gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/bin/dbus-daemon --nofork --system --syslog-only
message+   264   261  0 00:08 ?        00:00:00 /gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/bin/dbus-daemon --nofork --system --syslog-only
root       265     1  0 00:08 ?        00:00:00 /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm -m /dev/input/mice -t ps2
root       268     1 60 00:08 ?        00:06:30 /gnu/store/llsdjq95jyw6j35vpskrqnp2ff91fkcp-kmscon-0.0.0-1.01dd0a2/libexec/kmscon/kmscon --login --vt tty1 --no-switchvt --login -- /gnu/store/9shhqpi8k51sh7nbf545dl04gfk3qcd8-installer -p
root       270     2  0 00:08 ?        00:00:00 [firewire]
root       273     2  0 00:08 ?        00:00:00 [firewire_ohci]
documen+   283     1  0 00:08 tty2     00:00:00 info -d /run/current-system/profile/share/info -f /run/current-system/profile/share/info/guix.info -n System Installation
root       286     1  0 00:08 tty3     00:00:00 /gnu/store/324r5cjvfr5jdxdghmpl2gk1d29q3q7z-shadow-4.8.1/bin/login -f
root       290     1  0 00:08 tty4     00:00:00 /gnu/store/c972x2d6vld0wgw1vdsf72wiyf4ibqwm-mingetty-1.08/sbin/mingetty --noclear --nohangup tty4 --autologin root --loginpause
root       293     1  0 00:08 tty5     00:00:00 /gnu/store/c972x2d6vld0wgw1vdsf72wiyf4ibqwm-mingetty-1.08/sbin/mingetty --noclear --nohangup tty5 --autologin root --loginpause
root       296     1  0 00:08 tty6     00:00:00 /gnu/store/c972x2d6vld0wgw1vdsf72wiyf4ibqwm-mingetty-1.08/sbin/mingetty --noclear --nohangup tty6 --autologin root --loginpause
root       299     1  0 00:08 ?        00:00:00 /gnu/store/qkl8qjvkfs5hz96l92197cdr2c21i3wf-guix-1.1.0rc2-1.9d0d27f/bin/guix-daemon --build-users-group guixbuild --max-silent-time 0 --timeout 0 --log-compression bzip2 --substitute-urls https://ci.guix.gnu.org
root       311     2  0 00:09 ?        00:00:00 [applesmc-led]
root       333     2  0 00:09 ?        00:00:00 [cfg80211]
root       351     2  0 00:09 ?        00:00:00 [kworker/u5:2-hci0]
root       395   268  0 00:13 pts/0    00:00:01 /gnu/store/1mkkv2caiqbdbbd256c4dirfi4kwsacv-guile-2.2.6/bin/guile --no-auto-compile /gnu/store/dzl8fg7pwlkb0cbdh257q2hcwampvw1a-installer-real
root       400     2  0 00:15 ?        00:00:00 [kworker/0:0-mm_percpu_wq]
root       401   286  0 00:15 tty3     00:00:01 -bash
root       469   401  0 00:19 tty3     00:00:00 ps -Af

[-- Attachment #5: varlogmessages --]
[-- Type: text/plain, Size: 96644 bytes --]

Apr 14 00:07:59 localhost syslogd (GNU inetutils 1.9.4): restart
Apr 14 00:07:59 localhost vmunix: [    0.000000] Linux version 5.4.31-gnu (nixbld@) (gcc version 7.4.0 (GCC)) #1 SMP 1
Apr 14 00:07:59 localhost vmunix: [    0.000000] Command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/91g2fwa1g5i6wn3gi89yx14g1z4fvr8r-system --load=/gnu/store/91g2fwa1g5i6wn3gi89yx14g1z4fvr8r-system/boot quiet modprobe.blacklist=radeon nomodeset
Apr 14 00:07:59 localhost vmunix: [    0.000000] KERNEL supported cpus:
Apr 14 00:07:59 localhost vmunix: [    0.000000]   Intel GenuineIntel
Apr 14 00:07:59 localhost vmunix: [    0.000000]   AMD AuthenticAMD
Apr 14 00:07:59 localhost vmunix: [    0.000000]   Hygon HygonGenuine
Apr 14 00:07:59 localhost vmunix: [    0.000000]   Centaur CentaurHauls
Apr 14 00:07:59 localhost vmunix: [    0.000000]   zhaoxin   Shanghai  
Apr 14 00:07:59 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 14 00:07:59 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 14 00:07:59 localhost vmunix: [    0.000000] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-provided physical RAM map:
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000aeffffff] usable
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000af000000-0x00000000beffffff] reserved
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bf70efff] usable
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf70f000-0x00000000bf92ffff] ACPI NVS
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf930000-0x00000000bf930fff] ACPI data
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf931000-0x00000000bf938fff] ACPI NVS
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf939000-0x00000000bfef8fff] ACPI data
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfef9000-0x00000000bfefefff] reserved
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI data
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000d3400000-0x00000000d3400fff] reserved
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
Apr 14 00:07:59 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
Apr 14 00:07:59 localhost vmunix: [    0.000000] NX (Execute Disable) protection: active
Apr 14 00:07:59 localhost vmunix: [    0.000000] SMBIOS 2.4 present.
Apr 14 00:07:59 localhost vmunix: [    0.000000] DMI: Apple Inc. MacBookPro7,1/Mac-F222BEC8, BIOS    MBP71.88Z.003F.B00.1802021458 02/02/18
Apr 14 00:07:59 localhost vmunix: [    0.000000] tsc: Fast TSC calibration using PIT
Apr 14 00:07:59 localhost vmunix: [    0.000000] tsc: Detected 2389.117 MHz processor
Apr 14 00:07:59 localhost vmunix: [    0.008249] last_pfn = 0x140000 max_arch_pfn = 0x400000000
Apr 14 00:07:59 localhost vmunix: [    0.009407] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Apr 14 00:07:59 localhost vmunix: [    0.009542] last_pfn = 0xbf70f max_arch_pfn = 0x400000000
Apr 14 00:07:59 localhost vmunix: [    0.025778] check: Scanning 1 areas for low memory corruption
Apr 14 00:07:59 localhost vmunix: [    0.026451] RAMDISK: [mem 0x36b91000-0x375bffff]
Apr 14 00:07:59 localhost vmunix: [    0.026457] ACPI: Early table checksum verification disabled
Apr 14 00:07:59 localhost vmunix: [    0.026462] ACPI: RSDP 0x00000000000FE020 000024 (v02 APPLE )
Apr 14 00:07:59 localhost vmunix: [    0.026466] ACPI: XSDT 0x00000000BF96A1C0 000084 (v01 APPLE  Apple00  0000003F      01000013)
Apr 14 00:07:59 localhost vmunix: [    0.026473] ACPI: FACP 0x00000000BF968000 0000F4 (v04 APPLE  Apple00  0000003F Loki 0000005F)
Apr 14 00:07:59 localhost vmunix: [    0.026480] ACPI: DSDT 0x00000000BF95A000 0061ED (v01 APPLE  MacBookP 00070001 INTL 20061109)
Apr 14 00:07:59 localhost vmunix: [    0.026484] ACPI: FACS 0x00000000BF71E000 000040
Apr 14 00:07:59 localhost vmunix: [    0.026487] ACPI: FACS 0x00000000BF71E000 000040
Apr 14 00:07:59 localhost vmunix: [    0.026490] ACPI: HPET 0x00000000BF967000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 00:07:59 localhost vmunix: [    0.026494] ACPI: APIC 0x00000000BF966000 000068 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 00:07:59 localhost vmunix: [    0.026498] ACPI: APIC 0x00000000BF965000 000068 (v02 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 00:07:59 localhost vmunix: [    0.026502] ACPI: ASF! 0x00000000BF963000 0000A5 (v32 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 00:07:59 localhost vmunix: [    0.026506] ACPI: SBST 0x00000000BF962000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 00:07:59 localhost vmunix: [    0.026511] ACPI: ECDT 0x00000000BF961000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 00:07:59 localhost vmunix: [    0.026515] ACPI: SSDT 0x00000000BF956000 000024 (v01 APPLE  Apple    00001000 INTL 20061109)
Apr 14 00:07:59 localhost vmunix: [    0.026519] ACPI: SSDT 0x00000000BF955000 0004DC (v01 APPLE  CpuPm    00003000 INTL 20061109)
Apr 14 00:07:59 localhost vmunix: [    0.026523] ACPI: MCFG 0x00000000BF964000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 00:07:59 localhost vmunix: [    0.026527] ACPI: SSDT 0x00000000BF959000 0000A5 (v01 SataRe SataPri  00001000 INTL 20061109)
Apr 14 00:07:59 localhost vmunix: [    0.026531] ACPI: SSDT 0x00000000BF958000 00009F (v01 SataRe SataSec  00001000 INTL 20061109)
Apr 14 00:07:59 localhost vmunix: [    0.026534] ACPI: BIOS bug: multiple APIC/MADT found, using 0
Apr 14 00:07:59 localhost vmunix: [    0.026535] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
Apr 14 00:07:59 localhost vmunix: [    0.026542] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Apr 14 00:07:59 localhost vmunix: [    0.026642] No NUMA configuration found
Apr 14 00:07:59 localhost vmunix: [    0.026643] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
Apr 14 00:07:59 localhost vmunix: [    0.026647] NODE_DATA(0) allocated [mem 0x13fffa000-0x13fffdfff]
Apr 14 00:07:59 localhost vmunix: [    0.026679] Zone ranges:
Apr 14 00:07:59 localhost vmunix: [    0.026680]   DMA32    [mem 0x0000000000001000-0x00000000ffffffff]
Apr 14 00:07:59 localhost vmunix: [    0.026682]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
Apr 14 00:07:59 localhost vmunix: [    0.026683]   Device   empty
Apr 14 00:07:59 localhost vmunix: [    0.026684] Movable zone start for each node
Apr 14 00:07:59 localhost vmunix: [    0.026685] Early memory node ranges
Apr 14 00:07:59 localhost vmunix: [    0.026686]   node   0: [mem 0x0000000000001000-0x000000000009efff]
Apr 14 00:07:59 localhost vmunix: [    0.026688]   node   0: [mem 0x0000000000100000-0x00000000aeffffff]
Apr 14 00:07:59 localhost vmunix: [    0.026689]   node   0: [mem 0x00000000bf000000-0x00000000bf70efff]
Apr 14 00:07:59 localhost vmunix: [    0.026690]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
Apr 14 00:07:59 localhost vmunix: [    0.027218] Zeroed struct page in unavailable ranges: 35155 pages
Apr 14 00:07:59 localhost vmunix: [    0.027220] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
Apr 14 00:07:59 localhost vmunix: [    0.058305] ACPI: PM-Timer IO Port: 0x408
Apr 14 00:07:59 localhost vmunix: [    0.058320] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Apr 14 00:07:59 localhost vmunix: [    0.058321] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Apr 14 00:07:59 localhost vmunix: [    0.058335] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
Apr 14 00:07:59 localhost vmunix: [    0.058338] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 14 00:07:59 localhost vmunix: [    0.058340] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 14 00:07:59 localhost vmunix: [    0.058345] Using ACPI (MADT) for SMP configuration information
Apr 14 00:07:59 localhost vmunix: [    0.058347] ACPI: HPET id: 0x10de8201 base: 0xfed00000
Apr 14 00:07:59 localhost vmunix: [    0.058354] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
Apr 14 00:07:59 localhost vmunix: [    0.058382] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 14 00:07:59 localhost vmunix: [    0.058385] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Apr 14 00:07:59 localhost vmunix: [    0.058385] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Apr 14 00:07:59 localhost vmunix: [    0.058386] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Apr 14 00:07:59 localhost vmunix: [    0.058388] PM: Registered nosave memory: [mem 0xaf000000-0xbeffffff]
Apr 14 00:07:59 localhost vmunix: [    0.058390] PM: Registered nosave memory: [mem 0xbf70f000-0xbf92ffff]
Apr 14 00:07:59 localhost vmunix: [    0.058391] PM: Registered nosave memory: [mem 0xbf930000-0xbf930fff]
Apr 14 00:07:59 localhost vmunix: [    0.058392] PM: Registered nosave memory: [mem 0xbf931000-0xbf938fff]
Apr 14 00:07:59 localhost vmunix: [    0.058393] PM: Registered nosave memory: [mem 0xbf939000-0xbfef8fff]
Apr 14 00:07:59 localhost vmunix: [    0.058393] PM: Registered nosave memory: [mem 0xbfef9000-0xbfefefff]
Apr 14 00:07:59 localhost vmunix: [    0.058394] PM: Registered nosave memory: [mem 0xbfeff000-0xbfefffff]
Apr 14 00:07:59 localhost vmunix: [    0.058395] PM: Registered nosave memory: [mem 0xbff00000-0xd33fffff]
Apr 14 00:07:59 localhost vmunix: [    0.058396] PM: Registered nosave memory: [mem 0xd3400000-0xd3400fff]
Apr 14 00:07:59 localhost vmunix: [    0.058396] PM: Registered nosave memory: [mem 0xd3401000-0xefffffff]
Apr 14 00:07:59 localhost vmunix: [    0.058397] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
Apr 14 00:07:59 localhost vmunix: [    0.058398] PM: Registered nosave memory: [mem 0xf4000000-0xfebfffff]
Apr 14 00:07:59 localhost vmunix: [    0.058399] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Apr 14 00:07:59 localhost vmunix: [    0.058400] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Apr 14 00:07:59 localhost vmunix: [    0.058400] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 14 00:07:59 localhost vmunix: [    0.058401] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
Apr 14 00:07:59 localhost vmunix: [    0.058402] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
Apr 14 00:07:59 localhost vmunix: [    0.058404] [mem 0xd3401000-0xefffffff] available for PCI devices
Apr 14 00:07:59 localhost vmunix: [    0.058406] Booting paravirtualized kernel on bare hardware
Apr 14 00:07:59 localhost vmunix: [    0.058411] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Apr 14 00:07:59 localhost vmunix: [    0.058420] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
Apr 14 00:07:59 localhost vmunix: [    0.059285] percpu: Embedded 53 pages/cpu s178520 r8192 d30376 u1048576
Apr 14 00:07:59 localhost vmunix: [    0.059331] Built 1 zonelists, mobility grouping on.  Total pages: 965309
Apr 14 00:07:59 localhost vmunix: [    0.059332] Policy zone: Normal
Apr 14 00:07:59 localhost vmunix: [    0.059335] Kernel command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/91g2fwa1g5i6wn3gi89yx14g1z4fvr8r-system --load=/gnu/store/91g2fwa1g5i6wn3gi89yx14g1z4fvr8r-system/boot quiet modprobe.blacklist=radeon nomodeset
Apr 14 00:07:59 localhost vmunix: [    0.059530] You have booted with nomodeset. This means your GPU drivers are DISABLED
Apr 14 00:07:59 localhost vmunix: [    0.059531] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
Apr 14 00:07:59 localhost vmunix: [    0.059531] Unless you actually understand what nomodeset does, you should reboot without enabling it
Apr 14 00:07:59 localhost vmunix: [    0.060967] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Apr 14 00:07:59 localhost vmunix: [    0.061716] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 14 00:07:59 localhost vmunix: [    0.061772] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Apr 14 00:07:59 localhost vmunix: [    0.117706] Memory: 3747324K/3922612K available (14339K kernel code, 1525K rwdata, 4180K rodata, 1916K init, 2584K bss, 175288K reserved, 0K cma-reserved)
Apr 14 00:07:59 localhost vmunix: [    0.117719] random: get_random_u64 called from __kmem_cache_create+0x46/0x570 with crng_init=0
Apr 14 00:07:59 localhost vmunix: [    0.117898] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Apr 14 00:07:59 localhost shepherd[1]: Service syslogd has been started. 
Apr 14 00:07:59 localhost vmunix: [    0.117922] Kernel/User page tables isolation: enabled
Apr 14 00:07:59 localhost vmunix: [    0.117951] ftrace: allocating 41660 entries in 163 pages
Apr 14 00:07:59 localhost vmunix: [    0.143496] rcu: Hierarchical RCU implementation.
Apr 14 00:07:59 localhost vmunix: [    0.143498] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
Apr 14 00:07:59 localhost vmunix: [    0.143499] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Apr 14 00:07:59 localhost vmunix: [    0.143500] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Apr 14 00:07:59 localhost vmunix: [    0.147873] NR_IRQS: 16640, nr_irqs: 440, preallocated irqs: 16
Apr 14 00:07:59 localhost vmunix: [    0.152139] Console: colour VGA+ 80x25
Apr 14 00:07:59 localhost vmunix: [    0.152145] printk: console [tty0] enabled
Apr 14 00:07:59 localhost vmunix: [    0.152173] ACPI: Core revision 20190816
Apr 14 00:07:59 localhost vmunix: [    0.152297] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
Apr 14 00:07:59 localhost vmunix: [    0.152315] APIC: Switch to symmetric I/O mode setup
Apr 14 00:07:59 localhost vmunix: [    0.152764] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 14 00:07:59 localhost vmunix: [    0.172317] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22700ec276d, max_idle_ns: 440795265665 ns
Apr 14 00:07:59 localhost vmunix: [    0.172323] Calibrating delay loop (skipped), value calculated using timer frequency.. 4778.23 BogoMIPS (lpj=9556468)
Apr 14 00:07:59 localhost vmunix: [    0.172325] pid_max: default: 32768 minimum: 301
Apr 14 00:07:59 localhost vmunix: [    0.172358] LSM: Security Framework initializing
Apr 14 00:07:59 localhost vmunix: [    0.172365] Yama: becoming mindful.
Apr 14 00:07:59 localhost vmunix: [    0.172404] AppArmor: AppArmor initialized
Apr 14 00:07:59 localhost vmunix: [    0.172406] TOMOYO Linux initialized
Apr 14 00:07:59 localhost vmunix: [    0.172477] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 14 00:07:59 localhost vmunix: [    0.172499] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 14 00:07:59 localhost vmunix: [    0.172514] *** VALIDATE tmpfs ***
Apr 14 00:07:59 localhost vmunix: [    0.172710] *** VALIDATE proc ***
Apr 14 00:07:59 localhost vmunix: [    0.172785] *** VALIDATE cgroup1 ***
Apr 14 00:07:59 localhost vmunix: [    0.172787] *** VALIDATE cgroup2 ***
Apr 14 00:07:59 localhost vmunix: [    0.172844] mce: CPU0: Thermal monitoring enabled (TM2)
Apr 14 00:07:59 localhost vmunix: [    0.172847] process: using mwait in idle threads
Apr 14 00:07:59 localhost vmunix: [    0.172850] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Apr 14 00:07:59 localhost vmunix: [    0.172851] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
Apr 14 00:07:59 localhost vmunix: [    0.172855] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 14 00:07:59 localhost vmunix: [    0.172857] Spectre V2 : Mitigation: Full generic retpoline
Apr 14 00:07:59 localhost vmunix: [    0.172858] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 14 00:07:59 localhost vmunix: [    0.172859] Speculative Store Bypass: Vulnerable
Apr 14 00:07:59 localhost vmunix: [    0.172863] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Apr 14 00:07:59 localhost vmunix: [    0.173028] Freeing SMP alternatives memory: 28K
Apr 14 00:07:59 localhost vmunix: [    0.283818] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz (family: 0x6, model: 0x17, stepping: 0xa)
Apr 14 00:07:59 localhost vmunix: [    0.283982] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
Apr 14 00:07:59 localhost vmunix: [    0.283990] ... version:                2
Apr 14 00:07:59 localhost vmunix: [    0.283991] ... bit width:              40
Apr 14 00:07:59 localhost vmunix: [    0.283992] ... generic registers:      2
Apr 14 00:07:59 localhost vmunix: [    0.283993] ... value mask:             000000ffffffffff
Apr 14 00:07:59 localhost vmunix: [    0.283993] ... max period:             000000007fffffff
Apr 14 00:07:59 localhost vmunix: [    0.283994] ... fixed-purpose events:   3
Apr 14 00:07:59 localhost vmunix: [    0.283995] ... event mask:             0000000700000003
Apr 14 00:07:59 localhost vmunix: [    0.284047] rcu: Hierarchical SRCU implementation.
Apr 14 00:07:59 localhost vmunix: [    0.284319] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr 14 00:07:59 localhost vmunix: [    0.284319] smp: Bringing up secondary CPUs ...
Apr 14 00:07:59 localhost vmunix: [    0.284319] x86: Booting SMP configuration:
Apr 14 00:07:59 localhost vmunix: [    0.284319] .... node  #0, CPUs:      #1
Apr 14 00:07:59 localhost vmunix: [    0.284353] smp: Brought up 1 node, 2 CPUs
Apr 14 00:07:59 localhost vmunix: [    0.284354] smpboot: Max logical packages: 1
Apr 14 00:07:59 localhost vmunix: [    0.284356] smpboot: Total of 2 processors activated (9556.46 BogoMIPS)
Apr 14 00:07:59 localhost vmunix: [    0.286379] devtmpfs: initialized
Apr 14 00:07:59 localhost vmunix: [    0.286379] x86/mm: Memory block size: 128MB
Apr 14 00:07:59 localhost vmunix: [    0.286379] PM: Registering ACPI NVS region [mem 0xbf70f000-0xbf92ffff] (2232320 bytes)
Apr 14 00:07:59 localhost vmunix: [    0.286379] PM: Registering ACPI NVS region [mem 0xbf931000-0xbf938fff] (32768 bytes)
Apr 14 00:07:59 localhost vmunix: [    0.286379] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Apr 14 00:07:59 localhost vmunix: [    0.286379] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Apr 14 00:07:59 localhost vmunix: [    0.286379] pinctrl core: initialized pinctrl subsystem
Apr 14 00:07:59 localhost vmunix: [    0.286379] PM: RTC time: 22:07:05, date: 2020-04-13
Apr 14 00:07:59 localhost vmunix: [    0.286379] NET: Registered protocol family 16
Apr 14 00:07:59 localhost vmunix: [    0.286379] audit: initializing netlink subsys (disabled)
Apr 14 00:07:59 localhost vmunix: [    0.286379] audit: type=2000 audit(1586815624.132:1): state=initialized audit_enabled=0 res=1
Apr 14 00:07:59 localhost vmunix: [    0.286379] cpuidle: using governor ladder
Apr 14 00:07:59 localhost vmunix: [    0.286379] cpuidle: using governor menu
Apr 14 00:07:59 localhost vmunix: [    0.288365] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Apr 14 00:07:59 localhost vmunix: [    0.288366] ACPI: bus type PCI registered
Apr 14 00:07:59 localhost vmunix: [    0.288368] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 14 00:07:59 localhost vmunix: [    0.288651] PCI: MMCONFIG for domain 0000 [bus 00-04] at [mem 0xf0000000-0xf04fffff] (base 0xf0000000)
Apr 14 00:07:59 localhost vmunix: [    0.288666] PCI: MMCONFIG at [mem 0xf0000000-0xf04fffff] reserved in E820
Apr 14 00:07:59 localhost vmunix: [    0.288678] PCI: Using configuration type 1 for base access
Apr 14 00:07:59 localhost vmunix: [    0.291137] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 14 00:07:59 localhost vmunix: [    0.292439] ACPI: Disabled all _OSI OS vendors
Apr 14 00:07:59 localhost vmunix: [    0.292441] ACPI: Added _OSI(Module Device)
Apr 14 00:07:59 localhost vmunix: [    0.292442] ACPI: Added _OSI(Processor Device)
Apr 14 00:07:59 localhost vmunix: [    0.292443] ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 14 00:07:59 localhost vmunix: [    0.292444] ACPI: Added _OSI(Processor Aggregator Device)
Apr 14 00:07:59 localhost vmunix: [    0.292446] ACPI: Added _OSI(Linux-Dell-Video)
Apr 14 00:07:59 localhost vmunix: [    0.292447] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 14 00:07:59 localhost vmunix: [    0.292448] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 14 00:07:59 localhost vmunix: [    0.292449] ACPI: Added _OSI(Darwin)
Apr 14 00:07:59 localhost vmunix: [    0.298893] ACPI: 5 ACPI AML tables successfully acquired and loaded
Apr 14 00:07:59 localhost vmunix: [    0.299279] ACPI: EC: EC started
Apr 14 00:07:59 localhost vmunix: [    0.299280] ACPI: EC: interrupt blocked
Apr 14 00:07:59 localhost vmunix: [    0.301829] ACPI: \: Used as first EC
Apr 14 00:07:59 localhost vmunix: [    0.301832] ACPI: \: GPE=0x57, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 14 00:07:59 localhost vmunix: [    0.301833] ACPI: EC: Boot ECDT EC used to handle transactions
Apr 14 00:07:59 localhost vmunix: [    0.302126] ACPI: BIOS _OSI(Darwin) query honored via DMI
Apr 14 00:07:59 localhost vmunix: [    0.302763] ACPI: Dynamic OEM Table Load:
Apr 14 00:07:59 localhost vmunix: [    0.302771] ACPI: SSDT 0xFFFFA08A3A900800 00027A (v01 APPLE  Cpu0Ist  00003000 INTL 20061109)
Apr 14 00:07:59 localhost vmunix: [    0.303342] ACPI: Dynamic OEM Table Load:
Apr 14 00:07:59 localhost vmunix: [    0.303349] ACPI: SSDT 0xFFFFA08A3B333800 0005A6 (v01 APPLE  Cpu0Cst  00003001 INTL 20061109)
Apr 14 00:07:59 localhost vmunix: [    0.304072] ACPI: Dynamic OEM Table Load:
Apr 14 00:07:59 localhost vmunix: [    0.304078] ACPI: SSDT 0xFFFFA08A3B311B00 0000C8 (v01 APPLE  Cpu1Ist  00003000 INTL 20061109)
Apr 14 00:07:59 localhost vmunix: [    0.304541] ACPI: Dynamic OEM Table Load:
Apr 14 00:07:59 localhost vmunix: [    0.304546] ACPI: SSDT 0xFFFFA08A3A8C3840 000085 (v01 APPLE  Cpu1Cst  00003000 INTL 20061109)
Apr 14 00:07:59 localhost vmunix: [    0.305175] ACPI: Interpreter enabled
Apr 14 00:07:59 localhost vmunix: [    0.305197] ACPI: (supports S0 S3 S4 S5)
Apr 14 00:07:59 localhost vmunix: [    0.305198] ACPI: Using IOAPIC for interrupt routing
Apr 14 00:07:59 localhost vmunix: [    0.305225] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 14 00:07:59 localhost vmunix: [    0.305502] ACPI: Enabled 8 GPEs in block 00 to 1F
Apr 14 00:07:59 localhost vmunix: [    0.305516] ACPI: Enabled 3 GPEs in block 20 to 5F
Apr 14 00:07:59 localhost vmunix: [    0.322672] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Apr 14 00:07:59 localhost vmunix: [    0.322679] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR]
Apr 14 00:07:59 localhost vmunix: [    0.322690] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-04] only partially covers this bridge
Apr 14 00:07:59 localhost vmunix: [    0.322982] PCI host bridge to bus 0000:00
Apr 14 00:07:59 localhost vmunix: [    0.322985] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Apr 14 00:07:59 localhost vmunix: [    0.322986] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 14 00:07:59 localhost vmunix: [    0.322988] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 14 00:07:59 localhost vmunix: [    0.322990] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
Apr 14 00:07:59 localhost vmunix: [    0.322992] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Apr 14 00:07:59 localhost vmunix: [    0.322993] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
Apr 14 00:07:59 localhost vmunix: [    0.322995] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Apr 14 00:07:59 localhost vmunix: [    0.322997] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Apr 14 00:07:59 localhost vmunix: [    0.322998] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Apr 14 00:07:59 localhost vmunix: [    0.323000] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Apr 14 00:07:59 localhost vmunix: [    0.323002] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Apr 14 00:07:59 localhost vmunix: [    0.323003] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Apr 14 00:07:59 localhost vmunix: [    0.323005] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
Apr 14 00:07:59 localhost vmunix: [    0.323007] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
Apr 14 00:07:59 localhost vmunix: [    0.323008] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
Apr 14 00:07:59 localhost vmunix: [    0.323010] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
Apr 14 00:07:59 localhost vmunix: [    0.323012] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
Apr 14 00:07:59 localhost vmunix: [    0.323013] pci_bus 0000:00: root bus resource [bus 00-ff]
Apr 14 00:07:59 localhost vmunix: [    0.323033] pci 0000:00:00.0: [10de:0d60] type 00 class 0x060000
Apr 14 00:07:59 localhost vmunix: [    0.323283] pci 0000:00:00.1: [10de:0d68] type 00 class 0x050000
Apr 14 00:07:59 localhost vmunix: [    0.323531] pci 0000:00:01.0: [10de:0d6d] type 00 class 0x050000
Apr 14 00:07:59 localhost vmunix: [    0.323751] pci 0000:00:01.1: [10de:0d6e] type 00 class 0x050000
Apr 14 00:07:59 localhost vmunix: [    0.323990] pci 0000:00:01.2: [10de:0d6f] type 00 class 0x050000
Apr 14 00:07:59 localhost vmunix: [    0.324210] pci 0000:00:01.3: [10de:0d70] type 00 class 0x050000
Apr 14 00:07:59 localhost vmunix: [    0.324437] pci 0000:00:02.0: [10de:0d71] type 00 class 0x050000
Apr 14 00:07:59 localhost vmunix: [    0.324656] pci 0000:00:02.1: [10de:0d72] type 00 class 0x050000
Apr 14 00:07:59 localhost vmunix: [    0.324874] pci 0000:00:03.0: [10de:0d80] type 00 class 0x060100
Apr 14 00:07:59 localhost vmunix: [    0.324887] pci 0000:00:03.0: reg 0x10: [io  0x2100-0x21ff]
Apr 14 00:07:59 localhost vmunix: [    0.325037] pci 0000:00:03.1: [10de:0d7b] type 00 class 0x050000
Apr 14 00:07:59 localhost vmunix: [    0.325210] pci 0000:00:03.2: [10de:0d79] type 00 class 0x0c0500
Apr 14 00:07:59 localhost vmunix: [    0.325225] pci 0000:00:03.2: reg 0x10: [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.325247] pci 0000:00:03.2: reg 0x20: [io  0x2240-0x227f]
Apr 14 00:07:59 localhost vmunix: [    0.325253] pci 0000:00:03.2: reg 0x24: [io  0x2200-0x223f]
Apr 14 00:07:59 localhost vmunix: [    0.325289] pci 0000:00:03.2: PME# supported from D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.325418] pci 0000:00:03.3: [10de:0d69] type 00 class 0x050000
Apr 14 00:07:59 localhost vmunix: [    0.325674] pci 0000:00:03.4: [10de:0d7a] type 00 class 0x0b4000
Apr 14 00:07:59 localhost vmunix: [    0.325706] pci 0000:00:03.4: reg 0x10: [mem 0xd3400000-0xd347ffff]
Apr 14 00:07:59 localhost vmunix: [    0.325946] pci 0000:00:04.0: [10de:0d9c] type 00 class 0x0c0310
Apr 14 00:07:59 localhost vmunix: [    0.325960] pci 0000:00:04.0: reg 0x10: [mem 0xd348a000-0xd348afff]
Apr 14 00:07:59 localhost vmunix: [    0.326012] pci 0000:00:04.0: supports D1 D2
Apr 14 00:07:59 localhost vmunix: [    0.326014] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.326170] pci 0000:00:04.1: [10de:0d9d] type 00 class 0x0c0320
Apr 14 00:07:59 localhost vmunix: [    0.326186] pci 0000:00:04.1: reg 0x10: [mem 0xd348b100-0xd348b1ff]
Apr 14 00:07:59 localhost vmunix: [    0.326244] pci 0000:00:04.1: supports D1 D2
Apr 14 00:07:59 localhost vmunix: [    0.326245] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.326418] pci 0000:00:06.0: [10de:0d9c] type 00 class 0x0c0310
Apr 14 00:07:59 localhost vmunix: [    0.326432] pci 0000:00:06.0: reg 0x10: [mem 0xd3489000-0xd3489fff]
Apr 14 00:07:59 localhost vmunix: [    0.326484] pci 0000:00:06.0: supports D1 D2
Apr 14 00:07:59 localhost vmunix: [    0.326486] pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.326640] pci 0000:00:06.1: [10de:0d9d] type 00 class 0x0c0320
Apr 14 00:07:59 localhost vmunix: [    0.326655] pci 0000:00:06.1: reg 0x10: [mem 0xd348b000-0xd348b0ff]
Apr 14 00:07:59 localhost vmunix: [    0.326713] pci 0000:00:06.1: supports D1 D2
Apr 14 00:07:59 localhost vmunix: [    0.326715] pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.326901] pci 0000:00:08.0: [10de:0d94] type 00 class 0x040300
Apr 14 00:07:59 localhost vmunix: [    0.326917] pci 0000:00:08.0: reg 0x10: [mem 0xd3480000-0xd3483fff]
Apr 14 00:07:59 localhost vmunix: [    0.326977] pci 0000:00:08.0: PME# supported from D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.327110] pci 0000:00:0a.0: [10de:0d85] type 00 class 0x010185
Apr 14 00:07:59 localhost vmunix: [    0.327123] pci 0000:00:0a.0: reg 0x10: [io  0x2298-0x229f]
Apr 14 00:07:59 localhost vmunix: [    0.327128] pci 0000:00:0a.0: reg 0x14: [io  0x22a4-0x22a7]
Apr 14 00:07:59 localhost vmunix: [    0.327134] pci 0000:00:0a.0: reg 0x18: [io  0x2290-0x2297]
Apr 14 00:07:59 localhost vmunix: [    0.327140] pci 0000:00:0a.0: reg 0x1c: [io  0x22a0-0x22a3]
Apr 14 00:07:59 localhost vmunix: [    0.327145] pci 0000:00:0a.0: reg 0x20: [io  0x2280-0x228f]
Apr 14 00:07:59 localhost vmunix: [    0.327151] pci 0000:00:0a.0: reg 0x24: [mem 0xd3484000-0xd3485fff]
Apr 14 00:07:59 localhost vmunix: [    0.327287] pci 0000:00:0b.0: [10de:0d75] type 00 class 0x050000
Apr 14 00:07:59 localhost vmunix: [    0.327301] pci 0000:00:0b.0: reg 0x10: [mem 0xd3488000-0xd3488fff]
Apr 14 00:07:59 localhost vmunix: [    0.327483] pci 0000:00:0e.0: [10de:0d9a] type 01 class 0x060400
Apr 14 00:07:59 localhost vmunix: [    0.327630] pci 0000:00:0e.0: enabling Extended Tags
Apr 14 00:07:59 localhost vmunix: [    0.327799] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.328025] pci 0000:00:15.0: [10de:0d9b] type 01 class 0x060400
Apr 14 00:07:59 localhost vmunix: [    0.328172] pci 0000:00:15.0: enabling Extended Tags
Apr 14 00:07:59 localhost vmunix: [    0.328343] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.328561] pci 0000:00:16.0: [10de:0d9b] type 01 class 0x060400
Apr 14 00:07:59 localhost vmunix: [    0.328707] pci 0000:00:16.0: enabling Extended Tags
Apr 14 00:07:59 localhost vmunix: [    0.328875] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.329056] pci 0000:00:17.0: [10de:0d76] type 01 class 0x060400
Apr 14 00:07:59 localhost vmunix: [    0.329104] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.329358] pci 0000:01:00.0: [11c1:5901] type 00 class 0x0c0010
Apr 14 00:07:59 localhost vmunix: [    0.329390] pci 0000:01:00.0: reg 0x10: [mem 0xd3300000-0xd3300fff 64bit]
Apr 14 00:07:59 localhost vmunix: [    0.329513] pci 0000:01:00.0: supports D1 D2
Apr 14 00:07:59 localhost vmunix: [    0.329515] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.329728] pci 0000:00:0e.0: PCI bridge to [bus 01]
Apr 14 00:07:59 localhost vmunix: [    0.329750] pci 0000:00:0e.0:   bridge window [mem 0xd3300000-0xd33fffff]
Apr 14 00:07:59 localhost vmunix: [    0.330063] pci 0000:02:00.0: [14e4:432b] type 00 class 0x028000
Apr 14 00:07:59 localhost vmunix: [    0.330095] pci 0000:02:00.0: reg 0x10: [mem 0xd3200000-0xd3203fff 64bit]
Apr 14 00:07:59 localhost vmunix: [    0.330150] pci 0000:02:00.0: enabling Extended Tags
Apr 14 00:07:59 localhost vmunix: [    0.330223] pci 0000:02:00.0: supports D1 D2
Apr 14 00:07:59 localhost vmunix: [    0.330225] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.330548] pci 0000:00:15.0: PCI bridge to [bus 02]
Apr 14 00:07:59 localhost vmunix: [    0.330569] pci 0000:00:15.0:   bridge window [mem 0xd3200000-0xd32fffff]
Apr 14 00:07:59 localhost vmunix: [    0.330876] pci 0000:03:00.0: [14e4:1684] type 00 class 0x020000
Apr 14 00:07:59 localhost vmunix: [    0.330907] pci 0000:03:00.0: reg 0x10: [mem 0xd3100000-0xd310ffff 64bit]
Apr 14 00:07:59 localhost vmunix: [    0.330963] pci 0000:03:00.0: enabling Extended Tags
Apr 14 00:07:59 localhost vmunix: [    0.331045] pci 0000:03:00.0: PME# supported from D3hot D3cold
Apr 14 00:07:59 localhost vmunix: [    0.331203] pci 0000:00:16.0: PCI bridge to [bus 03]
Apr 14 00:07:59 localhost vmunix: [    0.331224] pci 0000:00:16.0:   bridge window [mem 0xd3100000-0xd31fffff]
Apr 14 00:07:59 localhost vmunix: [    0.331256] pci_bus 0000:04: extended config space not accessible
Apr 14 00:07:59 localhost vmunix: [    0.331293] pci 0000:04:00.0: [10de:08a0] type 00 class 0x030000
Apr 14 00:07:59 localhost vmunix: [    0.331303] pci 0000:04:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
Apr 14 00:07:59 localhost vmunix: [    0.331312] pci 0000:04:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Apr 14 00:07:59 localhost vmunix: [    0.331320] pci 0000:04:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Apr 14 00:07:59 localhost vmunix: [    0.331325] pci 0000:04:00.0: reg 0x24: [io  0x1000-0x107f]
Apr 14 00:07:59 localhost vmunix: [    0.331331] pci 0000:04:00.0: reg 0x30: [mem 0xd3000000-0xd301ffff pref]
Apr 14 00:07:59 localhost vmunix: [    0.331340] pci 0000:04:00.0: Enabling HDA controller
Apr 14 00:07:59 localhost vmunix: [    0.331537] pci 0000:00:17.0: PCI bridge to [bus 04]
Apr 14 00:07:59 localhost vmunix: [    0.331541] pci 0000:00:17.0:   bridge window [io  0x1000-0x1fff]
Apr 14 00:07:59 localhost vmunix: [    0.331544] pci 0000:00:17.0:   bridge window [mem 0xd2000000-0xd30fffff]
Apr 14 00:07:59 localhost vmunix: [    0.331548] pci 0000:00:17.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 14 00:07:59 localhost vmunix: [    0.332093] ACPI: PCI Interrupt Link [LNK1] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.332202] ACPI: PCI Interrupt Link [LNK2] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.332309] ACPI: PCI Interrupt Link [LNK3] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.332421] ACPI: PCI Interrupt Link [LNK4] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.332528] ACPI: PCI Interrupt Link [Z00B] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.332635] ACPI: PCI Interrupt Link [Z00C] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.332742] ACPI: PCI Interrupt Link [Z00D] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.332849] ACPI: PCI Interrupt Link [Z00E] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.332957] ACPI: PCI Interrupt Link [Z00J] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.333064] ACPI: PCI Interrupt Link [Z00K] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.333172] ACPI: PCI Interrupt Link [Z00L] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.333280] ACPI: PCI Interrupt Link [Z00M] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.333387] ACPI: PCI Interrupt Link [Z00N] (IRQs 16 17 18 19 20 21 22 23) *11
Apr 14 00:07:59 localhost vmunix: [    0.333495] ACPI: PCI Interrupt Link [Z00O] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.333603] ACPI: PCI Interrupt Link [Z00P] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.333710] ACPI: PCI Interrupt Link [Z00Q] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.333817] ACPI: PCI Interrupt Link [LSMB] (IRQs 16 17 18 19 20 21 22 23) *15
Apr 14 00:07:59 localhost vmunix: [    0.333922] ACPI: PCI Interrupt Link [LUS0] (IRQs 16 17 18 19 20 21 22 23) *11
Apr 14 00:07:59 localhost vmunix: [    0.334027] ACPI: PCI Interrupt Link [LUS2] (IRQs 16 17 18 19 20 21 22 23) *10
Apr 14 00:07:59 localhost vmunix: [    0.334132] ACPI: PCI Interrupt Link [LMAC] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.334237] ACPI: PCI Interrupt Link [LAZA] (IRQs 16 17 18 19 20 21 22 23) *15
Apr 14 00:07:59 localhost vmunix: [    0.334343] ACPI: PCI Interrupt Link [LGPU] (IRQs 16 17 18 19 20 21 22 23) *7
Apr 14 00:07:59 localhost vmunix: [    0.334448] ACPI: PCI Interrupt Link [LPID] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 00:07:59 localhost vmunix: [    0.334557] ACPI: PCI Interrupt Link [LSI0] (IRQs 16 17 18 19 20 21 22 23) *11
Apr 14 00:07:59 localhost vmunix: [    0.334665] ACPI: PCI Interrupt Link [Z000] (IRQs 16 17 18 19 20 21 22 23) *7
Apr 14 00:07:59 localhost vmunix: [    0.334772] ACPI: PCI Interrupt Link [Z001] (IRQs 16 17 18 19 20 21 22 23) *5
Apr 14 00:07:59 localhost vmunix: [    0.334879] ACPI: PCI Interrupt Link [LPMU] (IRQs 16 17 18 19 20 21 22 23) *14
Apr 14 00:07:59 localhost vmunix: [    0.335218] ACPI: EC: interrupt unblocked
Apr 14 00:07:59 localhost vmunix: [    0.335232] ACPI: EC: event unblocked
Apr 14 00:07:59 localhost vmunix: [    0.335243] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x57, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 14 00:07:59 localhost vmunix: [    0.335245] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
Apr 14 00:07:59 localhost vmunix: [    0.335393] iommu: Default domain type: Translated 
Apr 14 00:07:59 localhost vmunix: [    0.335393] pci 0000:04:00.0: vgaarb: setting as boot VGA device
Apr 14 00:07:59 localhost vmunix: [    0.335393] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr 14 00:07:59 localhost vmunix: [    0.335393] pci 0000:04:00.0: vgaarb: bridge control possible
Apr 14 00:07:59 localhost vmunix: [    0.335393] vgaarb: loaded
Apr 14 00:07:59 localhost vmunix: [    0.335393] SCSI subsystem initialized
Apr 14 00:07:59 localhost vmunix: [    0.335393] ACPI: bus type USB registered
Apr 14 00:07:59 localhost vmunix: [    0.335393] usbcore: registered new interface driver usbfs
Apr 14 00:07:59 localhost vmunix: [    0.335393] usbcore: registered new interface driver hub
Apr 14 00:07:59 localhost vmunix: [    0.335393] usbcore: registered new device driver usb
Apr 14 00:07:59 localhost vmunix: [    0.335393] EDAC MC: Ver: 3.0.0
Apr 14 00:07:59 localhost vmunix: [    0.336822] PCI: Using ACPI for IRQ routing
Apr 14 00:07:59 localhost vmunix: [    0.337408] NetLabel: Initializing
Apr 14 00:07:59 localhost vmunix: [    0.337410] NetLabel:  domain hash size = 128
Apr 14 00:07:59 localhost vmunix: [    0.337410] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 14 00:07:59 localhost vmunix: [    0.337437] NetLabel:  unlabeled traffic allowed by default
Apr 14 00:07:59 localhost vmunix: [    0.337459] hpet: 4 channels of 0 reserved for per-cpu timers
Apr 14 00:07:59 localhost vmunix: [    0.337459] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31
Apr 14 00:07:59 localhost vmunix: [    0.337459] hpet0: 4 comparators, 64-bit 25.000000 MHz counter
Apr 14 00:07:59 localhost vmunix: [    0.338442] clocksource: Switched to clocksource tsc-early
Apr 14 00:07:59 localhost vmunix: [    0.356597] *** VALIDATE bpf ***
Apr 14 00:07:59 localhost vmunix: [    0.356718] VFS: Disk quotas dquot_6.6.0
Apr 14 00:07:59 localhost vmunix: [    0.356743] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 14 00:07:59 localhost vmunix: [    0.356780] *** VALIDATE ramfs ***
Apr 14 00:07:59 localhost vmunix: [    0.356784] *** VALIDATE hugetlbfs ***
Apr 14 00:07:59 localhost vmunix: [    0.356949] AppArmor: AppArmor Filesystem Enabled
Apr 14 00:07:59 localhost vmunix: [    0.356999] pnp: PnP ACPI init
Apr 14 00:07:59 localhost vmunix: [    0.357177] system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
Apr 14 00:07:59 localhost vmunix: [    0.357369] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Apr 14 00:07:59 localhost vmunix: [    0.357469] pnp 00:02: disabling [io  0x0010-0x001f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357471] pnp 00:02: disabling [io  0x0022-0x003f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357473] pnp 00:02: disabling [io  0x0044-0x005f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357475] pnp 00:02: disabling [io  0x0063] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357477] pnp 00:02: disabling [io  0x0065] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357479] pnp 00:02: disabling [io  0x0067-0x006f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357481] pnp 00:02: disabling [io  0x0072-0x0073] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357483] pnp 00:02: disabling [io  0x0074-0x007f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357485] pnp 00:02: disabling [io  0x0091-0x0093] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357487] pnp 00:02: disabling [io  0x0097-0x009f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357489] pnp 00:02: disabling [io  0x00a2-0x00bf] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357491] pnp 00:02: disabling [io  0x00e0-0x00ef] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357494] pnp 00:02: disabling [io  0x0080] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 00:07:59 localhost vmunix: [    0.357544] system 00:02: [io  0x0400-0x047f] has been reserved
Apr 14 00:07:59 localhost vmunix: [    0.357546] system 00:02: [io  0x0480-0x04ff] has been reserved
Apr 14 00:07:59 localhost vmunix: [    0.357549] system 00:02: [io  0x0500-0x057f] has been reserved
Apr 14 00:07:59 localhost vmunix: [    0.357551] system 00:02: [io  0x0580-0x05ff] has been reserved
Apr 14 00:07:59 localhost vmunix: [    0.357553] system 00:02: [io  0x0800-0x087f] has been reserved
Apr 14 00:07:59 localhost vmunix: [    0.357555] system 00:02: [io  0x0880-0x08ff] has been reserved
Apr 14 00:07:59 localhost vmunix: [    0.357557] system 00:02: [io  0x04d0-0x04d1] has been reserved
Apr 14 00:07:59 localhost vmunix: [    0.357559] system 00:02: [io  0x0295-0x0296] has been reserved
Apr 14 00:07:59 localhost vmunix: [    0.358250] pnp: PnP ACPI: found 4 devices
Apr 14 00:07:59 localhost vmunix: [    0.360352] thermal_sys: Registered thermal governor 'fair_share'
Apr 14 00:07:59 localhost vmunix: [    0.360353] thermal_sys: Registered thermal governor 'bang_bang'
Apr 14 00:07:59 localhost vmunix: [    0.360354] thermal_sys: Registered thermal governor 'step_wise'
Apr 14 00:07:59 localhost vmunix: [    0.360355] thermal_sys: Registered thermal governor 'user_space'
Apr 14 00:07:59 localhost vmunix: [    0.360356] thermal_sys: Registered thermal governor 'power_allocator'
Apr 14 00:07:59 localhost vmunix: [    0.364868] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 14 00:07:59 localhost vmunix: [    0.364931] pci 0000:00:03.2: BAR 0: assigned [io  0x2000-0x20ff]
Apr 14 00:07:59 localhost vmunix: [    0.364940] pci 0000:00:0e.0: PCI bridge to [bus 01]
Apr 14 00:07:59 localhost vmunix: [    0.364952] pci 0000:00:0e.0:   bridge window [mem 0xd3300000-0xd33fffff]
Apr 14 00:07:59 localhost vmunix: [    0.364973] pci 0000:00:15.0: PCI bridge to [bus 02]
Apr 14 00:07:59 localhost vmunix: [    0.364984] pci 0000:00:15.0:   bridge window [mem 0xd3200000-0xd32fffff]
Apr 14 00:07:59 localhost vmunix: [    0.365004] pci 0000:00:16.0: PCI bridge to [bus 03]
Apr 14 00:07:59 localhost vmunix: [    0.365015] pci 0000:00:16.0:   bridge window [mem 0xd3100000-0xd31fffff]
Apr 14 00:07:59 localhost vmunix: [    0.365036] pci 0000:00:17.0: PCI bridge to [bus 04]
Apr 14 00:07:59 localhost vmunix: [    0.365038] pci 0000:00:17.0:   bridge window [io  0x1000-0x1fff]
Apr 14 00:07:59 localhost vmunix: [    0.365042] pci 0000:00:17.0:   bridge window [mem 0xd2000000-0xd30fffff]
Apr 14 00:07:59 localhost vmunix: [    0.365044] pci 0000:00:17.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 14 00:07:59 localhost vmunix: [    0.365049] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Apr 14 00:07:59 localhost vmunix: [    0.365050] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Apr 14 00:07:59 localhost vmunix: [    0.365052] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 14 00:07:59 localhost vmunix: [    0.365054] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Apr 14 00:07:59 localhost vmunix: [    0.365056] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Apr 14 00:07:59 localhost vmunix: [    0.365057] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Apr 14 00:07:59 localhost vmunix: [    0.365059] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Apr 14 00:07:59 localhost vmunix: [    0.365061] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Apr 14 00:07:59 localhost vmunix: [    0.365063] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Apr 14 00:07:59 localhost vmunix: [    0.365065] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Apr 14 00:07:59 localhost vmunix: [    0.365066] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Apr 14 00:07:59 localhost vmunix: [    0.365068] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
Apr 14 00:07:59 localhost vmunix: [    0.365070] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
Apr 14 00:07:59 localhost vmunix: [    0.365071] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
Apr 14 00:07:59 localhost vmunix: [    0.365073] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
Apr 14 00:07:59 localhost vmunix: [    0.365075] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
Apr 14 00:07:59 localhost vmunix: [    0.365076] pci_bus 0000:00: resource 20 [mem 0xc0000000-0xfebfffff window]
Apr 14 00:07:59 localhost vmunix: [    0.365078] pci_bus 0000:01: resource 1 [mem 0xd3300000-0xd33fffff]
Apr 14 00:07:59 localhost vmunix: [    0.365080] pci_bus 0000:02: resource 1 [mem 0xd3200000-0xd32fffff]
Apr 14 00:07:59 localhost vmunix: [    0.365082] pci_bus 0000:03: resource 1 [mem 0xd3100000-0xd31fffff]
Apr 14 00:07:59 localhost vmunix: [    0.365084] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
Apr 14 00:07:59 localhost vmunix: [    0.365086] pci_bus 0000:04: resource 1 [mem 0xd2000000-0xd30fffff]
Apr 14 00:07:59 localhost vmunix: [    0.365087] pci_bus 0000:04: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 14 00:07:59 localhost vmunix: [    0.365204] NET: Registered protocol family 2
Apr 14 00:07:59 localhost vmunix: [    0.365408] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Apr 14 00:07:59 localhost vmunix: [    0.365495] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 14 00:07:59 localhost vmunix: [    0.365699] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Apr 14 00:07:59 localhost vmunix: [    0.365780] TCP: Hash tables configured (established 32768 bind 32768)
Apr 14 00:07:59 localhost vmunix: [    0.365858] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 14 00:07:59 localhost vmunix: [    0.365889] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 14 00:07:59 localhost vmunix: [    0.365943] NET: Registered protocol family 1
Apr 14 00:07:59 localhost vmunix: [    0.366373] PCI Interrupt Link [LUS0] enabled at IRQ 23
Apr 14 00:07:59 localhost vmunix: [    0.389097] pci 0000:00:04.0: quirk_usb_early_handoff+0x0/0x6c0 took 22508 usecs
Apr 14 00:07:59 localhost vmunix: [    0.389391] PCI Interrupt Link [LUS2] enabled at IRQ 22
Apr 14 00:07:59 localhost vmunix: [    0.389845] PCI Interrupt Link [Z000] enabled at IRQ 21
Apr 14 00:07:59 localhost vmunix: [    0.390291] PCI Interrupt Link [Z001] enabled at IRQ 20
Apr 14 00:07:59 localhost vmunix: [    0.390943] pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 14 00:07:59 localhost vmunix: [    0.390946] PCI: CLS 256 bytes, default 64
Apr 14 00:07:59 localhost vmunix: [    0.391019] Trying to unpack rootfs image as initramfs...
Apr 14 00:07:59 localhost vmunix: [    0.639353] Freeing initrd memory: 10428K
Apr 14 00:07:59 localhost vmunix: [    0.639372] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 14 00:07:59 localhost vmunix: [    0.639373] software IO TLB: mapped [mem 0xab000000-0xaf000000] (64MB)
Apr 14 00:07:59 localhost vmunix: [    0.639610] check: Scanning for low memory corruption every 60 seconds
Apr 14 00:07:59 localhost vmunix: [    0.639639] efifb: dmi detected MacBookPro7,1 - framebuffer at 0xc0010000 (1280x800, stride 8192)
Apr 14 00:07:59 localhost vmunix: [    0.640144] Initialise system trusted keyrings
Apr 14 00:07:59 localhost vmunix: [    0.640230] workingset: timestamp_bits=40 max_order=20 bucket_order=0
Apr 14 00:07:59 localhost vmunix: [    0.642256] zbud: loaded
Apr 14 00:07:59 localhost vmunix: [    0.643209] Allocating IMA blacklist keyring.
Apr 14 00:07:59 localhost vmunix: [    0.647515] Key type asymmetric registered
Apr 14 00:07:59 localhost vmunix: [    0.647517] Asymmetric key parser 'x509' registered
Apr 14 00:07:59 localhost vmunix: [    0.647528] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Apr 14 00:07:59 localhost vmunix: [    0.647569] io scheduler mq-deadline registered
Apr 14 00:07:59 localhost vmunix: [    0.648110] PCI Interrupt Link [Z00B] enabled at IRQ 19
Apr 14 00:07:59 localhost vmunix: [    0.648667] PCI Interrupt Link [Z00J] enabled at IRQ 18
Apr 14 00:07:59 localhost vmunix: [    0.649207] PCI Interrupt Link [Z00N] enabled at IRQ 17
Apr 14 00:07:59 localhost vmunix: [    0.649475] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 14 00:07:59 localhost vmunix: [    0.649577] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Apr 14 00:07:59 localhost vmunix: [    0.649631] ACPI: Lid Switch [LID0]
Apr 14 00:07:59 localhost vmunix: [    0.649677] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Apr 14 00:07:59 localhost vmunix: [    0.649702] ACPI: Power Button [PWRB]
Apr 14 00:07:59 localhost vmunix: [    0.649746] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Apr 14 00:07:59 localhost vmunix: [    0.649774] ACPI: Sleep Button [SLPB]
Apr 14 00:07:59 localhost vmunix: [    0.649860] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Apr 14 00:07:59 localhost vmunix: [    0.649895] ACPI: Power Button [PWRF]
Apr 14 00:07:59 localhost vmunix: [    0.650030] tsc: Marking TSC unstable due to TSC halts in idle
Apr 14 00:07:59 localhost vmunix: [    0.650104] clocksource: Switched to clocksource hpet
Apr 14 00:07:59 localhost vmunix: [    0.650597] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Apr 14 00:07:59 localhost vmunix: [    0.653404] Linux agpgart interface v0.103
Apr 14 00:07:59 localhost vmunix: [    0.657021] brd: module loaded
Apr 14 00:07:59 localhost vmunix: [    0.659809] loop: module loaded
Apr 14 00:07:59 localhost vmunix: [    0.660433] libphy: Fixed MDIO Bus: probed
Apr 14 00:07:59 localhost vmunix: [    0.660435] tun: Universal TUN/TAP device driver, 1.6
Apr 14 00:07:59 localhost vmunix: [    0.660491] PPP generic driver version 2.4.2
Apr 14 00:07:59 localhost vmunix: [    0.660552] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 14 00:07:59 localhost vmunix: [    0.660556] ehci-pci: EHCI PCI platform driver
Apr 14 00:07:59 localhost vmunix: [    0.660820] ehci-pci 0000:00:04.1: EHCI Host Controller
Apr 14 00:07:59 localhost vmunix: [    0.660828] ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 1
Apr 14 00:07:59 localhost vmunix: [    0.660837] ehci-pci 0000:00:04.1: debug port 1
Apr 14 00:07:59 localhost vmunix: [    0.660874] ehci-pci 0000:00:04.1: disable ppcd for nvidia mcp89
Apr 14 00:07:59 localhost vmunix: [    0.660880] ehci-pci 0000:00:04.1: cache line size of 256 is not supported
Apr 14 00:07:59 localhost vmunix: [    0.660899] ehci-pci 0000:00:04.1: irq 22, io mem 0xd348b100
Apr 14 00:07:59 localhost vmunix: [    0.676450] ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.10
Apr 14 00:07:59 localhost vmunix: [    0.676545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Apr 14 00:07:59 localhost vmunix: [    0.676547] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 14 00:07:59 localhost vmunix: [    0.676549] usb usb1: Product: EHCI Host Controller
Apr 14 00:07:59 localhost vmunix: [    0.676551] usb usb1: Manufacturer: Linux 5.4.31-gnu ehci_hcd
Apr 14 00:07:59 localhost vmunix: [    0.676553] usb usb1: SerialNumber: 0000:00:04.1
Apr 14 00:07:59 localhost vmunix: [    0.676725] hub 1-0:1.0: USB hub found
Apr 14 00:07:59 localhost vmunix: [    0.676734] hub 1-0:1.0: 6 ports detected
Apr 14 00:07:59 localhost vmunix: [    0.677263] ehci-pci 0000:00:06.1: EHCI Host Controller
Apr 14 00:07:59 localhost vmunix: [    0.677269] ehci-pci 0000:00:06.1: new USB bus registered, assigned bus number 2
Apr 14 00:07:59 localhost vmunix: [    0.677277] ehci-pci 0000:00:06.1: debug port 1
Apr 14 00:07:59 localhost vmunix: [    0.677306] ehci-pci 0000:00:06.1: disable ppcd for nvidia mcp89
Apr 14 00:07:59 localhost vmunix: [    0.677311] ehci-pci 0000:00:06.1: cache line size of 256 is not supported
Apr 14 00:07:59 localhost vmunix: [    0.677322] ehci-pci 0000:00:06.1: irq 20, io mem 0xd348b000
Apr 14 00:07:59 localhost vmunix: [    0.692435] ehci-pci 0000:00:06.1: USB 2.0 started, EHCI 1.10
Apr 14 00:07:59 localhost vmunix: [    0.692512] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Apr 14 00:07:59 localhost vmunix: [    0.692515] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 14 00:07:59 localhost vmunix: [    0.692518] usb usb2: Product: EHCI Host Controller
Apr 14 00:07:59 localhost vmunix: [    0.692520] usb usb2: Manufacturer: Linux 5.4.31-gnu ehci_hcd
Apr 14 00:07:59 localhost vmunix: [    0.692523] usb usb2: SerialNumber: 0000:00:06.1
Apr 14 00:07:59 localhost vmunix: [    0.692687] hub 2-0:1.0: USB hub found
Apr 14 00:07:59 localhost vmunix: [    0.692702] hub 2-0:1.0: 6 ports detected
Apr 14 00:07:59 localhost vmunix: [    0.693036] ehci-platform: EHCI generic platform driver
Apr 14 00:07:59 localhost vmunix: [    0.693056] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Apr 14 00:07:59 localhost vmunix: [    0.693060] ohci-pci: OHCI PCI platform driver
Apr 14 00:07:59 localhost vmunix: [    0.693231] ohci-pci 0000:00:04.0: OHCI PCI host controller
Apr 14 00:07:59 localhost vmunix: [    0.693236] ohci-pci 0000:00:04.0: new USB bus registered, assigned bus number 3
Apr 14 00:07:59 localhost vmunix: [    0.693265] ohci-pci 0000:00:04.0: irq 23, io mem 0xd348a000
Apr 14 00:07:59 localhost vmunix: [    0.754444] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 14 00:07:59 localhost vmunix: [    0.754446] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 14 00:07:59 localhost vmunix: [    0.754448] usb usb3: Product: OHCI PCI host controller
Apr 14 00:07:59 localhost vmunix: [    0.754449] usb usb3: Manufacturer: Linux 5.4.31-gnu ohci_hcd
Apr 14 00:07:59 localhost vmunix: [    0.754451] usb usb3: SerialNumber: 0000:00:04.0
Apr 14 00:07:59 localhost vmunix: [    0.754617] hub 3-0:1.0: USB hub found
Apr 14 00:07:59 localhost vmunix: [    0.754626] hub 3-0:1.0: 6 ports detected
Apr 14 00:07:59 localhost vmunix: [    0.755111] ohci-pci 0000:00:06.0: OHCI PCI host controller
Apr 14 00:07:59 localhost vmunix: [    0.755117] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 4
Apr 14 00:07:59 localhost vmunix: [    0.755138] ohci-pci 0000:00:06.0: irq 21, io mem 0xd3489000
Apr 14 00:07:59 localhost vmunix: [    0.814443] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 14 00:07:59 localhost vmunix: [    0.814445] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 14 00:07:59 localhost vmunix: [    0.814446] usb usb4: Product: OHCI PCI host controller
Apr 14 00:07:59 localhost vmunix: [    0.814448] usb usb4: Manufacturer: Linux 5.4.31-gnu ohci_hcd
Apr 14 00:07:59 localhost vmunix: [    0.814450] usb usb4: SerialNumber: 0000:00:06.0
Apr 14 00:07:59 localhost vmunix: [    0.814606] hub 4-0:1.0: USB hub found
Apr 14 00:07:59 localhost vmunix: [    0.814615] hub 4-0:1.0: 6 ports detected
Apr 14 00:07:59 localhost vmunix: [    0.814948] ohci-platform: OHCI generic platform driver
Apr 14 00:07:59 localhost vmunix: [    0.814959] uhci_hcd: USB Universal Host Controller Interface driver
Apr 14 00:07:59 localhost vmunix: [    0.815036] i8042: PNP: No PS/2 controller found.
Apr 14 00:07:59 localhost vmunix: [    0.815177] mousedev: PS/2 mouse device common for all mice
Apr 14 00:07:59 localhost vmunix: [    0.815526] rtc_cmos 00:03: RTC can wake from S4
Apr 14 00:07:59 localhost vmunix: [    0.815899] rtc_cmos 00:03: registered as rtc0
Apr 14 00:07:59 localhost vmunix: [    0.815924] rtc_cmos 00:03: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
Apr 14 00:07:59 localhost vmunix: [    0.815931] i2c /dev entries driver
Apr 14 00:07:59 localhost vmunix: [    0.815986] device-mapper: uevent: version 1.0.3
Apr 14 00:07:59 localhost vmunix: [    0.816070] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
Apr 14 00:07:59 localhost vmunix: [    0.816074] intel_pstate: CPU model not supported
Apr 14 00:07:59 localhost vmunix: [    0.816104] ledtrig-cpu: registered to indicate activity on CPUs
Apr 14 00:07:59 localhost vmunix: [    0.816455] NET: Registered protocol family 10
Apr 14 00:07:59 localhost vmunix: [    0.816784] Segment Routing with IPv6
Apr 14 00:07:59 localhost vmunix: [    0.816812] NET: Registered protocol family 17
Apr 14 00:07:59 localhost vmunix: [    0.816884] Key type dns_resolver registered
Apr 14 00:07:59 localhost vmunix: [    0.817097] microcode: sig=0x1067a, pf=0x80, revision=0xa07
Apr 14 00:07:59 localhost vmunix: [    0.817183] microcode: Microcode Update Driver: v2.2.
Apr 14 00:07:59 localhost vmunix: [    0.817187] IPI shorthand broadcast: enabled
Apr 14 00:07:59 localhost vmunix: [    0.817270] registered taskstats version 1
Apr 14 00:07:59 localhost vmunix: [    0.817273] Loading compiled-in X.509 certificates
Apr 14 00:07:59 localhost vmunix: [    0.817306] zswap: loaded using pool lzo/zbud
Apr 14 00:07:59 localhost vmunix: [    0.818095] Key type big_key registered
Apr 14 00:07:59 localhost vmunix: [    0.818381] Key type encrypted registered
Apr 14 00:07:59 localhost vmunix: [    0.818383] AppArmor: AppArmor sha1 policy hashing enabled
Apr 14 00:07:59 localhost vmunix: [    0.818392] ima: No TPM chip found, activating TPM-bypass!
Apr 14 00:07:59 localhost vmunix: [    0.818397] ima: Allocated hash algorithm: sha1
Apr 14 00:07:59 localhost vmunix: [    0.818405] ima: No architecture policies found
Apr 14 00:07:59 localhost vmunix: [    0.818415] evm: Initialising EVM extended attributes:
Apr 14 00:07:59 localhost vmunix: [    0.818416] evm: security.selinux
Apr 14 00:07:59 localhost vmunix: [    0.818417] evm: security.SMACK64
Apr 14 00:07:59 localhost vmunix: [    0.818418] evm: security.SMACK64EXEC
Apr 14 00:07:59 localhost vmunix: [    0.818418] evm: security.SMACK64TRANSMUTE
Apr 14 00:07:59 localhost vmunix: [    0.818419] evm: security.SMACK64MMAP
Apr 14 00:07:59 localhost vmunix: [    0.818420] evm: security.apparmor
Apr 14 00:07:59 localhost vmunix: [    0.818420] evm: security.ima
Apr 14 00:07:59 localhost vmunix: [    0.818421] evm: security.capability
Apr 14 00:07:59 localhost vmunix: [    0.818422] evm: HMAC attrs: 0x1
Apr 14 00:07:59 localhost vmunix: [    0.819286] PM:   Magic number: 0:364:148
Apr 14 00:07:59 localhost vmunix: [    0.819311] bdi 1:0: hash matches
Apr 14 00:07:59 localhost vmunix: [    0.819364] acpi device:19: hash matches
Apr 14 00:07:59 localhost vmunix: [    0.819469] rtc_cmos 00:03: setting system clock to 2020-04-13T22:07:05 UTC (1586815625)
Apr 14 00:07:59 localhost vmunix: [    0.820020] Unstable clock detected, switching default tracing clock to "global"
Apr 14 00:07:59 localhost vmunix: [    0.820020] If you want to keep using the local clock, then add:
Apr 14 00:07:59 localhost vmunix: [    0.820020]   "trace_clock=local"
Apr 14 00:07:59 localhost vmunix: [    0.820020] on the kernel command line
Apr 14 00:07:59 localhost vmunix: [    0.822407] Freeing unused kernel image memory: 1916K
Apr 14 00:07:59 localhost vmunix: [    0.836489] Write protecting the kernel read-only data: 22528k
Apr 14 00:07:59 localhost vmunix: [    0.837636] Freeing unused kernel image memory: 2036K
Apr 14 00:07:59 localhost vmunix: [    0.838629] Freeing unused kernel image memory: 1964K
Apr 14 00:07:59 localhost vmunix: [    0.838704] Run /init as init process
Apr 14 00:07:59 localhost vmunix: [    0.932506] ahci: enabling MCP89 AHCI mode
Apr 14 00:07:59 localhost vmunix: [    0.932868] PCI Interrupt Link [LSI0] enabled at IRQ 16
Apr 14 00:07:59 localhost vmunix: [    0.932972] ahci 0000:00:0a.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
Apr 14 00:07:59 localhost vmunix: [    0.932974] ahci 0000:00:0a.0: flags: 64bit ncq sntf pm led pio slum part apst 
Apr 14 00:07:59 localhost vmunix: [    0.933442] scsi host0: ahci
Apr 14 00:07:59 localhost vmunix: [    0.933657] scsi host1: ahci
Apr 14 00:07:59 localhost vmunix: [    0.933729] ata1: SATA max UDMA/133 abar m8192@0xd3484000 port 0xd3484100 irq 27
Apr 14 00:07:59 localhost vmunix: [    0.933731] ata2: SATA max UDMA/133 abar m8192@0xd3484000 port 0xd3484180 irq 27
Apr 14 00:07:59 localhost vmunix: [    1.016437] usb 1-1: new high-speed USB device number 2 using ehci-pci
Apr 14 00:07:59 localhost vmunix: [    1.028381] usb 2-1: new high-speed USB device number 2 using ehci-pci
Apr 14 00:07:59 localhost vmunix: [    1.045421] usb 1-1: New USB device found, idVendor=13fd, idProduct=0840, bcdDevice= 1.12
Apr 14 00:07:59 localhost vmunix: [    1.045424] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 14 00:07:59 localhost vmunix: [    1.045426] usb 1-1: Product: External
Apr 14 00:07:59 localhost vmunix: [    1.045429] usb 1-1: Manufacturer: Generic
Apr 14 00:07:59 localhost vmunix: [    1.045431] usb 1-1: SerialNumber: 4D3030414244453534343520
Apr 14 00:07:59 localhost vmunix: [    1.061549] usb 2-1: New USB device found, idVendor=05ac, idProduct=8403, bcdDevice=98.33
Apr 14 00:07:59 localhost vmunix: [    1.061552] usb 2-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Apr 14 00:07:59 localhost vmunix: [    1.061555] usb 2-1: Product: Card Reader
Apr 14 00:07:59 localhost vmunix: [    1.061557] usb 2-1: Manufacturer: Apple
Apr 14 00:07:59 localhost vmunix: [    1.061560] usb 2-1: SerialNumber: 000000009833
Apr 14 00:07:59 localhost vmunix: [    1.176341] usb 1-6: new high-speed USB device number 3 using ehci-pci
Apr 14 00:07:59 localhost vmunix: [    1.183454] random: fast init done
Apr 14 00:07:59 localhost vmunix: [    1.214502] usb 1-6: New USB device found, idVendor=05ac, idProduct=8507, bcdDevice= 4.35
Apr 14 00:07:59 localhost vmunix: [    1.214505] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 14 00:07:59 localhost vmunix: [    1.214508] usb 1-6: Product: Built-in iSight
Apr 14 00:07:59 localhost vmunix: [    1.214510] usb 1-6: Manufacturer: Apple Inc.
Apr 14 00:07:59 localhost vmunix: [    1.214512] usb 1-6: SerialNumber: 8HAAU0632DCLPL00
Apr 14 00:07:59 localhost vmunix: [    1.247961] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 14 00:07:59 localhost vmunix: [    1.247985] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 14 00:07:59 localhost vmunix: [    1.248942] ata1.00: ATA-8: Hitachi HTS545025B9SA02, PB2AC60W, max UDMA/133
Apr 14 00:07:59 localhost vmunix: [    1.248945] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 32)
Apr 14 00:07:59 localhost vmunix: [    1.249598] ata2.00: ATAPI: MATSHITADVD-R   UJ-898, HC10, max UDMA/100
Apr 14 00:07:59 localhost vmunix: [    1.250073] ata1.00: configured for UDMA/133
Apr 14 00:07:59 localhost vmunix: [    1.250297] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54502 C60W PQ: 0 ANSI: 5
Apr 14 00:07:59 localhost vmunix: [    1.250543] sd 0:0:0:0: Attached scsi generic sg0 type 0
Apr 14 00:07:59 localhost vmunix: [    1.250661] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 14 00:07:59 localhost vmunix: [    1.250675] sd 0:0:0:0: [sda] Write Protect is off
Apr 14 00:07:59 localhost vmunix: [    1.250699] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 14 00:07:59 localhost vmunix: [    1.251995] ata2.00: configured for UDMA/100
Apr 14 00:07:59 localhost vmunix: [    1.255687] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-898   HC10 PQ: 0 ANSI: 5
Apr 14 00:07:59 localhost vmunix: [    1.311134] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Apr 14 00:07:59 localhost vmunix: [    1.311136] cdrom: Uniform CD-ROM driver Revision: 3.20
Apr 14 00:07:59 localhost vmunix: [    1.324821] sr 1:0:0:0: Attached scsi generic sg1 type 5
Apr 14 00:07:59 localhost vmunix: [    1.524417] usb 4-3: new full-speed USB device number 2 using ohci-pci
Apr 14 00:07:59 localhost vmunix: [    1.673351]  sda: sda1 sda2 sda3 sda4 sda6 sda7
Apr 14 00:07:59 localhost vmunix: [    1.674202] sd 0:0:0:0: [sda] Attached SCSI disk
Apr 14 00:07:59 localhost vmunix: [    1.676825] usb-storage 1-1:1.0: USB Mass Storage device detected
Apr 14 00:07:59 localhost vmunix: [    1.676985] scsi host2: usb-storage 1-1:1.0
Apr 14 00:07:59 localhost vmunix: [    1.677083] usb-storage 2-1:1.0: USB Mass Storage device detected
Apr 14 00:07:59 localhost vmunix: [    1.677221] scsi host3: usb-storage 2-1:1.0
Apr 14 00:07:59 localhost vmunix: [    1.677305] usbcore: registered new interface driver usb-storage
Apr 14 00:07:59 localhost vmunix: [    1.679890] usbcore: registered new interface driver uas
Apr 14 00:07:59 localhost vmunix: [    1.682134] hidraw: raw HID events driver (C) Jiri Kosina
Apr 14 00:07:59 localhost vmunix: [    1.682743] usbcore: registered new interface driver usbhid
Apr 14 00:07:59 localhost vmunix: [    1.682744] usbhid: USB HID core driver
Apr 14 00:07:59 localhost vmunix: [    1.703003] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
Apr 14 00:07:59 localhost vmunix: [    1.767506] usb 4-3: New USB device found, idVendor=05ac, idProduct=0237, bcdDevice= 0.90
Apr 14 00:07:59 localhost vmunix: [    1.767510] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 14 00:07:59 localhost vmunix: [    1.767513] usb 4-3: Product: Apple Internal Keyboard / Trackpad
Apr 14 00:07:59 localhost vmunix: [    1.767515] usb 4-3: Manufacturer: Apple Inc.
Apr 14 00:07:59 localhost vmunix: [    1.783194] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.0/0003:05AC:0237.0001/input/input4
Apr 14 00:07:59 localhost vmunix: [    1.840610] apple 0003:05AC:0237.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:06.0-3/input0
Apr 14 00:07:59 localhost vmunix: [    1.848667] apple 0003:05AC:0237.0002: hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:06.0-3/input1
Apr 14 00:07:59 localhost vmunix: [    2.092438] usb 2-4: new high-speed USB device number 4 using ehci-pci
Apr 14 00:07:59 localhost vmunix: [    2.134328] usb 2-4: New USB device found, idVendor=0b95, idProduct=7720, bcdDevice= 0.01
Apr 14 00:07:59 localhost vmunix: [    2.134331] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 14 00:07:59 localhost vmunix: [    2.134334] usb 2-4: Product: AX88x72A
Apr 14 00:07:59 localhost vmunix: [    2.134336] usb 2-4: Manufacturer: ASIX Elec. Corp.
Apr 14 00:07:59 localhost vmunix: [    2.134338] usb 2-4: SerialNumber: 0004FA
Apr 14 00:07:59 localhost vmunix: [    2.472418] usb 4-5: new low-speed USB device number 3 using ohci-pci
Apr 14 00:07:59 localhost vmunix: [    2.682106] scsi 2:0:0:0: CD-ROM            HL-DT-ST BDDVDRW CT30F    YT04 PQ: 0 ANSI: 0
Apr 14 00:07:59 localhost vmunix: [    2.682508] scsi 3:0:0:0: Direct-Access     APPLE    SD Card Reader   1.00 PQ: 0 ANSI: 0
Apr 14 00:07:59 localhost vmunix: [    2.685964] sr 2:0:0:0: [sr1] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
Apr 14 00:07:59 localhost vmunix: [    2.704787] sr 2:0:0:0: Attached scsi generic sg2 type 5
Apr 14 00:07:59 localhost vmunix: [    2.704994] sd 3:0:0:0: Attached scsi generic sg3 type 0
Apr 14 00:07:59 localhost vmunix: [    2.706435] usb 4-5: New USB device found, idVendor=05ac, idProduct=8242, bcdDevice= 0.16
Apr 14 00:07:59 localhost vmunix: [    2.706438] usb 4-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 14 00:07:59 localhost vmunix: [    2.706441] usb 4-5: Product: IR Receiver
Apr 14 00:07:59 localhost vmunix: [    2.706444] usb 4-5: Manufacturer: Apple Computer, Inc.
Apr 14 00:07:59 localhost vmunix: [    2.721876] sd 3:0:0:0: [sdb] Attached SCSI removable disk
Apr 14 00:07:59 localhost vmunix: [    3.304417] usb 4-6: new full-speed USB device number 4 using ohci-pci
Apr 14 00:07:59 localhost vmunix: [    3.554452] usb 4-6: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Apr 14 00:07:59 localhost vmunix: [    3.554455] usb 4-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 14 00:07:59 localhost vmunix: [    3.554458] usb 4-6: Product: BRCM2046 Hub
Apr 14 00:07:59 localhost vmunix: [    3.554460] usb 4-6: Manufacturer: Apple Inc.
Apr 14 00:07:59 localhost vmunix: [    3.557548] hub 4-6:1.0: USB hub found
Apr 14 00:07:59 localhost vmunix: [    3.560431] hub 4-6:1.0: 3 ports detected
Apr 14 00:07:59 localhost vmunix: [    3.876439] usb 4-6.1: new full-speed USB device number 5 using ohci-pci
Apr 14 00:07:59 localhost vmunix: [    4.016464] usb 4-6.1: New USB device found, idVendor=05ac, idProduct=8213, bcdDevice= 2.08
Apr 14 00:07:59 localhost vmunix: [    4.016467] usb 4-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 14 00:07:59 localhost vmunix: [    4.016470] usb 4-6.1: Product: Bluetooth USB Host Controller
Apr 14 00:07:59 localhost vmunix: [    4.016472] usb 4-6.1: Manufacturer: Apple Inc.
Apr 14 00:07:59 localhost vmunix: [    4.016475] usb 4-6.1: SerialNumber: F0B4790D3F48
Apr 14 00:07:59 localhost vmunix: [   12.854764] random: dbus-uuidgen: uninitialized urandom read (12 bytes read)
Apr 14 00:07:59 localhost vmunix: [   12.854787] random: dbus-uuidgen: uninitialized urandom read (8 bytes read)
Apr 14 00:07:59 localhost vmunix: [   17.104338] random: crng init done
Apr 14 00:07:59 localhost vmunix: [   28.086116] shepherd[1]: Service root has been started.
Apr 14 00:07:59 localhost vmunix: [   37.346771] shepherd[1]: starting services...
Apr 14 00:07:59 localhost vmunix: [   37.347519] shepherd[1]: Service root-file-system has been started.
Apr 14 00:07:59 localhost vmunix: [   37.348157] shepherd[1]: Service user-file-systems has been started.
Apr 14 00:07:59 localhost vmunix: [   37.651592] shepherd[1]: waiting for udevd...
Apr 14 00:07:59 localhost vmunix: [   38.152969] shepherd[1]: waiting for udevd...
Apr 14 00:07:59 localhost vmunix: [   38.654314] shepherd[1]: waiting for udevd...
Apr 14 00:07:59 localhost vmunix: [   38.884001] udevd[187]: starting version 3.2.9
Apr 14 00:07:59 localhost vmunix: [   40.306118] shepherd[1]: Service udev has been started.
Apr 14 00:07:59 localhost vmunix: [   40.307259] shepherd[1]: Service file-system-/tmp has been started.
Apr 14 00:07:59 localhost vmunix: [   40.308212] shepherd[1]: Service file-system-/dev/pts has been started.
Apr 14 00:07:59 localhost vmunix: [   40.309178] shepherd[1]: Service file-system-/dev/shm has been started.
Apr 14 00:07:59 localhost vmunix: [   40.310085] shepherd[1]: Service file-system-/gnu/store has been started.
Apr 14 00:07:59 localhost vmunix: [   40.310717] shepherd[1]: Service file-systems has been started.
Apr 14 00:07:59 localhost vmunix: [   40.311393] shepherd[1]: Service user-processes has been started.
Apr 14 00:07:59 localhost vmunix: [   40.312067] shepherd[1]: Service host-name has been started.
Apr 14 00:07:59 localhost vmunix: [   42.233629] shepherd[1]: Service user-homes has been started.
Apr 14 00:07:59 localhost vmunix: [   52.380817] udevd[187]: starting eudev-3.2.9
Apr 14 00:07:59 localhost vmunix: [   52.383853] udevd[187]: no sender credentials received, message ignored
Apr 14 00:07:59 localhost vmunix: [   52.857535] uvesafb: NVIDIA Corporation, NVIDIA GeForce 320M
Apr 14 00:07:59 localhost vmunix: [   52.857535] , Chip Rev   , OEM: NVIDIA, VBE v3.0
Apr 14 00:07:59 localhost vmunix: [   52.985211] uvesafb: VBIOS/hardware doesn't support DDC transfers
Apr 14 00:07:59 localhost vmunix: [   52.985212] uvesafb: no monitor limits have been set, default refresh rate will be used
Apr 14 00:07:59 localhost vmunix: [   52.986441] uvesafb: scrolling: redraw
Apr 14 00:07:59 localhost vmunix: [   53.245477] Console: switching to colour frame buffer device 128x48
Apr 14 00:07:59 localhost vmunix: [   53.247224] uvesafb: framebuffer at 0xd1000000, mapped to 0x000000009d51f527, using 8000k, total 14336k
Apr 14 00:07:59 localhost vmunix: [   53.247225] uvesafb: fb0: VESA VGA frame buffer device
Apr 14 00:07:59 localhost vmunix: [   53.248761] shepherd[1]: Service uvesafb has been started.
Apr 14 00:08:04 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 14 00:08:04 localhost shepherd[1]: Service networking depends on dbus-system. 
Apr 14 00:08:04 localhost shepherd[1]: Service networking could not be started. 
Apr 14 00:08:08 localhost vmunix: [   63.612489] smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Apr 14 00:08:08 localhost vmunix: [   64.247705] [Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS
Apr 14 00:08:08 localhost vmunix: [   64.247739] ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Apr 14 00:08:08 localhost vmunix: [   64.247932] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input5
Apr 14 00:08:09 localhost vmunix: [   64.924960] ACPI: AC Adapter [ADP1] (on-line)
Apr 14 00:08:09 localhost vmunix: [   64.950327] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Apr 14 00:08:09 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 14 00:08:14 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 14 00:08:14 localhost shepherd[1]: Service wpa-supplicant depends on dbus-system. 
Apr 14 00:08:14 localhost shepherd[1]: Service wpa-supplicant could not be started. 
Apr 14 00:08:14 localhost shepherd[1]: Service loopback has been started. 
Apr 14 00:08:16 localhost vmunix: [   72.228612] input: Apple Computer, Inc. IR Receiver as /devices/pci0000:00/0000:00:06.0/usb4/4-5/4-5:1.0/0003:05AC:8242.0003/input/input6
Apr 14 00:08:16 localhost vmunix: [   72.288609] appleir 0003:05AC:8242.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:06.0-5/input0
Apr 14 00:08:17 localhost vmunix: [   72.722805] input: bcm5974 as /devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.2/input/input7
Apr 14 00:08:17 localhost vmunix: [   72.722957] usbcore: registered new interface driver bcm5974
Apr 14 00:08:17 localhost nscd: 249 monitoring file `/etc/hosts` (1)
Apr 14 00:08:17 localhost nscd: 249 monitoring directory `/etc` (2)
Apr 14 00:08:17 localhost nscd: 249 monitoring file `/etc/resolv.conf` (3)
Apr 14 00:08:17 localhost nscd: 249 monitoring directory `/etc` (2)
Apr 14 00:08:17 localhost shepherd[1]: Service nscd has been started. 
Apr 14 00:08:20 localhost dbus-daemon[227]: Failed to start message bus: Failed to bind socket "/var/run/dbus/system_bus_socket": Address already in use
Apr 14 00:08:20 localhost shepherd[1]: Service gpm could not be started. 
Apr 14 00:08:20 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[265]: *** info [daemon/startup.c(136)]: 
Apr 14 00:08:20 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[265]: Started gpm successfully. Entered daemon mode.
Apr 14 00:08:24 localhost dbus-daemon[211]: Failed to start message bus: Failed to open "/var/run/dbus/pid": File exists
Apr 14 00:08:24 localhost shepherd[1]: Service dbus-system has been started. 
Apr 14 00:08:24 localhost shepherd[1]: Service term-tty1 has been started. 
Apr 14 00:08:29 localhost vmunix: [   85.085420] mc: Linux media interface: v0.10
Apr 14 00:08:31 localhost vmunix: [   86.796890] asix 2-4:1.0 eth0: register 'asix' at usb-0000:00:06.1-4, ASIX AX88772 USB 2.0 Ethernet, 00:0e:c6:c3:a7:0a
Apr 14 00:08:31 localhost vmunix: [   86.796938] usbcore: registered new interface driver asix
Apr 14 00:08:35 localhost vmunix: [   90.816414] firewire_ohci 0000:01:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0, physUB
Apr 14 00:08:36 localhost vmunix: [   91.320555] firewire_core 0000:01:00.0: created device fw0: GUID 70cd60fffe05b3a8, S800
Apr 14 00:08:36 localhost vmunix: [   91.320562] firewire_core 0000:01:00.0: phy config: new root=ffc0, gap_count=63
Apr 14 00:08:36 localhost vmunix: [   91.732456] videodev: Linux video capture interface: v2.00
Apr 14 00:08:36 localhost vmunix: [   91.984546] ssb: Found chip with id 0x4322, rev 0x01 and package 0x0A
Apr 14 00:08:36 localhost vmunix: [   92.116965] b43-pci-bridge 0000:02:00.0: Sonics Silicon Backplane found on PCI device 0000:02:00.0
Apr 14 00:08:43 localhost vmunix: [   99.037085] pps_core: LinuxPPS API ver. 1 registered
Apr 14 00:08:43 localhost vmunix: [   99.037087] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Apr 14 00:08:45 localhost vmunix: [  100.425861] PTP clock support registered
Apr 14 00:08:48 localhost vmunix: [  103.488231] usbcore: registered new interface driver usbkbd
Apr 14 00:08:48 localhost vmunix: [  103.489075] usbcore: registered new interface driver usbmouse
Apr 14 00:08:52 localhost vmunix: [  108.017355] udevd[280]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 14 00:08:52 localhost vmunix: [  108.017390] udevd[280]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 14 00:08:52 localhost vmunix: [  108.017418] udevd[280]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 14 00:08:52 localhost vmunix: [  108.017444] udevd[280]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 14 00:08:53 localhost vmunix: [  108.378739] tg3.c:v3.137 (May 11, 2014)
Apr 14 00:08:53 localhost vmunix: [  108.482191] tg3 0000:03:00.0 eth1: Tigon3 [partno(BCM95764m) rev 5784100] (PCI Express) MAC address 10:9a:dd:46:4f:9f
Apr 14 00:08:53 localhost vmunix: [  108.482194] tg3 0000:03:00.0 eth1: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
Apr 14 00:08:53 localhost vmunix: [  108.482196] tg3 0000:03:00.0 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Apr 14 00:08:53 localhost vmunix: [  108.482198] tg3 0000:03:00.0 eth1: dma_rwctrl[76180000] dma_mask[64-bit]
Apr 14 00:08:54 localhost vmunix: [  110.185206] input: PC Speaker as /devices/platform/pcspkr/input/input8
Apr 14 00:08:55 localhost shepherd[1]: Service console-font-tty1 has been started. 
Apr 14 00:08:55 localhost shepherd[1]: Service host-name has been started. 
Apr 14 00:08:55 localhost shepherd[1]: Service virtual-terminal has been started. 
Apr 14 00:08:55 localhost shepherd[1]: Service term-tty2 has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service console-font-tty2 has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service host-name has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service term-tty3 has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service console-font-tty3 has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service host-name has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service term-tty4 has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service console-font-tty4 has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service host-name has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service term-tty5 has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service console-font-tty5 has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service host-name has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service term-tty6 has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service console-font-tty6 has been started. 
Apr 14 00:08:58 localhost shepherd[1]: Service guix-daemon has been started. 
Apr 14 00:08:59 localhost vmunix: [  114.963360] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8507)
Apr 14 00:08:59 localhost vmunix: [  114.971502] uvcvideo 1-6:1.0: Entity type for entity Processing 3 was not initialized!
Apr 14 00:08:59 localhost vmunix: [  114.971504] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
Apr 14 00:08:59 localhost vmunix: [  114.971594] input: Built-in iSight: Built-in iSigh as /devices/pci0000:00/0000:00:04.1/usb1/1-6/1-6:1.0/input/input9
Apr 14 00:08:59 localhost vmunix: [  114.971698] usbcore: registered new interface driver uvcvideo
Apr 14 00:08:59 localhost vmunix: [  114.971699] USB Video Class driver (1.1.1)
Apr 14 00:09:03 localhost vmunix: [  118.977678] Error: Driver 'pcspkr' is already registered, aborting...
Apr 14 00:09:05 localhost vmunix: [  121.175336] PCI Interrupt Link [LAZA] enabled at IRQ 23
Apr 14 00:09:05 localhost vmunix: [  121.181592] snd_hda_intel 0000:00:08.0: Disabling MSI
Apr 14 00:09:05 localhost vmunix: [  121.181597] snd_hda_intel 0000:00:08.0: position_fix set to 1 for device 10de:cb89
Apr 14 00:09:05 localhost vmunix: [  121.197221] tg3 0000:03:00.0 enp3s0: renamed from eth1
Apr 14 00:09:08 localhost vmunix: [  123.354686] applesmc: key=323 fan=1 temp=15 index=15 acc=1 lux=2 kbd=1
Apr 14 00:09:08 localhost vmunix: [  123.382905] input: applesmc as /devices/platform/applesmc.768/input/input10
Apr 14 00:09:08 localhost vmunix: [  123.383655] applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Apr 14 00:09:08 localhost vmunix: [  123.538983] asix 2-4:1.0 enp0s6f1u4: renamed from eth0
Apr 14 00:09:24 localhost vmunix: [  139.660383] snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4206: line_outs=2 (0xb/0xa/0x0/0x0/0x0) type:speaker
Apr 14 00:09:24 localhost vmunix: [  139.660391] snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 14 00:09:24 localhost vmunix: [  139.660395] snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
Apr 14 00:09:24 localhost vmunix: [  139.660397] snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
Apr 14 00:09:24 localhost vmunix: [  139.660400] snd_hda_codec_cirrus hdaudioC0D0:    dig-out=0x10/0x0
Apr 14 00:09:24 localhost vmunix: [  139.660402] snd_hda_codec_cirrus hdaudioC0D0:    inputs:
Apr 14 00:09:24 localhost vmunix: [  139.660405] snd_hda_codec_cirrus hdaudioC0D0:      Mic=0xd
Apr 14 00:09:29 localhost vmunix: [  144.419300] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr 14 00:09:29 localhost vmunix: [  144.847617] intel_powerclamp: No package C-state available
Apr 14 00:09:29 localhost vmunix: [  144.876658] intel_powerclamp: No package C-state available
Apr 14 00:09:39 localhost vmunix: [  154.462677] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 14 00:09:40 localhost vmunix: [  156.285000] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:08.0/sound/card0/input11
Apr 14 00:09:40 localhost vmunix: [  156.285085] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.0/sound/card0/input12
Apr 14 00:09:40 localhost vmunix: [  156.285152] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.0/sound/card0/input13
Apr 14 00:09:40 localhost vmunix: [  156.285219] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.0/sound/card0/input14
Apr 14 00:09:41 localhost vmunix: [  156.359030] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Apr 14 00:09:41 localhost vmunix: [  156.359034] cfg80211: failed to load regulatory.db
Apr 14 00:09:49 localhost vmunix: [  164.499215] Bluetooth: Core ver 2.22
Apr 14 00:09:49 localhost vmunix: [  164.499243] NET: Registered protocol family 31
Apr 14 00:09:49 localhost vmunix: [  164.499244] Bluetooth: HCI device and connection manager initialized
Apr 14 00:09:49 localhost vmunix: [  164.499251] Bluetooth: HCI socket layer initialized
Apr 14 00:09:49 localhost vmunix: [  164.499253] Bluetooth: L2CAP socket layer initialized
Apr 14 00:09:49 localhost vmunix: [  164.499258] Bluetooth: SCO socket layer initialized
Apr 14 00:09:54 localhost vmunix: [  169.405195] usbcore: registered new interface driver btusb
Apr 14 00:09:54 localhost vmunix: [  169.527499] Bluetooth: hci0: BCM: chip id 254 build 0522
Apr 14 00:09:54 localhost vmunix: [  169.530500] Bluetooth: hci0: BCM: product 05ac:8213
Apr 14 00:09:54 localhost vmunix: [  169.533529] Bluetooth: hci0: BCM: features 0x00
Apr 14 00:09:54 localhost vmunix: [  169.551537] Bluetooth: hci0: Bluetooth USB Host Controller
Apr 14 00:10:01 localhost vmunix: [  177.284731] b43-phy0: Broadcom 4322 WLAN found (core revision 16)
Apr 14 00:10:02 localhost vmunix: [  177.332556] b43-phy0: Found PHY: Analog 8, Type 4 (N), Revision 4
Apr 14 00:10:02 localhost vmunix: [  177.332579] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2056, Revision 3, Version 0
Apr 14 00:10:02 localhost vmunix: [  177.348626] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 14 00:10:02 localhost vmunix: [  177.348711] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
Apr 14 00:10:02 localhost vmunix: [  177.348718] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 14 00:10:02 localhost vmunix: [  177.348766] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 14 00:10:02 localhost vmunix: [  177.348813] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
Apr 14 00:10:02 localhost vmunix: [  177.348817] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 14 00:10:02 localhost vmunix: [  177.348863] b43-phy0 ERROR: Firmware file "/*(DEBLOBBED)*/" not found
Apr 14 00:10:02 localhost vmunix: [  177.348884] b43-phy0 ERROR: Firmware file "b43-open//*(DEBLOBBED)*/.fw" not found
Apr 14 00:10:02 localhost vmunix: [  177.348910] b43-phy0 ERROR: /*(DEBLOBBED)*/
Apr 14 00:10:02 localhost vmunix: [  177.348954] Broadcom 43xx driver loaded [ Features: PNL ]
Apr 14 00:11:10 localhost installer[367]: running step 'locale' 
Apr 14 00:11:10 localhost installer[367]: running step 'language' 
Apr 14 00:11:29 localhost installer[367]: running form #<newt-form 20392c0> ("Locale language") with 0 clients 
Apr 14 00:12:25 localhost installer[367]: running step 'territory' 
Apr 14 00:12:25 localhost installer[367]: running form #<newt-form 20318c0> ("Locale location") with 0 clients 
Apr 14 00:12:27 localhost installer[367]: running step 'codeset' 
Apr 14 00:12:27 localhost installer[367]: running step 'welcome' 
Apr 14 00:12:31 localhost installer[367]: running form #<newt-form 2094100> ("GNU Guix install") with 0 clients 
Apr 14 00:12:32 localhost installer[367]: running step 'timezone' 
Apr 14 00:12:32 localhost installer[367]: running form #<newt-form 2094b00> ("Timezone") with 0 clients 
Apr 14 00:12:33 localhost installer[367]: running form #<newt-form 2091a30> ("Timezone") with 0 clients 
Apr 14 00:12:34 localhost installer[367]: running step 'keymap' 
Apr 14 00:12:34 localhost installer[367]: running step 'layout' 
Apr 14 00:12:34 localhost installer[367]: running form #<newt-form 2090060> ("Layout") with 0 clients 
Apr 14 00:12:35 localhost installer[367]: running step 'variant' 
Apr 14 00:12:35 localhost installer[367]: running step 'hostname' 
Apr 14 00:12:35 localhost installer[367]: running form #<newt-form 2091350> ("Hostname") with 0 clients 
Apr 14 00:12:38 localhost installer[367]: running step 'network' 
Apr 14 00:12:38 localhost installer[367]: running step 'select-technology' 
Apr 14 00:12:43 localhost installer[374]: running step 'locale' 
Apr 14 00:12:43 localhost installer[374]: running step 'language' 
Apr 14 00:12:43 localhost installer[374]: running form #<newt-form 1c9f280> ("Locale language") with 0 clients 
Apr 14 00:12:59 localhost installer[374]: running step 'territory' 
Apr 14 00:12:59 localhost installer[374]: running form #<newt-form 1c978a0> ("Locale location") with 0 clients 
Apr 14 00:13:00 localhost installer[374]: running step 'codeset' 
Apr 14 00:13:00 localhost installer[374]: running step 'welcome' 
Apr 14 00:13:00 localhost installer[374]: running form #<newt-form 1cfa0a0> ("GNU Guix install") with 0 clients 
Apr 14 00:13:00 localhost installer[374]: running step 'timezone' 
Apr 14 00:13:00 localhost installer[374]: running form #<newt-form 1cfaaa0> ("Timezone") with 0 clients 
Apr 14 00:13:01 localhost installer[374]: running form #<newt-form 1cf79d0> ("Timezone") with 0 clients 
Apr 14 00:13:01 localhost installer[374]: running step 'keymap' 
Apr 14 00:13:02 localhost installer[374]: running step 'layout' 
Apr 14 00:13:02 localhost installer[374]: running form #<newt-form 1cf5a40> ("Layout") with 0 clients 
Apr 14 00:13:03 localhost installer[374]: running step 'variant' 
Apr 14 00:13:03 localhost installer[374]: running step 'hostname' 
Apr 14 00:13:03 localhost installer[374]: running form #<newt-form 1cf7070> ("Hostname") with 0 clients 
Apr 14 00:13:06 localhost installer[374]: running step 'network' 
Apr 14 00:13:06 localhost installer[374]: running step 'select-technology' 
Apr 14 00:13:07 localhost installer[381]: running step 'locale' 
Apr 14 00:13:07 localhost installer[381]: running step 'language' 
Apr 14 00:13:07 localhost installer[381]: running form #<newt-form 23468d0> ("Locale language") with 0 clients 
Apr 14 00:13:08 localhost installer[381]: running step 'territory' 
Apr 14 00:13:09 localhost installer[381]: running form #<newt-form 23428a0> ("Locale location") with 0 clients 
Apr 14 00:13:09 localhost installer[381]: running step 'codeset' 
Apr 14 00:13:09 localhost installer[381]: running step 'welcome' 
Apr 14 00:13:09 localhost installer[381]: running form #<newt-form 23a5060> ("GNU Guix install") with 0 clients 
Apr 14 00:13:09 localhost installer[381]: running step 'timezone' 
Apr 14 00:13:09 localhost installer[381]: running form #<newt-form 23a5a60> ("Timezone") with 0 clients 
Apr 14 00:13:10 localhost installer[381]: running form #<newt-form 23a2990> ("Timezone") with 0 clients 
Apr 14 00:13:10 localhost installer[381]: running step 'keymap' 
Apr 14 00:13:10 localhost installer[381]: running step 'layout' 
Apr 14 00:13:10 localhost installer[381]: running form #<newt-form 23a0e60> ("Layout") with 0 clients 
Apr 14 00:13:11 localhost installer[381]: running step 'variant' 
Apr 14 00:13:11 localhost installer[381]: running step 'hostname' 
Apr 14 00:13:11 localhost installer[381]: running form #<newt-form 23a2150> ("Hostname") with 0 clients 
Apr 14 00:13:13 localhost installer[381]: running step 'network' 
Apr 14 00:13:13 localhost installer[381]: running step 'select-technology' 
Apr 14 00:13:14 localhost installer[388]: running step 'locale' 
Apr 14 00:13:14 localhost installer[388]: running step 'language' 
Apr 14 00:13:15 localhost installer[388]: running form #<newt-form 11ed3f0> ("Locale language") with 0 clients 
Apr 14 00:13:44 localhost installer[388]: running step 'territory' 
Apr 14 00:13:44 localhost installer[388]: running form #<newt-form 11ed480> ("Locale location") with 0 clients 
Apr 14 00:13:45 localhost installer[388]: running step 'codeset' 
Apr 14 00:13:45 localhost installer[388]: running step 'welcome' 
Apr 14 00:13:45 localhost installer[388]: running form #<newt-form 124b7b0> ("GNU Guix install") with 0 clients 
Apr 14 00:13:46 localhost installer[388]: running step 'timezone' 
Apr 14 00:13:46 localhost installer[388]: running form #<newt-form 124bbd0> ("Timezone") with 0 clients 
Apr 14 00:13:46 localhost installer[388]: running form #<newt-form 1248c60> ("Timezone") with 0 clients 
Apr 14 00:13:47 localhost installer[388]: running step 'keymap' 
Apr 14 00:13:47 localhost installer[388]: running step 'layout' 
Apr 14 00:13:47 localhost installer[388]: running form #<newt-form 1246fd0> ("Layout") with 0 clients 
Apr 14 00:13:49 localhost installer[388]: running step 'variant' 
Apr 14 00:13:49 localhost installer[388]: running step 'hostname' 
Apr 14 00:13:49 localhost installer[388]: running form #<newt-form 12482c0> ("Hostname") with 0 clients 
Apr 14 00:13:57 localhost installer[388]: running step 'network' 
Apr 14 00:13:57 localhost installer[388]: running step 'select-technology' 
Apr 14 00:13:58 localhost installer[395]: running step 'locale' 
Apr 14 00:13:58 localhost installer[395]: running step 'language' 
Apr 14 00:13:58 localhost installer[395]: running form #<newt-form 1e85870> ("Locale language") with 0 clients 
Apr 14 00:17:41 localhost wpa_supplicant[457]: dbus: Could not acquire the system bus: org.freedesktop.DBus.Error.FileNotFound - Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Apr 14 00:17:41 localhost wpa_supplicant[457]: Failed to initialize wpa_supplicant
Apr 14 00:17:45 localhost shepherd[1]: Service wpa-supplicant could not be started. 
Apr 14 00:17:57 localhost wpa_supplicant[461]: dbus: Could not acquire the system bus: org.freedesktop.DBus.Error.FileNotFound - Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Apr 14 00:17:57 localhost wpa_supplicant[461]: Failed to initialize wpa_supplicant
Apr 14 00:18:02 localhost shepherd[1]: Service wpa-supplicant could not be started. 

[-- Attachment #6: dmesg --]
[-- Type: text/plain, Size: 60799 bytes --]

[    0.000000] Linux version 5.4.31-gnu (nixbld@) (gcc version 7.4.0 (GCC)) #1 SMP 1
[    0.000000] Command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/91g2fwa1g5i6wn3gi89yx14g1z4fvr8r-system --load=/gnu/store/91g2fwa1g5i6wn3gi89yx14g1z4fvr8r-system/boot quiet modprobe.blacklist=radeon nomodeset
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000aeffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000af000000-0x00000000beffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bf70efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf70f000-0x00000000bf92ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bf930000-0x00000000bf930fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bf931000-0x00000000bf938fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bf939000-0x00000000bfef8fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bfef9000-0x00000000bfefefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000d3400000-0x00000000d3400fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Apple Inc. MacBookPro7,1/Mac-F222BEC8, BIOS    MBP71.88Z.003F.B00.1802021458 02/02/18
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2389.117 MHz processor
[    0.008238] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.008241] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.008249] last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.008256] MTRR default type: write-back
[    0.008257] MTRR fixed ranges enabled:
[    0.008258]   00000-9FFFF write-back
[    0.008260]   A0000-FFFFF uncachable
[    0.008261] MTRR variable ranges enabled:
[    0.008262]   0 base 0C0000000 mask FC0000000 uncachable
[    0.008264]   1 base 0BFF00000 mask FFFF00000 uncachable
[    0.008265]   2 disabled
[    0.008265]   3 disabled
[    0.008266]   4 disabled
[    0.008267]   5 disabled
[    0.008267]   6 disabled
[    0.008268]   7 disabled
[    0.009407] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.009542] last_pfn = 0xbf70f max_arch_pfn = 0x400000000
[    0.025778] check: Scanning 1 areas for low memory corruption
[    0.025788] BRK [0x44c01000, 0x44c01fff] PGTABLE
[    0.025791] BRK [0x44c02000, 0x44c02fff] PGTABLE
[    0.025792] BRK [0x44c03000, 0x44c03fff] PGTABLE
[    0.025873] BRK [0x44c04000, 0x44c04fff] PGTABLE
[    0.025875] BRK [0x44c05000, 0x44c05fff] PGTABLE
[    0.026273] BRK [0x44c06000, 0x44c06fff] PGTABLE
[    0.026451] RAMDISK: [mem 0x36b91000-0x375bffff]
[    0.026457] ACPI: Early table checksum verification disabled
[    0.026462] ACPI: RSDP 0x00000000000FE020 000024 (v02 APPLE )
[    0.026466] ACPI: XSDT 0x00000000BF96A1C0 000084 (v01 APPLE  Apple00  0000003F      01000013)
[    0.026473] ACPI: FACP 0x00000000BF968000 0000F4 (v04 APPLE  Apple00  0000003F Loki 0000005F)
[    0.026480] ACPI: DSDT 0x00000000BF95A000 0061ED (v01 APPLE  MacBookP 00070001 INTL 20061109)
[    0.026484] ACPI: FACS 0x00000000BF71E000 000040
[    0.026487] ACPI: FACS 0x00000000BF71E000 000040
[    0.026490] ACPI: HPET 0x00000000BF967000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.026494] ACPI: APIC 0x00000000BF966000 000068 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.026498] ACPI: APIC 0x00000000BF965000 000068 (v02 APPLE  Apple00  00000001 Loki 0000005F)
[    0.026502] ACPI: ASF! 0x00000000BF963000 0000A5 (v32 APPLE  Apple00  00000001 Loki 0000005F)
[    0.026506] ACPI: SBST 0x00000000BF962000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.026511] ACPI: ECDT 0x00000000BF961000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.026515] ACPI: SSDT 0x00000000BF956000 000024 (v01 APPLE  Apple    00001000 INTL 20061109)
[    0.026519] ACPI: SSDT 0x00000000BF955000 0004DC (v01 APPLE  CpuPm    00003000 INTL 20061109)
[    0.026523] ACPI: MCFG 0x00000000BF964000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.026527] ACPI: SSDT 0x00000000BF959000 0000A5 (v01 SataRe SataPri  00001000 INTL 20061109)
[    0.026531] ACPI: SSDT 0x00000000BF958000 00009F (v01 SataRe SataSec  00001000 INTL 20061109)
[    0.026534] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[    0.026535] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[    0.026542] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
[    0.026545] ACPI: Local APIC address 0xfee00000
[    0.026642] No NUMA configuration found
[    0.026643] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.026647] NODE_DATA(0) allocated [mem 0x13fffa000-0x13fffdfff]
[    0.026679] Zone ranges:
[    0.026680]   DMA32    [mem 0x0000000000001000-0x00000000ffffffff]
[    0.026682]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
[    0.026683]   Device   empty
[    0.026684] Movable zone start for each node
[    0.026685] Early memory node ranges
[    0.026686]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.026688]   node   0: [mem 0x0000000000100000-0x00000000aeffffff]
[    0.026689]   node   0: [mem 0x00000000bf000000-0x00000000bf70efff]
[    0.026690]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
[    0.027218] Zeroed struct page in unavailable ranges: 35155 pages
[    0.027220] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[    0.027221] On node 0 totalpages: 980653
[    0.027223]   DMA32 zone: 11227 pages used for memmap
[    0.027224]   DMA32 zone: 21 pages reserved
[    0.027225]   DMA32 zone: 718509 pages, LIFO batch:63
[    0.050213]   Normal zone: 4096 pages used for memmap
[    0.050215]   Normal zone: 262144 pages, LIFO batch:63
[    0.058305] ACPI: PM-Timer IO Port: 0x408
[    0.058308] ACPI: Local APIC address 0xfee00000
[    0.058320] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.058321] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.058335] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[    0.058338] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.058340] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.058342] ACPI: IRQ0 used by override.
[    0.058343] ACPI: IRQ9 used by override.
[    0.058345] Using ACPI (MADT) for SMP configuration information
[    0.058347] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[    0.058354] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.058382] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.058385] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.058385] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.058386] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.058388] PM: Registered nosave memory: [mem 0xaf000000-0xbeffffff]
[    0.058390] PM: Registered nosave memory: [mem 0xbf70f000-0xbf92ffff]
[    0.058391] PM: Registered nosave memory: [mem 0xbf930000-0xbf930fff]
[    0.058392] PM: Registered nosave memory: [mem 0xbf931000-0xbf938fff]
[    0.058393] PM: Registered nosave memory: [mem 0xbf939000-0xbfef8fff]
[    0.058393] PM: Registered nosave memory: [mem 0xbfef9000-0xbfefefff]
[    0.058394] PM: Registered nosave memory: [mem 0xbfeff000-0xbfefffff]
[    0.058395] PM: Registered nosave memory: [mem 0xbff00000-0xd33fffff]
[    0.058396] PM: Registered nosave memory: [mem 0xd3400000-0xd3400fff]
[    0.058396] PM: Registered nosave memory: [mem 0xd3401000-0xefffffff]
[    0.058397] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
[    0.058398] PM: Registered nosave memory: [mem 0xf4000000-0xfebfffff]
[    0.058399] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.058400] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.058400] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.058401] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
[    0.058402] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.058404] [mem 0xd3401000-0xefffffff] available for PCI devices
[    0.058406] Booting paravirtualized kernel on bare hardware
[    0.058411] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.058420] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
[    0.059285] percpu: Embedded 53 pages/cpu s178520 r8192 d30376 u1048576
[    0.059294] pcpu-alloc: s178520 r8192 d30376 u1048576 alloc=1*2097152
[    0.059295] pcpu-alloc: [0] 0 1 
[    0.059331] Built 1 zonelists, mobility grouping on.  Total pages: 965309
[    0.059332] Policy zone: Normal
[    0.059335] Kernel command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/91g2fwa1g5i6wn3gi89yx14g1z4fvr8r-system --load=/gnu/store/91g2fwa1g5i6wn3gi89yx14g1z4fvr8r-system/boot quiet modprobe.blacklist=radeon nomodeset
[    0.059530] You have booted with nomodeset. This means your GPU drivers are DISABLED
[    0.059531] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
[    0.059531] Unless you actually understand what nomodeset does, you should reboot without enabling it
[    0.060967] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.061716] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.061772] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.085914] Calgary: detecting Calgary via BIOS EBDA area
[    0.085917] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.117706] Memory: 3747324K/3922612K available (14339K kernel code, 1525K rwdata, 4180K rodata, 1916K init, 2584K bss, 175288K reserved, 0K cma-reserved)
[    0.117719] random: get_random_u64 called from __kmem_cache_create+0x46/0x570 with crng_init=0
[    0.117898] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.117922] Kernel/User page tables isolation: enabled
[    0.117951] ftrace: allocating 41660 entries in 163 pages
[    0.143496] rcu: Hierarchical RCU implementation.
[    0.143498] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[    0.143499] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.143500] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.147873] NR_IRQS: 16640, nr_irqs: 440, preallocated irqs: 16
[    0.148175] spurious 8259A interrupt: IRQ7.
[    0.152139] Console: colour VGA+ 80x25
[    0.152145] printk: console [tty0] enabled
[    0.152173] ACPI: Core revision 20190816
[    0.152297] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[    0.152315] APIC: Switch to symmetric I/O mode setup
[    0.152764] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.172317] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22700ec276d, max_idle_ns: 440795265665 ns
[    0.172323] Calibrating delay loop (skipped), value calculated using timer frequency.. 4778.23 BogoMIPS (lpj=9556468)
[    0.172325] pid_max: default: 32768 minimum: 301
[    0.172358] LSM: Security Framework initializing
[    0.172365] Yama: becoming mindful.
[    0.172404] AppArmor: AppArmor initialized
[    0.172406] TOMOYO Linux initialized
[    0.172477] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.172499] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.172514] *** VALIDATE tmpfs ***
[    0.172710] *** VALIDATE proc ***
[    0.172785] *** VALIDATE cgroup1 ***
[    0.172787] *** VALIDATE cgroup2 ***
[    0.172844] mce: CPU0: Thermal monitoring enabled (TM2)
[    0.172847] process: using mwait in idle threads
[    0.172850] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.172851] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.172855] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.172857] Spectre V2 : Mitigation: Full generic retpoline
[    0.172858] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.172859] Speculative Store Bypass: Vulnerable
[    0.172863] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.173028] Freeing SMP alternatives memory: 28K
[    0.283818] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz (family: 0x6, model: 0x17, stepping: 0xa)
[    0.283982] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
[    0.283990] ... version:                2
[    0.283991] ... bit width:              40
[    0.283992] ... generic registers:      2
[    0.283993] ... value mask:             000000ffffffffff
[    0.283993] ... max period:             000000007fffffff
[    0.283994] ... fixed-purpose events:   3
[    0.283995] ... event mask:             0000000700000003
[    0.284047] rcu: Hierarchical SRCU implementation.
[    0.284319] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.284319] smp: Bringing up secondary CPUs ...
[    0.284319] x86: Booting SMP configuration:
[    0.284319] .... node  #0, CPUs:      #1
[    0.284353] smp: Brought up 1 node, 2 CPUs
[    0.284354] smpboot: Max logical packages: 1
[    0.284356] smpboot: Total of 2 processors activated (9556.46 BogoMIPS)
[    0.286379] devtmpfs: initialized
[    0.286379] x86/mm: Memory block size: 128MB
[    0.286379] PM: Registering ACPI NVS region [mem 0xbf70f000-0xbf92ffff] (2232320 bytes)
[    0.286379] PM: Registering ACPI NVS region [mem 0xbf931000-0xbf938fff] (32768 bytes)
[    0.286379] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.286379] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.286379] pinctrl core: initialized pinctrl subsystem
[    0.286379] PM: RTC time: 22:07:05, date: 2020-04-13
[    0.286379] NET: Registered protocol family 16
[    0.286379] audit: initializing netlink subsys (disabled)
[    0.286379] audit: type=2000 audit(1586815624.132:1): state=initialized audit_enabled=0 res=1
[    0.286379] cpuidle: using governor ladder
[    0.286379] cpuidle: using governor menu
[    0.288365] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.288366] ACPI: bus type PCI registered
[    0.288368] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.288651] PCI: MMCONFIG for domain 0000 [bus 00-04] at [mem 0xf0000000-0xf04fffff] (base 0xf0000000)
[    0.288666] PCI: MMCONFIG at [mem 0xf0000000-0xf04fffff] reserved in E820
[    0.288678] PCI: Using configuration type 1 for base access
[    0.291137] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.292439] ACPI: Disabled all _OSI OS vendors
[    0.292441] ACPI: Added _OSI(Module Device)
[    0.292442] ACPI: Added _OSI(Processor Device)
[    0.292443] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.292444] ACPI: Added _OSI(Processor Aggregator Device)
[    0.292446] ACPI: Added _OSI(Linux-Dell-Video)
[    0.292447] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.292448] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.292449] ACPI: Added _OSI(Darwin)
[    0.298893] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.299279] ACPI: EC: EC started
[    0.299280] ACPI: EC: interrupt blocked
[    0.301829] ACPI: \: Used as first EC
[    0.301832] ACPI: \: GPE=0x57, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.301833] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.302126] ACPI: BIOS _OSI(Darwin) query honored via DMI
[    0.302763] ACPI: Dynamic OEM Table Load:
[    0.302771] ACPI: SSDT 0xFFFFA08A3A900800 00027A (v01 APPLE  Cpu0Ist  00003000 INTL 20061109)
[    0.303342] ACPI: Dynamic OEM Table Load:
[    0.303349] ACPI: SSDT 0xFFFFA08A3B333800 0005A6 (v01 APPLE  Cpu0Cst  00003001 INTL 20061109)
[    0.304072] ACPI: Dynamic OEM Table Load:
[    0.304078] ACPI: SSDT 0xFFFFA08A3B311B00 0000C8 (v01 APPLE  Cpu1Ist  00003000 INTL 20061109)
[    0.304541] ACPI: Dynamic OEM Table Load:
[    0.304546] ACPI: SSDT 0xFFFFA08A3A8C3840 000085 (v01 APPLE  Cpu1Cst  00003000 INTL 20061109)
[    0.305175] ACPI: Interpreter enabled
[    0.305197] ACPI: (supports S0 S3 S4 S5)
[    0.305198] ACPI: Using IOAPIC for interrupt routing
[    0.305225] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.305502] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.305516] ACPI: Enabled 3 GPEs in block 20 to 5F
[    0.322672] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.322679] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR]
[    0.322690] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-04] only partially covers this bridge
[    0.322982] PCI host bridge to bus 0000:00
[    0.322985] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.322986] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.322988] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.322990] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.322992] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.322993] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.322995] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.322997] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.322998] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.323000] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.323002] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.323003] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.323005] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.323007] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.323008] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.323010] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.323012] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.323013] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.323033] pci 0000:00:00.0: [10de:0d60] type 00 class 0x060000
[    0.323283] pci 0000:00:00.1: [10de:0d68] type 00 class 0x050000
[    0.323531] pci 0000:00:01.0: [10de:0d6d] type 00 class 0x050000
[    0.323751] pci 0000:00:01.1: [10de:0d6e] type 00 class 0x050000
[    0.323990] pci 0000:00:01.2: [10de:0d6f] type 00 class 0x050000
[    0.324210] pci 0000:00:01.3: [10de:0d70] type 00 class 0x050000
[    0.324437] pci 0000:00:02.0: [10de:0d71] type 00 class 0x050000
[    0.324656] pci 0000:00:02.1: [10de:0d72] type 00 class 0x050000
[    0.324874] pci 0000:00:03.0: [10de:0d80] type 00 class 0x060100
[    0.324887] pci 0000:00:03.0: reg 0x10: [io  0x2100-0x21ff]
[    0.325037] pci 0000:00:03.1: [10de:0d7b] type 00 class 0x050000
[    0.325210] pci 0000:00:03.2: [10de:0d79] type 00 class 0x0c0500
[    0.325225] pci 0000:00:03.2: reg 0x10: [io  0x0000-0x00ff]
[    0.325247] pci 0000:00:03.2: reg 0x20: [io  0x2240-0x227f]
[    0.325253] pci 0000:00:03.2: reg 0x24: [io  0x2200-0x223f]
[    0.325289] pci 0000:00:03.2: PME# supported from D3hot D3cold
[    0.325418] pci 0000:00:03.3: [10de:0d69] type 00 class 0x050000
[    0.325674] pci 0000:00:03.4: [10de:0d7a] type 00 class 0x0b4000
[    0.325706] pci 0000:00:03.4: reg 0x10: [mem 0xd3400000-0xd347ffff]
[    0.325946] pci 0000:00:04.0: [10de:0d9c] type 00 class 0x0c0310
[    0.325960] pci 0000:00:04.0: reg 0x10: [mem 0xd348a000-0xd348afff]
[    0.326012] pci 0000:00:04.0: supports D1 D2
[    0.326014] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.326170] pci 0000:00:04.1: [10de:0d9d] type 00 class 0x0c0320
[    0.326186] pci 0000:00:04.1: reg 0x10: [mem 0xd348b100-0xd348b1ff]
[    0.326244] pci 0000:00:04.1: supports D1 D2
[    0.326245] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.326418] pci 0000:00:06.0: [10de:0d9c] type 00 class 0x0c0310
[    0.326432] pci 0000:00:06.0: reg 0x10: [mem 0xd3489000-0xd3489fff]
[    0.326484] pci 0000:00:06.0: supports D1 D2
[    0.326486] pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.326640] pci 0000:00:06.1: [10de:0d9d] type 00 class 0x0c0320
[    0.326655] pci 0000:00:06.1: reg 0x10: [mem 0xd348b000-0xd348b0ff]
[    0.326713] pci 0000:00:06.1: supports D1 D2
[    0.326715] pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.326901] pci 0000:00:08.0: [10de:0d94] type 00 class 0x040300
[    0.326917] pci 0000:00:08.0: reg 0x10: [mem 0xd3480000-0xd3483fff]
[    0.326977] pci 0000:00:08.0: PME# supported from D3hot D3cold
[    0.327110] pci 0000:00:0a.0: [10de:0d85] type 00 class 0x010185
[    0.327123] pci 0000:00:0a.0: reg 0x10: [io  0x2298-0x229f]
[    0.327128] pci 0000:00:0a.0: reg 0x14: [io  0x22a4-0x22a7]
[    0.327134] pci 0000:00:0a.0: reg 0x18: [io  0x2290-0x2297]
[    0.327140] pci 0000:00:0a.0: reg 0x1c: [io  0x22a0-0x22a3]
[    0.327145] pci 0000:00:0a.0: reg 0x20: [io  0x2280-0x228f]
[    0.327151] pci 0000:00:0a.0: reg 0x24: [mem 0xd3484000-0xd3485fff]
[    0.327287] pci 0000:00:0b.0: [10de:0d75] type 00 class 0x050000
[    0.327301] pci 0000:00:0b.0: reg 0x10: [mem 0xd3488000-0xd3488fff]
[    0.327483] pci 0000:00:0e.0: [10de:0d9a] type 01 class 0x060400
[    0.327630] pci 0000:00:0e.0: enabling Extended Tags
[    0.327799] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.328025] pci 0000:00:15.0: [10de:0d9b] type 01 class 0x060400
[    0.328172] pci 0000:00:15.0: enabling Extended Tags
[    0.328343] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.328561] pci 0000:00:16.0: [10de:0d9b] type 01 class 0x060400
[    0.328707] pci 0000:00:16.0: enabling Extended Tags
[    0.328875] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.329056] pci 0000:00:17.0: [10de:0d76] type 01 class 0x060400
[    0.329104] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[    0.329358] pci 0000:01:00.0: [11c1:5901] type 00 class 0x0c0010
[    0.329390] pci 0000:01:00.0: reg 0x10: [mem 0xd3300000-0xd3300fff 64bit]
[    0.329513] pci 0000:01:00.0: supports D1 D2
[    0.329515] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.329728] pci 0000:00:0e.0: PCI bridge to [bus 01]
[    0.329750] pci 0000:00:0e.0:   bridge window [mem 0xd3300000-0xd33fffff]
[    0.330063] pci 0000:02:00.0: [14e4:432b] type 00 class 0x028000
[    0.330095] pci 0000:02:00.0: reg 0x10: [mem 0xd3200000-0xd3203fff 64bit]
[    0.330150] pci 0000:02:00.0: enabling Extended Tags
[    0.330223] pci 0000:02:00.0: supports D1 D2
[    0.330225] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.330548] pci 0000:00:15.0: PCI bridge to [bus 02]
[    0.330569] pci 0000:00:15.0:   bridge window [mem 0xd3200000-0xd32fffff]
[    0.330876] pci 0000:03:00.0: [14e4:1684] type 00 class 0x020000
[    0.330907] pci 0000:03:00.0: reg 0x10: [mem 0xd3100000-0xd310ffff 64bit]
[    0.330963] pci 0000:03:00.0: enabling Extended Tags
[    0.331045] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.331203] pci 0000:00:16.0: PCI bridge to [bus 03]
[    0.331224] pci 0000:00:16.0:   bridge window [mem 0xd3100000-0xd31fffff]
[    0.331256] pci_bus 0000:04: extended config space not accessible
[    0.331293] pci 0000:04:00.0: [10de:08a0] type 00 class 0x030000
[    0.331303] pci 0000:04:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
[    0.331312] pci 0000:04:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.331320] pci 0000:04:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.331325] pci 0000:04:00.0: reg 0x24: [io  0x1000-0x107f]
[    0.331331] pci 0000:04:00.0: reg 0x30: [mem 0xd3000000-0xd301ffff pref]
[    0.331340] pci 0000:04:00.0: Enabling HDA controller
[    0.331537] pci 0000:00:17.0: PCI bridge to [bus 04]
[    0.331541] pci 0000:00:17.0:   bridge window [io  0x1000-0x1fff]
[    0.331544] pci 0000:00:17.0:   bridge window [mem 0xd2000000-0xd30fffff]
[    0.331548] pci 0000:00:17.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.332093] ACPI: PCI Interrupt Link [LNK1] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.332202] ACPI: PCI Interrupt Link [LNK2] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.332309] ACPI: PCI Interrupt Link [LNK3] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.332421] ACPI: PCI Interrupt Link [LNK4] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.332528] ACPI: PCI Interrupt Link [Z00B] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.332635] ACPI: PCI Interrupt Link [Z00C] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.332742] ACPI: PCI Interrupt Link [Z00D] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.332849] ACPI: PCI Interrupt Link [Z00E] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.332957] ACPI: PCI Interrupt Link [Z00J] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.333064] ACPI: PCI Interrupt Link [Z00K] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.333172] ACPI: PCI Interrupt Link [Z00L] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.333280] ACPI: PCI Interrupt Link [Z00M] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.333387] ACPI: PCI Interrupt Link [Z00N] (IRQs 16 17 18 19 20 21 22 23) *11
[    0.333495] ACPI: PCI Interrupt Link [Z00O] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.333603] ACPI: PCI Interrupt Link [Z00P] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.333710] ACPI: PCI Interrupt Link [Z00Q] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.333817] ACPI: PCI Interrupt Link [LSMB] (IRQs 16 17 18 19 20 21 22 23) *15
[    0.333922] ACPI: PCI Interrupt Link [LUS0] (IRQs 16 17 18 19 20 21 22 23) *11
[    0.334027] ACPI: PCI Interrupt Link [LUS2] (IRQs 16 17 18 19 20 21 22 23) *10
[    0.334132] ACPI: PCI Interrupt Link [LMAC] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.334237] ACPI: PCI Interrupt Link [LAZA] (IRQs 16 17 18 19 20 21 22 23) *15
[    0.334343] ACPI: PCI Interrupt Link [LGPU] (IRQs 16 17 18 19 20 21 22 23) *7
[    0.334448] ACPI: PCI Interrupt Link [LPID] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.334557] ACPI: PCI Interrupt Link [LSI0] (IRQs 16 17 18 19 20 21 22 23) *11
[    0.334665] ACPI: PCI Interrupt Link [Z000] (IRQs 16 17 18 19 20 21 22 23) *7
[    0.334772] ACPI: PCI Interrupt Link [Z001] (IRQs 16 17 18 19 20 21 22 23) *5
[    0.334879] ACPI: PCI Interrupt Link [LPMU] (IRQs 16 17 18 19 20 21 22 23) *14
[    0.335218] ACPI: EC: interrupt unblocked
[    0.335232] ACPI: EC: event unblocked
[    0.335243] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x57, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.335245] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
[    0.335393] iommu: Default domain type: Translated 
[    0.335393] pci 0000:04:00.0: vgaarb: setting as boot VGA device
[    0.335393] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.335393] pci 0000:04:00.0: vgaarb: bridge control possible
[    0.335393] vgaarb: loaded
[    0.335393] SCSI subsystem initialized
[    0.335393] libata version 3.00 loaded.
[    0.335393] ACPI: bus type USB registered
[    0.335393] usbcore: registered new interface driver usbfs
[    0.335393] usbcore: registered new interface driver hub
[    0.335393] usbcore: registered new device driver usb
[    0.335393] EDAC MC: Ver: 3.0.0
[    0.336822] PCI: Using ACPI for IRQ routing
[    0.336826] PCI: pci_cache_line_size set to 64 bytes
[    0.337257] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.337259] e820: reserve RAM buffer [mem 0xaf000000-0xafffffff]
[    0.337260] e820: reserve RAM buffer [mem 0xbf70f000-0xbfffffff]
[    0.337408] NetLabel: Initializing
[    0.337410] NetLabel:  domain hash size = 128
[    0.337410] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.337437] NetLabel:  unlabeled traffic allowed by default
[    0.337459] hpet: 4 channels of 0 reserved for per-cpu timers
[    0.337459] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31
[    0.337459] hpet0: 4 comparators, 64-bit 25.000000 MHz counter
[    0.338442] clocksource: Switched to clocksource tsc-early
[    0.356597] *** VALIDATE bpf ***
[    0.356718] VFS: Disk quotas dquot_6.6.0
[    0.356743] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.356780] *** VALIDATE ramfs ***
[    0.356784] *** VALIDATE hugetlbfs ***
[    0.356949] AppArmor: AppArmor Filesystem Enabled
[    0.356999] pnp: PnP ACPI init
[    0.357177] system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.357184] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.357369] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.357375] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.357469] pnp 00:02: disabling [io  0x0010-0x001f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357471] pnp 00:02: disabling [io  0x0022-0x003f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357473] pnp 00:02: disabling [io  0x0044-0x005f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357475] pnp 00:02: disabling [io  0x0063] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357477] pnp 00:02: disabling [io  0x0065] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357479] pnp 00:02: disabling [io  0x0067-0x006f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357481] pnp 00:02: disabling [io  0x0072-0x0073] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357483] pnp 00:02: disabling [io  0x0074-0x007f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357485] pnp 00:02: disabling [io  0x0091-0x0093] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357487] pnp 00:02: disabling [io  0x0097-0x009f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357489] pnp 00:02: disabling [io  0x00a2-0x00bf] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357491] pnp 00:02: disabling [io  0x00e0-0x00ef] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357494] pnp 00:02: disabling [io  0x0080] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
[    0.357544] system 00:02: [io  0x0400-0x047f] has been reserved
[    0.357546] system 00:02: [io  0x0480-0x04ff] has been reserved
[    0.357549] system 00:02: [io  0x0500-0x057f] has been reserved
[    0.357551] system 00:02: [io  0x0580-0x05ff] has been reserved
[    0.357553] system 00:02: [io  0x0800-0x087f] has been reserved
[    0.357555] system 00:02: [io  0x0880-0x08ff] has been reserved
[    0.357557] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.357559] system 00:02: [io  0x0295-0x0296] has been reserved
[    0.357565] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.357597] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.358250] pnp: PnP ACPI: found 4 devices
[    0.360352] thermal_sys: Registered thermal governor 'fair_share'
[    0.360353] thermal_sys: Registered thermal governor 'bang_bang'
[    0.360354] thermal_sys: Registered thermal governor 'step_wise'
[    0.360355] thermal_sys: Registered thermal governor 'user_space'
[    0.360356] thermal_sys: Registered thermal governor 'power_allocator'
[    0.364868] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.364931] pci 0000:00:03.2: BAR 0: assigned [io  0x2000-0x20ff]
[    0.364940] pci 0000:00:0e.0: PCI bridge to [bus 01]
[    0.364952] pci 0000:00:0e.0:   bridge window [mem 0xd3300000-0xd33fffff]
[    0.364973] pci 0000:00:15.0: PCI bridge to [bus 02]
[    0.364984] pci 0000:00:15.0:   bridge window [mem 0xd3200000-0xd32fffff]
[    0.365004] pci 0000:00:16.0: PCI bridge to [bus 03]
[    0.365015] pci 0000:00:16.0:   bridge window [mem 0xd3100000-0xd31fffff]
[    0.365036] pci 0000:00:17.0: PCI bridge to [bus 04]
[    0.365038] pci 0000:00:17.0:   bridge window [io  0x1000-0x1fff]
[    0.365042] pci 0000:00:17.0:   bridge window [mem 0xd2000000-0xd30fffff]
[    0.365044] pci 0000:00:17.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.365049] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.365050] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.365052] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.365054] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.365056] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.365057] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.365059] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.365061] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.365063] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.365065] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.365066] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.365068] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.365070] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.365071] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.365073] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.365075] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.365076] pci_bus 0000:00: resource 20 [mem 0xc0000000-0xfebfffff window]
[    0.365078] pci_bus 0000:01: resource 1 [mem 0xd3300000-0xd33fffff]
[    0.365080] pci_bus 0000:02: resource 1 [mem 0xd3200000-0xd32fffff]
[    0.365082] pci_bus 0000:03: resource 1 [mem 0xd3100000-0xd31fffff]
[    0.365084] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.365086] pci_bus 0000:04: resource 1 [mem 0xd2000000-0xd30fffff]
[    0.365087] pci_bus 0000:04: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.365204] NET: Registered protocol family 2
[    0.365408] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.365495] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.365699] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.365780] TCP: Hash tables configured (established 32768 bind 32768)
[    0.365858] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.365889] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.365943] NET: Registered protocol family 1
[    0.366373] PCI Interrupt Link [LUS0] enabled at IRQ 23
[    0.389097] pci 0000:00:04.0: quirk_usb_early_handoff+0x0/0x6c0 took 22508 usecs
[    0.389391] PCI Interrupt Link [LUS2] enabled at IRQ 22
[    0.389845] PCI Interrupt Link [Z000] enabled at IRQ 21
[    0.390291] PCI Interrupt Link [Z001] enabled at IRQ 20
[    0.390943] pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.390946] PCI: CLS 256 bytes, default 64
[    0.391019] Trying to unpack rootfs image as initramfs...
[    0.639353] Freeing initrd memory: 10428K
[    0.639372] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.639373] software IO TLB: mapped [mem 0xab000000-0xaf000000] (64MB)
[    0.639610] check: Scanning for low memory corruption every 60 seconds
[    0.639639] efifb: dmi detected MacBookPro7,1 - framebuffer at 0xc0010000 (1280x800, stride 8192)
[    0.640144] Initialise system trusted keyrings
[    0.640230] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[    0.642256] zbud: loaded
[    0.643209] Allocating IMA blacklist keyring.
[    0.647515] Key type asymmetric registered
[    0.647517] Asymmetric key parser 'x509' registered
[    0.647528] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.647569] io scheduler mq-deadline registered
[    0.648110] PCI Interrupt Link [Z00B] enabled at IRQ 19
[    0.648667] PCI Interrupt Link [Z00J] enabled at IRQ 18
[    0.649207] PCI Interrupt Link [Z00N] enabled at IRQ 17
[    0.649475] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.649519] intel_idle: does not run on family 6 model 23
[    0.649577] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.649631] ACPI: Lid Switch [LID0]
[    0.649677] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.649702] ACPI: Power Button [PWRB]
[    0.649746] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.649774] ACPI: Sleep Button [SLPB]
[    0.649860] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.649895] ACPI: Power Button [PWRF]
[    0.650012] Monitor-Mwait will be used to enter C-1 state
[    0.650020] Monitor-Mwait will be used to enter C-2 state
[    0.650026] Monitor-Mwait will be used to enter C-3 state
[    0.650030] tsc: Marking TSC unstable due to TSC halts in idle
[    0.650104] clocksource: Switched to clocksource hpet
[    0.650597] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.653404] Linux agpgart interface v0.103
[    0.657021] brd: module loaded
[    0.659809] loop: module loaded
[    0.660433] libphy: Fixed MDIO Bus: probed
[    0.660435] tun: Universal TUN/TAP device driver, 1.6
[    0.660491] PPP generic driver version 2.4.2
[    0.660552] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.660556] ehci-pci: EHCI PCI platform driver
[    0.660820] ehci-pci 0000:00:04.1: EHCI Host Controller
[    0.660828] ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 1
[    0.660837] ehci-pci 0000:00:04.1: debug port 1
[    0.660874] ehci-pci 0000:00:04.1: disable ppcd for nvidia mcp89
[    0.660880] ehci-pci 0000:00:04.1: cache line size of 256 is not supported
[    0.660899] ehci-pci 0000:00:04.1: irq 22, io mem 0xd348b100
[    0.676450] ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.10
[    0.676545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.676547] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.676549] usb usb1: Product: EHCI Host Controller
[    0.676551] usb usb1: Manufacturer: Linux 5.4.31-gnu ehci_hcd
[    0.676553] usb usb1: SerialNumber: 0000:00:04.1
[    0.676725] hub 1-0:1.0: USB hub found
[    0.676734] hub 1-0:1.0: 6 ports detected
[    0.677263] ehci-pci 0000:00:06.1: EHCI Host Controller
[    0.677269] ehci-pci 0000:00:06.1: new USB bus registered, assigned bus number 2
[    0.677277] ehci-pci 0000:00:06.1: debug port 1
[    0.677306] ehci-pci 0000:00:06.1: disable ppcd for nvidia mcp89
[    0.677311] ehci-pci 0000:00:06.1: cache line size of 256 is not supported
[    0.677322] ehci-pci 0000:00:06.1: irq 20, io mem 0xd348b000
[    0.692435] ehci-pci 0000:00:06.1: USB 2.0 started, EHCI 1.10
[    0.692512] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.692515] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.692518] usb usb2: Product: EHCI Host Controller
[    0.692520] usb usb2: Manufacturer: Linux 5.4.31-gnu ehci_hcd
[    0.692523] usb usb2: SerialNumber: 0000:00:06.1
[    0.692687] hub 2-0:1.0: USB hub found
[    0.692702] hub 2-0:1.0: 6 ports detected
[    0.693036] ehci-platform: EHCI generic platform driver
[    0.693056] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.693060] ohci-pci: OHCI PCI platform driver
[    0.693231] ohci-pci 0000:00:04.0: OHCI PCI host controller
[    0.693236] ohci-pci 0000:00:04.0: new USB bus registered, assigned bus number 3
[    0.693265] ohci-pci 0000:00:04.0: irq 23, io mem 0xd348a000
[    0.754444] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    0.754446] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.754448] usb usb3: Product: OHCI PCI host controller
[    0.754449] usb usb3: Manufacturer: Linux 5.4.31-gnu ohci_hcd
[    0.754451] usb usb3: SerialNumber: 0000:00:04.0
[    0.754617] hub 3-0:1.0: USB hub found
[    0.754626] hub 3-0:1.0: 6 ports detected
[    0.755111] ohci-pci 0000:00:06.0: OHCI PCI host controller
[    0.755117] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 4
[    0.755138] ohci-pci 0000:00:06.0: irq 21, io mem 0xd3489000
[    0.814443] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    0.814445] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.814446] usb usb4: Product: OHCI PCI host controller
[    0.814448] usb usb4: Manufacturer: Linux 5.4.31-gnu ohci_hcd
[    0.814450] usb usb4: SerialNumber: 0000:00:06.0
[    0.814606] hub 4-0:1.0: USB hub found
[    0.814615] hub 4-0:1.0: 6 ports detected
[    0.814948] ohci-platform: OHCI generic platform driver
[    0.814959] uhci_hcd: USB Universal Host Controller Interface driver
[    0.815036] i8042: PNP: No PS/2 controller found.
[    0.815177] mousedev: PS/2 mouse device common for all mice
[    0.815526] rtc_cmos 00:03: RTC can wake from S4
[    0.815899] rtc_cmos 00:03: registered as rtc0
[    0.815924] rtc_cmos 00:03: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    0.815931] i2c /dev entries driver
[    0.815986] device-mapper: uevent: version 1.0.3
[    0.816070] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[    0.816074] intel_pstate: CPU model not supported
[    0.816104] ledtrig-cpu: registered to indicate activity on CPUs
[    0.816455] NET: Registered protocol family 10
[    0.816784] Segment Routing with IPv6
[    0.816812] NET: Registered protocol family 17
[    0.816884] Key type dns_resolver registered
[    0.817097] microcode: sig=0x1067a, pf=0x80, revision=0xa07
[    0.817183] microcode: Microcode Update Driver: v2.2.
[    0.817187] IPI shorthand broadcast: enabled
[    0.817270] registered taskstats version 1
[    0.817273] Loading compiled-in X.509 certificates
[    0.817306] zswap: loaded using pool lzo/zbud
[    0.818095] Key type big_key registered
[    0.818381] Key type encrypted registered
[    0.818383] AppArmor: AppArmor sha1 policy hashing enabled
[    0.818392] ima: No TPM chip found, activating TPM-bypass!
[    0.818397] ima: Allocated hash algorithm: sha1
[    0.818405] ima: No architecture policies found
[    0.818415] evm: Initialising EVM extended attributes:
[    0.818416] evm: security.selinux
[    0.818417] evm: security.SMACK64
[    0.818418] evm: security.SMACK64EXEC
[    0.818418] evm: security.SMACK64TRANSMUTE
[    0.818419] evm: security.SMACK64MMAP
[    0.818420] evm: security.apparmor
[    0.818420] evm: security.ima
[    0.818421] evm: security.capability
[    0.818422] evm: HMAC attrs: 0x1
[    0.819286] PM:   Magic number: 0:364:148
[    0.819311] bdi 1:0: hash matches
[    0.819364] acpi device:19: hash matches
[    0.819469] rtc_cmos 00:03: setting system clock to 2020-04-13T22:07:05 UTC (1586815625)
[    0.820020] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    0.822407] Freeing unused kernel image memory: 1916K
[    0.836489] Write protecting the kernel read-only data: 22528k
[    0.837636] Freeing unused kernel image memory: 2036K
[    0.838629] Freeing unused kernel image memory: 1964K
[    0.838704] Run /init as init process
[    0.932505] ahci 0000:00:0a.0: version 3.0
[    0.932506] ahci: enabling MCP89 AHCI mode
[    0.932868] PCI Interrupt Link [LSI0] enabled at IRQ 16
[    0.932972] ahci 0000:00:0a.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    0.932974] ahci 0000:00:0a.0: flags: 64bit ncq sntf pm led pio slum part apst 
[    0.933442] scsi host0: ahci
[    0.933657] scsi host1: ahci
[    0.933729] ata1: SATA max UDMA/133 abar m8192@0xd3484000 port 0xd3484100 irq 27
[    0.933731] ata2: SATA max UDMA/133 abar m8192@0xd3484000 port 0xd3484180 irq 27
[    1.016437] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.028381] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.045421] usb 1-1: New USB device found, idVendor=13fd, idProduct=0840, bcdDevice= 1.12
[    1.045424] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.045426] usb 1-1: Product: External
[    1.045429] usb 1-1: Manufacturer: Generic
[    1.045431] usb 1-1: SerialNumber: 4D3030414244453534343520
[    1.061549] usb 2-1: New USB device found, idVendor=05ac, idProduct=8403, bcdDevice=98.33
[    1.061552] usb 2-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[    1.061555] usb 2-1: Product: Card Reader
[    1.061557] usb 2-1: Manufacturer: Apple
[    1.061560] usb 2-1: SerialNumber: 000000009833
[    1.176341] usb 1-6: new high-speed USB device number 3 using ehci-pci
[    1.183454] random: fast init done
[    1.214502] usb 1-6: New USB device found, idVendor=05ac, idProduct=8507, bcdDevice= 4.35
[    1.214505] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.214508] usb 1-6: Product: Built-in iSight
[    1.214510] usb 1-6: Manufacturer: Apple Inc.
[    1.214512] usb 1-6: SerialNumber: 8HAAU0632DCLPL00
[    1.247961] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.247985] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.248942] ata1.00: ATA-8: Hitachi HTS545025B9SA02, PB2AC60W, max UDMA/133
[    1.248945] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 32)
[    1.249598] ata2.00: ATAPI: MATSHITADVD-R   UJ-898, HC10, max UDMA/100
[    1.250073] ata1.00: configured for UDMA/133
[    1.250297] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54502 C60W PQ: 0 ANSI: 5
[    1.250543] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.250661] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    1.250675] sd 0:0:0:0: [sda] Write Protect is off
[    1.250677] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.250699] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.251995] ata2.00: configured for UDMA/100
[    1.255687] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-898   HC10 PQ: 0 ANSI: 5
[    1.311134] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.311136] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.324726] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.324821] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.524417] usb 4-3: new full-speed USB device number 2 using ohci-pci
[    1.673351]  sda: sda1 sda2 sda3 sda4 sda6 sda7
[    1.674202] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.676825] usb-storage 1-1:1.0: USB Mass Storage device detected
[    1.676985] scsi host2: usb-storage 1-1:1.0
[    1.677083] usb-storage 2-1:1.0: USB Mass Storage device detected
[    1.677221] scsi host3: usb-storage 2-1:1.0
[    1.677305] usbcore: registered new interface driver usb-storage
[    1.679890] usbcore: registered new interface driver uas
[    1.682134] hidraw: raw HID events driver (C) Jiri Kosina
[    1.682743] usbcore: registered new interface driver usbhid
[    1.682744] usbhid: USB HID core driver
[    1.703003] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[    1.767506] usb 4-3: New USB device found, idVendor=05ac, idProduct=0237, bcdDevice= 0.90
[    1.767510] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.767513] usb 4-3: Product: Apple Internal Keyboard / Trackpad
[    1.767515] usb 4-3: Manufacturer: Apple Inc.
[    1.783194] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.0/0003:05AC:0237.0001/input/input4
[    1.840610] apple 0003:05AC:0237.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:06.0-3/input0
[    1.848667] apple 0003:05AC:0237.0002: hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:06.0-3/input1
[    2.092438] usb 2-4: new high-speed USB device number 4 using ehci-pci
[    2.134328] usb 2-4: New USB device found, idVendor=0b95, idProduct=7720, bcdDevice= 0.01
[    2.134331] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.134334] usb 2-4: Product: AX88x72A
[    2.134336] usb 2-4: Manufacturer: ASIX Elec. Corp.
[    2.134338] usb 2-4: SerialNumber: 0004FA
[    2.472418] usb 4-5: new low-speed USB device number 3 using ohci-pci
[    2.682106] scsi 2:0:0:0: CD-ROM            HL-DT-ST BDDVDRW CT30F    YT04 PQ: 0 ANSI: 0
[    2.682508] scsi 3:0:0:0: Direct-Access     APPLE    SD Card Reader   1.00 PQ: 0 ANSI: 0
[    2.685964] sr 2:0:0:0: [sr1] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.704703] sr 2:0:0:0: Attached scsi CD-ROM sr1
[    2.704787] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    2.704994] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    2.706435] usb 4-5: New USB device found, idVendor=05ac, idProduct=8242, bcdDevice= 0.16
[    2.706438] usb 4-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.706441] usb 4-5: Product: IR Receiver
[    2.706444] usb 4-5: Manufacturer: Apple Computer, Inc.
[    2.721876] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[    3.304417] usb 4-6: new full-speed USB device number 4 using ohci-pci
[    3.554452] usb 4-6: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
[    3.554455] usb 4-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.554458] usb 4-6: Product: BRCM2046 Hub
[    3.554460] usb 4-6: Manufacturer: Apple Inc.
[    3.557548] hub 4-6:1.0: USB hub found
[    3.560431] hub 4-6:1.0: 3 ports detected
[    3.876439] usb 4-6.1: new full-speed USB device number 5 using ohci-pci
[    4.016464] usb 4-6.1: New USB device found, idVendor=05ac, idProduct=8213, bcdDevice= 2.08
[    4.016467] usb 4-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.016470] usb 4-6.1: Product: Bluetooth USB Host Controller
[    4.016472] usb 4-6.1: Manufacturer: Apple Inc.
[    4.016475] usb 4-6.1: SerialNumber: F0B4790D3F48
[    4.379706] ISO 9660 Extensions: RRIP_1991A
[   12.854764] random: dbus-uuidgen: uninitialized urandom read (12 bytes read)
[   12.854787] random: dbus-uuidgen: uninitialized urandom read (8 bytes read)
[   17.104338] random: crng init done
[   28.086116] shepherd[1]: Service root has been started.
[   37.346771] shepherd[1]: starting services...
[   37.347519] shepherd[1]: Service root-file-system has been started.
[   37.348157] shepherd[1]: Service user-file-systems has been started.
[   37.651592] shepherd[1]: waiting for udevd...
[   38.152969] shepherd[1]: waiting for udevd...
[   38.654314] shepherd[1]: waiting for udevd...
[   38.884001] udevd[187]: starting version 3.2.9
[   40.306118] shepherd[1]: Service udev has been started.
[   40.307259] shepherd[1]: Service file-system-/tmp has been started.
[   40.308212] shepherd[1]: Service file-system-/dev/pts has been started.
[   40.309178] shepherd[1]: Service file-system-/dev/shm has been started.
[   40.310085] shepherd[1]: Service file-system-/gnu/store has been started.
[   40.310717] shepherd[1]: Service file-systems has been started.
[   40.311393] shepherd[1]: Service user-processes has been started.
[   40.312067] shepherd[1]: Service host-name has been started.
[   42.233629] shepherd[1]: Service user-homes has been started.
[   52.380817] udevd[187]: starting eudev-3.2.9
[   52.383853] udevd[187]: no sender credentials received, message ignored
[   52.857535] uvesafb: NVIDIA Corporation, NVIDIA GeForce 320M
               , Chip Rev   , OEM: NVIDIA, VBE v3.0
[   52.985211] uvesafb: VBIOS/hardware doesn't support DDC transfers
[   52.985212] uvesafb: no monitor limits have been set, default refresh rate will be used
[   52.986441] uvesafb: scrolling: redraw
[   53.245477] Console: switching to colour frame buffer device 128x48
[   53.247224] uvesafb: framebuffer at 0xd1000000, mapped to 0x000000009d51f527, using 8000k, total 14336k
[   53.247225] uvesafb: fb0: VESA VGA frame buffer device
[   53.248761] shepherd[1]: Service uvesafb has been started.
[   63.612489] smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
[   64.247705] [Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS
[   64.247739] ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
[   64.247932] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input5
[   64.924960] ACPI: AC Adapter [ADP1] (on-line)
[   64.950327] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
[   72.228612] input: Apple Computer, Inc. IR Receiver as /devices/pci0000:00/0000:00:06.0/usb4/4-5/4-5:1.0/0003:05AC:8242.0003/input/input6
[   72.288609] appleir 0003:05AC:8242.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:06.0-5/input0
[   72.722805] input: bcm5974 as /devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.2/input/input7
[   72.722957] usbcore: registered new interface driver bcm5974
[   85.085420] mc: Linux media interface: v0.10
[   86.796890] asix 2-4:1.0 eth0: register 'asix' at usb-0000:00:06.1-4, ASIX AX88772 USB 2.0 Ethernet, 00:0e:c6:c3:a7:0a
[   86.796938] usbcore: registered new interface driver asix
[   90.816414] firewire_ohci 0000:01:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0, physUB
[   91.320555] firewire_core 0000:01:00.0: created device fw0: GUID 70cd60fffe05b3a8, S800
[   91.320562] firewire_core 0000:01:00.0: phy config: new root=ffc0, gap_count=63
[   91.732456] videodev: Linux video capture interface: v2.00
[   91.984546] ssb: Found chip with id 0x4322, rev 0x01 and package 0x0A
[   92.116965] b43-pci-bridge 0000:02:00.0: Sonics Silicon Backplane found on PCI device 0000:02:00.0
[   99.037085] pps_core: LinuxPPS API ver. 1 registered
[   99.037087] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[  100.425861] PTP clock support registered
[  103.488231] usbcore: registered new interface driver usbkbd
[  103.489075] usbcore: registered new interface driver usbmouse
[  108.017355] udevd[280]: Unable to EVIOCGABS device "/dev/input/event4"
[  108.017390] udevd[280]: Unable to EVIOCGABS device "/dev/input/event4"
[  108.017418] udevd[280]: Unable to EVIOCGABS device "/dev/input/event4"
[  108.017444] udevd[280]: Unable to EVIOCGABS device "/dev/input/event4"
[  108.378739] tg3.c:v3.137 (May 11, 2014)
[  108.482191] tg3 0000:03:00.0 eth1: Tigon3 [partno(BCM95764m) rev 5784100] (PCI Express) MAC address 10:9a:dd:46:4f:9f
[  108.482194] tg3 0000:03:00.0 eth1: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[  108.482196] tg3 0000:03:00.0 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[  108.482198] tg3 0000:03:00.0 eth1: dma_rwctrl[76180000] dma_mask[64-bit]
[  110.185206] input: PC Speaker as /devices/platform/pcspkr/input/input8
[  114.963360] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8507)
[  114.971502] uvcvideo 1-6:1.0: Entity type for entity Processing 3 was not initialized!
[  114.971504] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
[  114.971594] input: Built-in iSight: Built-in iSigh as /devices/pci0000:00/0000:00:04.1/usb1/1-6/1-6:1.0/input/input9
[  114.971698] usbcore: registered new interface driver uvcvideo
[  114.971699] USB Video Class driver (1.1.1)
[  118.977678] Error: Driver 'pcspkr' is already registered, aborting...
[  121.175336] PCI Interrupt Link [LAZA] enabled at IRQ 23
[  121.181592] snd_hda_intel 0000:00:08.0: Disabling MSI
[  121.181597] snd_hda_intel 0000:00:08.0: position_fix set to 1 for device 10de:cb89
[  121.197221] tg3 0000:03:00.0 enp3s0: renamed from eth1
[  123.354686] applesmc: key=323 fan=1 temp=15 index=15 acc=1 lux=2 kbd=1
[  123.382905] input: applesmc as /devices/platform/applesmc.768/input/input10
[  123.383655] applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[  123.538983] asix 2-4:1.0 enp0s6f1u4: renamed from eth0
[  139.660383] snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4206: line_outs=2 (0xb/0xa/0x0/0x0/0x0) type:speaker
[  139.660391] snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  139.660395] snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
[  139.660397] snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
[  139.660400] snd_hda_codec_cirrus hdaudioC0D0:    dig-out=0x10/0x0
[  139.660402] snd_hda_codec_cirrus hdaudioC0D0:    inputs:
[  139.660405] snd_hda_codec_cirrus hdaudioC0D0:      Mic=0xd
[  144.419300] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[  144.847617] intel_powerclamp: No package C-state available
[  144.876658] intel_powerclamp: No package C-state available
[  154.462677] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  156.285000] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:08.0/sound/card0/input11
[  156.285085] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.0/sound/card0/input12
[  156.285152] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.0/sound/card0/input13
[  156.285219] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.0/sound/card0/input14
[  156.359030] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[  156.359034] cfg80211: failed to load regulatory.db
[  164.499215] Bluetooth: Core ver 2.22
[  164.499243] NET: Registered protocol family 31
[  164.499244] Bluetooth: HCI device and connection manager initialized
[  164.499251] Bluetooth: HCI socket layer initialized
[  164.499253] Bluetooth: L2CAP socket layer initialized
[  164.499258] Bluetooth: SCO socket layer initialized
[  169.405195] usbcore: registered new interface driver btusb
[  169.527499] Bluetooth: hci0: BCM: chip id 254 build 0522
[  169.530500] Bluetooth: hci0: BCM: product 05ac:8213
[  169.533529] Bluetooth: hci0: BCM: features 0x00
[  169.551537] Bluetooth: hci0: Bluetooth USB Host Controller
[  177.284731] b43-phy0: Broadcom 4322 WLAN found (core revision 16)
[  177.332556] b43-phy0: Found PHY: Analog 8, Type 4 (N), Revision 4
[  177.332579] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2056, Revision 3, Version 0
[  177.348626] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
[  177.348711] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
[  177.348718] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
[  177.348766] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
[  177.348813] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
[  177.348817] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
[  177.348863] b43-phy0 ERROR: Firmware file "/*(DEBLOBBED)*/" not found
[  177.348884] b43-phy0 ERROR: Firmware file "b43-open//*(DEBLOBBED)*/.fw" not found
[  177.348910] b43-phy0 ERROR: /*(DEBLOBBED)*/
[  177.348954] Broadcom 43xx driver loaded [ Features: PNL ]

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-13 21:56                           ` pelzflorian (Florian Pelz)
  2020-04-13 22:19                             ` Ludovic Courtès
@ 2020-04-13 22:25                             ` Ludovic Courtès
  2020-04-14  0:43                               ` pelzflorian (Florian Pelz)
  1 sibling, 1 reply; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-13 22:25 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> Here is the only trace file in /.

Argh, I just realized that the patch I sent you would actually keep
using the same file name for strace, even when dbus-daemon restarts.
:-/  Apologies for the mistake.

The attached patch should do the right thing: it will append the
dbus-daemon PID to /dbus.trace.

If you could test it, that’d be great.  I guess I’ll owe you a couple of
beverages of your choice when we meet in real life!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1346 bytes --]

diff --git a/gnu/services/dbus.scm b/gnu/services/dbus.scm
index 7b3c8100e2..7f506a16c5 100644
--- a/gnu/services/dbus.scm
+++ b/gnu/services/dbus.scm
@@ -25,6 +25,7 @@
   #:use-module ((gnu packages glib) #:select (dbus))
   #:use-module (gnu packages polkit)
   #:use-module (gnu packages admin)
+  #:use-module (gnu packages linux)
   #:use-module (guix gexp)
   #:use-module ((guix packages) #:select (package-name))
   #:use-module (guix records)
@@ -186,9 +187,12 @@ includes the @code{etc/dbus-1/system.d} directories of each package listed in
      (list (shepherd-service
             (documentation "Run the D-Bus system daemon.")
             (provision '(dbus-system))
-            (requirement '(user-processes syslogd))
+            (requirement '(user-processes syslogd)) ;<- add 'host-name' and/or 'nscd'
             (start #~(make-forkexec-constructor
-                      (list (string-append #$dbus "/bin/dbus-daemon")
+                      (list #$(file-append strace "/bin/strace")
+                            "-o" "/dbus.trace"
+                            "-s" "500" "-ff"
+                            (string-append #$dbus "/bin/dbus-daemon")
                             "--nofork" "--system" "--syslog-only")
                       #:pid-file "/var/run/dbus/pid"))
             (stop #~(make-kill-destructor)))))))

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-13 22:25                             ` Ludovic Courtès
@ 2020-04-14  0:43                               ` pelzflorian (Florian Pelz)
  2020-04-14  9:03                                 ` Ludovic Courtès
  0 siblings, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-14  0:43 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 879 bytes --]

On Tue, Apr 14, 2020 at 12:25:34AM +0200, Ludovic Courtès wrote:
> "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:
> If you could test it, that’d be great.  I guess I’ll owe you a couple of
> beverages of your choice when we meet in real life!
> 
> Ludo’.
> 

The installer crashed again after entering a newly invented hostname
“a” (perhaps it was already in use from my previous attempt?).  But
later my normal hostname “florianmacbook” worked and network
technologies failed.  The hostname command displays “gnu” now.

Here are the log files.  From among the dbus trace files, only
dbus.trace.301 is different after the installer crashed (see “diff
logs/dbus.trace.301 logs/after-network-failed/dbus.trace.301”).
Though you may be more interested in early trace logs/dbus.trace.228.
But I’m going to sleep now. ;)

Regards,
Florian

[-- Attachment #2: logs.tar.xz --]
[-- Type: application/x-xz, Size: 672332 bytes --]

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-14  0:43                               ` pelzflorian (Florian Pelz)
@ 2020-04-14  9:03                                 ` Ludovic Courtès
  2020-04-14  9:40                                   ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-14  9:03 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 5974 bytes --]

Hi Florian,

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> The installer crashed again after entering a newly invented hostname
> “a” (perhaps it was already in use from my previous attempt?).  But
> later my normal hostname “florianmacbook” worked and network
> technologies failed.  The hostname command displays “gnu” now.
>
> Here are the log files.  From among the dbus trace files, only
> dbus.trace.301 is different after the installer crashed (see “diff
> logs/dbus.trace.301 logs/after-network-failed/dbus.trace.301”).
> Though you may be more interested in early trace logs/dbus.trace.228.
> But I’m going to sleep now. ;)

Uh, well deserved.  :-)

The logs show very well what happened.  From /var/log/messages
(stripped):

--8<---------------cut here---------------start------------->8---
Apr 14 01:52:21 localhost vmunix: [   12.733898] random: dbus-uuidgen: uninitialized urandom read (12 bytes read)
Apr 14 01:52:21 localhost vmunix: [   27.690871] shepherd[1]: Service root has been started.
Apr 14 01:52:26 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 14 01:52:26 localhost shepherd[1]: Service networking depends on dbus-system. 
Apr 14 01:52:26 localhost shepherd[1]: Service networking could not be started. 
Apr 14 01:52:31 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 14 01:52:36 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 14 01:52:36 localhost shepherd[1]: Service wpa-supplicant depends on dbus-system. 
Apr 14 01:52:36 localhost shepherd[1]: Service wpa-supplicant could not be started. 
Apr 14 01:52:36 localhost shepherd[1]: Service loopback has been started. 
Apr 14 01:52:41 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[258]: *** info [daemon/startup.c(136)]: 
Apr 14 01:52:41 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[258]: Started gpm successfully. Entered daemon mode.
Apr 14 01:52:41 localhost shepherd[1]: Service gpm could not be started. 
Apr 14 01:52:43 localhost dbus-daemon[244]: Failed to start message bus: Failed to bind socket "/var/run/dbus/system_bus_socket": Address already in use
Apr 14 01:52:45 localhost vmunix: [   78.947812] mc: Linux media interface: v0.10
Apr 14 01:52:46 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 14 01:52:46 localhost shepherd[1]: Service term-tty1 depends on dbus-system. 
Apr 14 01:52:46 localhost shepherd[1]: Service term-tty1 could not be started. 
Apr 14 01:52:50 localhost dbus-daemon[262]: Failed to start message bus: Failed to open "/var/run/dbus/pid": File exists
Apr 14 01:53:14 localhost shepherd[1]: Service dbus-system has been started. 
Apr 14 01:53:14 localhost shepherd[1]: Service term-tty1 has been started. 
--8<---------------cut here---------------end--------------->8---

That alone shows the problem: dbus-system was initially wrongfully
considered as “not started”, thus subsequent attempts to start it result
in EADDRINUSE.  This is confirmed by strace logs:

  228 -> starts fine
    openat(AT_FDCWD, "/var/run/dbus/pid", O_WRONLY|O_CREAT|O_EXCL, 0644) = 5
    fcntl(5, F_GETFL)                       = 0x8001 (flags O_WRONLY|O_LARGEFILE)
    fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    write(5, "228\n", 4)                    = 4

  244 ->
    sendto(3, "<28>Apr 14 01:52:43 dbus-daemon[244]: Failed to start message bus: Failed to bind socket \"/var/run/dbus/system_bus_socket\": Address already in use", 146, MSG_NOSIGNAL, NULL, 0) = 146
    exit_group(1)                           = ?

  262 ->
    sendto(3, "<28>Apr 14 01:52:50 dbus-daemon[262]: Failed to start message bus: Failed to open \"/var/run/dbus/pid\": File exists", 114, MSG_NOSIGNAL, NULL, 0) = 114
    exit_group(1)                           = ?

  301 -> starts fine (did 228 die in the meantime? go figure)
    openat(AT_FDCWD, "/var/run/dbus/pid", O_WRONLY|O_CREAT|O_EXCL, 0644) = 5
    fcntl(5, F_GETFL)                       = 0x8001 (flags O_WRONLY|O_LARGEFILE)
    fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    write(5, "301\n", 4)                    = 4

Everything seems to be extremely slow on this machine (booting from an
actual DVD, right?).  For example:

--8<---------------cut here---------------start------------->8---
[   27.690871] shepherd[1]: Service root has been started.
[   37.063759] shepherd[1]: starting services...

[...]

[   39.969589] shepherd[1]: Service host-name has been started.
[   41.959013] shepherd[1]: Service user-homes has been started.
--8<---------------cut here---------------end--------------->8---

That’s 27s before shepherd is started, and another 10s before “starting
services” (the only thing that happens in between in shepherd.conf is
loading .go files for the services.)

My guess is that cold-cache I/O is very slow.  A plausible scenario is
that loading ‘dbus-daemon’ the first time takes several seconds;
dbus-daemon has enough time to fork, but it does not produce its PID
file until after the 5s ‘%pid-file-timeout’ has timeout has expired.
Thus, shepherd marks it as “failed to start” but it’s actually running.

To confirm this hypothesis, we need to run “strace -t”, see below (sorry
for not thinking about doing it!).  If you can try again with the patch
below, that’s awesome.  Then we’ll compare the timestamps in
/var/log/messages and those in the strace log.

If that’s confirmed, we can work around it locally by passing:

  #:pid-file-timeout 15

to ‘make-forkexec-constructor’ for dbus-daemon or, alternately, setting
‘%pid-file-timeout’ globally from shepherd.conf.

You were right that it relates to
<https://issues.guix.gnu.org/issue/35550>.  It also reminds me of a
discussion with Konrad about the best way to make this configurable.

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1380 bytes --]

diff --git a/gnu/services/dbus.scm b/gnu/services/dbus.scm
index 7b3c8100e2..c6733ffce3 100644
--- a/gnu/services/dbus.scm
+++ b/gnu/services/dbus.scm
@@ -25,6 +25,7 @@
   #:use-module ((gnu packages glib) #:select (dbus))
   #:use-module (gnu packages polkit)
   #:use-module (gnu packages admin)
+  #:use-module (gnu packages linux)
   #:use-module (guix gexp)
   #:use-module ((guix packages) #:select (package-name))
   #:use-module (guix records)
@@ -186,9 +187,13 @@ includes the @code{etc/dbus-1/system.d} directories of each package listed in
      (list (shepherd-service
             (documentation "Run the D-Bus system daemon.")
             (provision '(dbus-system))
-            (requirement '(user-processes syslogd))
+            (requirement '(user-processes syslogd)) ;<- add 'host-name' and/or 'nscd'
             (start #~(make-forkexec-constructor
-                      (list (string-append #$dbus "/bin/dbus-daemon")
+                      (list #$(file-append strace "/bin/strace")
+                            "-o" "/dbus.trace"
+                            "-s" "500" "-ff"
+                            "-t"
+                            (string-append #$dbus "/bin/dbus-daemon")
                             "--nofork" "--system" "--syslog-only")
                       #:pid-file "/var/run/dbus/pid"))
             (stop #~(make-kill-destructor)))))))

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

* bug#40624: installer: info manual language does not adapt to locale
       [not found] ` <878sj1qcw7.fsf@gnu.org>
                     ` (2 preceding siblings ...)
       [not found]   ` <C2016B2OHCON.2UGA2TGH3ZFS@amber>
@ 2020-04-14  9:37   ` pelzflorian (Florian Pelz)
  2020-04-14 11:02     ` Ludovic Courtès
  3 siblings, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-14  9:37 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40624

Hello!

When I choose français or Deutsch or Español as locale in the
installer, the info manual does not change language.  I think it did
before.  This is when booting from USB.  I have not tried QEMU.

Regards,
Florian

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-14  9:03                                 ` Ludovic Courtès
@ 2020-04-14  9:40                                   ` pelzflorian (Florian Pelz)
  2020-04-14 12:00                                     ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-14  9:40 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40572

Thank you for debugging.

On Tue, Apr 14, 2020 at 11:03:55AM +0200, Ludovic Courtès wrote:
> Everything seems to be extremely slow on this machine (booting from an
> actual DVD, right?).

Yes.  USB boot has no issues (except I cannot boot from USB on my
Uniwill U50SI1).


> To confirm this hypothesis, we need to run “strace -t”, see below (sorry
> for not thinking about doing it!).  If you can try again with the patch
> below, that’s awesome.  Then we’ll compare the timestamps in
> /var/log/messages and those in the strace log.

Will do.  I will only send /var/log/messages and /dbus.* traces then.

Regards,
Florian

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

* bug#40624: installer: info manual language does not adapt to locale
  2020-04-14  9:37   ` bug#40624: installer: info manual language does not adapt to locale pelzflorian (Florian Pelz)
@ 2020-04-14 11:02     ` Ludovic Courtès
  0 siblings, 0 replies; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-14 11:02 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40624-done

Hi,

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> When I choose français or Deutsch or Español as locale in the
> installer, the info manual does not change language.  I think it did
> before.  This is when booting from USB.  I have not tried QEMU.

Fixed in 893651af3ec8ea003404cfefbbaa4fcd56dad3d5.

Thanks!

Ludo’.

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-14  9:40                                   ` pelzflorian (Florian Pelz)
@ 2020-04-14 12:00                                     ` pelzflorian (Florian Pelz)
  2020-04-14 14:36                                       ` Ludovic Courtès
  0 siblings, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-14 12:00 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 537 bytes --]

On Tue, Apr 14, 2020 at 11:40:53AM +0200, pelzflorian (Florian Pelz) wrote:
> On Tue, Apr 14, 2020 at 11:03:55AM +0200, Ludovic Courtès wrote:
> > To confirm this hypothesis, we need to run “strace -t”, see below (sorry
> > for not thinking about doing it!).  If you can try again with the patch
> > below, that’s awesome.  Then we’ll compare the timestamps in
> > /var/log/messages and those in the strace log.
> 
> Will do.  I will only send /var/log/messages and /dbus.* traces then.
> 

Logs are attached.

Regards,
Florian

[-- Attachment #2: newlogs.tar.xz --]
[-- Type: application/x-xz, Size: 351042 bytes --]

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-14 12:00                                     ` pelzflorian (Florian Pelz)
@ 2020-04-14 14:36                                       ` Ludovic Courtès
  2020-04-14 18:40                                         ` pelzflorian (Florian Pelz)
  2020-04-14 22:49                                         ` Bengt Richter
  0 siblings, 2 replies; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-14 14:36 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 2786 bytes --]

Hi Florian,

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> On Tue, Apr 14, 2020 at 11:40:53AM +0200, pelzflorian (Florian Pelz) wrote:
>> On Tue, Apr 14, 2020 at 11:03:55AM +0200, Ludovic Courtès wrote:
>> > To confirm this hypothesis, we need to run “strace -t”, see below (sorry
>> > for not thinking about doing it!).  If you can try again with the patch
>> > below, that’s awesome.  Then we’ll compare the timestamps in
>> > /var/log/messages and those in the strace log.
>> 
>> Will do.  I will only send /var/log/messages and /dbus.* traces then.
>> 
>
> Logs are attached.

Woow, the first dbus-daemon process needs 20s from exec to PID file:

--8<---------------cut here---------------start------------->8---
13:46:06 execve("/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/bin/dbus-daemon", ["/gnu/store/nlb24nrrrkn2h9vflnqigcf2hx58rvyx-dbus-1.12.16/bin/dbus-daemon", "--nofork", "--system", "--syslog-only"], 0x7ffc94ca62c8 /* 1 var */) = 0
[…]
13:46:14 openat(AT_FDCWD, "/gnu/store/vclzrvbxac8ipc8g1ncq5gjjj8gdvxw3-connman-1.38/etc/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
13:46:16 fstat(4, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
[…]
13:46:19 openat(AT_FDCWD, "/gnu/store/mw57n9nj3y20bfm9ijcbpm16gpsik6sg-polkit-0.116/etc/dbus-1/system.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
13:46:21 fstat(4, {st_mode=S_IFDIR|0555, st_size=2048, ...}) = 0
[…]
13:46:21 bind(4, {sa_family=AF_UNIX, sun_path="/var/run/dbus/system_bus_socket"}, 33) = 0
[…]
13:46:26 openat(AT_FDCWD, "/var/run/dbus/pid", O_WRONLY|O_CREAT|O_EXCL, 0644) = 5
13:46:26 fcntl(5, F_GETFL)              = 0x8001 (flags O_WRONLY|O_LARGEFILE)
13:46:26 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
13:46:26 write(5, "212\n", 4)           = 4
13:46:26 close(5)                       = 0
--8<---------------cut here---------------end--------------->8---

Some of the openat(2) calls take no less than 2s (probably due to DVD
seek time + decompression time).

In parallel we see:

--8<---------------cut here---------------start------------->8---
Apr 14 13:46:08 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 14 13:46:08 localhost shepherd[1]: Service networking depends on dbus-system. 
--8<---------------cut here---------------end--------------->8---

This happens 2s after exec, meaning that it already took 3s to go from
“start dbus” to “process forked + exec’d”.

Could you build an ISO image with the patch below on top of
bd4c345ef7ddf3542662fe0872b06393b414a3fc and confirm that it works for
you?  Run:

  ./pre-inst-env guix system disk-image \
     --file-system-type=iso9660 gnu/system/install.scm

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 779 bytes --]

diff --git a/gnu/services/shepherd.scm b/gnu/services/shepherd.scm
index bad089844d..0102ac3490 100644
--- a/gnu/services/shepherd.scm
+++ b/gnu/services/shepherd.scm
@@ -298,6 +298,11 @@ and return the resulting '.go' file."
               (apply register-services
                      (map load-compiled '#$(map scm->go files)))))
 
+          ;; Booting off a DVD on a slow machine can make everything slow.
+          ;; Thus, increase the timeout compared to the default 5s in the
+          ;; Shepherd 0.7.0.  See <https://bugs.gnu.org/40572>.
+          (set! (@@ (shepherd service) %pid-file-timeout) 30)
+
           (format #t "starting services...~%")
           (for-each (lambda (service)
                       ;; In the Shepherd 0.3 the 'start' method can raise

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-14 14:36                                       ` Ludovic Courtès
@ 2020-04-14 18:40                                         ` pelzflorian (Florian Pelz)
  2020-04-14 20:17                                           ` Ludovic Courtès
  2020-04-14 22:49                                         ` Bengt Richter
  1 sibling, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-14 18:40 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

On Tue, Apr 14, 2020 at 04:36:12PM +0200, Ludovic Courtès wrote:
> Could you build an ISO image with the patch below on top of
> bd4c345ef7ddf3542662fe0872b06393b414a3fc and confirm that it works for
> you?

Sorry it still fails despite /gnu/store/*shepherd.conf really
containing the set! of the timeout to 30.  I attach /var/log/messages.

> +          ;; Booting off a DVD on a slow machine can make everything slow.
> +          ;; Thus, increase the timeout compared to the default 5s in the
> +          ;; Shepherd 0.7.0.  See <https://bugs.gnu.org/40572>.

I believe this issue affects DVD on fast machines as well, although a
faster DVD drive would help slightly.

Regards,
Florian

[-- Attachment #2: varlogmessages --]
[-- Type: text/plain, Size: 90889 bytes --]

Apr 14 20:20:37 localhost syslogd (GNU inetutils 1.9.4): restart
Apr 14 20:20:37 localhost vmunix: [    0.000000] Linux version 5.4.31-gnu (nixbld@) (gcc version 7.4.0 (GCC)) #1 SMP 1
Apr 14 20:20:37 localhost vmunix: [    0.000000] Command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/9r6wghqw50rllb3szwqn7r37b7cwl8bm-system --load=/gnu/store/9r6wghqw50rllb3szwqn7r37b7cwl8bm-system/boot quiet modprobe.blacklist=radeon nomodeset
Apr 14 20:20:37 localhost vmunix: [    0.000000] KERNEL supported cpus:
Apr 14 20:20:37 localhost vmunix: [    0.000000]   Intel GenuineIntel
Apr 14 20:20:37 localhost vmunix: [    0.000000]   AMD AuthenticAMD
Apr 14 20:20:37 localhost vmunix: [    0.000000]   Hygon HygonGenuine
Apr 14 20:20:37 localhost vmunix: [    0.000000]   Centaur CentaurHauls
Apr 14 20:20:37 localhost vmunix: [    0.000000]   zhaoxin   Shanghai  
Apr 14 20:20:37 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 14 20:20:37 localhost vmunix: [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 14 20:20:37 localhost vmunix: [    0.000000] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-provided physical RAM map:
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000aeffffff] usable
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000af000000-0x00000000beffffff] reserved
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bf70efff] usable
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf70f000-0x00000000bf92ffff] ACPI NVS
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf930000-0x00000000bf930fff] ACPI data
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf931000-0x00000000bf938fff] ACPI NVS
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bf939000-0x00000000bfef8fff] ACPI data
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfef9000-0x00000000bfefefff] reserved
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI data
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000d3400000-0x00000000d3400fff] reserved
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
Apr 14 20:20:37 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
Apr 14 20:20:37 localhost vmunix: [    0.000000] NX (Execute Disable) protection: active
Apr 14 20:20:37 localhost vmunix: [    0.000000] SMBIOS 2.4 present.
Apr 14 20:20:37 localhost vmunix: [    0.000000] DMI: Apple Inc. MacBookPro7,1/Mac-F222BEC8, BIOS    MBP71.88Z.003F.B00.1802021458 02/02/18
Apr 14 20:20:37 localhost vmunix: [    0.000000] tsc: Fast TSC calibration using PIT
Apr 14 20:20:37 localhost vmunix: [    0.000000] tsc: Detected 2389.209 MHz processor
Apr 14 20:20:37 localhost vmunix: [    0.008248] last_pfn = 0x140000 max_arch_pfn = 0x400000000
Apr 14 20:20:37 localhost vmunix: [    0.009403] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Apr 14 20:20:37 localhost vmunix: [    0.009537] last_pfn = 0xbf70f max_arch_pfn = 0x400000000
Apr 14 20:20:37 localhost vmunix: [    0.025776] check: Scanning 1 areas for low memory corruption
Apr 14 20:20:37 localhost shepherd[1]: Service syslogd has been started. 
Apr 14 20:20:37 localhost vmunix: [    0.026474] RAMDISK: [mem 0x36b91000-0x375bffff]
Apr 14 20:20:37 localhost vmunix: [    0.026480] ACPI: Early table checksum verification disabled
Apr 14 20:20:37 localhost vmunix: [    0.026486] ACPI: RSDP 0x00000000000FE020 000024 (v02 APPLE )
Apr 14 20:20:37 localhost vmunix: [    0.026490] ACPI: XSDT 0x00000000BF96A1C0 000084 (v01 APPLE  Apple00  0000003F      01000013)
Apr 14 20:20:37 localhost vmunix: [    0.026497] ACPI: FACP 0x00000000BF968000 0000F4 (v04 APPLE  Apple00  0000003F Loki 0000005F)
Apr 14 20:20:37 localhost vmunix: [    0.026504] ACPI: DSDT 0x00000000BF95A000 0061ED (v01 APPLE  MacBookP 00070001 INTL 20061109)
Apr 14 20:20:37 localhost vmunix: [    0.026508] ACPI: FACS 0x00000000BF71E000 000040
Apr 14 20:20:37 localhost vmunix: [    0.026511] ACPI: FACS 0x00000000BF71E000 000040
Apr 14 20:20:37 localhost vmunix: [    0.026514] ACPI: HPET 0x00000000BF967000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 20:20:37 localhost vmunix: [    0.026518] ACPI: APIC 0x00000000BF966000 000068 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 20:20:37 localhost vmunix: [    0.026522] ACPI: APIC 0x00000000BF965000 000068 (v02 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 20:20:37 localhost vmunix: [    0.026526] ACPI: ASF! 0x00000000BF963000 0000A5 (v32 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 20:20:37 localhost vmunix: [    0.026531] ACPI: SBST 0x00000000BF962000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 20:20:37 localhost vmunix: [    0.026535] ACPI: ECDT 0x00000000BF961000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 20:20:37 localhost vmunix: [    0.026539] ACPI: SSDT 0x00000000BF956000 000024 (v01 APPLE  Apple    00001000 INTL 20061109)
Apr 14 20:20:37 localhost vmunix: [    0.026543] ACPI: SSDT 0x00000000BF955000 0004DC (v01 APPLE  CpuPm    00003000 INTL 20061109)
Apr 14 20:20:37 localhost vmunix: [    0.026547] ACPI: MCFG 0x00000000BF964000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Apr 14 20:20:37 localhost vmunix: [    0.026551] ACPI: SSDT 0x00000000BF959000 0000A5 (v01 SataRe SataPri  00001000 INTL 20061109)
Apr 14 20:20:37 localhost vmunix: [    0.026555] ACPI: SSDT 0x00000000BF958000 00009F (v01 SataRe SataSec  00001000 INTL 20061109)
Apr 14 20:20:37 localhost vmunix: [    0.026559] ACPI: BIOS bug: multiple APIC/MADT found, using 0
Apr 14 20:20:37 localhost vmunix: [    0.026559] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
Apr 14 20:20:37 localhost vmunix: [    0.026566] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Apr 14 20:20:37 localhost vmunix: [    0.026667] No NUMA configuration found
Apr 14 20:20:37 localhost vmunix: [    0.026668] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
Apr 14 20:20:37 localhost vmunix: [    0.026672] NODE_DATA(0) allocated [mem 0x13fffa000-0x13fffdfff]
Apr 14 20:20:37 localhost vmunix: [    0.026704] Zone ranges:
Apr 14 20:20:37 localhost vmunix: [    0.026705]   DMA32    [mem 0x0000000000001000-0x00000000ffffffff]
Apr 14 20:20:37 localhost vmunix: [    0.026707]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
Apr 14 20:20:37 localhost vmunix: [    0.026708]   Device   empty
Apr 14 20:20:37 localhost vmunix: [    0.026709] Movable zone start for each node
Apr 14 20:20:37 localhost vmunix: [    0.026710] Early memory node ranges
Apr 14 20:20:37 localhost vmunix: [    0.026711]   node   0: [mem 0x0000000000001000-0x000000000009efff]
Apr 14 20:20:37 localhost vmunix: [    0.026712]   node   0: [mem 0x0000000000100000-0x00000000aeffffff]
Apr 14 20:20:37 localhost vmunix: [    0.026714]   node   0: [mem 0x00000000bf000000-0x00000000bf70efff]
Apr 14 20:20:37 localhost vmunix: [    0.026715]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
Apr 14 20:20:37 localhost vmunix: [    0.027243] Zeroed struct page in unavailable ranges: 35155 pages
Apr 14 20:20:37 localhost vmunix: [    0.027245] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
Apr 14 20:20:37 localhost vmunix: [    0.058315] ACPI: PM-Timer IO Port: 0x408
Apr 14 20:20:37 localhost vmunix: [    0.058330] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Apr 14 20:20:37 localhost vmunix: [    0.058331] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Apr 14 20:20:37 localhost vmunix: [    0.058344] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
Apr 14 20:20:37 localhost vmunix: [    0.058347] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 14 20:20:37 localhost vmunix: [    0.058349] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 14 20:20:37 localhost vmunix: [    0.058354] Using ACPI (MADT) for SMP configuration information
Apr 14 20:20:37 localhost vmunix: [    0.058356] ACPI: HPET id: 0x10de8201 base: 0xfed00000
Apr 14 20:20:37 localhost vmunix: [    0.058364] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
Apr 14 20:20:37 localhost vmunix: [    0.058391] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 14 20:20:37 localhost vmunix: [    0.058394] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Apr 14 20:20:37 localhost vmunix: [    0.058395] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Apr 14 20:20:37 localhost vmunix: [    0.058395] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Apr 14 20:20:37 localhost vmunix: [    0.058397] PM: Registered nosave memory: [mem 0xaf000000-0xbeffffff]
Apr 14 20:20:37 localhost vmunix: [    0.058399] PM: Registered nosave memory: [mem 0xbf70f000-0xbf92ffff]
Apr 14 20:20:37 localhost vmunix: [    0.058400] PM: Registered nosave memory: [mem 0xbf930000-0xbf930fff]
Apr 14 20:20:37 localhost vmunix: [    0.058401] PM: Registered nosave memory: [mem 0xbf931000-0xbf938fff]
Apr 14 20:20:37 localhost vmunix: [    0.058402] PM: Registered nosave memory: [mem 0xbf939000-0xbfef8fff]
Apr 14 20:20:37 localhost vmunix: [    0.058402] PM: Registered nosave memory: [mem 0xbfef9000-0xbfefefff]
Apr 14 20:20:37 localhost vmunix: [    0.058403] PM: Registered nosave memory: [mem 0xbfeff000-0xbfefffff]
Apr 14 20:20:37 localhost vmunix: [    0.058404] PM: Registered nosave memory: [mem 0xbff00000-0xd33fffff]
Apr 14 20:20:37 localhost vmunix: [    0.058405] PM: Registered nosave memory: [mem 0xd3400000-0xd3400fff]
Apr 14 20:20:37 localhost vmunix: [    0.058405] PM: Registered nosave memory: [mem 0xd3401000-0xefffffff]
Apr 14 20:20:37 localhost vmunix: [    0.058406] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
Apr 14 20:20:37 localhost vmunix: [    0.058407] PM: Registered nosave memory: [mem 0xf4000000-0xfebfffff]
Apr 14 20:20:37 localhost vmunix: [    0.058408] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Apr 14 20:20:37 localhost vmunix: [    0.058409] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Apr 14 20:20:37 localhost vmunix: [    0.058409] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 14 20:20:37 localhost vmunix: [    0.058410] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
Apr 14 20:20:37 localhost vmunix: [    0.058411] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
Apr 14 20:20:37 localhost vmunix: [    0.058413] [mem 0xd3401000-0xefffffff] available for PCI devices
Apr 14 20:20:37 localhost vmunix: [    0.058414] Booting paravirtualized kernel on bare hardware
Apr 14 20:20:37 localhost vmunix: [    0.058419] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Apr 14 20:20:37 localhost vmunix: [    0.058429] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
Apr 14 20:20:37 localhost vmunix: [    0.059290] percpu: Embedded 53 pages/cpu s178520 r8192 d30376 u1048576
Apr 14 20:20:37 localhost vmunix: [    0.059336] Built 1 zonelists, mobility grouping on.  Total pages: 965309
Apr 14 20:20:37 localhost vmunix: [    0.059338] Policy zone: Normal
Apr 14 20:20:37 localhost vmunix: [    0.059340] Kernel command line: BOOT_IMAGE=/gnu/store/g56i8savnfr7981fil03idkjl0syj29d-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/9r6wghqw50rllb3szwqn7r37b7cwl8bm-system --load=/gnu/store/9r6wghqw50rllb3szwqn7r37b7cwl8bm-system/boot quiet modprobe.blacklist=radeon nomodeset
Apr 14 20:20:37 localhost vmunix: [    0.059536] You have booted with nomodeset. This means your GPU drivers are DISABLED
Apr 14 20:20:37 localhost vmunix: [    0.059536] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
Apr 14 20:20:37 localhost vmunix: [    0.059537] Unless you actually understand what nomodeset does, you should reboot without enabling it
Apr 14 20:20:37 localhost vmunix: [    0.060971] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Apr 14 20:20:37 localhost vmunix: [    0.061719] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 14 20:20:37 localhost vmunix: [    0.061774] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Apr 14 20:20:37 localhost vmunix: [    0.117725] Memory: 3747324K/3922612K available (14339K kernel code, 1525K rwdata, 4180K rodata, 1916K init, 2584K bss, 175288K reserved, 0K cma-reserved)
Apr 14 20:20:37 localhost vmunix: [    0.117739] random: get_random_u64 called from __kmem_cache_create+0x46/0x570 with crng_init=0
Apr 14 20:20:37 localhost vmunix: [    0.117919] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Apr 14 20:20:37 localhost vmunix: [    0.117943] Kernel/User page tables isolation: enabled
Apr 14 20:20:37 localhost vmunix: [    0.117971] ftrace: allocating 41660 entries in 163 pages
Apr 14 20:20:37 localhost vmunix: [    0.143499] rcu: Hierarchical RCU implementation.
Apr 14 20:20:37 localhost vmunix: [    0.143501] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
Apr 14 20:20:37 localhost vmunix: [    0.143503] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Apr 14 20:20:37 localhost vmunix: [    0.143504] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Apr 14 20:20:37 localhost vmunix: [    0.147876] NR_IRQS: 16640, nr_irqs: 440, preallocated irqs: 16
Apr 14 20:20:37 localhost vmunix: [    0.152139] Console: colour VGA+ 80x25
Apr 14 20:20:37 localhost vmunix: [    0.152146] printk: console [tty0] enabled
Apr 14 20:20:37 localhost vmunix: [    0.152173] ACPI: Core revision 20190816
Apr 14 20:20:37 localhost vmunix: [    0.152298] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
Apr 14 20:20:37 localhost vmunix: [    0.152316] APIC: Switch to symmetric I/O mode setup
Apr 14 20:20:37 localhost vmunix: [    0.152764] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 14 20:20:37 localhost vmunix: [    0.172316] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x227065a0032, max_idle_ns: 440795303792 ns
Apr 14 20:20:37 localhost vmunix: [    0.172322] Calibrating delay loop (skipped), value calculated using timer frequency.. 4778.41 BogoMIPS (lpj=9556836)
Apr 14 20:20:37 localhost vmunix: [    0.172324] pid_max: default: 32768 minimum: 301
Apr 14 20:20:37 localhost vmunix: [    0.172358] LSM: Security Framework initializing
Apr 14 20:20:37 localhost vmunix: [    0.172365] Yama: becoming mindful.
Apr 14 20:20:37 localhost vmunix: [    0.172403] AppArmor: AppArmor initialized
Apr 14 20:20:37 localhost vmunix: [    0.172405] TOMOYO Linux initialized
Apr 14 20:20:37 localhost vmunix: [    0.172476] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 14 20:20:37 localhost vmunix: [    0.172497] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 14 20:20:37 localhost vmunix: [    0.172511] *** VALIDATE tmpfs ***
Apr 14 20:20:37 localhost vmunix: [    0.172708] *** VALIDATE proc ***
Apr 14 20:20:37 localhost vmunix: [    0.172782] *** VALIDATE cgroup1 ***
Apr 14 20:20:37 localhost vmunix: [    0.172783] *** VALIDATE cgroup2 ***
Apr 14 20:20:37 localhost vmunix: [    0.172841] mce: CPU0: Thermal monitoring enabled (TM2)
Apr 14 20:20:37 localhost vmunix: [    0.172844] process: using mwait in idle threads
Apr 14 20:20:37 localhost vmunix: [    0.172847] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Apr 14 20:20:37 localhost vmunix: [    0.172848] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
Apr 14 20:20:37 localhost vmunix: [    0.172852] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 14 20:20:37 localhost vmunix: [    0.172854] Spectre V2 : Mitigation: Full generic retpoline
Apr 14 20:20:37 localhost vmunix: [    0.172855] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 14 20:20:37 localhost vmunix: [    0.172856] Speculative Store Bypass: Vulnerable
Apr 14 20:20:37 localhost vmunix: [    0.172860] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Apr 14 20:20:37 localhost vmunix: [    0.173025] Freeing SMP alternatives memory: 28K
Apr 14 20:20:37 localhost vmunix: [    0.283812] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz (family: 0x6, model: 0x17, stepping: 0xa)
Apr 14 20:20:37 localhost vmunix: [    0.283977] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
Apr 14 20:20:37 localhost vmunix: [    0.283984] ... version:                2
Apr 14 20:20:37 localhost vmunix: [    0.283985] ... bit width:              40
Apr 14 20:20:37 localhost vmunix: [    0.283986] ... generic registers:      2
Apr 14 20:20:37 localhost vmunix: [    0.283987] ... value mask:             000000ffffffffff
Apr 14 20:20:37 localhost vmunix: [    0.283988] ... max period:             000000007fffffff
Apr 14 20:20:37 localhost vmunix: [    0.283989] ... fixed-purpose events:   3
Apr 14 20:20:37 localhost vmunix: [    0.283990] ... event mask:             0000000700000003
Apr 14 20:20:37 localhost vmunix: [    0.284042] rcu: Hierarchical SRCU implementation.
Apr 14 20:20:37 localhost vmunix: [    0.284318] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr 14 20:20:37 localhost vmunix: [    0.284318] smp: Bringing up secondary CPUs ...
Apr 14 20:20:37 localhost vmunix: [    0.284318] x86: Booting SMP configuration:
Apr 14 20:20:37 localhost vmunix: [    0.284318] .... node  #0, CPUs:      #1
Apr 14 20:20:37 localhost vmunix: [    0.284351] smp: Brought up 1 node, 2 CPUs
Apr 14 20:20:37 localhost vmunix: [    0.284353] smpboot: Max logical packages: 1
Apr 14 20:20:37 localhost vmunix: [    0.284355] smpboot: Total of 2 processors activated (9556.83 BogoMIPS)
Apr 14 20:20:37 localhost vmunix: [    0.286374] devtmpfs: initialized
Apr 14 20:20:37 localhost vmunix: [    0.286374] x86/mm: Memory block size: 128MB
Apr 14 20:20:37 localhost vmunix: [    0.286374] PM: Registering ACPI NVS region [mem 0xbf70f000-0xbf92ffff] (2232320 bytes)
Apr 14 20:20:37 localhost vmunix: [    0.286374] PM: Registering ACPI NVS region [mem 0xbf931000-0xbf938fff] (32768 bytes)
Apr 14 20:20:37 localhost vmunix: [    0.286374] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Apr 14 20:20:37 localhost vmunix: [    0.286374] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Apr 14 20:20:37 localhost vmunix: [    0.286374] pinctrl core: initialized pinctrl subsystem
Apr 14 20:20:37 localhost vmunix: [    0.286374] PM: RTC time: 18:19:43, date: 2020-04-14
Apr 14 20:20:37 localhost vmunix: [    0.286374] NET: Registered protocol family 16
Apr 14 20:20:37 localhost vmunix: [    0.286374] audit: initializing netlink subsys (disabled)
Apr 14 20:20:37 localhost vmunix: [    0.286374] audit: type=2000 audit(1586888383.132:1): state=initialized audit_enabled=0 res=1
Apr 14 20:20:37 localhost vmunix: [    0.286374] cpuidle: using governor ladder
Apr 14 20:20:37 localhost vmunix: [    0.286374] cpuidle: using governor menu
Apr 14 20:20:37 localhost vmunix: [    0.288362] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Apr 14 20:20:37 localhost vmunix: [    0.288364] ACPI: bus type PCI registered
Apr 14 20:20:37 localhost vmunix: [    0.288366] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 14 20:20:37 localhost vmunix: [    0.288652] PCI: MMCONFIG for domain 0000 [bus 00-04] at [mem 0xf0000000-0xf04fffff] (base 0xf0000000)
Apr 14 20:20:37 localhost vmunix: [    0.288667] PCI: MMCONFIG at [mem 0xf0000000-0xf04fffff] reserved in E820
Apr 14 20:20:37 localhost vmunix: [    0.288679] PCI: Using configuration type 1 for base access
Apr 14 20:20:37 localhost vmunix: [    0.291131] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 14 20:20:37 localhost vmunix: [    0.292548] ACPI: Disabled all _OSI OS vendors
Apr 14 20:20:37 localhost vmunix: [    0.292550] ACPI: Added _OSI(Module Device)
Apr 14 20:20:37 localhost vmunix: [    0.292551] ACPI: Added _OSI(Processor Device)
Apr 14 20:20:37 localhost vmunix: [    0.292552] ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 14 20:20:37 localhost vmunix: [    0.292553] ACPI: Added _OSI(Processor Aggregator Device)
Apr 14 20:20:37 localhost vmunix: [    0.292554] ACPI: Added _OSI(Linux-Dell-Video)
Apr 14 20:20:37 localhost vmunix: [    0.292556] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 14 20:20:37 localhost vmunix: [    0.292557] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 14 20:20:37 localhost vmunix: [    0.292558] ACPI: Added _OSI(Darwin)
Apr 14 20:20:37 localhost vmunix: [    0.298865] ACPI: 5 ACPI AML tables successfully acquired and loaded
Apr 14 20:20:37 localhost vmunix: [    0.299251] ACPI: EC: EC started
Apr 14 20:20:37 localhost vmunix: [    0.299252] ACPI: EC: interrupt blocked
Apr 14 20:20:37 localhost vmunix: [    0.301478] ACPI: \: Used as first EC
Apr 14 20:20:37 localhost vmunix: [    0.301480] ACPI: \: GPE=0x57, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 14 20:20:37 localhost vmunix: [    0.301481] ACPI: EC: Boot ECDT EC used to handle transactions
Apr 14 20:20:37 localhost vmunix: [    0.301774] ACPI: BIOS _OSI(Darwin) query honored via DMI
Apr 14 20:20:37 localhost vmunix: [    0.302412] ACPI: Dynamic OEM Table Load:
Apr 14 20:20:37 localhost vmunix: [    0.302420] ACPI: SSDT 0xFFFF8E837A903400 00027A (v01 APPLE  Cpu0Ist  00003000 INTL 20061109)
Apr 14 20:20:37 localhost vmunix: [    0.302989] ACPI: Dynamic OEM Table Load:
Apr 14 20:20:37 localhost vmunix: [    0.302996] ACPI: SSDT 0xFFFF8E837B336000 0005A6 (v01 APPLE  Cpu0Cst  00003001 INTL 20061109)
Apr 14 20:20:37 localhost vmunix: [    0.303720] ACPI: Dynamic OEM Table Load:
Apr 14 20:20:37 localhost vmunix: [    0.303726] ACPI: SSDT 0xFFFF8E837B311900 0000C8 (v01 APPLE  Cpu1Ist  00003000 INTL 20061109)
Apr 14 20:20:37 localhost vmunix: [    0.304177] ACPI: Dynamic OEM Table Load:
Apr 14 20:20:37 localhost vmunix: [    0.304183] ACPI: SSDT 0xFFFF8E837A8C3780 000085 (v01 APPLE  Cpu1Cst  00003000 INTL 20061109)
Apr 14 20:20:37 localhost vmunix: [    0.304818] ACPI: Interpreter enabled
Apr 14 20:20:37 localhost vmunix: [    0.304840] ACPI: (supports S0 S3 S4 S5)
Apr 14 20:20:37 localhost vmunix: [    0.304841] ACPI: Using IOAPIC for interrupt routing
Apr 14 20:20:37 localhost vmunix: [    0.304867] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 14 20:20:37 localhost vmunix: [    0.305143] ACPI: Enabled 8 GPEs in block 00 to 1F
Apr 14 20:20:37 localhost vmunix: [    0.305156] ACPI: Enabled 3 GPEs in block 20 to 5F
Apr 14 20:20:37 localhost vmunix: [    0.318547] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Apr 14 20:20:37 localhost vmunix: [    0.318553] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR]
Apr 14 20:20:37 localhost vmunix: [    0.318565] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-04] only partially covers this bridge
Apr 14 20:20:37 localhost vmunix: [    0.318855] PCI host bridge to bus 0000:00
Apr 14 20:20:37 localhost vmunix: [    0.318858] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Apr 14 20:20:37 localhost vmunix: [    0.318860] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 14 20:20:37 localhost vmunix: [    0.318862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 14 20:20:37 localhost vmunix: [    0.318863] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
Apr 14 20:20:37 localhost vmunix: [    0.318865] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Apr 14 20:20:37 localhost vmunix: [    0.318867] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
Apr 14 20:20:37 localhost vmunix: [    0.318868] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Apr 14 20:20:37 localhost vmunix: [    0.318870] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Apr 14 20:20:37 localhost vmunix: [    0.318872] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Apr 14 20:20:37 localhost vmunix: [    0.318873] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Apr 14 20:20:37 localhost vmunix: [    0.318875] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Apr 14 20:20:37 localhost vmunix: [    0.318877] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Apr 14 20:20:37 localhost vmunix: [    0.318878] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
Apr 14 20:20:37 localhost vmunix: [    0.318880] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
Apr 14 20:20:37 localhost vmunix: [    0.318882] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
Apr 14 20:20:37 localhost vmunix: [    0.318883] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
Apr 14 20:20:37 localhost vmunix: [    0.318885] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
Apr 14 20:20:37 localhost vmunix: [    0.318887] pci_bus 0000:00: root bus resource [bus 00-ff]
Apr 14 20:20:37 localhost vmunix: [    0.318907] pci 0000:00:00.0: [10de:0d60] type 00 class 0x060000
Apr 14 20:20:37 localhost vmunix: [    0.319156] pci 0000:00:00.1: [10de:0d68] type 00 class 0x050000
Apr 14 20:20:37 localhost vmunix: [    0.319404] pci 0000:00:01.0: [10de:0d6d] type 00 class 0x050000
Apr 14 20:20:37 localhost vmunix: [    0.319625] pci 0000:00:01.1: [10de:0d6e] type 00 class 0x050000
Apr 14 20:20:37 localhost vmunix: [    0.319863] pci 0000:00:01.2: [10de:0d6f] type 00 class 0x050000
Apr 14 20:20:37 localhost vmunix: [    0.320084] pci 0000:00:01.3: [10de:0d70] type 00 class 0x050000
Apr 14 20:20:37 localhost vmunix: [    0.320307] pci 0000:00:02.0: [10de:0d71] type 00 class 0x050000
Apr 14 20:20:37 localhost vmunix: [    0.320528] pci 0000:00:02.1: [10de:0d72] type 00 class 0x050000
Apr 14 20:20:37 localhost vmunix: [    0.320746] pci 0000:00:03.0: [10de:0d80] type 00 class 0x060100
Apr 14 20:20:37 localhost vmunix: [    0.320759] pci 0000:00:03.0: reg 0x10: [io  0x2100-0x21ff]
Apr 14 20:20:37 localhost vmunix: [    0.320910] pci 0000:00:03.1: [10de:0d7b] type 00 class 0x050000
Apr 14 20:20:37 localhost vmunix: [    0.321082] pci 0000:00:03.2: [10de:0d79] type 00 class 0x0c0500
Apr 14 20:20:37 localhost vmunix: [    0.321098] pci 0000:00:03.2: reg 0x10: [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.321119] pci 0000:00:03.2: reg 0x20: [io  0x2240-0x227f]
Apr 14 20:20:37 localhost vmunix: [    0.321126] pci 0000:00:03.2: reg 0x24: [io  0x2200-0x223f]
Apr 14 20:20:37 localhost vmunix: [    0.321162] pci 0000:00:03.2: PME# supported from D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.321291] pci 0000:00:03.3: [10de:0d69] type 00 class 0x050000
Apr 14 20:20:37 localhost vmunix: [    0.321547] pci 0000:00:03.4: [10de:0d7a] type 00 class 0x0b4000
Apr 14 20:20:37 localhost vmunix: [    0.321579] pci 0000:00:03.4: reg 0x10: [mem 0xd3400000-0xd347ffff]
Apr 14 20:20:37 localhost vmunix: [    0.321819] pci 0000:00:04.0: [10de:0d9c] type 00 class 0x0c0310
Apr 14 20:20:37 localhost vmunix: [    0.321834] pci 0000:00:04.0: reg 0x10: [mem 0xd348a000-0xd348afff]
Apr 14 20:20:37 localhost vmunix: [    0.321886] pci 0000:00:04.0: supports D1 D2
Apr 14 20:20:37 localhost vmunix: [    0.321888] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.322043] pci 0000:00:04.1: [10de:0d9d] type 00 class 0x0c0320
Apr 14 20:20:37 localhost vmunix: [    0.322059] pci 0000:00:04.1: reg 0x10: [mem 0xd348b100-0xd348b1ff]
Apr 14 20:20:37 localhost vmunix: [    0.322117] pci 0000:00:04.1: supports D1 D2
Apr 14 20:20:37 localhost vmunix: [    0.322119] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.322290] pci 0000:00:06.0: [10de:0d9c] type 00 class 0x0c0310
Apr 14 20:20:37 localhost vmunix: [    0.322305] pci 0000:00:06.0: reg 0x10: [mem 0xd3489000-0xd3489fff]
Apr 14 20:20:37 localhost vmunix: [    0.322358] pci 0000:00:06.0: supports D1 D2
Apr 14 20:20:37 localhost vmunix: [    0.322359] pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.322513] pci 0000:00:06.1: [10de:0d9d] type 00 class 0x0c0320
Apr 14 20:20:37 localhost vmunix: [    0.322529] pci 0000:00:06.1: reg 0x10: [mem 0xd348b000-0xd348b0ff]
Apr 14 20:20:37 localhost vmunix: [    0.322586] pci 0000:00:06.1: supports D1 D2
Apr 14 20:20:37 localhost vmunix: [    0.322588] pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.322774] pci 0000:00:08.0: [10de:0d94] type 00 class 0x040300
Apr 14 20:20:37 localhost vmunix: [    0.322790] pci 0000:00:08.0: reg 0x10: [mem 0xd3480000-0xd3483fff]
Apr 14 20:20:37 localhost vmunix: [    0.322850] pci 0000:00:08.0: PME# supported from D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.322982] pci 0000:00:0a.0: [10de:0d85] type 00 class 0x010185
Apr 14 20:20:37 localhost vmunix: [    0.322995] pci 0000:00:0a.0: reg 0x10: [io  0x2298-0x229f]
Apr 14 20:20:37 localhost vmunix: [    0.323001] pci 0000:00:0a.0: reg 0x14: [io  0x22a4-0x22a7]
Apr 14 20:20:37 localhost vmunix: [    0.323007] pci 0000:00:0a.0: reg 0x18: [io  0x2290-0x2297]
Apr 14 20:20:37 localhost vmunix: [    0.323012] pci 0000:00:0a.0: reg 0x1c: [io  0x22a0-0x22a3]
Apr 14 20:20:37 localhost vmunix: [    0.323018] pci 0000:00:0a.0: reg 0x20: [io  0x2280-0x228f]
Apr 14 20:20:37 localhost vmunix: [    0.323024] pci 0000:00:0a.0: reg 0x24: [mem 0xd3484000-0xd3485fff]
Apr 14 20:20:37 localhost vmunix: [    0.323160] pci 0000:00:0b.0: [10de:0d75] type 00 class 0x050000
Apr 14 20:20:37 localhost vmunix: [    0.323175] pci 0000:00:0b.0: reg 0x10: [mem 0xd3488000-0xd3488fff]
Apr 14 20:20:37 localhost vmunix: [    0.323357] pci 0000:00:0e.0: [10de:0d9a] type 01 class 0x060400
Apr 14 20:20:37 localhost vmunix: [    0.323504] pci 0000:00:0e.0: enabling Extended Tags
Apr 14 20:20:37 localhost vmunix: [    0.323672] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.323898] pci 0000:00:15.0: [10de:0d9b] type 01 class 0x060400
Apr 14 20:20:37 localhost vmunix: [    0.324045] pci 0000:00:15.0: enabling Extended Tags
Apr 14 20:20:37 localhost vmunix: [    0.324212] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.324437] pci 0000:00:16.0: [10de:0d9b] type 01 class 0x060400
Apr 14 20:20:37 localhost vmunix: [    0.324584] pci 0000:00:16.0: enabling Extended Tags
Apr 14 20:20:37 localhost vmunix: [    0.324751] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.324933] pci 0000:00:17.0: [10de:0d76] type 01 class 0x060400
Apr 14 20:20:37 localhost vmunix: [    0.324981] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.325235] pci 0000:01:00.0: [11c1:5901] type 00 class 0x0c0010
Apr 14 20:20:37 localhost vmunix: [    0.325267] pci 0000:01:00.0: reg 0x10: [mem 0xd3300000-0xd3300fff 64bit]
Apr 14 20:20:37 localhost vmunix: [    0.325389] pci 0000:01:00.0: supports D1 D2
Apr 14 20:20:37 localhost vmunix: [    0.325391] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.325609] pci 0000:00:0e.0: PCI bridge to [bus 01]
Apr 14 20:20:37 localhost vmunix: [    0.325631] pci 0000:00:0e.0:   bridge window [mem 0xd3300000-0xd33fffff]
Apr 14 20:20:37 localhost vmunix: [    0.325944] pci 0000:02:00.0: [14e4:432b] type 00 class 0x028000
Apr 14 20:20:37 localhost vmunix: [    0.325975] pci 0000:02:00.0: reg 0x10: [mem 0xd3200000-0xd3203fff 64bit]
Apr 14 20:20:37 localhost vmunix: [    0.326030] pci 0000:02:00.0: enabling Extended Tags
Apr 14 20:20:37 localhost vmunix: [    0.326103] pci 0000:02:00.0: supports D1 D2
Apr 14 20:20:37 localhost vmunix: [    0.326105] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.326426] pci 0000:00:15.0: PCI bridge to [bus 02]
Apr 14 20:20:37 localhost vmunix: [    0.326448] pci 0000:00:15.0:   bridge window [mem 0xd3200000-0xd32fffff]
Apr 14 20:20:37 localhost vmunix: [    0.326755] pci 0000:03:00.0: [14e4:1684] type 00 class 0x020000
Apr 14 20:20:37 localhost vmunix: [    0.326787] pci 0000:03:00.0: reg 0x10: [mem 0xd3100000-0xd310ffff 64bit]
Apr 14 20:20:37 localhost vmunix: [    0.326842] pci 0000:03:00.0: enabling Extended Tags
Apr 14 20:20:37 localhost vmunix: [    0.326924] pci 0000:03:00.0: PME# supported from D3hot D3cold
Apr 14 20:20:37 localhost vmunix: [    0.327082] pci 0000:00:16.0: PCI bridge to [bus 03]
Apr 14 20:20:37 localhost vmunix: [    0.327104] pci 0000:00:16.0:   bridge window [mem 0xd3100000-0xd31fffff]
Apr 14 20:20:37 localhost vmunix: [    0.327136] pci_bus 0000:04: extended config space not accessible
Apr 14 20:20:37 localhost vmunix: [    0.327173] pci 0000:04:00.0: [10de:08a0] type 00 class 0x030000
Apr 14 20:20:37 localhost vmunix: [    0.327183] pci 0000:04:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
Apr 14 20:20:37 localhost vmunix: [    0.327192] pci 0000:04:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Apr 14 20:20:37 localhost vmunix: [    0.327200] pci 0000:04:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Apr 14 20:20:37 localhost vmunix: [    0.327205] pci 0000:04:00.0: reg 0x24: [io  0x1000-0x107f]
Apr 14 20:20:37 localhost vmunix: [    0.327211] pci 0000:04:00.0: reg 0x30: [mem 0xd3000000-0xd301ffff pref]
Apr 14 20:20:37 localhost vmunix: [    0.327220] pci 0000:04:00.0: Enabling HDA controller
Apr 14 20:20:37 localhost vmunix: [    0.327418] pci 0000:00:17.0: PCI bridge to [bus 04]
Apr 14 20:20:37 localhost vmunix: [    0.327422] pci 0000:00:17.0:   bridge window [io  0x1000-0x1fff]
Apr 14 20:20:37 localhost vmunix: [    0.327425] pci 0000:00:17.0:   bridge window [mem 0xd2000000-0xd30fffff]
Apr 14 20:20:37 localhost vmunix: [    0.327428] pci 0000:00:17.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 14 20:20:37 localhost vmunix: [    0.327973] ACPI: PCI Interrupt Link [LNK1] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.328081] ACPI: PCI Interrupt Link [LNK2] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.328188] ACPI: PCI Interrupt Link [LNK3] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.328294] ACPI: PCI Interrupt Link [LNK4] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.328406] ACPI: PCI Interrupt Link [Z00B] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.328512] ACPI: PCI Interrupt Link [Z00C] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.328619] ACPI: PCI Interrupt Link [Z00D] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.328725] ACPI: PCI Interrupt Link [Z00E] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.328832] ACPI: PCI Interrupt Link [Z00J] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.328939] ACPI: PCI Interrupt Link [Z00K] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.329045] ACPI: PCI Interrupt Link [Z00L] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.329151] ACPI: PCI Interrupt Link [Z00M] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.329258] ACPI: PCI Interrupt Link [Z00N] (IRQs 16 17 18 19 20 21 22 23) *11
Apr 14 20:20:37 localhost vmunix: [    0.329364] ACPI: PCI Interrupt Link [Z00O] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.329471] ACPI: PCI Interrupt Link [Z00P] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.329578] ACPI: PCI Interrupt Link [Z00Q] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.329683] ACPI: PCI Interrupt Link [LSMB] (IRQs 16 17 18 19 20 21 22 23) *15
Apr 14 20:20:37 localhost vmunix: [    0.329787] ACPI: PCI Interrupt Link [LUS0] (IRQs 16 17 18 19 20 21 22 23) *11
Apr 14 20:20:37 localhost vmunix: [    0.329891] ACPI: PCI Interrupt Link [LUS2] (IRQs 16 17 18 19 20 21 22 23) *10
Apr 14 20:20:37 localhost vmunix: [    0.329996] ACPI: PCI Interrupt Link [LMAC] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.330100] ACPI: PCI Interrupt Link [LAZA] (IRQs 16 17 18 19 20 21 22 23) *15
Apr 14 20:20:37 localhost vmunix: [    0.330205] ACPI: PCI Interrupt Link [LGPU] (IRQs 16 17 18 19 20 21 22 23) *7
Apr 14 20:20:37 localhost vmunix: [    0.330310] ACPI: PCI Interrupt Link [LPID] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
Apr 14 20:20:37 localhost vmunix: [    0.330418] ACPI: PCI Interrupt Link [LSI0] (IRQs 16 17 18 19 20 21 22 23) *11
Apr 14 20:20:37 localhost vmunix: [    0.330524] ACPI: PCI Interrupt Link [Z000] (IRQs 16 17 18 19 20 21 22 23) *7
Apr 14 20:20:37 localhost vmunix: [    0.330632] ACPI: PCI Interrupt Link [Z001] (IRQs 16 17 18 19 20 21 22 23) *5
Apr 14 20:20:37 localhost vmunix: [    0.330737] ACPI: PCI Interrupt Link [LPMU] (IRQs 16 17 18 19 20 21 22 23) *14
Apr 14 20:20:37 localhost vmunix: [    0.331074] ACPI: EC: interrupt unblocked
Apr 14 20:20:37 localhost vmunix: [    0.331088] ACPI: EC: event unblocked
Apr 14 20:20:37 localhost vmunix: [    0.331097] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x57, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 14 20:20:37 localhost vmunix: [    0.331099] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
Apr 14 20:20:37 localhost vmunix: [    0.331247] iommu: Default domain type: Translated 
Apr 14 20:20:37 localhost vmunix: [    0.331271] pci 0000:04:00.0: vgaarb: setting as boot VGA device
Apr 14 20:20:37 localhost vmunix: [    0.331271] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr 14 20:20:37 localhost vmunix: [    0.331271] pci 0000:04:00.0: vgaarb: bridge control possible
Apr 14 20:20:37 localhost vmunix: [    0.331271] vgaarb: loaded
Apr 14 20:20:37 localhost vmunix: [    0.331271] SCSI subsystem initialized
Apr 14 20:20:37 localhost vmunix: [    0.331271] ACPI: bus type USB registered
Apr 14 20:20:37 localhost vmunix: [    0.331271] usbcore: registered new interface driver usbfs
Apr 14 20:20:37 localhost vmunix: [    0.331271] usbcore: registered new interface driver hub
Apr 14 20:20:37 localhost vmunix: [    0.331271] usbcore: registered new device driver usb
Apr 14 20:20:37 localhost vmunix: [    0.331271] EDAC MC: Ver: 3.0.0
Apr 14 20:20:37 localhost vmunix: [    0.332419] PCI: Using ACPI for IRQ routing
Apr 14 20:20:37 localhost vmunix: [    0.333007] NetLabel: Initializing
Apr 14 20:20:37 localhost vmunix: [    0.333008] NetLabel:  domain hash size = 128
Apr 14 20:20:37 localhost vmunix: [    0.333009] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 14 20:20:37 localhost vmunix: [    0.333033] NetLabel:  unlabeled traffic allowed by default
Apr 14 20:20:37 localhost vmunix: [    0.333056] hpet: 4 channels of 0 reserved for per-cpu timers
Apr 14 20:20:37 localhost vmunix: [    0.333056] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31
Apr 14 20:20:37 localhost vmunix: [    0.333056] hpet0: 4 comparators, 64-bit 25.000000 MHz counter
Apr 14 20:20:37 localhost vmunix: [    0.334438] clocksource: Switched to clocksource tsc-early
Apr 14 20:20:37 localhost vmunix: [    0.352306] *** VALIDATE bpf ***
Apr 14 20:20:37 localhost vmunix: [    0.352434] VFS: Disk quotas dquot_6.6.0
Apr 14 20:20:37 localhost vmunix: [    0.352458] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 14 20:20:37 localhost vmunix: [    0.352499] *** VALIDATE ramfs ***
Apr 14 20:20:37 localhost vmunix: [    0.352504] *** VALIDATE hugetlbfs ***
Apr 14 20:20:37 localhost vmunix: [    0.352661] AppArmor: AppArmor Filesystem Enabled
Apr 14 20:20:37 localhost vmunix: [    0.352709] pnp: PnP ACPI init
Apr 14 20:20:37 localhost vmunix: [    0.352890] system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
Apr 14 20:20:37 localhost vmunix: [    0.353080] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Apr 14 20:20:37 localhost vmunix: [    0.353180] pnp 00:02: disabling [io  0x0010-0x001f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353182] pnp 00:02: disabling [io  0x0022-0x003f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353184] pnp 00:02: disabling [io  0x0044-0x005f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353186] pnp 00:02: disabling [io  0x0063] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353188] pnp 00:02: disabling [io  0x0065] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353190] pnp 00:02: disabling [io  0x0067-0x006f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353192] pnp 00:02: disabling [io  0x0072-0x0073] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353194] pnp 00:02: disabling [io  0x0074-0x007f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353196] pnp 00:02: disabling [io  0x0091-0x0093] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353198] pnp 00:02: disabling [io  0x0097-0x009f] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353200] pnp 00:02: disabling [io  0x00a2-0x00bf] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353202] pnp 00:02: disabling [io  0x00e0-0x00ef] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353204] pnp 00:02: disabling [io  0x0080] because it overlaps 0000:00:03.2 BAR 0 [io  0x0000-0x00ff]
Apr 14 20:20:37 localhost vmunix: [    0.353258] system 00:02: [io  0x0400-0x047f] has been reserved
Apr 14 20:20:37 localhost vmunix: [    0.353260] system 00:02: [io  0x0480-0x04ff] has been reserved
Apr 14 20:20:37 localhost vmunix: [    0.353262] system 00:02: [io  0x0500-0x057f] has been reserved
Apr 14 20:20:37 localhost vmunix: [    0.353264] system 00:02: [io  0x0580-0x05ff] has been reserved
Apr 14 20:20:37 localhost vmunix: [    0.353266] system 00:02: [io  0x0800-0x087f] has been reserved
Apr 14 20:20:37 localhost vmunix: [    0.353268] system 00:02: [io  0x0880-0x08ff] has been reserved
Apr 14 20:20:37 localhost vmunix: [    0.353270] system 00:02: [io  0x04d0-0x04d1] has been reserved
Apr 14 20:20:37 localhost vmunix: [    0.353272] system 00:02: [io  0x0295-0x0296] has been reserved
Apr 14 20:20:37 localhost vmunix: [    0.353973] pnp: PnP ACPI: found 4 devices
Apr 14 20:20:37 localhost vmunix: [    0.356099] thermal_sys: Registered thermal governor 'fair_share'
Apr 14 20:20:37 localhost vmunix: [    0.356101] thermal_sys: Registered thermal governor 'bang_bang'
Apr 14 20:20:37 localhost vmunix: [    0.356102] thermal_sys: Registered thermal governor 'step_wise'
Apr 14 20:20:37 localhost vmunix: [    0.356103] thermal_sys: Registered thermal governor 'user_space'
Apr 14 20:20:37 localhost vmunix: [    0.356104] thermal_sys: Registered thermal governor 'power_allocator'
Apr 14 20:20:37 localhost vmunix: [    0.360616] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 14 20:20:37 localhost vmunix: [    0.360677] pci 0000:00:03.2: BAR 0: assigned [io  0x2000-0x20ff]
Apr 14 20:20:37 localhost vmunix: [    0.360684] pci 0000:00:0e.0: PCI bridge to [bus 01]
Apr 14 20:20:37 localhost vmunix: [    0.360697] pci 0000:00:0e.0:   bridge window [mem 0xd3300000-0xd33fffff]
Apr 14 20:20:37 localhost vmunix: [    0.360717] pci 0000:00:15.0: PCI bridge to [bus 02]
Apr 14 20:20:37 localhost vmunix: [    0.360728] pci 0000:00:15.0:   bridge window [mem 0xd3200000-0xd32fffff]
Apr 14 20:20:37 localhost vmunix: [    0.360749] pci 0000:00:16.0: PCI bridge to [bus 03]
Apr 14 20:20:37 localhost vmunix: [    0.360760] pci 0000:00:16.0:   bridge window [mem 0xd3100000-0xd31fffff]
Apr 14 20:20:37 localhost vmunix: [    0.360780] pci 0000:00:17.0: PCI bridge to [bus 04]
Apr 14 20:20:37 localhost vmunix: [    0.360782] pci 0000:00:17.0:   bridge window [io  0x1000-0x1fff]
Apr 14 20:20:37 localhost vmunix: [    0.360786] pci 0000:00:17.0:   bridge window [mem 0xd2000000-0xd30fffff]
Apr 14 20:20:37 localhost vmunix: [    0.360789] pci 0000:00:17.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 14 20:20:37 localhost vmunix: [    0.360793] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Apr 14 20:20:37 localhost vmunix: [    0.360794] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Apr 14 20:20:37 localhost vmunix: [    0.360796] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 14 20:20:37 localhost vmunix: [    0.360798] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Apr 14 20:20:37 localhost vmunix: [    0.360800] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Apr 14 20:20:37 localhost vmunix: [    0.360801] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Apr 14 20:20:37 localhost vmunix: [    0.360803] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Apr 14 20:20:37 localhost vmunix: [    0.360805] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Apr 14 20:20:37 localhost vmunix: [    0.360807] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Apr 14 20:20:37 localhost vmunix: [    0.360808] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Apr 14 20:20:37 localhost vmunix: [    0.360810] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Apr 14 20:20:37 localhost vmunix: [    0.360812] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
Apr 14 20:20:37 localhost vmunix: [    0.360813] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
Apr 14 20:20:37 localhost vmunix: [    0.360815] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
Apr 14 20:20:37 localhost vmunix: [    0.360817] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
Apr 14 20:20:37 localhost vmunix: [    0.360819] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
Apr 14 20:20:37 localhost vmunix: [    0.360820] pci_bus 0000:00: resource 20 [mem 0xc0000000-0xfebfffff window]
Apr 14 20:20:37 localhost vmunix: [    0.360822] pci_bus 0000:01: resource 1 [mem 0xd3300000-0xd33fffff]
Apr 14 20:20:37 localhost vmunix: [    0.360824] pci_bus 0000:02: resource 1 [mem 0xd3200000-0xd32fffff]
Apr 14 20:20:37 localhost vmunix: [    0.360826] pci_bus 0000:03: resource 1 [mem 0xd3100000-0xd31fffff]
Apr 14 20:20:37 localhost vmunix: [    0.360828] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
Apr 14 20:20:37 localhost vmunix: [    0.360830] pci_bus 0000:04: resource 1 [mem 0xd2000000-0xd30fffff]
Apr 14 20:20:37 localhost vmunix: [    0.360831] pci_bus 0000:04: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 14 20:20:37 localhost vmunix: [    0.360949] NET: Registered protocol family 2
Apr 14 20:20:37 localhost vmunix: [    0.361151] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Apr 14 20:20:37 localhost vmunix: [    0.361238] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 14 20:20:37 localhost vmunix: [    0.361448] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Apr 14 20:20:37 localhost vmunix: [    0.361528] TCP: Hash tables configured (established 32768 bind 32768)
Apr 14 20:20:37 localhost vmunix: [    0.361608] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 14 20:20:37 localhost vmunix: [    0.361639] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 14 20:20:37 localhost vmunix: [    0.361694] NET: Registered protocol family 1
Apr 14 20:20:37 localhost vmunix: [    0.362143] PCI Interrupt Link [LUS0] enabled at IRQ 23
Apr 14 20:20:37 localhost vmunix: [    0.381552] pci 0000:00:04.0: quirk_usb_early_handoff+0x0/0x6c0 took 19288 usecs
Apr 14 20:20:37 localhost vmunix: [    0.381847] PCI Interrupt Link [LUS2] enabled at IRQ 22
Apr 14 20:20:37 localhost vmunix: [    0.382300] PCI Interrupt Link [Z000] enabled at IRQ 21
Apr 14 20:20:37 localhost vmunix: [    0.382750] PCI Interrupt Link [Z001] enabled at IRQ 20
Apr 14 20:20:37 localhost vmunix: [    0.383390] pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 14 20:20:37 localhost vmunix: [    0.383392] PCI: CLS 256 bytes, default 64
Apr 14 20:20:37 localhost vmunix: [    0.383464] Trying to unpack rootfs image as initramfs...
Apr 14 20:20:37 localhost vmunix: [    0.631984] Freeing initrd memory: 10428K
Apr 14 20:20:37 localhost vmunix: [    0.632024] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 14 20:20:37 localhost vmunix: [    0.632026] software IO TLB: mapped [mem 0xa8000000-0xac000000] (64MB)
Apr 14 20:20:37 localhost vmunix: [    0.632256] check: Scanning for low memory corruption every 60 seconds
Apr 14 20:20:37 localhost vmunix: [    0.632286] efifb: dmi detected MacBookPro7,1 - framebuffer at 0xc0010000 (1280x800, stride 8192)
Apr 14 20:20:37 localhost vmunix: [    0.632804] Initialise system trusted keyrings
Apr 14 20:20:37 localhost vmunix: [    0.632889] workingset: timestamp_bits=40 max_order=20 bucket_order=0
Apr 14 20:20:37 localhost vmunix: [    0.634855] zbud: loaded
Apr 14 20:20:37 localhost vmunix: [    0.635777] Allocating IMA blacklist keyring.
Apr 14 20:20:37 localhost vmunix: [    0.639971] Key type asymmetric registered
Apr 14 20:20:37 localhost vmunix: [    0.639973] Asymmetric key parser 'x509' registered
Apr 14 20:20:37 localhost vmunix: [    0.639984] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Apr 14 20:20:37 localhost vmunix: [    0.640038] io scheduler mq-deadline registered
Apr 14 20:20:37 localhost vmunix: [    0.640604] PCI Interrupt Link [Z00B] enabled at IRQ 19
Apr 14 20:20:37 localhost vmunix: [    0.641165] PCI Interrupt Link [Z00J] enabled at IRQ 18
Apr 14 20:20:37 localhost vmunix: [    0.641707] PCI Interrupt Link [Z00N] enabled at IRQ 17
Apr 14 20:20:37 localhost vmunix: [    0.641972] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 14 20:20:37 localhost vmunix: [    0.642075] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Apr 14 20:20:37 localhost vmunix: [    0.642126] ACPI: Lid Switch [LID0]
Apr 14 20:20:37 localhost vmunix: [    0.642174] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Apr 14 20:20:37 localhost vmunix: [    0.642200] ACPI: Power Button [PWRB]
Apr 14 20:20:37 localhost vmunix: [    0.642245] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Apr 14 20:20:37 localhost vmunix: [    0.642268] ACPI: Sleep Button [SLPB]
Apr 14 20:20:37 localhost vmunix: [    0.642355] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Apr 14 20:20:37 localhost vmunix: [    0.642390] ACPI: Power Button [PWRF]
Apr 14 20:20:37 localhost vmunix: [    0.642518] tsc: Marking TSC unstable due to TSC halts in idle
Apr 14 20:20:37 localhost vmunix: [    0.642588] clocksource: Switched to clocksource hpet
Apr 14 20:20:37 localhost vmunix: [    0.643082] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Apr 14 20:20:37 localhost vmunix: [    0.645834] Linux agpgart interface v0.103
Apr 14 20:20:37 localhost vmunix: [    0.649373] brd: module loaded
Apr 14 20:20:37 localhost vmunix: [    0.652111] loop: module loaded
Apr 14 20:20:37 localhost vmunix: [    0.652753] libphy: Fixed MDIO Bus: probed
Apr 14 20:20:37 localhost vmunix: [    0.652754] tun: Universal TUN/TAP device driver, 1.6
Apr 14 20:20:37 localhost vmunix: [    0.652809] PPP generic driver version 2.4.2
Apr 14 20:20:37 localhost vmunix: [    0.652871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 14 20:20:37 localhost vmunix: [    0.652876] ehci-pci: EHCI PCI platform driver
Apr 14 20:20:37 localhost vmunix: [    0.653135] ehci-pci 0000:00:04.1: EHCI Host Controller
Apr 14 20:20:37 localhost vmunix: [    0.653143] ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 1
Apr 14 20:20:37 localhost vmunix: [    0.653153] ehci-pci 0000:00:04.1: debug port 1
Apr 14 20:20:37 localhost vmunix: [    0.653186] ehci-pci 0000:00:04.1: disable ppcd for nvidia mcp89
Apr 14 20:20:37 localhost vmunix: [    0.653192] ehci-pci 0000:00:04.1: cache line size of 256 is not supported
Apr 14 20:20:37 localhost vmunix: [    0.653208] ehci-pci 0000:00:04.1: irq 22, io mem 0xd348b100
Apr 14 20:20:37 localhost vmunix: [    0.668454] ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.10
Apr 14 20:20:37 localhost vmunix: [    0.668546] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Apr 14 20:20:37 localhost vmunix: [    0.668548] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 14 20:20:37 localhost vmunix: [    0.668550] usb usb1: Product: EHCI Host Controller
Apr 14 20:20:37 localhost vmunix: [    0.668552] usb usb1: Manufacturer: Linux 5.4.31-gnu ehci_hcd
Apr 14 20:20:37 localhost vmunix: [    0.668553] usb usb1: SerialNumber: 0000:00:04.1
Apr 14 20:20:37 localhost vmunix: [    0.668730] hub 1-0:1.0: USB hub found
Apr 14 20:20:37 localhost vmunix: [    0.668745] hub 1-0:1.0: 6 ports detected
Apr 14 20:20:37 localhost vmunix: [    0.669259] ehci-pci 0000:00:06.1: EHCI Host Controller
Apr 14 20:20:37 localhost vmunix: [    0.669267] ehci-pci 0000:00:06.1: new USB bus registered, assigned bus number 2
Apr 14 20:20:37 localhost vmunix: [    0.669275] ehci-pci 0000:00:06.1: debug port 1
Apr 14 20:20:37 localhost vmunix: [    0.669300] ehci-pci 0000:00:06.1: disable ppcd for nvidia mcp89
Apr 14 20:20:37 localhost vmunix: [    0.669305] ehci-pci 0000:00:06.1: cache line size of 256 is not supported
Apr 14 20:20:37 localhost vmunix: [    0.669315] ehci-pci 0000:00:06.1: irq 20, io mem 0xd348b000
Apr 14 20:20:37 localhost vmunix: [    0.688442] ehci-pci 0000:00:06.1: USB 2.0 started, EHCI 1.10
Apr 14 20:20:37 localhost vmunix: [    0.688516] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Apr 14 20:20:37 localhost vmunix: [    0.688519] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 14 20:20:37 localhost vmunix: [    0.688522] usb usb2: Product: EHCI Host Controller
Apr 14 20:20:37 localhost vmunix: [    0.688524] usb usb2: Manufacturer: Linux 5.4.31-gnu ehci_hcd
Apr 14 20:20:37 localhost vmunix: [    0.688527] usb usb2: SerialNumber: 0000:00:06.1
Apr 14 20:20:37 localhost vmunix: [    0.688699] hub 2-0:1.0: USB hub found
Apr 14 20:20:37 localhost vmunix: [    0.688707] hub 2-0:1.0: 6 ports detected
Apr 14 20:20:37 localhost vmunix: [    0.689040] ehci-platform: EHCI generic platform driver
Apr 14 20:20:37 localhost vmunix: [    0.689060] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Apr 14 20:20:37 localhost vmunix: [    0.689064] ohci-pci: OHCI PCI platform driver
Apr 14 20:20:37 localhost vmunix: [    0.689234] ohci-pci 0000:00:04.0: OHCI PCI host controller
Apr 14 20:20:37 localhost vmunix: [    0.689240] ohci-pci 0000:00:04.0: new USB bus registered, assigned bus number 3
Apr 14 20:20:37 localhost vmunix: [    0.689265] ohci-pci 0000:00:04.0: irq 23, io mem 0xd348a000
Apr 14 20:20:37 localhost vmunix: [    0.750470] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 14 20:20:37 localhost vmunix: [    0.750472] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 14 20:20:37 localhost vmunix: [    0.750473] usb usb3: Product: OHCI PCI host controller
Apr 14 20:20:37 localhost vmunix: [    0.750475] usb usb3: Manufacturer: Linux 5.4.31-gnu ohci_hcd
Apr 14 20:20:37 localhost vmunix: [    0.750477] usb usb3: SerialNumber: 0000:00:04.0
Apr 14 20:20:37 localhost vmunix: [    0.750637] hub 3-0:1.0: USB hub found
Apr 14 20:20:37 localhost vmunix: [    0.750647] hub 3-0:1.0: 6 ports detected
Apr 14 20:20:37 localhost vmunix: [    0.751135] ohci-pci 0000:00:06.0: OHCI PCI host controller
Apr 14 20:20:37 localhost vmunix: [    0.751141] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 4
Apr 14 20:20:37 localhost vmunix: [    0.751169] ohci-pci 0000:00:06.0: irq 21, io mem 0xd3489000
Apr 14 20:20:37 localhost vmunix: [    0.810383] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Apr 14 20:20:37 localhost vmunix: [    0.810385] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 14 20:20:37 localhost vmunix: [    0.810387] usb usb4: Product: OHCI PCI host controller
Apr 14 20:20:37 localhost vmunix: [    0.810388] usb usb4: Manufacturer: Linux 5.4.31-gnu ohci_hcd
Apr 14 20:20:37 localhost vmunix: [    0.810390] usb usb4: SerialNumber: 0000:00:06.0
Apr 14 20:20:37 localhost vmunix: [    0.810530] hub 4-0:1.0: USB hub found
Apr 14 20:20:37 localhost vmunix: [    0.810539] hub 4-0:1.0: 6 ports detected
Apr 14 20:20:37 localhost vmunix: [    0.810862] ohci-platform: OHCI generic platform driver
Apr 14 20:20:37 localhost vmunix: [    0.810873] uhci_hcd: USB Universal Host Controller Interface driver
Apr 14 20:20:37 localhost vmunix: [    0.810947] i8042: PNP: No PS/2 controller found.
Apr 14 20:20:37 localhost vmunix: [    0.811087] mousedev: PS/2 mouse device common for all mice
Apr 14 20:20:37 localhost vmunix: [    0.811431] rtc_cmos 00:03: RTC can wake from S4
Apr 14 20:20:37 localhost vmunix: [    0.811806] rtc_cmos 00:03: registered as rtc0
Apr 14 20:20:37 localhost vmunix: [    0.811831] rtc_cmos 00:03: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
Apr 14 20:20:37 localhost vmunix: [    0.811838] i2c /dev entries driver
Apr 14 20:20:37 localhost vmunix: [    0.811893] device-mapper: uevent: version 1.0.3
Apr 14 20:20:37 localhost vmunix: [    0.811976] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
Apr 14 20:20:37 localhost vmunix: [    0.811980] intel_pstate: CPU model not supported
Apr 14 20:20:37 localhost vmunix: [    0.812010] ledtrig-cpu: registered to indicate activity on CPUs
Apr 14 20:20:37 localhost vmunix: [    0.812318] NET: Registered protocol family 10
Apr 14 20:20:37 localhost vmunix: [    0.812671] Segment Routing with IPv6
Apr 14 20:20:37 localhost vmunix: [    0.812700] NET: Registered protocol family 17
Apr 14 20:20:37 localhost vmunix: [    0.812769] Key type dns_resolver registered
Apr 14 20:20:37 localhost vmunix: [    0.812996] microcode: sig=0x1067a, pf=0x80, revision=0xa07
Apr 14 20:20:37 localhost vmunix: [    0.813063] microcode: Microcode Update Driver: v2.2.
Apr 14 20:20:37 localhost vmunix: [    0.813067] IPI shorthand broadcast: enabled
Apr 14 20:20:37 localhost vmunix: [    0.813163] registered taskstats version 1
Apr 14 20:20:37 localhost vmunix: [    0.813166] Loading compiled-in X.509 certificates
Apr 14 20:20:37 localhost vmunix: [    0.813216] zswap: loaded using pool lzo/zbud
Apr 14 20:20:37 localhost vmunix: [    0.813997] Key type big_key registered
Apr 14 20:20:37 localhost vmunix: [    0.814287] Key type encrypted registered
Apr 14 20:20:37 localhost vmunix: [    0.814290] AppArmor: AppArmor sha1 policy hashing enabled
Apr 14 20:20:37 localhost vmunix: [    0.814297] ima: No TPM chip found, activating TPM-bypass!
Apr 14 20:20:37 localhost vmunix: [    0.814302] ima: Allocated hash algorithm: sha1
Apr 14 20:20:37 localhost vmunix: [    0.814310] ima: No architecture policies found
Apr 14 20:20:37 localhost vmunix: [    0.814325] evm: Initialising EVM extended attributes:
Apr 14 20:20:37 localhost vmunix: [    0.814326] evm: security.selinux
Apr 14 20:20:37 localhost vmunix: [    0.814327] evm: security.SMACK64
Apr 14 20:20:37 localhost vmunix: [    0.814328] evm: security.SMACK64EXEC
Apr 14 20:20:37 localhost vmunix: [    0.814328] evm: security.SMACK64TRANSMUTE
Apr 14 20:20:37 localhost vmunix: [    0.814329] evm: security.SMACK64MMAP
Apr 14 20:20:37 localhost vmunix: [    0.814330] evm: security.apparmor
Apr 14 20:20:37 localhost vmunix: [    0.814330] evm: security.ima
Apr 14 20:20:37 localhost vmunix: [    0.814331] evm: security.capability
Apr 14 20:20:37 localhost vmunix: [    0.814332] evm: HMAC attrs: 0x1
Apr 14 20:20:37 localhost vmunix: [    0.815198] PM:   Magic number: 0:221:342
Apr 14 20:20:37 localhost vmunix: [    0.815379] rtc_cmos 00:03: setting system clock to 2020-04-14T18:19:43 UTC (1586888383)
Apr 14 20:20:37 localhost vmunix: [    0.815919] Unstable clock detected, switching default tracing clock to "global"
Apr 14 20:20:37 localhost vmunix: [    0.815919] If you want to keep using the local clock, then add:
Apr 14 20:20:37 localhost vmunix: [    0.815919]   "trace_clock=local"
Apr 14 20:20:37 localhost vmunix: [    0.815919] on the kernel command line
Apr 14 20:20:37 localhost vmunix: [    0.818317] Freeing unused kernel image memory: 1916K
Apr 14 20:20:37 localhost vmunix: [    0.832458] Write protecting the kernel read-only data: 22528k
Apr 14 20:20:37 localhost vmunix: [    0.833627] Freeing unused kernel image memory: 2036K
Apr 14 20:20:37 localhost vmunix: [    0.834649] Freeing unused kernel image memory: 1964K
Apr 14 20:20:37 localhost vmunix: [    0.834724] Run /init as init process
Apr 14 20:20:37 localhost vmunix: [    0.928012] ahci: enabling MCP89 AHCI mode
Apr 14 20:20:37 localhost vmunix: [    0.928390] PCI Interrupt Link [LSI0] enabled at IRQ 16
Apr 14 20:20:37 localhost vmunix: [    0.928494] ahci 0000:00:0a.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
Apr 14 20:20:37 localhost vmunix: [    0.928497] ahci 0000:00:0a.0: flags: 64bit ncq sntf pm led pio slum part apst 
Apr 14 20:20:37 localhost vmunix: [    0.928906] scsi host0: ahci
Apr 14 20:20:37 localhost vmunix: [    0.929127] scsi host1: ahci
Apr 14 20:20:37 localhost vmunix: [    0.929204] ata1: SATA max UDMA/133 abar m8192@0xd3484000 port 0xd3484100 irq 27
Apr 14 20:20:37 localhost vmunix: [    0.929206] ata2: SATA max UDMA/133 abar m8192@0xd3484000 port 0xd3484180 irq 27
Apr 14 20:20:37 localhost vmunix: [    1.012437] usb 1-1: new high-speed USB device number 2 using ehci-pci
Apr 14 20:20:37 localhost vmunix: [    1.024365] usb 2-1: new high-speed USB device number 2 using ehci-pci
Apr 14 20:20:37 localhost vmunix: [    1.041543] usb 1-1: New USB device found, idVendor=13fd, idProduct=0840, bcdDevice= 1.12
Apr 14 20:20:37 localhost vmunix: [    1.041546] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 14 20:20:37 localhost vmunix: [    1.041548] usb 1-1: Product: External
Apr 14 20:20:37 localhost vmunix: [    1.041551] usb 1-1: Manufacturer: Generic
Apr 14 20:20:37 localhost vmunix: [    1.041553] usb 1-1: SerialNumber: 4D3030414244453534343520
Apr 14 20:20:37 localhost vmunix: [    1.057629] usb 2-1: New USB device found, idVendor=05ac, idProduct=8403, bcdDevice=98.33
Apr 14 20:20:37 localhost vmunix: [    1.057633] usb 2-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Apr 14 20:20:37 localhost vmunix: [    1.057635] usb 2-1: Product: Card Reader
Apr 14 20:20:37 localhost vmunix: [    1.057638] usb 2-1: Manufacturer: Apple
Apr 14 20:20:37 localhost vmunix: [    1.057640] usb 2-1: SerialNumber: 000000009833
Apr 14 20:20:37 localhost vmunix: [    1.172386] usb 1-6: new high-speed USB device number 3 using ehci-pci
Apr 14 20:20:37 localhost vmunix: [    1.204357] random: fast init done
Apr 14 20:20:37 localhost vmunix: [    1.210248] usb 1-6: New USB device found, idVendor=05ac, idProduct=8507, bcdDevice= 4.35
Apr 14 20:20:37 localhost vmunix: [    1.210251] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 14 20:20:37 localhost vmunix: [    1.210254] usb 1-6: Product: Built-in iSight
Apr 14 20:20:37 localhost vmunix: [    1.210256] usb 1-6: Manufacturer: Apple Inc.
Apr 14 20:20:37 localhost vmunix: [    1.210258] usb 1-6: SerialNumber: 8HAAU0632DCLPL00
Apr 14 20:20:37 localhost vmunix: [    1.244117] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 14 20:20:37 localhost vmunix: [    1.244142] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 14 20:20:37 localhost vmunix: [    1.245095] ata1.00: ATA-8: Hitachi HTS545025B9SA02, PB2AC60W, max UDMA/133
Apr 14 20:20:37 localhost vmunix: [    1.245098] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 32)
Apr 14 20:20:37 localhost vmunix: [    1.245753] ata2.00: ATAPI: MATSHITADVD-R   UJ-898, HC10, max UDMA/100
Apr 14 20:20:37 localhost vmunix: [    1.246237] ata1.00: configured for UDMA/133
Apr 14 20:20:37 localhost vmunix: [    1.246479] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54502 C60W PQ: 0 ANSI: 5
Apr 14 20:20:37 localhost vmunix: [    1.246696] sd 0:0:0:0: Attached scsi generic sg0 type 0
Apr 14 20:20:37 localhost vmunix: [    1.246897] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 14 20:20:37 localhost vmunix: [    1.246922] sd 0:0:0:0: [sda] Write Protect is off
Apr 14 20:20:37 localhost vmunix: [    1.246967] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 14 20:20:37 localhost vmunix: [    1.248123] ata2.00: configured for UDMA/100
Apr 14 20:20:37 localhost vmunix: [    1.251813] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-898   HC10 PQ: 0 ANSI: 5
Apr 14 20:20:37 localhost vmunix: [    1.311063] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Apr 14 20:20:37 localhost vmunix: [    1.311065] cdrom: Uniform CD-ROM driver Revision: 3.20
Apr 14 20:20:37 localhost vmunix: [    1.324834] sr 1:0:0:0: Attached scsi generic sg1 type 5
Apr 14 20:20:37 localhost vmunix: [    1.512417] usb 4-3: new full-speed USB device number 2 using ohci-pci
Apr 14 20:20:37 localhost vmunix: [    1.655379]  sda: sda1 sda2 sda3 sda4 sda6 sda7
Apr 14 20:20:37 localhost vmunix: [    1.656227] sd 0:0:0:0: [sda] Attached SCSI disk
Apr 14 20:20:37 localhost vmunix: [    1.658841] usb-storage 1-1:1.0: USB Mass Storage device detected
Apr 14 20:20:37 localhost vmunix: [    1.659037] scsi host2: usb-storage 1-1:1.0
Apr 14 20:20:37 localhost vmunix: [    1.659142] usb-storage 2-1:1.0: USB Mass Storage device detected
Apr 14 20:20:37 localhost vmunix: [    1.659261] scsi host3: usb-storage 2-1:1.0
Apr 14 20:20:37 localhost vmunix: [    1.659350] usbcore: registered new interface driver usb-storage
Apr 14 20:20:37 localhost vmunix: [    1.661927] usbcore: registered new interface driver uas
Apr 14 20:20:37 localhost vmunix: [    1.664111] hidraw: raw HID events driver (C) Jiri Kosina
Apr 14 20:20:37 localhost vmunix: [    1.664751] usbcore: registered new interface driver usbhid
Apr 14 20:20:37 localhost vmunix: [    1.664752] usbhid: USB HID core driver
Apr 14 20:20:37 localhost vmunix: [    1.685111] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
Apr 14 20:20:37 localhost vmunix: [    1.759506] usb 4-3: New USB device found, idVendor=05ac, idProduct=0237, bcdDevice= 0.90
Apr 14 20:20:37 localhost vmunix: [    1.759510] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 14 20:20:37 localhost vmunix: [    1.759513] usb 4-3: Product: Apple Internal Keyboard / Trackpad
Apr 14 20:20:37 localhost vmunix: [    1.759515] usb 4-3: Manufacturer: Apple Inc.
Apr 14 20:20:37 localhost vmunix: [    1.775182] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.0/0003:05AC:0237.0001/input/input4
Apr 14 20:20:37 localhost vmunix: [    1.832601] apple 0003:05AC:0237.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:06.0-3/input0
Apr 14 20:20:37 localhost vmunix: [    1.840685] apple 0003:05AC:0237.0002: hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:06.0-3/input1
Apr 14 20:20:37 localhost vmunix: [    2.092421] usb 2-4: new high-speed USB device number 4 using ehci-pci
Apr 14 20:20:37 localhost vmunix: [    2.138247] usb 2-4: New USB device found, idVendor=0b95, idProduct=7720, bcdDevice= 0.01
Apr 14 20:20:37 localhost vmunix: [    2.138251] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 14 20:20:37 localhost vmunix: [    2.138253] usb 2-4: Product: AX88x72A
Apr 14 20:20:37 localhost vmunix: [    2.138256] usb 2-4: Manufacturer: ASIX Elec. Corp.
Apr 14 20:20:37 localhost vmunix: [    2.138258] usb 2-4: SerialNumber: 0004FA
Apr 14 20:20:37 localhost vmunix: [    2.484418] usb 4-5: new low-speed USB device number 3 using ohci-pci
Apr 14 20:20:37 localhost vmunix: [    2.682438] scsi 2:0:0:0: CD-ROM            HL-DT-ST BDDVDRW CT30F    YT04 PQ: 0 ANSI: 0
Apr 14 20:20:37 localhost vmunix: [    2.686280] sr 2:0:0:0: [sr1] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
Apr 14 20:20:37 localhost vmunix: [    2.686507] scsi 3:0:0:0: Direct-Access     APPLE    SD Card Reader   1.00 PQ: 0 ANSI: 0
Apr 14 20:20:37 localhost vmunix: [    2.704764] sr 2:0:0:0: Attached scsi generic sg2 type 5
Apr 14 20:20:37 localhost vmunix: [    2.704951] sd 3:0:0:0: Attached scsi generic sg3 type 0
Apr 14 20:20:37 localhost vmunix: [    2.718477] usb 4-5: New USB device found, idVendor=05ac, idProduct=8242, bcdDevice= 0.16
Apr 14 20:20:37 localhost vmunix: [    2.718481] usb 4-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 14 20:20:37 localhost vmunix: [    2.718483] usb 4-5: Product: IR Receiver
Apr 14 20:20:37 localhost vmunix: [    2.718486] usb 4-5: Manufacturer: Apple Computer, Inc.
Apr 14 20:20:37 localhost vmunix: [    2.722750] sd 3:0:0:0: [sdb] Attached SCSI removable disk
Apr 14 20:20:37 localhost vmunix: [    3.304416] usb 4-6: new full-speed USB device number 4 using ohci-pci
Apr 14 20:20:37 localhost vmunix: [    3.550503] usb 4-6: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Apr 14 20:20:37 localhost vmunix: [    3.550506] usb 4-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 14 20:20:37 localhost vmunix: [    3.550509] usb 4-6: Product: BRCM2046 Hub
Apr 14 20:20:37 localhost vmunix: [    3.550511] usb 4-6: Manufacturer: Apple Inc.
Apr 14 20:20:37 localhost vmunix: [    3.553547] hub 4-6:1.0: USB hub found
Apr 14 20:20:37 localhost vmunix: [    3.556445] hub 4-6:1.0: 3 ports detected
Apr 14 20:20:37 localhost vmunix: [    3.872420] usb 4-6.1: new full-speed USB device number 5 using ohci-pci
Apr 14 20:20:37 localhost vmunix: [    4.012445] usb 4-6.1: New USB device found, idVendor=05ac, idProduct=8213, bcdDevice= 2.08
Apr 14 20:20:37 localhost vmunix: [    4.012449] usb 4-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 14 20:20:37 localhost vmunix: [    4.012452] usb 4-6.1: Product: Bluetooth USB Host Controller
Apr 14 20:20:37 localhost vmunix: [    4.012454] usb 4-6.1: Manufacturer: Apple Inc.
Apr 14 20:20:37 localhost vmunix: [    4.012456] usb 4-6.1: SerialNumber: F0B4790D3F48
Apr 14 20:20:37 localhost vmunix: [   12.771565] random: dbus-uuidgen: uninitialized urandom read (12 bytes read)
Apr 14 20:20:37 localhost vmunix: [   12.771588] random: dbus-uuidgen: uninitialized urandom read (8 bytes read)
Apr 14 20:20:37 localhost vmunix: [   17.092339] random: crng init done
Apr 14 20:20:37 localhost vmunix: [   28.163418] shepherd[1]: Service root has been started.
Apr 14 20:20:37 localhost vmunix: [   37.345751] shepherd[1]: starting services...
Apr 14 20:20:37 localhost vmunix: [   37.346486] shepherd[1]: Service root-file-system has been started.
Apr 14 20:20:37 localhost vmunix: [   37.347127] shepherd[1]: Service user-file-systems has been started.
Apr 14 20:20:37 localhost vmunix: [   37.668591] shepherd[1]: waiting for udevd...
Apr 14 20:20:37 localhost vmunix: [   38.170027] shepherd[1]: waiting for udevd...
Apr 14 20:20:37 localhost vmunix: [   38.671302] shepherd[1]: waiting for udevd...
Apr 14 20:20:37 localhost vmunix: [   38.929956] udevd[186]: starting version 3.2.9
Apr 14 20:20:37 localhost vmunix: [   40.315644] shepherd[1]: Service udev has been started.
Apr 14 20:20:37 localhost vmunix: [   40.316838] shepherd[1]: Service file-system-/tmp has been started.
Apr 14 20:20:37 localhost vmunix: [   40.317777] shepherd[1]: Service file-system-/dev/pts has been started.
Apr 14 20:20:37 localhost vmunix: [   40.318715] shepherd[1]: Service file-system-/dev/shm has been started.
Apr 14 20:20:37 localhost vmunix: [   40.319648] shepherd[1]: Service file-system-/gnu/store has been started.
Apr 14 20:20:37 localhost vmunix: [   40.320269] shepherd[1]: Service file-systems has been started.
Apr 14 20:20:37 localhost vmunix: [   40.320940] shepherd[1]: Service user-processes has been started.
Apr 14 20:20:37 localhost vmunix: [   40.321632] shepherd[1]: Service host-name has been started.
Apr 14 20:20:37 localhost vmunix: [   42.315905] shepherd[1]: Service user-homes has been started.
Apr 14 20:20:37 localhost vmunix: [   52.395716] udevd[186]: starting eudev-3.2.9
Apr 14 20:20:37 localhost vmunix: [   52.398752] udevd[186]: no sender credentials received, message ignored
Apr 14 20:20:37 localhost vmunix: [   52.882811] uvesafb: NVIDIA Corporation, NVIDIA GeForce 320M
Apr 14 20:20:37 localhost vmunix: [   52.882811] , Chip Rev   , OEM: NVIDIA, VBE v3.0
Apr 14 20:20:37 localhost vmunix: [   53.009136] uvesafb: VBIOS/hardware doesn't support DDC transfers
Apr 14 20:20:37 localhost vmunix: [   53.009138] uvesafb: no monitor limits have been set, default refresh rate will be used
Apr 14 20:20:37 localhost vmunix: [   53.010372] uvesafb: scrolling: redraw
Apr 14 20:20:37 localhost vmunix: [   53.263370] Console: switching to colour frame buffer device 128x48
Apr 14 20:20:37 localhost vmunix: [   53.265125] uvesafb: framebuffer at 0xd1000000, mapped to 0x000000006946cd65, using 8000k, total 14336k
Apr 14 20:20:37 localhost vmunix: [   53.265126] uvesafb: fb0: VESA VGA frame buffer device
Apr 14 20:20:37 localhost vmunix: [   53.269461] shepherd[1]: Service uvesafb has been started.
Apr 14 20:20:42 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 14 20:20:42 localhost shepherd[1]: Service networking depends on dbus-system. 
Apr 14 20:20:42 localhost shepherd[1]: Service networking could not be started. 
Apr 14 20:20:47 localhost shepherd[1]: Service dbus-system could not be started. 
Apr 14 20:20:48 localhost vmunix: [   66.179051] smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Apr 14 20:20:48 localhost vmunix: [   66.179563] [Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS
Apr 14 20:20:48 localhost vmunix: [   66.179595] ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Apr 14 20:20:48 localhost vmunix: [   66.179782] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input5
Apr 14 20:20:48 localhost vmunix: [   66.180224] ACPI: AC Adapter [ADP1] (on-line)
Apr 14 20:20:49 localhost shepherd[1]: Service dbus-system has been started. 
Apr 14 20:20:49 localhost shepherd[1]: Service loopback has been started. 
Apr 14 20:20:50 localhost vmunix: [   67.543246] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Apr 14 20:20:54 localhost shepherd[1]: Service wpa-supplicant could not be started. 
Apr 14 20:20:55 localhost vmunix: [   72.901643] input: Apple Computer, Inc. IR Receiver as /devices/pci0000:00/0000:00:06.0/usb4/4-5/4-5:1.0/0003:05AC:8242.0003/input/input6
Apr 14 20:20:55 localhost vmunix: [   72.960595] appleir 0003:05AC:8242.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:06.0-5/input0
Apr 14 20:20:56 localhost nscd: 233 monitoring file `/etc/hosts` (1)
Apr 14 20:20:56 localhost nscd: 233 monitoring directory `/etc` (2)
Apr 14 20:20:56 localhost nscd: 233 monitoring file `/etc/resolv.conf` (3)
Apr 14 20:20:56 localhost nscd: 233 monitoring directory `/etc` (2)
Apr 14 20:20:57 localhost shepherd[1]: Service nscd has been started. 
Apr 14 20:20:59 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[246]: *** info [daemon/startup.c(136)]: 
Apr 14 20:20:59 localhost /gnu/store/bfvr3brh7f9dqh26jf49767ypbanqycm-gpm-1.20.7/sbin/gpm[246]: Started gpm successfully. Entered daemon mode.
Apr 14 20:20:59 localhost shepherd[1]: Service gpm has been started. 
Apr 14 20:20:59 localhost shepherd[1]: Service term-tty1 has been started. 
Apr 14 20:21:01 localhost vmunix: [   79.242724] input: bcm5974 as /devices/pci0000:00/0000:00:06.0/usb4/4-3/4-3:1.2/input/input7
Apr 14 20:21:01 localhost vmunix: [   79.247585] usbcore: registered new interface driver bcm5974
Apr 14 20:21:09 localhost vmunix: [   86.719793] mc: Linux media interface: v0.10
Apr 14 20:21:15 localhost vmunix: [   92.524551] ssb: Found chip with id 0x4322, rev 0x01 and package 0x0A
Apr 14 20:21:15 localhost vmunix: [   92.636919] b43-pci-bridge 0000:02:00.0: Sonics Silicon Backplane found on PCI device 0000:02:00.0
Apr 14 20:21:18 localhost vmunix: [   95.424807] videodev: Linux video capture interface: v2.00
Apr 14 20:21:20 localhost vmunix: [   97.872419] firewire_ohci 0000:01:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0, physUB
Apr 14 20:21:21 localhost vmunix: [   98.396553] firewire_core 0000:01:00.0: created device fw0: GUID 70cd60fffe05b3a8, S800
Apr 14 20:21:21 localhost vmunix: [   98.396561] firewire_core 0000:01:00.0: phy config: new root=ffc0, gap_count=63
Apr 14 20:21:21 localhost vmunix: [   99.249004] asix 2-4:1.0 eth0: register 'asix' at usb-0000:00:06.1-4, ASIX AX88772 USB 2.0 Ethernet, 00:0e:c6:c3:a7:0a
Apr 14 20:21:21 localhost vmunix: [   99.249056] usbcore: registered new interface driver asix
Apr 14 20:21:22 localhost shepherd[1]: Service console-font-tty1 has been started. 
Apr 14 20:21:22 localhost shepherd[1]: Service host-name has been started. 
Apr 14 20:21:22 localhost shepherd[1]: Service virtual-terminal has been started. 
Apr 14 20:21:22 localhost shepherd[1]: Service term-tty2 has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service console-font-tty2 has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service host-name has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service term-tty3 has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service console-font-tty3 has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service host-name has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service term-tty4 has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service console-font-tty4 has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service host-name has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service term-tty5 has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service console-font-tty5 has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service host-name has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service term-tty6 has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service console-font-tty6 has been started. 
Apr 14 20:21:23 localhost shepherd[1]: Service guix-daemon has been started. 
Apr 14 20:21:29 localhost vmunix: [  106.484211] pps_core: LinuxPPS API ver. 1 registered
Apr 14 20:21:29 localhost vmunix: [  106.484213] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Apr 14 20:21:29 localhost vmunix: [  106.922080] PTP clock support registered
Apr 14 20:21:31 localhost vmunix: [  108.514990] usbcore: registered new interface driver usbmouse
Apr 14 20:21:31 localhost vmunix: [  109.063758] usbcore: registered new interface driver usbkbd
Apr 14 20:21:36 localhost vmunix: [  113.965373] udevd[284]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 14 20:21:36 localhost vmunix: [  113.965410] udevd[284]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 14 20:21:36 localhost vmunix: [  113.965437] udevd[284]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 14 20:21:36 localhost vmunix: [  113.965463] udevd[284]: Unable to EVIOCGABS device "/dev/input/event4"
Apr 14 20:21:42 localhost vmunix: [  119.585920] input: PC Speaker as /devices/platform/pcspkr/input/input8
Apr 14 20:21:45 localhost vmunix: [  122.436672] PCI Interrupt Link [LAZA] enabled at IRQ 23
Apr 14 20:21:45 localhost vmunix: [  122.436683] snd_hda_intel 0000:00:08.0: Disabling MSI
Apr 14 20:21:45 localhost vmunix: [  122.436686] snd_hda_intel 0000:00:08.0: position_fix set to 1 for device 10de:cb89
Apr 14 20:21:45 localhost vmunix: [  122.437011] tg3.c:v3.137 (May 11, 2014)
Apr 14 20:21:45 localhost vmunix: [  122.442751] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8507)
Apr 14 20:21:45 localhost vmunix: [  122.450852] uvcvideo 1-6:1.0: Entity type for entity Processing 3 was not initialized!
Apr 14 20:21:45 localhost vmunix: [  122.450855] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
Apr 14 20:21:45 localhost vmunix: [  122.450949] input: Built-in iSight: Built-in iSigh as /devices/pci0000:00/0000:00:04.1/usb1/1-6/1-6:1.0/input/input9
Apr 14 20:21:45 localhost vmunix: [  122.451068] usbcore: registered new interface driver uvcvideo
Apr 14 20:21:45 localhost vmunix: [  122.451069] USB Video Class driver (1.1.1)
Apr 14 20:21:45 localhost vmunix: [  122.545787] tg3 0000:03:00.0 eth1: Tigon3 [partno(BCM95764m) rev 5784100] (PCI Express) MAC address 10:9a:dd:46:4f:9f
Apr 14 20:21:45 localhost vmunix: [  122.545790] tg3 0000:03:00.0 eth1: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
Apr 14 20:21:45 localhost vmunix: [  122.545793] tg3 0000:03:00.0 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Apr 14 20:21:45 localhost vmunix: [  122.545795] tg3 0000:03:00.0 eth1: dma_rwctrl[76180000] dma_mask[64-bit]
Apr 14 20:21:51 localhost vmunix: [  128.530677] asix 2-4:1.0 enp0s6f1u4: renamed from eth0
Apr 14 20:21:51 localhost vmunix: [  128.826507] Error: Driver 'pcspkr' is already registered, aborting...
Apr 14 20:21:52 localhost vmunix: [  129.805921] tg3 0000:03:00.0 enp3s0: renamed from eth1
Apr 14 20:21:54 localhost vmunix: [  131.520923] applesmc: key=323 fan=1 temp=15 index=15 acc=1 lux=2 kbd=1
Apr 14 20:21:54 localhost vmunix: [  131.553843] input: applesmc as /devices/platform/applesmc.768/input/input10
Apr 14 20:21:54 localhost vmunix: [  131.554585] applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Apr 14 20:22:09 localhost vmunix: [  147.012374] snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4206: line_outs=2 (0xb/0xa/0x0/0x0/0x0) type:speaker
Apr 14 20:22:09 localhost vmunix: [  147.012378] snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 14 20:22:09 localhost vmunix: [  147.012381] snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
Apr 14 20:22:09 localhost vmunix: [  147.012383] snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
Apr 14 20:22:09 localhost vmunix: [  147.012386] snd_hda_codec_cirrus hdaudioC0D0:    dig-out=0x10/0x0
Apr 14 20:22:09 localhost vmunix: [  147.012388] snd_hda_codec_cirrus hdaudioC0D0:    inputs:
Apr 14 20:22:09 localhost vmunix: [  147.012391] snd_hda_codec_cirrus hdaudioC0D0:      Mic=0xd
Apr 14 20:22:13 localhost vmunix: [  150.940883] intel_powerclamp: No package C-state available
Apr 14 20:22:13 localhost vmunix: [  150.972648] intel_powerclamp: No package C-state available
Apr 14 20:22:15 localhost vmunix: [  152.550612] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr 14 20:22:15 localhost vmunix: [  153.129626] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 14 20:22:17 localhost vmunix: [  155.194112] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Apr 14 20:22:17 localhost vmunix: [  155.194116] cfg80211: failed to load regulatory.db
Apr 14 20:22:19 localhost vmunix: [  156.632996] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:08.0/sound/card0/input11
Apr 14 20:22:19 localhost vmunix: [  156.633080] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.0/sound/card0/input12
Apr 14 20:22:19 localhost vmunix: [  156.633148] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.0/sound/card0/input13
Apr 14 20:22:19 localhost vmunix: [  156.633215] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.0/sound/card0/input14
Apr 14 20:22:25 localhost vmunix: [  162.594847] Bluetooth: Core ver 2.22
Apr 14 20:22:25 localhost vmunix: [  162.594874] NET: Registered protocol family 31
Apr 14 20:22:25 localhost vmunix: [  162.594875] Bluetooth: HCI device and connection manager initialized
Apr 14 20:22:25 localhost vmunix: [  162.594882] Bluetooth: HCI socket layer initialized
Apr 14 20:22:25 localhost vmunix: [  162.594885] Bluetooth: L2CAP socket layer initialized
Apr 14 20:22:25 localhost vmunix: [  162.594896] Bluetooth: SCO socket layer initialized
Apr 14 20:22:31 localhost vmunix: [  168.382164] usbcore: registered new interface driver btusb
Apr 14 20:22:31 localhost vmunix: [  168.498469] Bluetooth: hci0: BCM: chip id 254 build 0522
Apr 14 20:22:31 localhost vmunix: [  168.501499] Bluetooth: hci0: BCM: product 05ac:8213
Apr 14 20:22:31 localhost vmunix: [  168.504439] Bluetooth: hci0: BCM: features 0x00
Apr 14 20:22:31 localhost vmunix: [  168.522539] Bluetooth: hci0: Bluetooth USB Host Controller
Apr 14 20:22:38 localhost vmunix: [  175.799544] b43-phy0: Broadcom 4322 WLAN found (core revision 16)
Apr 14 20:22:38 localhost vmunix: [  175.840531] b43-phy0: Found PHY: Analog 8, Type 4 (N), Revision 4
Apr 14 20:22:38 localhost vmunix: [  175.840554] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2056, Revision 3, Version 0
Apr 14 20:22:38 localhost vmunix: [  175.856600] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 14 20:22:38 localhost vmunix: [  175.856684] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
Apr 14 20:22:38 localhost vmunix: [  175.856692] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 14 20:22:38 localhost vmunix: [  175.856740] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 14 20:22:38 localhost vmunix: [  175.856788] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2
Apr 14 20:22:38 localhost vmunix: [  175.856792] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled)
Apr 14 20:22:38 localhost vmunix: [  175.856838] b43-phy0 ERROR: Firmware file "/*(DEBLOBBED)*/" not found
Apr 14 20:22:38 localhost vmunix: [  175.856859] b43-phy0 ERROR: Firmware file "b43-open//*(DEBLOBBED)*/.fw" not found
Apr 14 20:22:38 localhost vmunix: [  175.856885] b43-phy0 ERROR: /*(DEBLOBBED)*/
Apr 14 20:22:38 localhost vmunix: [  175.856928] Broadcom 43xx driver loaded [ Features: PNL ]
Apr 14 20:23:49 localhost installer[351]: running step 'locale' 
Apr 14 20:23:49 localhost installer[351]: running step 'language' 
Apr 14 20:24:07 localhost installer[351]: running form #<newt-form 15cedb0> ("Locale language") with 0 clients 
Apr 14 20:24:17 localhost installer[351]: running step 'territory' 
Apr 14 20:24:18 localhost installer[351]: running form #<newt-form 15ceea0> ("Localización física") with 0 clients 
Apr 14 20:24:23 localhost installer[351]: running step 'codeset' 
Apr 14 20:24:23 localhost installer[351]: running step 'modifier' 
Apr 14 20:24:24 localhost shepherd[1]: Service console-font-tty2 has been stopped. 
Apr 14 20:24:24 localhost shepherd[1]: Service term-tty2 has been stopped. 
Apr 14 20:24:24 localhost shepherd[1]: Service host-name has been started. 
Apr 14 20:24:24 localhost shepherd[1]: Service term-tty2 has been started. 
Apr 14 20:24:24 localhost installer[351]: running step 'welcome' 
Apr 14 20:24:24 localhost installer[351]: running form #<newt-form 15e2850> ("Instalación de GNU Guix") with 0 clients 
Apr 14 20:24:26 localhost installer[351]: running step 'timezone' 
Apr 14 20:24:26 localhost installer[351]: running form #<newt-form 15e2f30> ("Zona horaria") with 0 clients 
Apr 14 20:24:30 localhost installer[351]: running form #<newt-form 15e0e80> ("Zona horaria") with 0 clients 
Apr 14 20:24:32 localhost installer[351]: running step 'keymap' 
Apr 14 20:24:32 localhost installer[351]: running step 'layout' 
Apr 14 20:24:32 localhost installer[351]: running form #<newt-form 15df570> ("Distribución del teclado") with 0 clients 
Apr 14 20:24:38 localhost installer[351]: running step 'variant' 
Apr 14 20:24:38 localhost installer[351]: running form #<newt-form 15cfdc0> ("Variante") with 0 clients 
Apr 14 20:24:40 localhost installer[351]: running step 'hostname' 
Apr 14 20:24:40 localhost installer[351]: running form #<newt-form 15d7da0> ("Nombre de máquina") with 0 clients 
Apr 14 20:24:48 localhost installer[351]: running step 'network' 
Apr 14 20:24:48 localhost installer[351]: running step 'select-technology' 

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-14 18:40                                         ` pelzflorian (Florian Pelz)
@ 2020-04-14 20:17                                           ` Ludovic Courtès
  2020-04-14 21:30                                             ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-14 20:17 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572

[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

Hi,

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> On Tue, Apr 14, 2020 at 04:36:12PM +0200, Ludovic Courtès wrote:
>> Could you build an ISO image with the patch below on top of
>> bd4c345ef7ddf3542662fe0872b06393b414a3fc and confirm that it works for
>> you?
>
> Sorry it still fails despite /gnu/store/*shepherd.conf really
> containing the set! of the timeout to 30.  I attach /var/log/messages.

Silly me, I think it works if we set! before loading services.

Could you double-check with the patch below?

This is the last thing, and then all the lights are green!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 857 bytes --]

diff --git a/gnu/services/shepherd.scm b/gnu/services/shepherd.scm
index bad089844d..9906ae43c4 100644
--- a/gnu/services/shepherd.scm
+++ b/gnu/services/shepherd.scm
@@ -291,6 +291,13 @@ and return the resulting '.go' file."
           (default-environment-variables
             '("PATH=/run/current-system/profile/bin"))
 
+          ;; Booting off a DVD, especially on a slow machine, can make
+          ;; everything slow.  Thus, increase the timeout compared to the
+          ;; default 5s in the Shepherd 0.7.0.  See
+          ;; <https://bugs.gnu.org/40572>.
+          ;; XXX: Use something better when the next Shepherd is out.
+          (set! (@@ (shepherd service) %pid-file-timeout) 30)
+
           ;; Arrange to spawn a REPL if something goes wrong.  This is better
           ;; than a kernel panic.
           (call-with-error-handling

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-14 20:17                                           ` Ludovic Courtès
@ 2020-04-14 21:30                                             ` pelzflorian (Florian Pelz)
  2020-04-14 21:50                                               ` Ludovic Courtès
  0 siblings, 1 reply; 48+ messages in thread
From: pelzflorian (Florian Pelz) @ 2020-04-14 21:30 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40572

On Tue, Apr 14, 2020 at 10:17:01PM +0200, Ludovic Courtès wrote:
> Silly me, I think it works if we set! before loading services.
> 
> Could you double-check with the patch below?
> 

Yes!!  I get past the network setup and herd status shows all
networking and wpa-supplicant as started.  Great!

> This is the last thing, and then all the lights are green!
> 
> Ludo’.


Great!  Keyhenge’s efivars issue is strange and Mathieu’s guile-parted
for NVMe and >1TiB support would have been nice, but I guess another
release will come and I cant test NVMe myself.

Regards,
Florian

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-14 21:30                                             ` pelzflorian (Florian Pelz)
@ 2020-04-14 21:50                                               ` Ludovic Courtès
  0 siblings, 0 replies; 48+ messages in thread
From: Ludovic Courtès @ 2020-04-14 21:50 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 40572-done

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> On Tue, Apr 14, 2020 at 10:17:01PM +0200, Ludovic Courtès wrote:
>> Silly me, I think it works if we set! before loading services.
>> 
>> Could you double-check with the patch below?
>> 
>
> Yes!!  I get past the network setup and herd status shows all
> networking and wpa-supplicant as started.  Great!

Yay, thank you!

>> This is the last thing, and then all the lights are green!
>> 
>> Ludo’.
>
>
> Great!  Keyhenge’s efivars issue is strange and Mathieu’s guile-parted
> for NVMe and >1TiB support would have been nice, but I guess another
> release will come and I cant test NVMe myself.

Right, we’ll make another release eventually.  :-)

Now to tag and start “make release” so it can run overnight…

Ludo’.

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

* bug#40572: installer networking: Connman detects no technologies on Acer Aspire
  2020-04-14 14:36                                       ` Ludovic Courtès
  2020-04-14 18:40                                         ` pelzflorian (Florian Pelz)
@ 2020-04-14 22:49                                         ` Bengt Richter
  1 sibling, 0 replies; 48+ messages in thread
From: Bengt Richter @ 2020-04-14 22:49 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 40572

Hi Ludo, Florian,

On +2020-04-14 16:36:12 +0200, Ludovic Courtès wrote:
[...]
> Woow, the first dbus-daemon process needs 20s from exec to PID file:
[...]

> 13:46:26 openat(AT_FDCWD, "/var/run/dbus/pid", O_WRONLY|O_CREAT|O_EXCL, 0644) = 5
                                           ^^^
    I usually only see "pid" as a name when I've forgotten to prefix a '$' -- but you do mean "pid" ?

[...]
-- 
Regards,
Bengt Richter

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

* bug#38735: 1.1.0rc2 available for testing!
       [not found]   ` <C2016B2OHCON.2UGA2TGH3ZFS@amber>
  2020-04-13 13:45     ` Ludovic Courtès
       [not found]     ` <87k12jjy7d.fsf@gnu.org>
@ 2020-04-15 14:07     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
       [not found]     ` <87d088267k.fsf@nckx>
  3 siblings, 0 replies; 48+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-04-15 14:07 UTC (permalink / raw)
  To: guix-devel; +Cc: 38735

[-- Attachment #1: Type: text/plain, Size: 1098 bytes --]

Robert,

Robert Smith 写道:
> I ran into the same issue that Jesse encountered in December, 
> the
> installer hangs when it tries to connect to wifi, and I can't 
> escape by
> pressing Alt-F2/F3/F12.

You need to press C-M-Fn to escape the kmscon, M- on its own won't 
do.

> In the end I just have to hold down the
> power button. I've tested this with different wifi networks and 
> it's
> always the same. I tried using the console to connect to wifi, 
> and
> everything worked smoothly. The only difference from the manual 
> was
> that I had to use `rfkill unblock wifi` before I could bring the
> interface up. I didn't have this issue when I first installed 
> guix, so
> I downloaded the 1.0.1 installer and as I thought the issue 
> wasn't
> there, and the wifi connection went smoothly.

I've run into this as well; there's an ugly patch of mine floating 
around that explicitly calls ‘rfkill’ on the interface even though 
Connman claims to do so automatically.

I'll dig up the 2-card machine that can reproduce this.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* bug#38735: 1.1.0rc2 available for testing!
       [not found]     ` <87d088267k.fsf@nckx>
@ 2020-04-15 14:15       ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 48+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-04-15 14:15 UTC (permalink / raw)
  To: guix-devel; +Cc: 38735

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

Tobias Geerinckx-Rice 写道:
> Robert Smith 写道:
>> I ran into the same issue that Jesse encountered in December, 
>> the
>> installer hangs when it tries to connect to wifi, and I can't 
>> escape
>> by
>> pressing Alt-F2/F3/F12.
>
> You need to press C-M-Fn to escape the kmscon, M- on its own 
> won't do.

Ugh.  A new (=old) subthread magically appeared after I sent this. 
Ignore this stale advice.  :-)

In better (=worse) news, I can also reproduce the hang, not just 
the rfkill issue…

To be continued,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2020-04-15 14:16 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-24 20:06 bug#38735: GuixSD graphical Installer hangs on connecting to wifi Jesse Gibbons
2019-12-26 20:32 ` Danny Milosavljevic
2019-12-29 16:01   ` Ludovic Courtès
2020-01-03  4:10     ` Jesse Gibbons
     [not found] ` <878sj1qcw7.fsf@gnu.org>
2020-04-12 12:09   ` bug#40572: installer networking: Connman detects no technologies on Acer Aspire pelzflorian (Florian Pelz)
2020-04-12 14:24     ` Mathieu Othacehe
2020-04-12 15:14       ` pelzflorian (Florian Pelz)
2020-04-12 15:41         ` pelzflorian (Florian Pelz)
2020-04-12 16:34           ` pelzflorian (Florian Pelz)
2020-04-12 17:28             ` pelzflorian (Florian Pelz)
2020-04-12 16:52         ` Danny Milosavljevic
2020-04-12 16:56           ` Danny Milosavljevic
2020-04-12 17:09           ` pelzflorian (Florian Pelz)
2020-04-12 17:45             ` pelzflorian (Florian Pelz)
2020-04-12 18:47               ` Danny Milosavljevic
2020-04-13  7:36                 ` pelzflorian (Florian Pelz)
2020-04-13 11:20               ` Danny Milosavljevic
2020-04-13 14:13                 ` Ludovic Courtès
2020-04-12 17:37         ` Mathieu Othacehe
2020-04-12 18:43           ` pelzflorian (Florian Pelz)
     [not found]             ` <87blnvmzub.fsf@gnu.org>
2020-04-13 11:57               ` pelzflorian (Florian Pelz)
2020-04-13 13:18                 ` Ludovic Courtès
2020-04-13 15:03                   ` pelzflorian (Florian Pelz)
     [not found]                     ` <20200413155202.rjmnp4v2vnrpq3vc@pelzflorian.localdomain>
2020-04-13 17:11                       ` Ludovic Courtès
2020-04-13 18:14                         ` pelzflorian (Florian Pelz)
2020-04-13 21:56                           ` pelzflorian (Florian Pelz)
2020-04-13 22:19                             ` Ludovic Courtès
2020-04-13 22:25                             ` Ludovic Courtès
2020-04-14  0:43                               ` pelzflorian (Florian Pelz)
2020-04-14  9:03                                 ` Ludovic Courtès
2020-04-14  9:40                                   ` pelzflorian (Florian Pelz)
2020-04-14 12:00                                     ` pelzflorian (Florian Pelz)
2020-04-14 14:36                                       ` Ludovic Courtès
2020-04-14 18:40                                         ` pelzflorian (Florian Pelz)
2020-04-14 20:17                                           ` Ludovic Courtès
2020-04-14 21:30                                             ` pelzflorian (Florian Pelz)
2020-04-14 21:50                                               ` Ludovic Courtès
2020-04-14 22:49                                         ` Bengt Richter
2020-04-13 22:24                         ` pelzflorian (Florian Pelz)
2020-04-13 11:07   ` bug#38735: 1.1.0rc2 available for testing! Robert Smith
     [not found]   ` <C2016B2OHCON.2UGA2TGH3ZFS@amber>
2020-04-13 13:45     ` Ludovic Courtès
     [not found]     ` <87k12jjy7d.fsf@gnu.org>
2020-04-13 15:56       ` Robert Smith
     [not found]       ` <fc665e15cd17aebde5f03510871cdcbe@posteo.net>
2020-04-13 20:28         ` Ludovic Courtès
2020-04-15 14:07     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
     [not found]     ` <87d088267k.fsf@nckx>
2020-04-15 14:15       ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-04-14  9:37   ` bug#40624: installer: info manual language does not adapt to locale pelzflorian (Florian Pelz)
2020-04-14 11:02     ` Ludovic Courtès
     [not found] ` <87y2qz3zc9.fsf@gnu.org>
2020-04-13 21:42   ` bug#38735: 1.1.0rc2 available for testing! Robert Smith

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).