home-assistant / operating-system

:beginner: Home Assistant Operating System
Apache License 2.0
4.82k stars 963 forks source link

Bluetooth no longer working on VirtualBox after upgrade #1935

Closed cryptton2004 closed 1 year ago

cryptton2004 commented 2 years ago

Describe the issue you are experiencing

While running Homeassistant OS 7.6 on VirtualBox, Bluetooth works (bluetoothctl shows the controller). After upgrading to 8.1, Bluetooth stops working: "No default controller available" Downgraded again, works, upgraded: stops working.

What operating system image do you use?

ova (for Virtual Machines)

What version of Home Assistant Operating System is installed?

8.1

Did you upgrade the Operating System.

Yes

Steps to reproduce the issue

  1. Install the OVA image on a VirtualBox machine
  2. Note: version installed 7.6
  3. Add to yaml configuration
    device_tracker:
    - platform: bluetooth_tracker
  4. Connect to the VM, hit 'login' and run bluetoothctl scan on The cli returns the controller and relevant information
  5. Upgrade to 8.1 and restart
  6. Notice the issue
  7. Additionally you can repeat step 4: "No default controller available Note: none are displayed

Anything in the Supervisor logs that might be useful for us?

A warning:
22-05-21 11:59:51 WARNING (MainThread) [supervisor.host.network] Requested to update interface enp0s3 which does not exist or is disabled.

Anything in the Host logs that might be useful for us?

[    0.194225] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.194386] PCI host bridge to bus 0000:00
...
[    2.606952] usb usb1-port2: Cannot enable. Maybe the USB cable is bad?
..

System Health information

Home Assistant Core 2022.5.5
Home Assistant Supervisor 2022.05.2
Home Assistant OS 8.1
Kernel version 5.15.41
Agent version 1.2.1
Path to configuration.yaml: /config
[...]
Frontend version: 20220504.1 - latest
Version | core-2022.5.5 -- | -- Installation Type | Home Assistant OS Development | false Supervisor | true Docker | true User | root Virtual Environment | false Python Version | 3.9.9 Operating System Family | Linux Operating System Version | 5.15.41 CPU Architecture | x86_64 Timezone | Europe/Bucharest Host Operating System | Home Assistant OS 8.1 -- | -- Update Channel | stable Supervisor Version | supervisor-2022.05.2 Docker Version | 20.10.14 Disk Total | 30.8 GB Disk Used | 3.3 GB Healthy | true Supported | true Board | ova Supervisor API | ok Version API | ok Installed Add-ons | File editor (5.3.3), Samba share (9.6.1), Terminal & SSH (9.4.0), Git pull (7.13.1), Google Assistant SDK (2.5.0) Dashboards | 2 -- | -- Resources | 0 Views | 1 Mode | storage

Additional information

Card: Gigabyte Intel Wireless-AC 9260 2x2 802.11AC Dual-Band WiFi+ Bluetooth

Other logs:

File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 167, in perform_bluetooth_update
    friendly_name = await hass.async_add_executor_job(lookup_name, mac)
  File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 127, in lookup_name
    return bluetooth.lookup_name(mac, timeout=5)  # type: ignore[no-any-return]
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 61, in lookup_name
    sock = _gethcisock ()
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 291, in _gethcisock
    raise BluetoothError ("error accessing bluetooth device")
bluetooth.btcommon.BluetoothError: error accessing bluetooth device
2022-05-21 12:02:29 ERROR (SyncWorker_4) [homeassistant.components.bluetooth_tracker.device_tracker] Couldn't discover bluetooth devices: [Errno 19] No such device
2022-05-21 12:02:29 ERROR (MainThread) [homeassistant.components.bluetooth_tracker.device_tracker] Error looking up Bluetooth device
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 289, in _gethcisock
    sock = _bt.hci_open_dev (device_id)
_bluetooth.error: no available bluetoot devices
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 167, in perform_bluetooth_update
    friendly_name = await hass.async_add_executor_job(lookup_name, mac)
  File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 127, in lookup_name
    return bluetooth.lookup_name(mac, timeout=5)  # type: ignore[no-any-return]
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 61, in lookup_name
    sock = _gethcisock ()
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 291, in _gethcisock
    raise BluetoothError ("error accessing bluetooth device")
bluetooth.btcommon.BluetoothError: error accessing bluetooth device
2022-05-21 12:02:34 WARNING (MainThread) [homeassistant.components.sensor] Updating mitemp_bt sensor took longer than the scheduled update interval 0:00:30
2022-05-21 12:02:35 WARNING (SyncWorker_3) [homeassistant.components.mitemp_bt.sensor] Polling error Exit read_ble, no data (<Thread(SyncWorker_3, started 140258255567664)>)
2022-05-21 12:02:41 ERROR (SyncWorker_5) [homeassistant.components.bluetooth_tracker.device_tracker] Couldn't discover bluetooth devices: [Errno 19] No such device
2022-05-21 12:02:41 ERROR (MainThread) [homeassistant.components.bluetooth_tracker.device_tracker] Error looking up Bluetooth device
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 289, in _gethcisock
    sock = _bt.hci_open_dev (device_id)
_bluetooth.error: no available bluetoot devices
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 167, in perform_bluetooth_update
    friendly_name = await hass.async_add_executor_job(lookup_name, mac)
  File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 127, in lookup_name
    return bluetooth.lookup_name(mac, timeout=5)  # type: ignore[no-any-return]
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 61, in lookup_name
    sock = _gethcisock ()
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 291, in _gethcisock
    raise BluetoothError ("error accessing bluetooth device")
bluetooth.btcommon.BluetoothError: error accessing bluetooth device
2022-05-21 12:02:53 ERROR (SyncWorker_2) [homeassistant.components.bluetooth_tracker.device_tracker] Couldn't discover bluetooth devices: [Errno 19] No such device
2022-05-21 12:02:53 ERROR (MainThread) [homeassistant.components.bluetooth_tracker.device_tracker] Error looking up Bluetooth device
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 289, in _gethcisock
    sock = _bt.hci_open_dev (device_id)
_bluetooth.error: no available bluetoot devices
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 167, in perform_bluetooth_update
    friendly_name = await hass.async_add_executor_job(lookup_name, mac)
  File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 127, in lookup_name
    return bluetooth.lookup_name(mac, timeout=5)  # type: ignore[no-any-return]
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 61, in lookup_name
    sock = _gethcisock ()
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 291, in _gethcisock
    raise BluetoothError ("error accessing bluetooth device")
bluetooth.btcommon.BluetoothError: error accessing bluetooth device
2022-05-21 12:03:04 WARNING (SyncWorker_6) [homeassistant.components.mitemp_bt.sensor] Polling error Could not read data from Mi Temp sensor 58:2D:34:3A:86:79
2022-05-21 12:03:04 WARNING (SyncWorker_4) [homeassistant.components.mitemp_bt.sensor] Polling error Could not read data from Mi Temp sensor 58:2D:34:3A:86:79
2022-05-21 12:03:05 ERROR (SyncWorker_0) [homeassistant.components.bluetooth_tracker.device_tracker] Couldn't discover bluetooth devices: [Errno 19] No such device
2022-05-21 12:03:05 ERROR (MainThread) [homeassistant.components.bluetooth_tracker.device_tracker] Error looking up Bluetooth device
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 289, in _gethcisock
    sock = _bt.hci_open_dev (device_id)
_bluetooth.error: no available bluetoot devices
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 167, in perform_bluetooth_update
    friendly_name = await hass.async_add_executor_job(lookup_name, mac)
  File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 127, in lookup_name
    return bluetooth.lookup_name(mac, timeout=5)  # type: ignore[no-any-return]
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 61, in lookup_name
    sock = _gethcisock ()
  File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 291, in _gethcisock
    raise BluetoothError ("error accessing bluetooth device")
bluetooth.btcommon.BluetoothError: error accessing bluetooth device
2022-05-21 12:03:14 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.mitemp_bt_battery is taking over 10 seconds
agners commented 2 years ago
[    2.606952] usb usb1-port2: Cannot enable. Maybe the USB cable is bad?

Hm, that sounds like there is an issue with forwarding the USB device. It sounds like with Linux 5.15 something broke OS forwarding. I am not aware of any driver changes which could have caused that.

What Host OS do you use? Do you use the VirtualBox Extension Pack?

Can you attach the full host logs (dmesg) of 7.6 and 8.1?

ben0551 commented 2 years ago

Confirmed Intel Wireless 9260 Bluetooth does not work on 8.0 and 8.1

Found this? https://bugzilla.kernel.org/show_bug.cgi?id=215167

ben0551 commented 2 years ago

Windows 11, Extension Pack installed.

Puddingpanzer commented 2 years ago

Same Error for me with 8.0 and 8.1 at Synology Virtual Machine Manager

agners commented 2 years ago

@ben0551 @Puddingpanzer do your host logs show similar issues to the OT (usb usb1-port2: Cannot enable. Maybe the USB cable is bad?)?

cryptton2004 commented 2 years ago

Sorry for the late reply! Seems that the cable error no longer shows after full shutdown and startup, but there's still something: Bluetooth: hci0: command 0xfc01 tx timeout

Full log from 8.1: ``` [ 0.000000] Linux version 5.15.41 (builder@58360eda4381) (x86_64-buildroot-linux-gnu-gcc.br_real (Buildroot -g2eebdbad5) 9.4.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Fri May 20 00:38:27 UTC 2022 [ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt4)/bzImage root=PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20 rootwait zram.enabled=1 zram.num_devices=3 apparmor=1 security=apparmor systemd.machine_id=bd464feb8d734efbb1ca93700c990a2c cgroup_enable=memory fsck.repair=yes console=ttyS0 console=tty1 rauc.slot=B [ 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: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] signal: max sigframe size: 1776 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bdd5efff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bdd5f000-0x00000000bdd5ffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000bdd60000-0x00000000bde90fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bde91000-0x00000000bdf1afff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bdf1b000-0x00000000bef9afff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bef9b000-0x00000000befcafff] type 20 [ 0.000000] BIOS-e820: [mem 0x00000000befcb000-0x00000000beff2fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000beff3000-0x00000000beffafff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000beffb000-0x00000000beffefff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000befff000-0x00000000bf46afff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bf46b000-0x00000000bff6afff] type 20 [ 0.000000] BIOS-e820: [mem 0x00000000bff6b000-0x00000000bffeefff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bffef000-0x00000000bffeffff] type 20 [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: ACPI=0xbeffa000 ACPI 2.0=0xbeffa014 SMBIOS=0xbeffd000 [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ 0.000000] Hypervisor detected: KVM [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 27999001, primary cpu clock [ 0.000001] kvm-clock: using sched offset of 2619379450 cycles [ 0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000011] tsc: Detected 3491.912 MHz processor [ 0.001874] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.001881] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.001892] last_pfn = 0xbf46b max_arch_pfn = 0x400000000 [ 0.001908] Disabled [ 0.001910] x86/PAT: MTRRs disabled, skipping PAT initialization too. [ 0.001915] CPU MTRRs all blank - virtualized system. [ 0.001920] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC [ 0.001968] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] [ 0.003839] Secure boot could not be determined [ 0.003845] ACPI: Early table checksum verification disabled [ 0.003849] ACPI: RSDP 0x00000000BEFFA014 000024 (v02 VBOX ) [ 0.003857] ACPI: XSDT 0x00000000BEFF90E8 000044 (v01 VBOX VBOXFACP 00000001 01000013) [ 0.003868] ACPI: FACP 0x00000000BEFF7000 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) [ 0.003880] ACPI: DSDT 0x00000000BEFF4000 002325 (v02 VBOX VBOXBIOS 00000002 INTL 20100528) [ 0.003889] ACPI: FACS 0x00000000BEFFE000 000040 [ 0.003896] ACPI: APIC 0x00000000BEFF8000 00005C (v02 VBOX VBOXAPIC 00000001 ASL 00000061) [ 0.003906] ACPI: SSDT 0x00000000BEFF3000 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528) [ 0.003915] ACPI: BGRT 0x00000000BDD5F000 000038 (v01 INTEL EDK2 00000002 01000013) [ 0.003923] ACPI: Reserving FACP table memory at [mem 0xbeff7000-0xbeff70f3] [ 0.003928] ACPI: Reserving DSDT table memory at [mem 0xbeff4000-0xbeff6324] [ 0.003932] ACPI: Reserving FACS table memory at [mem 0xbeffe000-0xbeffe03f] [ 0.003936] ACPI: Reserving APIC table memory at [mem 0xbeff8000-0xbeff805b] [ 0.003940] ACPI: Reserving SSDT table memory at [mem 0xbeff3000-0xbeff31cb] [ 0.003944] ACPI: Reserving BGRT table memory at [mem 0xbdd5f000-0xbdd5f037] [ 0.004674] No NUMA configuration found [ 0.004677] Faking a node at [mem 0x0000000000000000-0x00000000bf46afff] [ 0.004685] NODE_DATA(0) allocated [mem 0xbf213000-0xbf217fff] [ 0.004730] Zone ranges: [ 0.004732] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.004737] DMA32 [mem 0x0000000001000000-0x00000000bf46afff] [ 0.004741] Normal empty [ 0.004745] Device empty [ 0.004748] Movable zone start for each node [ 0.004751] Early memory node ranges [ 0.004753] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.004757] node 0: [mem 0x0000000000100000-0x00000000bdd5efff] [ 0.004761] node 0: [mem 0x00000000bdd60000-0x00000000bde90fff] [ 0.004765] node 0: [mem 0x00000000bdf1b000-0x00000000bef9afff] [ 0.004769] node 0: [mem 0x00000000befff000-0x00000000bf46afff] [ 0.004773] Initmem setup node 0 [mem 0x0000000000001000-0x00000000bf46afff] [ 0.005118] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.005183] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.021360] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.021435] On node 0, zone DMA32: 138 pages in unavailable ranges [ 0.021459] On node 0, zone DMA32: 100 pages in unavailable ranges [ 0.021580] On node 0, zone DMA32: 2965 pages in unavailable ranges [ 0.022154] ACPI: PM-Timer IO Port: 0xb008 [ 0.022269] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ 0.022275] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.022279] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.022287] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.022296] e820: update [mem 0xbe6b5000-0xbe6cffff] usable ==> reserved [ 0.022319] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.022369] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.022375] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.022381] PM: hibernation: Registered nosave memory: [mem 0xbdd5f000-0xbdd5ffff] [ 0.022387] PM: hibernation: Registered nosave memory: [mem 0xbde91000-0xbdf1afff] [ 0.022393] PM: hibernation: Registered nosave memory: [mem 0xbe6b5000-0xbe6cffff] [ 0.022399] PM: hibernation: Registered nosave memory: [mem 0xbef9b000-0xbefcafff] [ 0.022402] PM: hibernation: Registered nosave memory: [mem 0xbefcb000-0xbeff2fff] [ 0.022406] PM: hibernation: Registered nosave memory: [mem 0xbeff3000-0xbeffafff] [ 0.022409] PM: hibernation: Registered nosave memory: [mem 0xbeffb000-0xbeffefff] [ 0.022414] [mem 0xbfff0000-0xffbfffff] available for PCI devices [ 0.022417] Booting paravirtualized kernel on KVM [ 0.022421] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.030689] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1 [ 0.031150] percpu: Embedded 55 pages/cpu s184600 r8192 d32488 u1048576 [ 0.031167] pcpu-alloc: s184600 r8192 d32488 u1048576 alloc=1*2097152 [ 0.031172] pcpu-alloc: [0] 0 1 [ 0.031223] kvm-guest: PV spinlocks enabled [ 0.031229] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.031240] Built 1 zonelists, mobility grouping on. Total pages: 770730 [ 0.031244] Policy zone: DMA32 [ 0.031246] Kernel command line: BOOT_IMAGE=(hd0,gpt4)/bzImage root=PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20 rootwait zram.enabled=1 zram.num_devices=3 apparmor=1 security=apparmor systemd.machine_id=bd464feb8d734efbb1ca93700c990a2c cgroup_enable=memory fsck.repair=yes console=ttyS0 console=tty1 rauc.slot=B [ 0.031876] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt4)/bzImage cgroup_enable=memory", will be passed to user space. [ 0.032706] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.032782] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.032837] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.042662] Memory: 3017012K/3132524K available (16395K kernel code, 2604K rwdata, 5452K rodata, 1708K init, 2584K bss, 115252K reserved, 0K cma-reserved) [ 0.042749] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.042768] Kernel/User page tables isolation: enabled [ 0.043223] rcu: Hierarchical RCU implementation. [ 0.043226] rcu: RCU event tracing is enabled. [ 0.043228] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2. [ 0.043231] Tracing variant of Tasks RCU enabled. [ 0.043234] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.043237] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.045627] NR_IRQS: 4352, nr_irqs: 440, preallocated irqs: 16 [ 0.047237] random: get_random_bytes called from start_kernel+0x4b8/0x68d with crng_init=0 [ 0.047281] Console: colour dummy device 80x25 [ 0.047799] printk: console [tty1] enabled [ 0.087996] printk: console [ttyS0] enabled [ 0.088250] ACPI: Core revision 20210730 [ 0.088585] APIC: Switch to symmetric I/O mode setup [ 0.092593] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.092950] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 0.093501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.093904] pid_max: default: 32768 minimum: 301 [ 0.096702] LSM: Security Framework initializing [ 0.096957] AppArmor: AppArmor initialized [ 0.097218] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.097498] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.097790] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 [ 0.098089] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 [ 0.098433] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.098503] Spectre V2 : Mitigation: Retpolines [ 0.098728] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.099499] Speculative Store Bypass: Vulnerable [ 0.099730] SRBDS: Unknown: Dependent on hypervisor status [ 0.099999] MDS: Mitigation: Clear CPU buffers [ 0.111917] Freeing SMP alternatives memory: 52K [ 0.214498] smpboot: CPU0: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (family: 0x6, model: 0x3c, stepping: 0x3) [ 0.214498] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.214532] rcu: Hierarchical SRCU implementation. [ 0.215256] smp: Bringing up secondary CPUs ... [ 0.215498] x86: Booting SMP configuration: [ 0.215501] .... node #0, CPUs: #1 [ 0.045293] kvm-clock: cpu 1, msr 27999041, secondary cpu clock [ 0.218564] smp: Brought up 1 node, 2 CPUs [ 0.218806] smpboot: Max logical packages: 1 [ 0.218910] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.219541] devtmpfs: initialized [ 0.219608] x86/mm: Memory block size: 128MB [ 0.219941] ACPI: PM: Registering ACPI NVS region [mem 0xbeffb000-0xbeffefff] (16384 bytes) [ 0.220527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.220758] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.220980] PM: RTC time: 10:32:13, date: 2022-05-25 [ 0.221201] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.222036] audit: initializing netlink subsys (disabled) [ 0.222527] audit: type=2000 audit(1653474738.064:1): state=initialized audit_enabled=0 res=1 [ 0.222641] thermal_sys: Registered thermal governor 'step_wise' [ 0.222972] thermal_sys: Registered thermal governor 'user_space' [ 0.223305] cpuidle: using governor menu [ 0.223583] ACPI: bus type PCI registered [ 0.223760] PCI: Using configuration type 1 for base access [ 0.230327] Kprobes globally optimized [ 0.230552] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.233546] ACPI: Added _OSI(Module Device) [ 0.233625] ACPI: Added _OSI(Processor Device) [ 0.233732] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.233844] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234004] ACPI: Added _OSI(Linux-Dell-Video) [ 0.234500] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.234627] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.236658] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.239599] ACPI: Interpreter enabled [ 0.239800] ACPI: PM: (supports S0 S5) [ 0.239988] ACPI: Using IOAPIC for interrupt routing [ 0.240648] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.241332] ACPI: Enabled 2 GPEs in block 00 to 07 [ 0.249561] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249892] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3] [ 0.250689] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] [ 0.251173] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251629] PCI host bridge to bus 0000:00 [ 0.251834] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.252500] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.252849] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.253216] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfdffffff window] [ 0.253500] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.254551] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 [ 0.255870] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 [ 0.257250] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a [ 0.257977] pci 0000:00:01.1: reg 0x20: [io 0xc030-0xc03f] [ 0.258654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.259005] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.259326] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.259500] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.260781] pci 0000:00:02.0: [15ad:0405] type 00 class 0x030000 [ 0.261712] pci 0000:00:02.0: reg 0x10: [io 0xc020-0xc02f] [ 0.262705] pci 0000:00:02.0: reg 0x14: [mem 0xc0000000-0xc0ffffff pref] [ 0.263707] pci 0000:00:02.0: reg 0x18: [mem 0xc1400000-0xc15fffff] [ 0.269707] pci 0000:00:02.0: BAR 1: assigned to efifb [ 0.270003] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.270927] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000 [ 0.271578] pci 0000:00:03.0: reg 0x10: [mem 0xc1600000-0xc161ffff] [ 0.273577] pci 0000:00:03.0: reg 0x18: [io 0xc040-0xc047] [ 0.281283] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000 [ 0.282606] pci 0000:00:04.0: reg 0x10: [io 0xc000-0xc01f] [ 0.283577] pci 0000:00:04.0: reg 0x14: [mem 0xc1000000-0xc13fffff] [ 0.284602] pci 0000:00:04.0: reg 0x18: [mem 0xc1620000-0xc1623fff pref] [ 0.290779] pci 0000:00:05.0: [8086:2668] type 00 class 0x040300 [ 0.291574] pci 0000:00:05.0: reg 0x10: [mem 0xc1624000-0xc1627fff] [ 0.299209] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310 [ 0.300574] pci 0000:00:06.0: reg 0x10: [mem 0xc1628000-0xc1628fff] [ 0.308043] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000 [ 0.309169] pci 0000:00:07.0: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI [ 0.309498] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB [ 0.312240] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 [ 0.312756] ACPI: PCI: Interrupt link LNKB configured for IRQ 11 [ 0.313225] ACPI: PCI: Interrupt link LNKC configured for IRQ 10 [ 0.313597] ACPI: PCI: Interrupt link LNKD configured for IRQ 10 [ 0.314191] iommu: Default domain type: Translated [ 0.314434] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.314537] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.314834] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.315251] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.315526] vgaarb: loaded [ 0.315781] SCSI subsystem initialized [ 0.316526] libata version 3.00 loaded. [ 0.316539] ACPI: bus type USB registered [ 0.316692] usbcore: registered new interface driver usbfs [ 0.316838] usbcore: registered new interface driver hub [ 0.316967] usbcore: registered new device driver usb [ 0.317094] mc: Linux media interface: v0.10 [ 0.317199] videodev: Linux video capture interface: v2.00 [ 0.317333] pps_core: LinuxPPS API ver. 1 registered [ 0.317451] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.317509] PTP clock support registered [ 0.317632] Registered efivars operations [ 0.317663] Advanced Linux Sound Architecture Driver Initialized. [ 0.317874] Bluetooth: Core ver 2.22 [ 0.317965] NET: Registered PF_BLUETOOTH protocol family [ 0.318092] Bluetooth: HCI device and connection manager initialized [ 0.318507] Bluetooth: HCI socket layer initialized [ 0.318749] Bluetooth: L2CAP socket layer initialized [ 0.319001] Bluetooth: SCO socket layer initialized [ 0.319504] NetLabel: Initializing [ 0.319675] NetLabel: domain hash size = 128 [ 0.319892] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.320191] NetLabel: unlabeled traffic allowed by default [ 0.320534] PCI: Using ACPI for IRQ routing [ 0.320628] PCI: pci_cache_line_size set to 64 bytes [ 0.321544] e820: reserve RAM buffer [mem 0xbdd5f000-0xbfffffff] [ 0.321549] e820: reserve RAM buffer [mem 0xbde91000-0xbfffffff] [ 0.321553] e820: reserve RAM buffer [mem 0xbe6b5000-0xbfffffff] [ 0.321556] e820: reserve RAM buffer [mem 0xbef9b000-0xbfffffff] [ 0.321560] e820: reserve RAM buffer [mem 0xbf46b000-0xbfffffff] [ 0.321634] clocksource: Switched to clocksource kvm-clock [ 0.492661] VFS: Disk quotas dquot_6.6.0 [ 0.492886] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.493372] AppArmor: AppArmor Filesystem Enabled [ 0.493704] pnp: PnP ACPI init [ 0.495143] pnp: PnP ACPI: found 2 devices [ 0.501711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502184] NET: Registered PF_INET protocol family [ 0.502513] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.503465] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.503967] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.504882] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 0.505394] TCP: Hash tables configured (established 32768 bind 32768) [ 0.505770] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.506121] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.506545] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.506979] RPC: Registered named UNIX socket transport module. [ 0.507297] RPC: Registered udp transport module. [ 0.507562] RPC: Registered tcp transport module. [ 0.507796] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.508152] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.508458] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.508800] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.509164] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfdffffff window] [ 0.509579] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.509889] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512464] PCI: CLS 0 bytes, default 64 [ 0.837279] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer [ 0.837747] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 0.851250] clocksource: Switched to clocksource tsc [ 0.851522] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.852394] Initialise system trusted keyrings [ 0.852634] workingset: timestamp_bits=40 max_order=20 bucket_order=0 [ 0.855968] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.856500] NFS: Registering the id_resolver key type [ 0.856626] Key type id_resolver registered [ 0.856751] Key type id_legacy registered [ 0.856908] fuse: init (API version 7.34) [ 0.866316] Key type asymmetric registered [ 0.866417] Asymmetric key parser 'x509' registered [ 0.866738] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.867208] io scheduler mq-deadline registered [ 0.867459] io scheduler kyber registered [ 0.867814] hv_vmbus: registering driver hyperv_fb [ 0.868060] ACPI: AC: AC Adapter [AC] (on-line) [ 0.868354] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.868758] ACPI: button: Power Button [PWRF] [ 0.869113] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 [ 0.869550] ACPI: button: Sleep Button [SLPF] [ 0.869916] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 0.870433] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input2 [ 0.871207] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.871557] Non-volatile memory driver v1.3 [ 0.871669] Linux agpgart interface v0.103 [ 0.874086] loop: module loaded [ 0.874471] zram: Added device: zram0 [ 0.874821] zram: Added device: zram1 [ 0.875171] zram: Added device: zram2 [ 0.875297] Guest personality initialized and is inactive [ 0.875297] VMCI host device registered (name=vmci, major=10, minor=126) [ 0.875297] Initialized host personality [ 0.876395] VMware PVSCSI driver - version 1.0.7.0-k [ 0.876654] hv_vmbus: registering driver hv_storvsc [ 0.877418] ata_piix 0000:00:01.1: version 2.13 [ 0.878073] scsi host0: ata_piix [ 0.878453] scsi host1: ata_piix [ 0.878551] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xc030 irq 14 [ 0.878714] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xc038 irq 15 [ 0.879427] tun: Universal TUN/TAP device driver, 1.6 [ 0.879953] e100: Intel(R) PRO/100 Network Driver [ 0.880324] e100: Copyright(c) 1999-2006 Intel Corporation [ 0.880621] e1000: Intel(R) PRO/1000 Network Driver [ 0.880750] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 1.035835] ata1.00: ATA-8: VBOX HARDDISK, 1.0, max UDMA/133 [ 1.036121] ata1.00: 67108864 sectors, multi 128: LBA [ 1.036576] ata1.00: Read log 0x00 page 0x00 failed, Emask 0x1 [ 1.036868] ata1.00: ATA Identify Device Log not supported [ 1.037139] ata1.00: Security Log not supported [ 1.037969] ata1.00: Read log 0x00 page 0x00 failed, Emask 0x1 [ 1.038258] ata1.00: ATA Identify Device Log not supported [ 1.038581] ata1.00: Security Log not supported [ 1.038947] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 [ 1.039840] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 [ 1.040759] scsi 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.041171] sd 0:0:0:0: [sda] 67108864 512-byte logical blocks: (34.4 GB/32.0 GiB) [ 1.041604] sd 0:0:0:0: [sda] Write Protect is off [ 1.041844] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.041862] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.043311] scsi 1:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 [ 1.045612] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 [ 1.046301] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.238216] sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray [ 1.238372] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 1.275135] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 1.275291] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 1.298452] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:5a:43:53 [ 1.298626] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection [ 1.299205] e1000e: Intel(R) PRO/1000 Network Driver [ 1.299451] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.299766] sky2: driver version 1.30 [ 1.300004] VMware vmxnet3 virtual NIC driver - version 1.6.0.0-k-NAPI [ 1.300437] hv_vmbus: registering driver hv_netvsc [ 1.300675] Fusion MPT base driver 3.04.20 [ 1.300880] Copyright (c) 1999-2008 LSI Corporation [ 1.301126] Fusion MPT SPI Host driver 3.04.20 [ 1.301360] Fusion MPT SAS Host driver 3.04.20 [ 1.301780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.301936] ehci-pci: EHCI PCI platform driver [ 1.302146] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.302450] ohci-pci: OHCI PCI platform driver [ 1.303738] ohci-pci 0000:00:06.0: OHCI PCI host controller [ 1.304146] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 1 [ 1.304367] ohci-pci 0000:00:06.0: irq 22, io mem 0xc1628000 [ 1.358059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.358570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.359064] usb usb1: Product: OHCI PCI host controller [ 1.359391] usb usb1: Manufacturer: Linux 5.15.41 ohci_hcd [ 1.359735] usb usb1: SerialNumber: 0000:00:06.0 [ 1.360312] hub 1-0:1.0: USB hub found [ 1.360438] hub 1-0:1.0: 12 ports detected [ 1.361334] uhci_hcd: USB Universal Host Controller Interface driver [ 1.361827] usbcore: registered new interface driver usblp [ 1.362193] usbcore: registered new interface driver usb-storage [ 1.362589] usbcore: registered new interface driver usbserial_generic [ 1.362761] usbserial: USB Serial support registered for generic [ 1.362761] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.364900] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.365214] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.366875] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 1.367728] rtc_cmos rtc_cmos: registered as rtc0 [ 1.367888] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram [ 1.368111] fail to initialize ptp_kvm [ 1.368112] Driver for 1-wire Dallas network protocol. [ 1.368447] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 1.369021] intel_pstate: CPU model not supported [ 1.369612] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0 [ 1.371961] simple-framebuffer simple-framebuffer.0: [drm] drm_plane_enable_fb_damage_clips() not called [ 1.382228] Console: switching to colour frame buffer device 128x48 [ 1.393538] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device [ 1.394409] EFI Variables Facility v0.08 2004-May-17 [ 1.397642] hid: raw HID events driver (C) Jiri Kosina [ 1.398051] usbcore: registered new interface driver usbhid [ 1.398414] usbhid: USB HID core driver [ 1.399231] IPVS: Registered protocols () [ 1.399419] IPVS: Connection hash table configured (size=4096, memory=32Kbytes) [ 1.399676] IPVS: ipvs loaded. [ 1.399900] IPVS: [rr] scheduler registered. [ 1.400503] NET: Registered PF_INET6 protocol family [ 1.401281] Segment Routing with IPv6 [ 1.401383] In-situ OAM (IOAM) with IPv6 [ 1.401527] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 1.402110] NET: Registered PF_PACKET protocol family [ 1.402434] Bridge firewalling registered [ 1.402748] Key type dns_resolver registered [ 1.404174] IPI shorthand broadcast: enabled [ 1.404444] sched_clock: Marking stable (1359234434, 44293488)->(1412659500, -9131578) [ 1.405325] registered taskstats version 1 [ 1.405685] Loading compiled-in X.509 certificates [ 1.406183] AppArmor: AppArmor sha1 policy hashing enabled [ 1.406710] PM: Magic number: 6:410:528 [ 1.408144] printk: console [netcon0] enabled [ 1.412472] netconsole: network logging started [ 1.416130] ALSA device list: [ 1.420531] No soundcards found. [ 1.573558] random: fast init done [ 1.578039] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5 [ 1.586427] md: Waiting for all devices to be available before autodetect [ 1.589586] md: If you don't use raid, use raid=noautodetect [ 1.594133] md: Autodetecting RAID arrays. [ 1.597092] md: autorun ... [ 1.599955] md: ... autorun DONE. [ 1.605155] VFS: Mounted root (squashfs filesystem) readonly on device 8:5. [ 1.610332] devtmpfs: mounted [ 1.613391] Freeing unused kernel image (initmem) memory: 1708K [ 1.617021] Write protecting the kernel read-only data: 24576k [ 1.621144] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 1.625105] Freeing unused kernel image (rodata/data gap) memory: 692K [ 1.631633] Run /sbin/init as init process [ 1.634558] with arguments: [ 1.634559] /sbin/init [ 1.634561] with environment: [ 1.634562] HOME=/ [ 1.634563] TERM=linux [ 1.634564] BOOT_IMAGE=(hd0,gpt4)/bzImage [ 1.634566] cgroup_enable=memory [ 1.697317] systemd[1]: systemd 250 running in system mode (+PAM -AUDIT -SELINUX +APPARMOR -IMA -SMACK -SECCOMP +GCRYPT -GNUTLS +OPENSSL -ACL +BLKID +CURL -ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=hybrid) [ 1.709766] systemd[1]: Detected virtualization oracle. [ 1.713909] systemd[1]: Detected architecture x86-64. [ 1.748365] systemd[1]: Hostname set to . [ 1.753896] systemd[1]: Installed transient /etc/machine-id file. [ 1.903568] usb 1-1: new full-speed USB device number 2 using ohci-pci [ 1.983841] systemd[1]: Queued start job for default target Multi-User System. [ 2.004604] systemd[1]: Created slice Slice /system/ha-cli. [ 2.017841] systemd[1]: Created slice Slice /system/modprobe. [ 2.031164] systemd[1]: Created slice Slice /system/systemd-fsck. [ 2.041180] systemd[1]: Created slice Slice /system/systemd-growfs. [ 2.054390] systemd[1]: Created slice User and Session Slice. [ 2.064241] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 2.077410] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.084004] systemd[1]: Reached target Local Encrypted Volumes. [ 2.091398] systemd[1]: Reached target HassOS hardware targets. [ 2.101394] systemd[1]: Reached target HassOS zram targets. [ 2.114777] systemd[1]: Reached target Local Integrity Protected Volumes. [ 2.125382] systemd[1]: Reached target Path Units. [ 2.138663] systemd[1]: Reached target Remote Encrypted Volumes. [ 2.148721] systemd[1]: Reached target Remote File Systems. [ 2.161398] systemd[1]: Reached target Remote Verity Protected Volumes. [ 2.171944] systemd[1]: Reached target Slice Units. [ 2.185448] systemd[1]: Reached target Local Verity Protected Volumes. [ 2.190897] systemd[1]: Listening on D-Bus System Message Bus Socket. [ 2.206799] systemd[1]: Listening on Process Core Dump Socket. [ 2.214781] systemd[1]: Listening on Journal Audit Socket. [ 2.224695] systemd[1]: Listening on Journal Socket (/dev/log). [ 2.234915] systemd[1]: Listening on Journal Socket. [ 2.248445] systemd[1]: Listening on udev Control Socket. [ 2.260390] systemd[1]: Listening on udev Kernel Socket. [ 2.278144] systemd[1]: Mounting Huge Pages File System... [ 2.294271] systemd[1]: Mounting POSIX Message Queue File System... [ 2.308464] systemd[1]: Mount /proc/xen files was skipped because of a failed condition check (ConditionPathExists=/proc/xen). [ 2.319610] systemd[1]: Mounting Kernel Debug File System... [ 2.335185] systemd[1]: Mounting Kernel Trace File System... [ 2.347247] systemd[1]: Started D-Bus System Message Bus. [ 2.358677] random: dbus-daemon: uninitialized urandom read (12 bytes read) [ 2.370689] usb 1-1: New USB device found, idVendor=8087, idProduct=0025, bcdDevice= 0.02 [ 2.374629] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.388654] random: dbus-daemon: uninitialized urandom read (12 bytes read) [ 2.388902] systemd[1]: Starting Home Assistant OS Agent... [ 2.413660] systemd[1]: Starting Create List of Static Device Nodes... [ 2.436277] systemd[1]: Starting Load Kernel Module configfs... [ 2.454096] systemd[1]: Starting Load Kernel Module drm... [ 2.470231] systemd[1]: Starting Load Kernel Module fuse... [ 2.484732] systemd[1]: Starting Journal Service... [ 2.499141] systemd[1]: Starting Generate network units from Kernel command line... [ 2.515281] systemd[1]: Starting Remount Root and Kernel File Systems... [ 2.531639] systemd[1]: Starting Wait Until Kernel Time Synchronized... [ 2.549584] systemd[1]: Starting Coldplug All udev Devices... [ 2.566257] systemd[1]: Starting Disk Manager... [ 2.581730] systemd[1]: Starting HassOS ZRAM swap... [ 2.603653] systemd[1]: Starting HassOS ZRAM tmp... [ 2.621077] systemd[1]: Starting HassOS ZRAM var... [ 2.637103] zram2: detected capacity change from 0 to 32768 [ 2.647694] zram1: detected capacity change from 0 to 65536 [ 2.659762] systemd[1]: Started Home Assistant OS Agent. [ 2.669303] zram0: detected capacity change from 0 to 1521760 [ 2.678869] systemd[1]: Started Journal Service. [ 2.830322] audit: type=1334 audit(1653474740.670:2): prog-id=5 op=LOAD [ 2.834022] audit: type=1334 audit(1653474740.674:3): prog-id=6 op=LOAD [ 2.925065] usbcore: registered new interface driver btusb [ 2.961211] Bluetooth: hci0: Found device firmware: intel/ibt-18-16-1.sfi [ 2.964316] Bluetooth: hci0: Boot Address: 0x40800 [ 2.967314] Bluetooth: hci0: Firmware Version: 60-44.21 [ 3.119975] e1000 0000:00:03.0 enp0s3: renamed from eth0 [ 3.255307] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=3 (0xc/0xf/0xb/0x0/0x0) type:speaker [ 3.258660] snd_hda_codec_generic hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 3.261771] snd_hda_codec_generic hdaudioC0D0: hp_outs=1 (0xa/0x0/0x0/0x0/0x0) [ 3.264765] snd_hda_codec_generic hdaudioC0D0: mono: mono_out=0x0 [ 3.267692] snd_hda_codec_generic hdaudioC0D0: dig-out=0x10/0x0 [ 3.270749] snd_hda_codec_generic hdaudioC0D0: inputs: [ 3.273673] snd_hda_codec_generic hdaudioC0D0: Mic=0xd [ 3.276437] snd_hda_codec_generic hdaudioC0D0: Line=0xe [ 3.279200] snd_hda_codec_generic hdaudioC0D0: CD=0x15 [ 3.281834] snd_hda_codec_generic hdaudioC0D0: dig-in=0x11 [ 3.338734] input: HDA Intel Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input6 [ 3.346632] input: HDA Intel Line as /devices/pci0000:00/0000:00:05.0/sound/card0/input7 [ 3.358041] input: HDA Intel Speaker Front as /devices/pci0000:00/0000:00:05.0/sound/card0/input8 [ 3.371816] input: HDA Intel Speaker CLFE as /devices/pci0000:00/0000:00:05.0/sound/card0/input9 [ 3.377979] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input10 [ 3.391605] input: HDA Intel SPDIF In as /devices/pci0000:00/0000:00:05.0/sound/card0/input11 [ 3.729665] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 4.038136] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 4.176382] EXT4-fs (sda8): resizing filesystem from 8210171 to 8210171 blocks [ 4.988307] Bluetooth: hci0: command 0xfc01 tx timeout [ 5.732070] Adding 760876k swap on /dev/zram0. Priority:-2 extents:1 across:760876k SS [ 6.716626] EXT4-fs (zram2): mounted filesystem without journal. Opts: nobarrier. Quota mode: none. [ 6.729046] EXT4-fs (zram1): mounted filesystem without journal. Opts: nobarrier. Quota mode: none. [ 6.915228] systemd-journald[112]: Received client request to flush runtime journal. [ 7.506265] random: rngd: uninitialized urandom read (16 bytes read) [ 7.510132] audit: type=1334 audit(1653474745.350:4): prog-id=7 op=LOAD [ 7.510356] audit: type=1334 audit(1653474745.350:5): prog-id=8 op=LOAD [ 7.572978] random: wpa_supplicant: uninitialized urandom read (4096 bytes read) [ 7.780821] random: NetworkManager: uninitialized urandom read (16 bytes read) [ 7.785178] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 7.807436] audit: type=1334 audit(1653474745.647:6): prog-id=9 op=LOAD [ 7.807590] audit: type=1334 audit(1653474745.648:7): prog-id=10 op=LOAD [ 7.955498] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 8.281674] random: crng init done [ 8.281677] random: 2 urandom warning(s) missed due to ratelimiting [ 8.667351] e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 8.673010] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s3: link becomes ready [ 13.371536] Bluetooth: hci0: FW download error recovery failed (-110) [ 37.742681] audit: type=1400 audit(1653474775.155:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor" pid=371 comm="apparmor_parser" [ 37.742688] audit: type=1400 audit(1653474775.155:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=371 comm="apparmor_parser" [ 37.742693] audit: type=1400 audit(1653474775.155:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=371 comm="apparmor_parser" [ 37.742965] audit: type=1300 audit(1653474775.155:8): arch=c000003e syscall=1 success=yes exit=38459 a0=6 a1=559e8e914c60 a2=963b a3=0 items=0 ppid=370 pid=371 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 37.743216] audit: type=1327 audit(1653474775.155:8): proctitle=61707061726D6F725F706172736572002D72002D57002D4C002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D73757065727669736F72 [ 38.339464] audit: type=1400 audit(1653474775.756:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=392 comm="apparmor_parser" [ 38.339753] audit: type=1300 audit(1653474775.756:9): arch=c000003e syscall=1 success=yes exit=7945 a0=4 a1=55f9af156d60 a2=1f09 a3=0 items=0 ppid=391 pid=392 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 38.339934] audit: type=1327 audit(1653474775.756:9): proctitle=61707061726D6F725F706172736572002D4B72002F6D6E742F646174612F646F636B65722F746D702F646F636B65722D64656661756C7431383737333039313937 [ 38.622785] audit: type=1325 audit(1653474776.040:10): table=nat family=2 entries=0 op=xt_register pid=394 subj==unconfined comm="iptables" [ 38.623596] audit: type=1300 audit(1653474776.040:10): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7fffcf2012f0 items=0 ppid=372 pid=394 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 38.679372] Initializing XFRM netlink socket [ 38.871917] hassio: port 1(veth9f2c325) entered blocking state [ 38.871922] hassio: port 1(veth9f2c325) entered disabled state [ 38.872031] device veth9f2c325 entered promiscuous mode [ 38.872985] hassio: port 1(veth9f2c325) entered blocking state [ 38.872989] hassio: port 1(veth9f2c325) entered forwarding state [ 38.873011] IPv6: ADDRCONF(NETDEV_CHANGE): hassio: link becomes ready [ 38.873136] hassio: port 1(veth9f2c325) entered disabled state [ 39.353235] eth0: renamed from vethb14d8c6 [ 39.360768] IPv6: ADDRCONF(NETDEV_CHANGE): veth9f2c325: link becomes ready [ 39.360795] hassio: port 1(veth9f2c325) entered blocking state [ 39.360797] hassio: port 1(veth9f2c325) entered forwarding state [ 40.059264] docker0: port 1(veth01c0fe8) entered blocking state [ 40.059269] docker0: port 1(veth01c0fe8) entered disabled state [ 40.059325] device veth01c0fe8 entered promiscuous mode [ 40.059768] docker0: port 1(veth01c0fe8) entered blocking state [ 40.059772] docker0: port 1(veth01c0fe8) entered forwarding state [ 40.059854] docker0: port 1(veth01c0fe8) entered disabled state [ 40.086078] hassio: port 2(vetha5cd503) entered blocking state [ 40.086082] hassio: port 2(vetha5cd503) entered disabled state [ 40.086298] device vetha5cd503 entered promiscuous mode [ 40.090711] hassio: port 2(vetha5cd503) entered blocking state [ 40.090715] hassio: port 2(vetha5cd503) entered forwarding state [ 40.394226] eth0: renamed from vethf508847 [ 40.417861] hassio: port 2(vetha5cd503) entered disabled state [ 40.417893] IPv6: ADDRCONF(NETDEV_CHANGE): veth01c0fe8: link becomes ready [ 40.417928] docker0: port 1(veth01c0fe8) entered blocking state [ 40.417930] docker0: port 1(veth01c0fe8) entered forwarding state [ 40.417964] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready [ 40.533396] eth1: renamed from veth19b03f9 [ 40.538817] IPv6: ADDRCONF(NETDEV_CHANGE): vetha5cd503: link becomes ready [ 40.538832] hassio: port 2(vetha5cd503) entered blocking state [ 40.538834] hassio: port 2(vetha5cd503) entered forwarding state [ 42.939670] kauditd_printk_skb: 231 callbacks suppressed [ 42.939673] audit: type=1334 audit(1653474780.357:89): prog-id=11 op=LOAD [ 42.939916] audit: type=1334 audit(1653474780.357:90): prog-id=12 op=LOAD [ 43.198860] audit: type=1334 audit(1653474780.616:91): prog-id=13 op=LOAD [ 43.199036] audit: type=1334 audit(1653474780.616:92): prog-id=14 op=LOAD [ 43.788312] audit: type=1400 audit(1653474781.199:93): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor" pid=1274 comm="apparmor_parser" [ 43.788319] audit: type=1400 audit(1653474781.199:93): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=1274 comm="apparmor_parser" [ 43.788326] audit: type=1400 audit(1653474781.199:93): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=1274 comm="apparmor_parser" [ 43.788332] audit: type=1300 audit(1653474781.199:93): arch=c000003e syscall=1 success=yes exit=38459 a0=6 a1=5596e080fc60 a2=963b a3=0 items=0 ppid=1273 pid=1274 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 43.788339] audit: type=1327 audit(1653474781.199:93): proctitle=61707061726D6F725F706172736572002D2D7265706C616365002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D737570 [ 43.973279] hassio: port 3(vethac2db65) entered blocking state [ 43.973284] hassio: port 3(vethac2db65) entered disabled state [ 43.973439] device vethac2db65 entered promiscuous mode [ 43.973480] audit: type=1700 audit(1653474781.390:94): dev=vethac2db65 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 44.386639] eth0: renamed from veth3bd9a2d [ 44.393905] IPv6: ADDRCONF(NETDEV_CHANGE): vethac2db65: link becomes ready [ 44.393933] hassio: port 3(vethac2db65) entered blocking state [ 44.393935] hassio: port 3(vethac2db65) entered forwarding state [ 44.601799] hassio: port 4(vetha90936f) entered blocking state [ 44.601805] hassio: port 4(vetha90936f) entered disabled state [ 44.602083] device vetha90936f entered promiscuous mode [ 44.604280] hassio: port 4(vetha90936f) entered blocking state [ 44.604284] hassio: port 4(vetha90936f) entered forwarding state [ 44.971613] hassio: port 4(vetha90936f) entered disabled state [ 45.076899] eth0: renamed from vethb9410ec [ 45.083254] IPv6: ADDRCONF(NETDEV_CHANGE): vetha90936f: link becomes ready [ 45.083326] hassio: port 4(vetha90936f) entered blocking state [ 45.083329] hassio: port 4(vetha90936f) entered forwarding state [ 45.413700] hassio: port 5(veth775dd54) entered blocking state [ 45.413704] hassio: port 5(veth775dd54) entered disabled state [ 45.414141] device veth775dd54 entered promiscuous mode [ 45.415489] hassio: port 5(veth775dd54) entered blocking state [ 45.415493] hassio: port 5(veth775dd54) entered forwarding state [ 46.011683] hassio: port 5(veth775dd54) entered disabled state [ 46.041206] eth0: renamed from veth50b89ea [ 46.044972] IPv6: ADDRCONF(NETDEV_CHANGE): veth775dd54: link becomes ready [ 46.044999] hassio: port 5(veth775dd54) entered blocking state [ 46.045002] hassio: port 5(veth775dd54) entered forwarding state [ 49.365828] kauditd_printk_skb: 98 callbacks suppressed [ 49.365830] audit: type=1400 audit(1653474786.781:127): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="hassio-supervisor" pid=2667 comm="apparmor_parser" [ 49.371561] audit: type=1300 audit(1653474786.781:127): arch=c000003e syscall=1 success=yes exit=15265 a0=6 a1=55e77c3b8080 a2=3ba1 a3=0 items=0 ppid=2666 pid=2667 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 49.371565] audit: type=1327 audit(1653474786.781:127): proctitle=61707061726D6F725F706172736572002D2D7265706C616365002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D737570 [ 49.373409] audit: type=1400 audit(1653474786.789:128): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=2667 comm="apparmor_parser" [ 49.373412] audit: type=1300 audit(1653474786.789:128): arch=c000003e syscall=1 success=yes exit=11249 a0=6 a1=55e77c3feee0 a2=2bf1 a3=0 items=0 ppid=2666 pid=2667 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 49.373414] audit: type=1327 audit(1653474786.789:128): proctitle=61707061726D6F725F706172736572002D2D7265706C616365002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D737570 [ 49.375533] audit: type=1400 audit(1653474786.791:129): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=2667 comm="apparmor_parser" [ 49.375689] audit: type=1300 audit(1653474786.791:129): arch=c000003e syscall=1 success=yes exit=11945 a0=6 a1=55e77c3feee0 a2=2ea9 a3=0 items=0 ppid=2666 pid=2667 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 49.375691] audit: type=1327 audit(1653474786.791:129): proctitle=61707061726D6F725F706172736572002D2D7265706C616365002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D737570 [ 73.535647] audit: type=1334 audit(1653474810.953:130): prog-id=0 op=UNLOAD [ 73.535653] audit: type=1334 audit(1653474810.953:131): prog-id=0 op=UNLOAD [ 73.537587] audit: type=1334 audit(1653474810.955:132): prog-id=0 op=UNLOAD [ 73.537592] audit: type=1334 audit(1653474810.955:133): prog-id=0 op=UNLOAD [ 83.311315] docker0: port 1(veth01c0fe8) entered disabled state [ 83.311396] vethf508847: renamed from eth0 [ 83.340086] docker0: port 1(veth01c0fe8) entered disabled state [ 83.340726] device veth01c0fe8 left promiscuous mode [ 83.340732] docker0: port 1(veth01c0fe8) entered disabled state [ 83.340787] audit: type=1700 audit(1653474820.756:134): dev=veth01c0fe8 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 83.356468] audit: type=1300 audit(1653474820.756:134): arch=c000003e syscall=44 success=yes exit=32 a0=f a1=c0016f3cc0 a2=20 a3=0 items=0 ppid=1 pid=372 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 83.356600] audit: type=1327 audit(1653474820.756:134): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 83.367195] hassio: port 2(vetha5cd503) entered disabled state [ 83.367295] veth19b03f9: renamed from eth1 [ 83.380339] hassio: port 2(vetha5cd503) entered disabled state [ 83.380738] device vetha5cd503 left promiscuous mode [ 83.380744] hassio: port 2(vetha5cd503) entered disabled state [ 83.380767] audit: type=1700 audit(1653474820.797:135): dev=vetha5cd503 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 83.392378] audit: type=1300 audit(1653474820.797:135): arch=c000003e syscall=44 success=yes exit=32 a0=f a1=c000220740 a2=20 a3=0 items=0 ppid=1 pid=372 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 83.392393] audit: type=1327 audit(1653474820.797:135): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 83.420323] audit: type=1325 audit(1653474820.838:136): table=nat family=2 entries=15 op=xt_unregister pid=65 subj==unconfined comm="kworker/u4:2" [ 83.420331] audit: type=1325 audit(1653474820.838:137): table=filter family=2 entries=4 op=xt_unregister pid=65 subj==unconfined comm="kworker/u4:2" [ 89.114989] docker0: port 1(vethdd9ecfd) entered blocking state [ 89.114994] docker0: port 1(vethdd9ecfd) entered disabled state [ 89.121829] device vethdd9ecfd entered promiscuous mode [ 89.121848] audit: type=1700 audit(1653474826.533:138): dev=vethdd9ecfd prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 89.121934] audit: type=1300 audit(1653474826.533:138): arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c000c62ea0 a2=28 a3=0 items=0 ppid=1 pid=372 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 89.121942] audit: type=1327 audit(1653474826.533:138): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 89.432104] eth0: renamed from veth286058f [ 89.436874] IPv6: ADDRCONF(NETDEV_CHANGE): vethdd9ecfd: link becomes ready [ 89.436903] docker0: port 1(vethdd9ecfd) entered blocking state [ 89.436906] docker0: port 1(vethdd9ecfd) entered forwarding state [ 91.450853] hassio: port 2(veth377f80d) entered blocking state [ 91.450857] hassio: port 2(veth377f80d) entered disabled state [ 91.451175] device veth377f80d entered promiscuous mode [ 91.451216] audit: type=1700 audit(1653474828.869:139): dev=veth377f80d prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 91.451388] audit: type=1300 audit(1653474828.869:139): arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c000715dd0 a2=28 a3=0 items=0 ppid=1 pid=372 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 91.451673] audit: type=1327 audit(1653474828.869:139): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 91.546103] audit: type=1325 audit(1653474828.965:140): table=nat family=2 entries=0 op=xt_register pid=3076 subj==unconfined comm="iptables" [ 91.546108] audit: type=1300 audit(1653474828.965:140): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffc210b1440 items=0 ppid=3070 pid=3076 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 91.546110] audit: type=1327 audit(1653474828.965:140): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E [ 91.550804] audit: type=1325 audit(1653474828.969:141): table=filter family=2 entries=0 op=xt_register pid=3077 subj==unconfined comm="iptables" [ 91.576866] eth1: renamed from vethb727c12 [ 91.592127] IPv6: ADDRCONF(NETDEV_CHANGE): veth377f80d: link becomes ready [ 91.592331] hassio: port 2(veth377f80d) entered blocking state [ 91.592335] hassio: port 2(veth377f80d) entered forwarding state [ 96.051687] hassio: port 6(veth5941dee) entered blocking state [ 96.051690] hassio: port 6(veth5941dee) entered disabled state [ 96.052036] device veth5941dee entered promiscuous mode [ 96.052078] kauditd_printk_skb: 35 callbacks suppressed [ 96.052080] audit: type=1700 audit(1653474833.469:155): dev=veth5941dee prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 96.052365] audit: type=1300 audit(1653474833.469:155): arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c0007158f0 a2=28 a3=0 items=0 ppid=1 pid=372 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 96.052554] audit: type=1327 audit(1653474833.469:155): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 96.517888] audit: type=1325 audit(1653474833.936:156): table=nat family=2 entries=0 op=xt_register pid=3197 subj==unconfined comm="iptables" [ 96.518132] audit: type=1300 audit(1653474833.936:156): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffcef28d810 items=0 ppid=3191 pid=3197 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 96.518308] audit: type=1327 audit(1653474833.936:156): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E [ 96.523554] audit: type=1325 audit(1653474833.941:157): table=filter family=2 entries=0 op=xt_register pid=3198 subj==unconfined comm="iptables" [ 96.523558] audit: type=1300 audit(1653474833.941:157): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffece510fb0 items=0 ppid=3191 pid=3198 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 96.523560] audit: type=1327 audit(1653474833.941:157): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E [ 96.528207] audit: type=1325 audit(1653474833.947:158): table=nat family=2 entries=5 op=xt_replace pid=3201 subj==unconfined comm="iptables" [ 96.555664] eth0: renamed from veth40e2808 [ 96.561794] IPv6: ADDRCONF(NETDEV_CHANGE): veth5941dee: link becomes ready [ 96.561823] hassio: port 6(veth5941dee) entered blocking state [ 96.561826] hassio: port 6(veth5941dee) entered forwarding state [ 117.752733] hassio: port 7(vethaada6ff) entered blocking state [ 117.752737] hassio: port 7(vethaada6ff) entered disabled state [ 117.764789] device vethaada6ff entered promiscuous mode [ 117.764882] kauditd_printk_skb: 23 callbacks suppressed [ 117.764885] audit: type=1700 audit(1653474855.171:166): dev=vethaada6ff prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 117.765315] audit: type=1300 audit(1653474855.171:166): arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c001508b10 a2=28 a3=0 items=0 ppid=1 pid=372 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 117.765931] audit: type=1327 audit(1653474855.171:166): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 118.432905] audit: type=1325 audit(1653474855.851:167): table=nat family=2 entries=0 op=xt_register pid=4256 subj==unconfined comm="iptables" [ 118.433108] audit: type=1300 audit(1653474855.851:167): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffde023fa30 items=0 ppid=4249 pid=4256 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 118.433289] audit: type=1327 audit(1653474855.851:167): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E [ 118.443741] audit: type=1325 audit(1653474855.862:168): table=filter family=2 entries=0 op=xt_register pid=4257 subj==unconfined comm="iptables" [ 118.443858] audit: type=1300 audit(1653474855.862:168): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffc5718ead0 items=0 ppid=4249 pid=4257 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 118.443929] audit: type=1327 audit(1653474855.862:168): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E [ 118.460050] audit: type=1325 audit(1653474855.878:169): table=nat family=2 entries=5 op=xt_replace pid=4260 subj==unconfined comm="iptables" [ 118.493221] eth0: renamed from veth6eb008b [ 118.498729] IPv6: ADDRCONF(NETDEV_CHANGE): vethaada6ff: link becomes ready [ 118.498792] hassio: port 7(vethaada6ff) entered blocking state [ 118.498796] hassio: port 7(vethaada6ff) entered forwarding state [ 123.596196] kauditd_printk_skb: 23 callbacks suppressed [ 123.596199] audit: type=1334 audit(1653474861.014:177): prog-id=0 op=UNLOAD [ 123.596206] audit: type=1334 audit(1653474861.014:178): prog-id=0 op=UNLOAD [ 123.603259] audit: type=1334 audit(1653474861.021:179): prog-id=19 op=LOAD [ 123.603460] audit: type=1334 audit(1653474861.021:180): prog-id=20 op=LOAD [ 123.609599] audit: type=1334 audit(1653474861.028:181): prog-id=0 op=UNLOAD [ 123.609618] audit: type=1334 audit(1653474861.028:182): prog-id=0 op=UNLOAD [ 124.217817] audit: type=1334 audit(1653474861.636:183): prog-id=21 op=LOAD [ 124.217942] audit: type=1334 audit(1653474861.636:184): prog-id=22 op=LOAD [ 154.272547] audit: type=1334 audit(1653474891.690:185): prog-id=0 op=UNLOAD [ 154.272554] audit: type=1334 audit(1653474891.690:186): prog-id=0 op=UNLOAD [ 154.790190] audit: type=1334 audit(1653474892.208:187): prog-id=0 op=UNLOAD [ 154.790196] audit: type=1334 audit(1653474892.208:188): prog-id=0 op=UNLOAD ```
Full log from 7.6: (from snapshot, not the other boot slot) ``` [ 0.000000] Linux version 5.10.108 (builder@ca46e91eeb6f) (x86_64-buildroot-linux-gnu-gcc.br_real (Buildroot -g8d88bd9a3) 9.4.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Mon Mar 28 10:19:40 UTC 2022 [ 0.000000] Command line: apparmor=1 security=apparmor console=ttyS0 console=tty1 bootchooser.active=A root=PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd rootfstype=squashfs ro rootwait systemd.machine_id=bdc8e9d382b3431d9e2286b1018914a9 zram.enabled=1 zram.num_devices=3 [ 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: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bdd5efff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bdd5f000-0x00000000bdd5ffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000bdd60000-0x00000000bde90fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bde91000-0x00000000bdf1afff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bdf1b000-0x00000000bef9afff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bef9b000-0x00000000beff2fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000beff3000-0x00000000beffafff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000beffb000-0x00000000beffefff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000befff000-0x00000000bf46afff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bf46b000-0x00000000bffeffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: ACPI=0xbeffa000 ACPI 2.0=0xbeffa014 SMBIOS=0xbeffd000 [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ 0.000000] Hypervisor detected: KVM [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr ab718001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2609936440 cycles [ 0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000009] tsc: Detected 3491.912 MHz processor [ 0.002166] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.002172] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.002182] last_pfn = 0xbf46b max_arch_pfn = 0x400000000 [ 0.002196] MTRR default type: uncachable [ 0.002197] MTRR variable ranges disabled: [ 0.002199] Disabled [ 0.002201] x86/PAT: MTRRs disabled, skipping PAT initialization too. [ 0.002206] CPU MTRRs all blank - virtualized system. [ 0.002211] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC [ 0.002263] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] [ 0.002295] check: Scanning 1 areas for low memory corruption [ 0.003817] Secure boot disabled [ 0.003822] ACPI: Early table checksum verification disabled [ 0.003826] ACPI: RSDP 0x00000000BEFFA014 000024 (v02 VBOX ) [ 0.003833] ACPI: XSDT 0x00000000BEFF90E8 000044 (v01 VBOX VBOXFACP 00000001 01000013) [ 0.003843] ACPI: FACP 0x00000000BEFF7000 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) [ 0.003853] ACPI: DSDT 0x00000000BEFF4000 002325 (v02 VBOX VBOXBIOS 00000002 INTL 20100528) [ 0.003862] ACPI: FACS 0x00000000BEFFE000 000040 [ 0.003869] ACPI: APIC 0x00000000BEFF8000 00005C (v02 VBOX VBOXAPIC 00000001 ASL 00000061) [ 0.003877] ACPI: SSDT 0x00000000BEFF3000 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528) [ 0.003886] ACPI: BGRT 0x00000000BDD5F000 000038 (v01 INTEL EDK2 00000002 01000013) [ 0.003894] ACPI: Reserving FACP table memory at [mem 0xbeff7000-0xbeff70f3] [ 0.003898] ACPI: Reserving DSDT table memory at [mem 0xbeff4000-0xbeff6324] [ 0.003901] ACPI: Reserving FACS table memory at [mem 0xbeffe000-0xbeffe03f] [ 0.003904] ACPI: Reserving APIC table memory at [mem 0xbeff8000-0xbeff805b] [ 0.003908] ACPI: Reserving SSDT table memory at [mem 0xbeff3000-0xbeff31cb] [ 0.003911] ACPI: Reserving BGRT table memory at [mem 0xbdd5f000-0xbdd5f037] [ 0.003928] ACPI: Local APIC address 0xfee00000 [ 0.004642] No NUMA configuration found [ 0.004656] Faking a node at [mem 0x0000000000000000-0x00000000bf46afff] [ 0.004664] NODE_DATA(0) allocated [mem 0xbf213000-0xbf217fff] [ 0.004704] Zone ranges: [ 0.004707] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.004712] DMA32 [mem 0x0000000001000000-0x00000000bf46afff] [ 0.004728] Normal empty [ 0.004732] Device empty [ 0.004735] Movable zone start for each node [ 0.004737] Early memory node ranges [ 0.004740] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.004744] node 0: [mem 0x0000000000100000-0x00000000bdd5efff] [ 0.004771] node 0: [mem 0x00000000bdd60000-0x00000000bde90fff] [ 0.004774] node 0: [mem 0x00000000bdf1b000-0x00000000bef9afff] [ 0.004777] node 0: [mem 0x00000000befff000-0x00000000bf46afff] [ 0.004781] Initmem setup node 0 [mem 0x0000000000001000-0x00000000bf46afff] [ 0.004785] On node 0 totalpages: 783131 [ 0.004787] DMA zone: 64 pages used for memmap [ 0.004788] DMA zone: 23 pages reserved [ 0.004790] DMA zone: 3999 pages, LIFO batch:0 [ 0.004792] DMA32 zone: 12178 pages used for memmap [ 0.004794] DMA32 zone: 779132 pages, LIFO batch:63 [ 0.005192] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.005255] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.025118] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.025192] On node 0, zone DMA32: 138 pages in unavailable ranges [ 0.025216] On node 0, zone DMA32: 100 pages in unavailable ranges [ 0.025317] On node 0, zone DMA32: 2965 pages in unavailable ranges [ 0.025845] ACPI: PM-Timer IO Port: 0xb008 [ 0.025850] ACPI: Local APIC address 0xfee00000 [ 0.025960] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ 0.025964] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.025968] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.025971] ACPI: IRQ0 used by override. [ 0.025973] ACPI: IRQ9 used by override. [ 0.025977] Using ACPI (MADT) for SMP configuration information [ 0.025996] e820: update [mem 0xbe6b5000-0xbe6cffff] usable ==> reserved [ 0.026018] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.026061] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.026066] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.026071] PM: hibernation: Registered nosave memory: [mem 0xbdd5f000-0xbdd5ffff] [ 0.026076] PM: hibernation: Registered nosave memory: [mem 0xbde91000-0xbdf1afff] [ 0.026081] PM: hibernation: Registered nosave memory: [mem 0xbe6b5000-0xbe6cffff] [ 0.026086] PM: hibernation: Registered nosave memory: [mem 0xbef9b000-0xbeff2fff] [ 0.026089] PM: hibernation: Registered nosave memory: [mem 0xbeff3000-0xbeffafff] [ 0.026092] PM: hibernation: Registered nosave memory: [mem 0xbeffb000-0xbeffefff] [ 0.026096] [mem 0xbfff0000-0xffbfffff] available for PCI devices [ 0.026099] Booting paravirtualized kernel on KVM [ 0.026103] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.034412] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1 [ 0.034866] percpu: Embedded 58 pages/cpu s198872 r8192 d30504 u1048576 [ 0.034882] pcpu-alloc: s198872 r8192 d30504 u1048576 alloc=1*2097152 [ 0.034884] pcpu-alloc: [0] 0 1 [ 0.034934] kvm-guest: PV spinlocks enabled [ 0.034941] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.034950] Built 1 zonelists, mobility grouping on. Total pages: 770866 [ 0.034952] Policy zone: DMA32 [ 0.034956] Kernel command line: apparmor=1 security=apparmor console=ttyS0 console=tty1 bootchooser.active=A root=PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd rootfstype=squashfs ro rootwait systemd.machine_id=bdc8e9d382b3431d9e2286b1018914a9 zram.enabled=1 zram.num_devices=3 [ 0.036349] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.036816] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.036870] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.046950] Memory: 3019572K/3132524K available (16395K kernel code, 2574K rwdata, 5200K rodata, 1412K init, 1052K bss, 112692K reserved, 0K cma-reserved) [ 0.047032] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.047049] Kernel/User page tables isolation: enabled [ 0.047144] rcu: Hierarchical RCU implementation. [ 0.047146] rcu: RCU event tracing is enabled. [ 0.047149] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2. [ 0.047151] Tracing variant of Tasks RCU enabled. [ 0.047154] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.047157] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.048498] NR_IRQS: 4352, nr_irqs: 440, preallocated irqs: 16 [ 0.050028] random: get_random_bytes called from start_kernel+0x375/0x54c with crng_init=0 [ 0.050066] Console: colour dummy device 80x25 [ 0.050590] printk: console [tty1] enabled [ 0.089238] printk: console [ttyS0] enabled [ 0.089462] ACPI: Core revision 20200925 [ 0.089804] APIC: Switch to symmetric I/O mode setup [ 0.093814] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.094172] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 0.094941] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.095941] pid_max: default: 32768 minimum: 301 [ 0.098893] LSM: Security Framework initializing [ 0.098939] AppArmor: AppArmor initialized [ 0.098964] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.099336] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.099939] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 [ 0.099943] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 [ 0.100272] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.100943] Spectre V2 : Mitigation: Retpolines [ 0.101168] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.101569] Speculative Store Bypass: Vulnerable [ 0.101799] SRBDS: Unknown: Dependent on hypervisor status [ 0.101941] MDS: Mitigation: Clear CPU buffers [ 0.102490] Freeing SMP alternatives memory: 52K [ 0.208039] smpboot: CPU0: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (family: 0x6, model: 0x3c, stepping: 0x3) [ 0.208661] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208939] rcu: Hierarchical SRCU implementation. [ 0.209374] smp: Bringing up secondary CPUs ... [ 0.209697] x86: Booting SMP configuration: [ 0.209920] .... node #0, CPUs: #1 [ 0.043948] kvm-clock: cpu 1, msr ab718041, secondary cpu clock [ 0.210991] smp: Brought up 1 node, 2 CPUs [ 0.211233] smpboot: Max logical packages: 1 [ 0.211336] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.211978] devtmpfs: initialized [ 0.212054] x86/mm: Memory block size: 128MB [ 0.213793] PM: Registering ACPI NVS region [mem 0xbeffb000-0xbeffefff] (16384 bytes) [ 0.213793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.213793] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.214047] PM: RTC time: 10:55:19, date: 2022-05-25 [ 0.214463] NET: Registered protocol family 16 [ 0.215265] audit: initializing netlink subsys (disabled) [ 0.215568] audit: type=2000 audit(1653476124.074:1): state=initialized audit_enabled=0 res=1 [ 0.215568] thermal_sys: Registered thermal governor 'step_wise' [ 0.215942] thermal_sys: Registered thermal governor 'user_space' [ 0.216277] cpuidle: using governor menu [ 0.217474] ACPI: bus type PCI registered [ 0.217971] PCI: Using configuration type 1 for base access [ 0.224308] Kprobes globally optimized [ 0.224972] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.227997] ACPI: Added _OSI(Module Device) [ 0.228101] ACPI: Added _OSI(Processor Device) [ 0.228208] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228321] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228536] ACPI: Added _OSI(Linux-Dell-Video) [ 0.228758] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.228939] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.232377] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.235525] ACPI: Interpreter enabled [ 0.235727] ACPI: (supports S0 S5) [ 0.235898] ACPI: Using IOAPIC for interrupt routing [ 0.236090] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.236742] ACPI: Enabled 2 GPEs in block 00 to 07 [ 0.245062] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245372] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3] [ 0.246738] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] [ 0.246939] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247072] PCI host bridge to bus 0000:00 [ 0.247280] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.247942] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.248278] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.248647] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfdffffff window] [ 0.248939] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.248970] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 [ 0.251273] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 [ 0.252618] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a [ 0.253394] pci 0000:00:01.1: reg 0x20: [io 0xc030-0xc03f] [ 0.254060] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.254411] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.254744] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.254939] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.255306] pci 0000:00:02.0: [15ad:0405] type 00 class 0x030000 [ 0.257120] pci 0000:00:02.0: reg 0x10: [io 0xc020-0xc02f] [ 0.258157] pci 0000:00:02.0: reg 0x14: [mem 0xc0000000-0xc0ffffff pref] [ 0.260114] pci 0000:00:02.0: reg 0x18: [mem 0xc1400000-0xc15fffff] [ 0.266170] pci 0000:00:02.0: BAR 1: assigned to efifb [ 0.267393] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000 [ 0.268024] pci 0000:00:03.0: reg 0x10: [mem 0xc1600000-0xc161ffff] [ 0.271047] pci 0000:00:03.0: reg 0x18: [io 0xc040-0xc047] [ 0.278192] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000 [ 0.279027] pci 0000:00:04.0: reg 0x10: [io 0xc000-0xc01f] [ 0.280030] pci 0000:00:04.0: reg 0x14: [mem 0xc1000000-0xc13fffff] [ 0.281991] pci 0000:00:04.0: reg 0x18: [mem 0xc1620000-0xc1623fff pref] [ 0.288298] pci 0000:00:05.0: [8086:2668] type 00 class 0x040300 [ 0.289022] pci 0000:00:05.0: reg 0x10: [mem 0xc1624000-0xc1627fff] [ 0.297982] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310 [ 0.298939] pci 0000:00:06.0: reg 0x10: [mem 0xc1628000-0xc1628fff] [ 0.307010] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000 [ 0.308006] pci 0000:00:07.0: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI [ 0.308474] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB [ 0.311050] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11) [ 0.311783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11) [ 0.312084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11) [ 0.312513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 *10 11) [ 0.313119] iommu: Default domain type: Translated [ 0.313397] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.313397] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.313684] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.313939] vgaarb: loaded [ 0.314046] SCSI subsystem initialized [ 0.314282] libata version 3.00 loaded. [ 0.314282] ACPI: bus type USB registered [ 0.314952] usbcore: registered new interface driver usbfs [ 0.315088] usbcore: registered new interface driver hub [ 0.315218] usbcore: registered new device driver usb [ 0.315346] mc: Linux media interface: v0.10 [ 0.315530] videodev: Linux video capture interface: v2.00 [ 0.315939] pps_core: LinuxPPS API ver. 1 registered [ 0.315939] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.315945] PTP clock support registered [ 0.316193] Registered efivars operations [ 0.316193] Advanced Linux Sound Architecture Driver Initialized. [ 0.316328] Bluetooth: Core ver 2.22 [ 0.316945] NET: Registered protocol family 31 [ 0.317053] Bluetooth: HCI device and connection manager initialized [ 0.317205] Bluetooth: HCI socket layer initialized [ 0.317322] Bluetooth: L2CAP socket layer initialized [ 0.317444] Bluetooth: SCO socket layer initialized [ 0.317563] NetLabel: Initializing [ 0.317646] NetLabel: domain hash size = 128 [ 0.317751] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.317899] NetLabel: unlabeled traffic allowed by default [ 0.317950] PCI: Using ACPI for IRQ routing [ 0.318054] PCI: pci_cache_line_size set to 64 bytes [ 0.319014] e820: reserve RAM buffer [mem 0xbdd5f000-0xbfffffff] [ 0.319017] e820: reserve RAM buffer [mem 0xbde91000-0xbfffffff] [ 0.319020] e820: reserve RAM buffer [mem 0xbe6b5000-0xbfffffff] [ 0.319023] e820: reserve RAM buffer [mem 0xbef9b000-0xbfffffff] [ 0.319026] e820: reserve RAM buffer [mem 0xbf46b000-0xbfffffff] [ 0.319064] clocksource: Switched to clocksource kvm-clock [ 0.791781] VFS: Disk quotas dquot_6.6.0 [ 0.792045] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.792641] AppArmor: AppArmor Filesystem Enabled [ 0.793013] pnp: PnP ACPI init [ 0.793306] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.793437] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active) [ 0.794929] pnp: PnP ACPI: found 2 devices [ 0.809357] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.809834] NET: Registered protocol family 2 [ 0.810004] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.811113] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.811544] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.812054] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 0.812069] TCP: Hash tables configured (established 32768 bind 32768) [ 0.812069] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.813415] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.813888] NET: Registered protocol family 1 [ 0.814484] RPC: Registered named UNIX socket transport module. [ 0.814629] RPC: Registered udp transport module. [ 0.814743] RPC: Registered tcp transport module. [ 0.814856] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.815015] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.815395] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.815701] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.816043] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfdffffff window] [ 0.816370] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.816787] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.817201] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.820039] PCI: CLS 0 bytes, default 64 [ 0.820841] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer [ 0.821061] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 0.821383] clocksource: Switched to clocksource tsc [ 0.821514] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.822195] check: Scanning for low memory corruption every 60 seconds [ 0.822545] Initialise system trusted keyrings [ 0.822734] workingset: timestamp_bits=40 max_order=20 bucket_order=0 [ 0.825938] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.826514] NFS: Registering the id_resolver key type [ 0.826640] Key type id_resolver registered [ 0.826742] Key type id_legacy registered [ 0.827112] fuse: init (API version 7.32) [ 0.835613] Key type asymmetric registered [ 0.835714] Asymmetric key parser 'x509' registered [ 0.835837] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.836131] io scheduler mq-deadline registered [ 0.836242] io scheduler kyber registered [ 0.836450] hv_vmbus: registering driver hyperv_fb [ 0.836660] efifb: probing for efifb [ 0.836851] efifb: framebuffer at 0xc0000000, using 3072k, total 3072k [ 0.837173] efifb: mode is 1024x768x32, linelength=4096, pages=1 [ 0.837392] efifb: scrolling: redraw [ 0.837684] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.848782] Console: switching to colour frame buffer device 128x48 [ 0.865082] fb0: EFI VGA frame buffer device [ 0.865850] ACPI: AC Adapter [AC] (on-line) [ 0.866222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.866723] ACPI: Power Button [PWRF] [ 0.867081] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 [ 0.867569] ACPI: Sleep Button [SLPF] [ 0.867912] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 0.868482] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input2 [ 0.869514] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.870293] Non-volatile memory driver v1.3 [ 0.870495] Linux agpgart interface v0.103 [ 0.872802] loop: module loaded [ 0.873016] zram: Added device: zram0 [ 0.873238] zram: Added device: zram1 [ 0.873460] zram: Added device: zram2 [ 0.873564] Guest personality initialized and is inactive [ 0.873788] VMCI host device registered (name=vmci, major=10, minor=62) [ 0.873960] Initialized host personality [ 0.874087] VMware PVSCSI driver - version 1.0.7.0-k [ 0.874224] hv_vmbus: registering driver hv_storvsc [ 0.874768] ata_piix 0000:00:01.1: version 2.13 [ 0.875588] scsi host0: ata_piix [ 0.875853] scsi host1: ata_piix [ 0.875960] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xc030 irq 14 [ 0.877320] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xc038 irq 15 [ 0.878860] tun: Universal TUN/TAP device driver, 1.6 [ 0.881757] e100: Intel(R) PRO/100 Network Driver [ 0.885736] e100: Copyright(c) 1999-2006 Intel Corporation [ 0.893903] e1000: Intel(R) PRO/1000 Network Driver [ 0.897747] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 1.036511] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 [ 1.042453] ata1.00: 67108864 sectors, multi 128: LBA [ 1.045455] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 [ 1.049149] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 [ 1.059377] scsi 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.064810] sd 0:0:0:0: [sda] 67108864 512-byte logical blocks: (34.4 GB/32.0 GiB) [ 1.067602] sd 0:0:0:0: [sda] Write Protect is off [ 1.070154] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.070170] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.074233] scsi 1:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 [ 1.086400] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 [ 1.092263] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.200542] sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray [ 1.206073] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 1.230147] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 1.230461] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 1.406480] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:5a:43:53 [ 1.412257] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection [ 1.422557] e1000e: Intel(R) PRO/1000 Network Driver [ 1.425281] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.427852] sky2: driver version 1.30 [ 1.430346] VMware vmxnet3 virtual NIC driver - version 1.5.0.0-k-NAPI [ 1.433014] hv_vmbus: registering driver hv_netvsc [ 1.435669] Fusion MPT base driver 3.04.20 [ 1.438408] Copyright (c) 1999-2008 LSI Corporation [ 1.449087] Fusion MPT SPI Host driver 3.04.20 [ 1.451730] Fusion MPT SAS Host driver 3.04.20 [ 1.454539] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.455610] ehci-pci: EHCI PCI platform driver [ 1.457930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.460354] ohci-pci: OHCI PCI platform driver [ 1.463849] ohci-pci 0000:00:06.0: OHCI PCI host controller [ 1.473071] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 1 [ 1.475282] ohci-pci 0000:00:06.0: irq 22, io mem 0xc1628000 [ 1.762423] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10 [ 1.768054] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.770799] usb usb1: Product: OHCI PCI host controller [ 1.773282] usb usb1: Manufacturer: Linux 5.10.108 ohci_hcd [ 1.775825] usb usb1: SerialNumber: 0000:00:06.0 [ 1.788409] hub 1-0:1.0: USB hub found [ 1.799222] hub 1-0:1.0: 12 ports detected [ 1.802932] uhci_hcd: USB Universal Host Controller Interface driver [ 1.805789] usbcore: registered new interface driver usblp [ 1.808330] usbcore: registered new interface driver usb-storage [ 1.810961] usbcore: registered new interface driver usbserial_generic [ 1.813760] usbserial: USB Serial support registered for generic [ 1.825020] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.829871] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.832622] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.836413] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 1.840506] rtc_cmos rtc_cmos: registered as rtc0 [ 1.841331] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram [ 1.846775] Driver for 1-wire Dallas network protocol. [ 1.851451] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 1.853130] intel_pstate: CPU model not supported [ 1.855926] EFI Variables Facility v0.08 2004-May-17 [ 1.863144] hid: raw HID events driver (C) Jiri Kosina [ 1.864796] usbcore: registered new interface driver usbhid [ 1.867623] usbhid: USB HID core driver [ 1.876737] IPVS: Registered protocols () [ 1.882937] IPVS: Connection hash table configured (size=4096, memory=64Kbytes) [ 1.885862] IPVS: ipvs loaded. [ 1.888729] IPVS: [rr] scheduler registered. [ 1.892314] NET: Registered protocol family 10 [ 1.901397] Segment Routing with IPv6 [ 1.907450] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 1.911059] NET: Registered protocol family 17 [ 1.913858] Bridge firewalling registered [ 1.916388] Key type dns_resolver registered [ 1.919453] IPI shorthand broadcast: enabled [ 1.920227] sched_clock: Marking stable (1877262644, 42948608)->(1921979335, -1768083) [ 1.932001] registered taskstats version 1 [ 1.934729] Loading compiled-in X.509 certificates [ 1.937420] AppArmor: AppArmor sha1 policy hashing enabled [ 1.940727] PM: Magic number: 6:822:932 [ 1.943710] printk: console [netcon0] enabled [ 1.946392] netconsole: network logging started [ 1.958514] ALSA device list: [ 1.961028] No soundcards found. [ 2.045991] random: fast init done [ 2.052014] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5 [ 2.055123] md: Waiting for all devices to be available before autodetect [ 2.055954] md: If you don't use raid, use raid=noautodetect [ 2.066145] md: Autodetecting RAID arrays. [ 2.068885] md: autorun ... [ 2.071331] md: ... autorun DONE. [ 2.075532] VFS: Mounted root (squashfs filesystem) readonly on device 8:3. [ 2.076852] devtmpfs: mounted [ 2.079136] Freeing unused kernel image (initmem) memory: 1412K [ 2.081799] Write protecting the kernel read-only data: 24576k [ 2.088868] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 2.092659] Freeing unused kernel image (rodata/data gap) memory: 944K [ 2.095389] Run /sbin/init as init process [ 2.098272] with arguments: [ 2.098273] /sbin/init [ 2.098274] with environment: [ 2.098275] HOME=/ [ 2.098276] TERM=linux [ 2.118070] usb 1-1: new full-speed USB device number 2 using ohci-pci [ 2.176832] systemd[1]: systemd 249 running in system mode (+PAM -AUDIT -SELINUX +APPARMOR -IMA -SMACK -SECCOMP +GCRYPT +GNUTLS +OPENSSL -ACL +BLKID +CURL -ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=hybrid) [ 2.192703] systemd[1]: Detected virtualization oracle. [ 2.198838] systemd[1]: Detected architecture x86-64. [ 2.223829] systemd[1]: Hostname set to . [ 2.229415] systemd[1]: Installed transient /etc/machine-id file. [ 2.406474] usb 1-1: New USB device found, idVendor=80ee, idProduct=0021, bcdDevice= 1.00 [ 2.412544] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 [ 2.423707] usb 1-1: Product: USB Tablet [ 2.427060] usb 1-1: Manufacturer: VirtualBox [ 2.455596] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input6 [ 2.465147] hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0 [ 2.522418] systemd[1]: Queued start job for default target Multi-User System. [ 2.548642] systemd[1]: Created slice Slice /system/ha-cli. [ 2.559347] systemd[1]: Created slice Slice /system/modprobe. [ 2.574924] systemd[1]: Created slice Slice /system/systemd-fsck. [ 2.582577] systemd[1]: Created slice Slice /system/systemd-growfs. [ 2.595753] systemd[1]: Created slice User and Session Slice. [ 2.606124] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 2.613283] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.623967] systemd[1]: Reached target Local Encrypted Volumes. [ 2.631222] systemd[1]: Reached target HassOS hardware targets. [ 2.638255] systemd[1]: Reached target HassOS zram targets. [ 2.655592] systemd[1]: Reached target Path Units. [ 2.662983] systemd[1]: Reached target Remote Encrypted Volumes. [ 2.678582] systemd[1]: Reached target Remote File Systems. [ 2.686030] systemd[1]: Reached target Remote Verity Integrity Protected Volumes. [ 2.698949] systemd[1]: Reached target Slice Units. [ 2.708992] systemd[1]: Reached target Local Verity Integrity Protected Volumes. [ 2.716541] systemd[1]: Listening on D-Bus System Message Bus Socket. [ 2.735208] systemd[1]: Listening on Process Core Dump Socket. [ 2.742381] systemd[1]: Listening on Journal Audit Socket. [ 2.758531] systemd[1]: Listening on Journal Socket (/dev/log). [ 2.766478] systemd[1]: Listening on Journal Socket. [ 2.783338] systemd[1]: Listening on udev Control Socket. [ 2.807801] systemd[1]: Listening on udev Kernel Socket. [ 2.817778] systemd[1]: Mounting Huge Pages File System... [ 2.833115] systemd[1]: Mounting POSIX Message Queue File System... [ 2.841905] systemd[1]: Condition check resulted in Mount /proc/xen files being skipped. [ 2.847367] systemd[1]: Mounting Kernel Debug File System... [ 2.863557] systemd[1]: Mounting Kernel Trace File System... [ 2.872857] systemd[1]: Started D-Bus System Message Bus. [ 2.894586] random: dbus-daemon: uninitialized urandom read (12 bytes read) [ 2.897432] systemd[1]: Starting Home Assistant OS Agent... [ 2.901046] usb 1-2: new full-speed USB device number 3 using ohci-pci [ 2.925409] systemd[1]: Starting Create List of Static Device Nodes... [ 2.947706] systemd[1]: Starting Load Kernel Module configfs... [ 2.979249] systemd[1]: Starting Load Kernel Module drm... [ 2.999394] systemd[1]: Starting Load Kernel Module fuse... [ 3.018750] systemd[1]: Starting Journal Service... [ 3.027332] systemd[1]: Starting Remount Root and Kernel File Systems... [ 3.041029] systemd[1]: Starting Wait Until Kernel Time Synchronized... [ 3.050060] systemd[1]: Starting Coldplug All udev Devices... [ 3.072157] systemd[1]: Starting Disk Manager... [ 3.096224] systemd[1]: Starting HassOS ZRAM swap... [ 3.124059] systemd[1]: Starting HassOS ZRAM tmp... [ 3.149235] systemd[1]: Starting HassOS ZRAM var... [ 3.165313] random: crng init done [ 3.174382] zram1: detected capacity change from 0 to 33554432 [ 3.177511] zram2: detected capacity change from 0 to 16777216 [ 3.177702] systemd[1]: Started Journal Service. [ 3.211038] zram0: detected capacity change from 0 to 779792384 [ 3.374607] usb 1-2: New USB device found, idVendor=8087, idProduct=0025, bcdDevice= 0.02 [ 3.381772] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.450841] audit: type=1334 audit(1653476127.308:2): prog-id=5 op=LOAD [ 3.460668] audit: type=1334 audit(1653476127.317:3): prog-id=6 op=LOAD [ 3.679818] usbcore: registered new interface driver btusb [ 3.697343] Bluetooth: hci0: Firmware revision 0.1 build 214 week 6 2022 [ 3.749195] e1000 0000:00:03.0 enp0s3: renamed from eth0 [ 3.820915] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=3 (0xc/0xf/0xb/0x0/0x0) type:speaker [ 3.827569] snd_hda_codec_generic hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 3.830542] snd_hda_codec_generic hdaudioC0D0: hp_outs=1 (0xa/0x0/0x0/0x0/0x0) [ 3.833486] snd_hda_codec_generic hdaudioC0D0: mono: mono_out=0x0 [ 3.844370] snd_hda_codec_generic hdaudioC0D0: dig-out=0x10/0x0 [ 3.847139] snd_hda_codec_generic hdaudioC0D0: inputs: [ 3.849853] snd_hda_codec_generic hdaudioC0D0: Mic=0xd [ 3.852349] snd_hda_codec_generic hdaudioC0D0: Line=0xe [ 3.855042] snd_hda_codec_generic hdaudioC0D0: CD=0x15 [ 3.857592] snd_hda_codec_generic hdaudioC0D0: dig-in=0x11 [ 3.892133] input: HDA Intel Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input7 [ 3.901360] input: HDA Intel Line as /devices/pci0000:00/0000:00:05.0/sound/card0/input8 [ 3.904439] input: HDA Intel Speaker Front as /devices/pci0000:00/0000:00:05.0/sound/card0/input9 [ 3.907673] input: HDA Intel Speaker CLFE as /devices/pci0000:00/0000:00:05.0/sound/card0/input10 [ 3.915601] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input11 [ 3.918954] input: HDA Intel SPDIF In as /devices/pci0000:00/0000:00:05.0/sound/card0/input12 [ 4.206543] Adding 761512k swap on /dev/zram0. Priority:-2 extents:1 across:761512k SS [ 4.224848] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 4.243912] EXT4-fs (zram1): mounted filesystem without journal. Opts: nobarrier [ 4.352831] EXT4-fs (zram2): mounted filesystem without journal. Opts: nobarrier [ 4.857207] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null) [ 5.245382] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null) [ 5.319062] EXT4-fs (sda8): resizing filesystem from 8210171 to 8210171 blocks [ 5.363901] systemd-journald[106]: Received client request to flush runtime journal. [ 5.376795] systemd-journald[106]: File /var/log/journal/bdc8e9d382b3431d9e2286b1018914a9/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 6.228763] audit: type=1334 audit(1653476130.086:4): prog-id=7 op=LOAD [ 6.229261] audit: type=1334 audit(1653476130.087:5): prog-id=8 op=LOAD [ 6.275088] systemd-journald[106]: File /var/log/journal/bdc8e9d382b3431d9e2286b1018914a9/user-1005.journal corrupted or uncleanly shut down, renaming and replacing. [ 6.423586] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 6.435697] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 6.528983] systemd-journald[106]: File /var/log/journal/bdc8e9d382b3431d9e2286b1018914a9/user-1004.journal corrupted or uncleanly shut down, renaming and replacing. [ 6.616324] systemd-journald[106]: File /var/log/journal/bdc8e9d382b3431d9e2286b1018914a9/user-1001.journal corrupted or uncleanly shut down, renaming and replacing. [ 6.618840] audit: type=1334 audit(1653476130.476:6): prog-id=9 op=LOAD [ 6.618959] audit: type=1334 audit(1653476130.476:7): prog-id=10 op=LOAD [ 7.549685] e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 7.550417] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s3: link becomes ready [ 36.372872] audit: type=1400 audit(1653476158.356:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor" pid=361 comm="apparmor_parser" [ 36.372875] audit: type=1400 audit(1653476158.356:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=361 comm="apparmor_parser" [ 36.372876] audit: type=1400 audit(1653476158.356:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=361 comm="apparmor_parser" [ 36.998779] audit: type=1400 audit(1653476158.986:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=382 comm="apparmor_parser" [ 37.567130] audit: type=1334 audit(1653476159.556:10): prog-id=10 op=UNLOAD [ 37.567134] audit: type=1334 audit(1653476159.556:11): prog-id=9 op=UNLOAD [ 37.678761] audit: type=1325 audit(1653476159.667:12): table=nat family=2 entries=5 op=xt_replace pid=413 subj==unconfined comm="iptables" [ 37.681043] audit: type=1325 audit(1653476159.669:13): table=filter family=2 entries=4 op=xt_replace pid=415 subj==unconfined comm="iptables" [ 37.683399] audit: type=1325 audit(1653476159.672:14): table=filter family=2 entries=6 op=xt_replace pid=417 subj==unconfined comm="iptables" [ 37.686120] audit: type=1325 audit(1653476159.674:15): table=filter family=2 entries=8 op=xt_replace pid=419 subj==unconfined comm="iptables" [ 37.704466] Initializing XFRM netlink socket [ 39.382470] hassio: port 1(vethc956a3d) entered blocking state [ 39.382473] hassio: port 1(vethc956a3d) entered disabled state [ 39.382546] device vethc956a3d entered promiscuous mode [ 39.382696] hassio: port 1(vethc956a3d) entered blocking state [ 39.382698] hassio: port 1(vethc956a3d) entered forwarding state [ 39.382855] hassio: port 1(vethc956a3d) entered disabled state [ 39.557875] cgroup: cgroup: disabling cgroup2 socket matching due to net_prio or net_cls activation [ 39.887767] eth0: renamed from veth6c9996f [ 39.892425] IPv6: ADDRCONF(NETDEV_CHANGE): vethc956a3d: link becomes ready [ 39.892440] hassio: port 1(vethc956a3d) entered blocking state [ 39.892441] hassio: port 1(vethc956a3d) entered forwarding state [ 39.892511] IPv6: ADDRCONF(NETDEV_CHANGE): hassio: link becomes ready [ 40.544349] docker0: port 1(veth2ebb525) entered blocking state [ 40.544352] docker0: port 1(veth2ebb525) entered disabled state [ 40.545102] device veth2ebb525 entered promiscuous mode [ 40.545325] docker0: port 1(veth2ebb525) entered blocking state [ 40.545327] docker0: port 1(veth2ebb525) entered forwarding state [ 40.545440] docker0: port 1(veth2ebb525) entered disabled state [ 40.570519] hassio: port 2(vethaeb296f) entered blocking state [ 40.570522] hassio: port 2(vethaeb296f) entered disabled state [ 40.570727] device vethaeb296f entered promiscuous mode [ 40.571876] hassio: port 2(vethaeb296f) entered blocking state [ 40.571890] hassio: port 2(vethaeb296f) entered forwarding state [ 40.732223] hassio: port 2(vethaeb296f) entered disabled state [ 40.972834] eth0: renamed from veth91a251c [ 40.977283] IPv6: ADDRCONF(NETDEV_CHANGE): veth2ebb525: link becomes ready [ 40.977352] docker0: port 1(veth2ebb525) entered blocking state [ 40.977355] docker0: port 1(veth2ebb525) entered forwarding state [ 40.977436] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready [ 41.093890] eth1: renamed from vethda40a60 [ 41.099777] IPv6: ADDRCONF(NETDEV_CHANGE): vethaeb296f: link becomes ready [ 41.099822] hassio: port 2(vethaeb296f) entered blocking state [ 41.099825] hassio: port 2(vethaeb296f) entered forwarding state [ 43.852767] kauditd_printk_skb: 77 callbacks suppressed [ 43.852768] audit: type=1334 audit(1653476165.841:93): prog-id=11 op=LOAD [ 43.852879] audit: type=1334 audit(1653476165.841:94): prog-id=12 op=LOAD [ 44.272722] audit: type=1334 audit(1653476166.261:95): prog-id=13 op=LOAD [ 44.272895] audit: type=1334 audit(1653476166.261:96): prog-id=14 op=LOAD [ 44.993508] audit: type=1400 audit(1653476166.978:97): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor" pid=1395 comm="apparmor_parser" [ 44.993513] audit: type=1400 audit(1653476166.978:97): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=1395 comm="apparmor_parser" [ 44.993517] audit: type=1400 audit(1653476166.978:97): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=1395 comm="apparmor_parser" [ 45.188676] hassio: port 3(vethf291b71) entered blocking state [ 45.188678] hassio: port 3(vethf291b71) entered disabled state [ 45.188828] device vethf291b71 entered promiscuous mode [ 45.188862] audit: type=1700 audit(1653476167.177:98): dev=vethf291b71 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 45.552146] audit: type=1325 audit(1653476167.540:99): table=nat family=2 entries=0 op=xt_register pid=1458 subj==unconfined comm="iptables" [ 45.556698] audit: type=1325 audit(1653476167.545:100): table=filter family=2 entries=0 op=xt_register pid=1459 subj==unconfined comm="iptables" [ 45.581953] eth0: renamed from veth5b43b37 [ 45.587506] IPv6: ADDRCONF(NETDEV_CHANGE): vethf291b71: link becomes ready [ 45.587522] hassio: port 3(vethf291b71) entered blocking state [ 45.587523] hassio: port 3(vethf291b71) entered forwarding state [ 45.819898] hassio: port 4(veth8e6e8e0) entered blocking state [ 45.819900] hassio: port 4(veth8e6e8e0) entered disabled state [ 45.820253] device veth8e6e8e0 entered promiscuous mode [ 45.820857] hassio: port 4(veth8e6e8e0) entered blocking state [ 45.820859] hassio: port 4(veth8e6e8e0) entered forwarding state [ 46.196120] hassio: port 4(veth8e6e8e0) entered disabled state [ 46.276755] eth0: renamed from vethad989fe [ 46.283418] IPv6: ADDRCONF(NETDEV_CHANGE): veth8e6e8e0: link becomes ready [ 46.283465] hassio: port 4(veth8e6e8e0) entered blocking state [ 46.283467] hassio: port 4(veth8e6e8e0) entered forwarding state [ 46.613460] hassio: port 5(veth0e1c192) entered blocking state [ 46.613463] hassio: port 5(veth0e1c192) entered disabled state [ 46.613641] device veth0e1c192 entered promiscuous mode [ 46.614262] hassio: port 5(veth0e1c192) entered blocking state [ 46.614264] hassio: port 5(veth0e1c192) entered forwarding state [ 47.163015] eth0: renamed from veth774c1ef [ 47.167482] IPv6: ADDRCONF(NETDEV_CHANGE): veth0e1c192: link becomes ready [ 54.480038] hassio: port 3(vethf291b71) entered disabled state [ 54.480326] veth5b43b37: renamed from eth0 [ 54.502390] hassio: port 3(vethf291b71) entered disabled state [ 54.503455] device vethf291b71 left promiscuous mode [ 54.503483] hassio: port 3(vethf291b71) entered disabled state [ 54.503516] kauditd_printk_skb: 30 callbacks suppressed [ 54.503518] audit: type=1700 audit(1653476176.490:131): dev=vethf291b71 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 54.532818] audit: type=1325 audit(1653476176.521:132): table=nat family=2 entries=15 op=xt_unregister pid=7 subj==unconfined comm="kworker/u4:0" [ 54.532823] audit: type=1325 audit(1653476176.521:133): table=filter family=2 entries=4 op=xt_unregister pid=7 subj==unconfined comm="kworker/u4:0" [ 54.823217] hassio: port 3(veth3477c56) entered blocking state [ 54.823220] hassio: port 3(veth3477c56) entered disabled state [ 54.823284] device veth3477c56 entered promiscuous mode [ 54.823373] hassio: port 3(veth3477c56) entered blocking state [ 54.823375] hassio: port 3(veth3477c56) entered forwarding state [ 54.824376] audit: type=1700 audit(1653476176.812:134): dev=veth3477c56 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 55.173655] audit: type=1325 audit(1653476177.162:135): table=nat family=2 entries=0 op=xt_register pid=2969 subj==unconfined comm="iptables" [ 55.178814] audit: type=1325 audit(1653476177.167:136): table=filter family=2 entries=0 op=xt_register pid=2970 subj==unconfined comm="iptables" [ 55.182589] audit: type=1325 audit(1653476177.171:137): table=nat family=2 entries=5 op=xt_replace pid=2973 subj==unconfined comm="iptables" [ 55.184282] audit: type=1325 audit(1653476177.173:138): table=nat family=2 entries=7 op=xt_replace pid=2974 subj==unconfined comm="iptables" [ 55.187529] audit: type=1325 audit(1653476177.176:139): table=nat family=2 entries=8 op=xt_replace pid=2976 subj==unconfined comm="iptables" [ 55.189203] audit: type=1325 audit(1653476177.178:140): table=nat family=2 entries=10 op=xt_replace pid=2977 subj==unconfined comm="iptables" [ 55.211355] eth0: renamed from veth2bd47ab [ 55.216938] IPv6: ADDRCONF(NETDEV_CHANGE): veth3477c56: link becomes ready [ 62.396318] hassio: port 4(veth8e6e8e0) entered disabled state [ 62.396603] vethad989fe: renamed from eth0 [ 62.424243] hassio: port 4(veth8e6e8e0) entered disabled state [ 62.425026] device veth8e6e8e0 left promiscuous mode [ 62.425034] hassio: port 4(veth8e6e8e0) entered disabled state [ 62.425081] kauditd_printk_skb: 4 callbacks suppressed [ 62.425083] audit: type=1700 audit(1653476184.412:145): dev=veth8e6e8e0 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 62.469235] audit: type=1325 audit(1653476184.458:146): table=nat family=2 entries=15 op=xt_unregister pid=76 subj==unconfined comm="kworker/u4:2" [ 62.469252] audit: type=1325 audit(1653476184.458:147): table=filter family=2 entries=4 op=xt_unregister pid=76 subj==unconfined comm="kworker/u4:2" [ 62.669659] hassio: port 4(veth257b694) entered blocking state [ 62.669661] hassio: port 4(veth257b694) entered disabled state [ 62.669750] device veth257b694 entered promiscuous mode [ 62.669834] audit: type=1700 audit(1653476184.658:148): dev=veth257b694 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 62.670364] hassio: port 4(veth257b694) entered blocking state [ 62.670367] hassio: port 4(veth257b694) entered forwarding state [ 63.017273] audit: type=1325 audit(1653476185.005:149): table=nat family=2 entries=0 op=xt_register pid=3346 subj==unconfined comm="iptables" [ 63.021478] audit: type=1325 audit(1653476185.010:150): table=filter family=2 entries=0 op=xt_register pid=3347 subj==unconfined comm="iptables" [ 63.025773] audit: type=1325 audit(1653476185.014:151): table=nat family=2 entries=5 op=xt_replace pid=3350 subj==unconfined comm="iptables" [ 63.026874] audit: type=1325 audit(1653476185.015:152): table=nat family=2 entries=7 op=xt_replace pid=3351 subj==unconfined comm="iptables" [ 63.029453] audit: type=1325 audit(1653476185.018:153): table=nat family=2 entries=8 op=xt_replace pid=3353 subj==unconfined comm="iptables" [ 63.030909] audit: type=1325 audit(1653476185.019:154): table=nat family=2 entries=10 op=xt_replace pid=3354 subj==unconfined comm="iptables" [ 63.050161] eth0: renamed from veth9b3e727 [ 63.056153] IPv6: ADDRCONF(NETDEV_CHANGE): veth257b694: link becomes ready [ 74.812803] kauditd_printk_skb: 4 callbacks suppressed [ 74.812804] audit: type=1334 audit(1653476196.800:159): prog-id=12 op=UNLOAD [ 74.812807] audit: type=1334 audit(1653476196.800:160): prog-id=11 op=UNLOAD [ 74.815255] audit: type=1334 audit(1653476196.803:161): prog-id=14 op=UNLOAD [ 74.815257] audit: type=1334 audit(1653476196.803:162): prog-id=13 op=UNLOAD [ 77.607878] hassio: port 5(veth0e1c192) entered disabled state [ 77.609699] veth774c1ef: renamed from eth0 [ 77.628354] hassio: port 5(veth0e1c192) entered disabled state [ 77.629243] device veth0e1c192 left promiscuous mode [ 77.629272] hassio: port 5(veth0e1c192) entered disabled state [ 77.629303] audit: type=1700 audit(1653476199.615:163): dev=veth0e1c192 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 77.663376] audit: type=1325 audit(1653476199.651:164): table=nat family=2 entries=15 op=xt_unregister pid=7 subj==unconfined comm="kworker/u4:0" [ 77.663381] audit: type=1325 audit(1653476199.651:165): table=filter family=2 entries=4 op=xt_unregister pid=7 subj==unconfined comm="kworker/u4:0" [ 77.987939] hassio: port 5(vethadbe2c4) entered blocking state [ 77.987941] hassio: port 5(vethadbe2c4) entered disabled state [ 77.988123] device vethadbe2c4 entered promiscuous mode [ 77.988160] audit: type=1700 audit(1653476199.976:166): dev=vethadbe2c4 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 77.989005] hassio: port 5(vethadbe2c4) entered blocking state [ 77.989007] hassio: port 5(vethadbe2c4) entered forwarding state [ 78.308893] audit: type=1325 audit(1653476200.296:167): table=nat family=2 entries=0 op=xt_register pid=3760 subj==unconfined comm="iptables" [ 78.312649] audit: type=1325 audit(1653476200.300:168): table=filter family=2 entries=0 op=xt_register pid=3761 subj==unconfined comm="iptables" [ 78.341035] eth0: renamed from vethc585ae5 [ 78.351090] IPv6: ADDRCONF(NETDEV_CHANGE): vethadbe2c4: link becomes ready [ 80.021253] kauditd_printk_skb: 8 callbacks suppressed [ 80.021255] audit: type=1400 audit(1653476202.007:177): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="hassio-supervisor" pid=4214 comm="apparmor_parser" [ 80.026346] audit: type=1400 audit(1653476202.013:178): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=4214 comm="apparmor_parser" [ 80.027660] audit: type=1400 audit(1653476202.014:179): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=4214 comm="apparmor_parser" [ 117.694446] docker0: port 1(veth2ebb525) entered disabled state [ 117.696471] veth91a251c: renamed from eth0 [ 117.716432] docker0: port 1(veth2ebb525) entered disabled state [ 117.717144] device veth2ebb525 left promiscuous mode [ 117.717152] docker0: port 1(veth2ebb525) entered disabled state [ 117.717193] audit: type=1700 audit(1653476239.702:180): dev=veth2ebb525 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 117.736532] hassio: port 2(vethaeb296f) entered disabled state [ 117.736861] vethda40a60: renamed from eth1 [ 117.756412] hassio: port 2(vethaeb296f) entered disabled state [ 117.757007] device vethaeb296f left promiscuous mode [ 117.757035] hassio: port 2(vethaeb296f) entered disabled state [ 117.757066] audit: type=1700 audit(1653476239.742:181): dev=vethaeb296f prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 117.789563] audit: type=1325 audit(1653476239.776:182): table=nat family=2 entries=15 op=xt_unregister pid=7 subj==unconfined comm="kworker/u4:0" [ 117.789567] audit: type=1325 audit(1653476239.776:183): table=filter family=2 entries=4 op=xt_unregister pid=7 subj==unconfined comm="kworker/u4:0" [ 123.426507] docker0: port 1(veth2bb6234) entered blocking state [ 123.426513] docker0: port 1(veth2bb6234) entered disabled state [ 123.426697] device veth2bb6234 entered promiscuous mode [ 123.426725] audit: type=1700 audit(1653476245.413:184): dev=veth2bb6234 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 123.739731] eth0: renamed from veth1724244 [ 123.746867] IPv6: ADDRCONF(NETDEV_CHANGE): veth2bb6234: link becomes ready [ 123.746928] docker0: port 1(veth2bb6234) entered blocking state [ 123.746959] docker0: port 1(veth2bb6234) entered forwarding state [ 125.634361] hassio: port 2(veth30fddbf) entered blocking state [ 125.634364] hassio: port 2(veth30fddbf) entered disabled state [ 125.634545] device veth30fddbf entered promiscuous mode [ 125.634654] audit: type=1700 audit(1653476247.621:185): dev=veth30fddbf prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 125.730419] audit: type=1325 audit(1653476247.717:186): table=nat family=2 entries=0 op=xt_register pid=4603 subj==unconfined comm="iptables" [ 125.740613] audit: type=1325 audit(1653476247.727:187): table=filter family=2 entries=0 op=xt_register pid=4604 subj==unconfined comm="iptables" [ 125.747963] audit: type=1325 audit(1653476247.734:188): table=nat family=2 entries=5 op=xt_replace pid=4607 subj==unconfined comm="iptables" [ 125.749381] audit: type=1325 audit(1653476247.736:189): table=nat family=2 entries=7 op=xt_replace pid=4608 subj==unconfined comm="iptables" [ 125.751382] audit: type=1325 audit(1653476247.738:190): table=nat family=2 entries=8 op=xt_replace pid=4610 subj==unconfined comm="iptables" [ 125.752921] audit: type=1325 audit(1653476247.740:191): table=nat family=2 entries=10 op=xt_replace pid=4611 subj==unconfined comm="iptables" [ 125.754609] audit: type=1325 audit(1653476247.741:192): table=nat family=2 entries=11 op=xt_replace pid=4612 subj==unconfined comm="iptables" [ 125.755908] audit: type=1325 audit(1653476247.743:193): table=nat family=2 entries=12 op=xt_replace pid=4613 subj==unconfined comm="iptables" [ 125.764751] eth1: renamed from veth8a19de3 [ 125.770442] IPv6: ADDRCONF(NETDEV_CHANGE): veth30fddbf: link becomes ready [ 125.770458] hassio: port 2(veth30fddbf) entered blocking state [ 125.770459] hassio: port 2(veth30fddbf) entered forwarding state [ 129.847935] hassio: port 6(veth68ecd49) entered blocking state [ 129.847938] hassio: port 6(veth68ecd49) entered disabled state [ 129.848103] device veth68ecd49 entered promiscuous mode [ 129.848147] kauditd_printk_skb: 9 callbacks suppressed [ 129.848149] audit: type=1700 audit(1653476251.835:201): dev=veth68ecd49 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 130.236478] audit: type=1325 audit(1653476252.223:202): table=nat family=2 entries=0 op=xt_register pid=4711 subj==unconfined comm="iptables" [ 130.240724] audit: type=1325 audit(1653476252.227:203): table=filter family=2 entries=0 op=xt_register pid=4712 subj==unconfined comm="iptables" [ 130.244876] audit: type=1325 audit(1653476252.232:204): table=nat family=2 entries=5 op=xt_replace pid=4715 subj==unconfined comm="iptables" [ 130.246367] audit: type=1325 audit(1653476252.233:205): table=nat family=2 entries=7 op=xt_replace pid=4716 subj==unconfined comm="iptables" [ 130.248974] audit: type=1325 audit(1653476252.236:206): table=nat family=2 entries=8 op=xt_replace pid=4718 subj==unconfined comm="iptables" [ 130.250332] audit: type=1325 audit(1653476252.236:207): table=nat family=2 entries=10 op=xt_replace pid=4719 subj==unconfined comm="iptables" [ 130.252242] audit: type=1325 audit(1653476252.238:208): table=nat family=2 entries=11 op=xt_replace pid=4720 subj==unconfined comm="iptables" [ 130.254635] audit: type=1325 audit(1653476252.241:209): table=nat family=2 entries=12 op=xt_replace pid=4721 subj==unconfined comm="iptables" [ 130.256837] audit: type=1325 audit(1653476252.243:210): table=nat family=2 entries=13 op=xt_replace pid=4722 subj==unconfined comm="iptables" [ 130.270864] eth0: renamed from veth4cdf984 [ 130.275336] IPv6: ADDRCONF(NETDEV_CHANGE): veth68ecd49: link becomes ready [ 130.275384] hassio: port 6(veth68ecd49) entered blocking state [ 130.275386] hassio: port 6(veth68ecd49) entered forwarding state [ 157.730807] kauditd_printk_skb: 1 callbacks suppressed [ 157.730809] audit: type=1334 audit(1653476279.717:212): prog-id=16 op=UNLOAD [ 157.730813] audit: type=1334 audit(1653476279.717:213): prog-id=15 op=UNLOAD [ 157.732278] audit: type=1334 audit(1653476279.719:214): prog-id=18 op=UNLOAD [ 157.732281] audit: type=1334 audit(1653476279.719:215): prog-id=17 op=UNLOAD [ 175.958641] hassio: port 7(veth335c725) entered blocking state [ 175.958644] hassio: port 7(veth335c725) entered disabled state [ 175.958790] device veth335c725 entered promiscuous mode [ 175.958849] audit: type=1700 audit(1653476297.945:216): dev=veth335c725 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 176.554039] audit: type=1325 audit(1653476298.541:217): table=nat family=2 entries=0 op=xt_register pid=5823 subj==unconfined comm="iptables" [ 176.560170] audit: type=1325 audit(1653476298.546:218): table=filter family=2 entries=0 op=xt_register pid=5824 subj==unconfined comm="iptables" [ 176.565472] audit: type=1325 audit(1653476298.552:219): table=nat family=2 entries=5 op=xt_replace pid=5827 subj==unconfined comm="iptables" [ 176.567296] audit: type=1325 audit(1653476298.553:220): table=nat family=2 entries=7 op=xt_replace pid=5828 subj==unconfined comm="iptables" [ 176.570387] audit: type=1325 audit(1653476298.557:221): table=nat family=2 entries=8 op=xt_replace pid=5830 subj==unconfined comm="iptables" [ 176.572309] audit: type=1325 audit(1653476298.559:222): table=nat family=2 entries=10 op=xt_replace pid=5831 subj==unconfined comm="iptables" [ 176.574142] audit: type=1325 audit(1653476298.560:223): table=nat family=2 entries=11 op=xt_replace pid=5832 subj==unconfined comm="iptables" [ 176.580986] audit: type=1325 audit(1653476298.567:224): table=nat family=2 entries=12 op=xt_replace pid=5833 subj==unconfined comm="iptables" [ 176.583851] audit: type=1325 audit(1653476298.570:225): table=nat family=2 entries=13 op=xt_replace pid=5834 subj==unconfined comm="iptables" [ 176.598470] eth0: renamed from veth3cb5234 [ 176.605116] IPv6: ADDRCONF(NETDEV_CHANGE): veth335c725: link becomes ready [ 176.605149] hassio: port 7(veth335c725) entered blocking state [ 176.605151] hassio: port 7(veth335c725) entered forwarding state [ 181.686197] kauditd_printk_skb: 1 callbacks suppressed [ 181.686198] audit: type=1334 audit(1653476303.673:227): prog-id=19 op=LOAD [ 181.687393] audit: type=1334 audit(1653476303.674:228): prog-id=20 op=LOAD [ 182.715557] audit: type=1334 audit(1653476304.702:229): prog-id=21 op=LOAD [ 182.715674] audit: type=1334 audit(1653476304.702:230): prog-id=22 op=LOAD [ 212.739302] audit: type=1334 audit(1653476334.727:231): prog-id=20 op=UNLOAD [ 212.739308] audit: type=1334 audit(1653476334.727:232): prog-id=19 op=UNLOAD [ 213.683764] audit: type=1334 audit(1653476335.671:233): prog-id=22 op=UNLOAD [ 213.683768] audit: type=1334 audit(1653476335.671:234): prog-id=21 op=UNLOAD ```
Cable error shows up after booting from the other slot and then back to the initial slot: ``` [ 0.000000] Linux version 5.15.41 (builder@58360eda4381) (x86_64-buildroot-linux-gnu-gcc.br_real (Buildroot -g2eebdbad5) 9.4.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Fri May 20 00:38:27 UTC 2022 [ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt4)/bzImage root=PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20 rootwait zram.enabled=1 zram.num_devices=3 apparmor=1 security=apparmor systemd.machine_id=bd464feb8d734efbb1ca93700c990a2c cgroup_enable=memory fsck.repair=yes console=ttyS0 console=tty1 rauc.slot=B [ 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: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] signal: max sigframe size: 1776 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bdd5efff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bdd5f000-0x00000000bdd5ffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000bdd60000-0x00000000bde90fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bde91000-0x00000000bdf1afff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bdf1b000-0x00000000bef9afff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bef9b000-0x00000000befcafff] type 20 [ 0.000000] BIOS-e820: [mem 0x00000000befcb000-0x00000000beff2fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000beff3000-0x00000000beffafff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000beffb000-0x00000000beffefff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000befff000-0x00000000bf46afff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bf46b000-0x00000000bff6afff] type 20 [ 0.000000] BIOS-e820: [mem 0x00000000bff6b000-0x00000000bffeefff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bffef000-0x00000000bffeffff] type 20 [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: ACPI=0xbeffa000 ACPI 2.0=0xbeffa014 SMBIOS=0xbeffd000 [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] last_pfn = 0xbf46b max_arch_pfn = 0x400000000 [ 0.000000] Disabled [ 0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too. [ 0.000000] CPU MTRRs all blank - virtualized system. [ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC [ 0.000000] Secure boot could not be determined [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000BEFFA014 000024 (v02 VBOX ) [ 0.000000] ACPI: XSDT 0x00000000BEFF90E8 000044 (v01 VBOX VBOXFACP 00000001 01000013) [ 0.000000] ACPI: FACP 0x00000000BEFF7000 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) [ 0.000000] ACPI: DSDT 0x00000000BEFF4000 002325 (v02 VBOX VBOXBIOS 00000002 INTL 20100528) [ 0.000000] ACPI: FACS 0x00000000BEFFE000 000040 [ 0.000000] ACPI: APIC 0x00000000BEFF8000 00005C (v02 VBOX VBOXAPIC 00000001 ASL 00000061) [ 0.000000] ACPI: SSDT 0x00000000BEFF3000 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528) [ 0.000000] ACPI: BGRT 0x00000000BDD5F000 000038 (v01 INTEL EDK2 00000002 01000013) [ 0.000000] ACPI: Reserving FACP table memory at [mem 0xbeff7000-0xbeff70f3] [ 0.000000] ACPI: Reserving DSDT table memory at [mem 0xbeff4000-0xbeff6324] [ 0.000000] ACPI: Reserving FACS table memory at [mem 0xbeffe000-0xbeffe03f] [ 0.000000] ACPI: Reserving APIC table memory at [mem 0xbeff8000-0xbeff805b] [ 0.000000] ACPI: Reserving SSDT table memory at [mem 0xbeff3000-0xbeff31cb] [ 0.000000] ACPI: Reserving BGRT table memory at [mem 0xbdd5f000-0xbdd5f037] [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000bf46afff] [ 0.000000] NODE_DATA(0) allocated [mem 0xbf213000-0xbf217fff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000bf46afff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bdd5efff] [ 0.000000] node 0: [mem 0x00000000bdd60000-0x00000000bde90fff] [ 0.000000] node 0: [mem 0x00000000bdf1b000-0x00000000bef9afff] [ 0.000000] node 0: [mem 0x00000000befff000-0x00000000bf46afff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000000bf46afff] [ 0.000000] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.000000] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.000000] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.000000] On node 0, zone DMA32: 138 pages in unavailable ranges [ 0.000000] On node 0, zone DMA32: 100 pages in unavailable ranges [ 0.000000] On node 0, zone DMA32: 2965 pages in unavailable ranges [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.000000] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.000000] e820: update [mem 0xbe6b5000-0xbe6cffff] usable ==> reserved [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xbdd5f000-0xbdd5ffff] [ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xbde91000-0xbdf1afff] [ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xbe6b5000-0xbe6cffff] [ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xbef9b000-0xbefcafff] [ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xbefcb000-0xbeff2fff] [ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xbeff3000-0xbeffafff] [ 0.000000] PM: hibernation: Registered nosave memory: [mem 0xbeffb000-0xbeffefff] [ 0.000000] [mem 0xbfff0000-0xffbfffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] percpu: Embedded 55 pages/cpu s184600 r8192 d32488 u1048576 [ 0.000000] pcpu-alloc: s184600 r8192 d32488 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 770730 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=(hd0,gpt4)/bzImage root=PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20 rootwait zram.enabled=1 zram.num_devices=3 apparmor=1 security=apparmor systemd.machine_id=bd464feb8d734efbb1ca93700c990a2c cgroup_enable=memory fsck.repair=yes console=ttyS0 console=tty1 rauc.slot=B [ 0.000000] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt4)/bzImage cgroup_enable=memory", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 3017016K/3132524K available (16395K kernel code, 2604K rwdata, 5452K rodata, 1708K init, 2584K bss, 115248K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 4352, nr_irqs: 440, preallocated irqs: 16 [ 0.000000] random: get_random_bytes called from start_kernel+0x4b8/0x68d with crng_init=0 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] printk: console [tty1] enabled [ 0.000000] printk: console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20210730 [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.009000] tsc: Unable to calibrate against PIT [ 0.009000] tsc: using PMTIMER reference calibration [ 0.009000] tsc: Detected 3491.911 MHz processor [ 0.000007] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns [ 0.000215] Calibrating delay loop (skipped), value calculated using timer frequency.. 6983.82 BogoMIPS (lpj=3491911) [ 0.000640] pid_max: default: 32768 minimum: 301 [ 0.004511] LSM: Security Framework initializing [ 0.004765] AppArmor: AppArmor initialized [ 0.004968] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.005194] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.006001] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 [ 0.006194] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 [ 0.007202] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.007546] Spectre V2 : Mitigation: Retpolines [ 0.007733] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.008194] Speculative Store Bypass: Vulnerable [ 0.008391] SRBDS: Unknown: Dependent on hypervisor status [ 0.008613] MDS: Mitigation: Clear CPU buffers [ 0.020584] Freeing SMP alternatives memory: 52K [ 0.123028] smpboot: CPU0: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (family: 0x6, model: 0x3c, stepping: 0x3) [ 0.123189] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.123246] rcu: Hierarchical SRCU implementation. [ 0.124004] smp: Bringing up secondary CPUs ... [ 0.124437] x86: Booting SMP configuration: [ 0.124611] .... node #0, CPUs: #1 [ 0.126272] smp: Brought up 1 node, 2 CPUs [ 0.126424] smpboot: Max logical packages: 1 [ 0.126504] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.127199] devtmpfs: initialized [ 0.127294] x86/mm: Memory block size: 128MB [ 0.128350] ACPI: PM: Registering ACPI NVS region [mem 0xbeffb000-0xbeffefff] (16384 bytes) [ 0.128463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.128642] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.128830] PM: RTC time: 11:08:51, date: 2022-05-25 [ 0.129307] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.130145] audit: initializing netlink subsys (disabled) [ 0.130244] audit: type=2000 audit(1653476931.139:1): state=initialized audit_enabled=0 res=1 [ 0.130269] thermal_sys: Registered thermal governor 'step_wise' [ 0.130387] thermal_sys: Registered thermal governor 'user_space' [ 0.130563] cpuidle: using governor menu [ 0.131197] ACPI: bus type PCI registered [ 0.131378] PCI: Using configuration type 1 for base access [ 0.138504] Kprobes globally optimized [ 0.138714] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.141296] ACPI: Added _OSI(Module Device) [ 0.141306] ACPI: Added _OSI(Processor Device) [ 0.142197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142292] ACPI: Added _OSI(Processor Aggregator Device) [ 0.142524] ACPI: Added _OSI(Linux-Dell-Video) [ 0.142733] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.142951] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.146461] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.149337] ACPI: Interpreter enabled [ 0.149521] ACPI: PM: (supports S0 S5) [ 0.149678] ACPI: Using IOAPIC for interrupt routing [ 0.150194] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.150850] ACPI: Enabled 2 GPEs in block 00 to 07 [ 0.159030] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.159210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3] [ 0.160344] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] [ 0.160746] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.161291] PCI host bridge to bus 0000:00 [ 0.161294] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.162207] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.162591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.163006] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfdffffff window] [ 0.163223] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.164352] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 [ 0.165511] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 [ 0.166787] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a [ 0.167571] pci 0000:00:01.1: reg 0x20: [io 0xc030-0xc03f] [ 0.168021] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.168194] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.168294] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.169217] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.170293] pci 0000:00:02.0: [15ad:0405] type 00 class 0x030000 [ 0.172333] pci 0000:00:02.0: reg 0x10: [io 0xc020-0xc02f] [ 0.174334] pci 0000:00:02.0: reg 0x14: [mem 0xc0000000-0xc0ffffff pref] [ 0.176223] pci 0000:00:02.0: reg 0x18: [mem 0xc1400000-0xc15fffff] [ 0.183541] pci 0000:00:02.0: BAR 1: assigned to efifb [ 0.184213] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.184860] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000 [ 0.186646] pci 0000:00:03.0: reg 0x10: [mem 0xc1600000-0xc161ffff] [ 0.190024] pci 0000:00:03.0: reg 0x18: [io 0xc040-0xc047] [ 0.197314] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000 [ 0.198579] pci 0000:00:04.0: reg 0x10: [io 0xc000-0xc01f] [ 0.200559] pci 0000:00:04.0: reg 0x14: [mem 0xc1000000-0xc13fffff] [ 0.202335] pci 0000:00:04.0: reg 0x18: [mem 0xc1620000-0xc1623fff pref] [ 0.208894] pci 0000:00:05.0: [8086:2668] type 00 class 0x040300 [ 0.210323] pci 0000:00:05.0: reg 0x10: [mem 0xc1624000-0xc1627fff] [ 0.219091] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310 [ 0.220320] pci 0000:00:06.0: reg 0x10: [mem 0xc1628000-0xc1628fff] [ 0.228943] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000 [ 0.229829] pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI [ 0.230136] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB [ 0.232762] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 [ 0.233539] ACPI: PCI: Interrupt link LNKB configured for IRQ 11 [ 0.233924] ACPI: PCI: Interrupt link LNKC configured for IRQ 10 [ 0.234312] ACPI: PCI: Interrupt link LNKD configured for IRQ 10 [ 0.234790] iommu: Default domain type: Translated [ 0.234992] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.235253] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.235462] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.235840] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.236528] vgaarb: loaded [ 0.237238] SCSI subsystem initialized [ 0.237326] libata version 3.00 loaded. [ 0.237326] ACPI: bus type USB registered [ 0.237332] usbcore: registered new interface driver usbfs [ 0.237438] usbcore: registered new interface driver hub [ 0.237540] usbcore: registered new device driver usb [ 0.237642] mc: Linux media interface: v0.10 [ 0.237726] videodev: Linux video capture interface: v2.00 [ 0.237832] pps_core: LinuxPPS API ver. 1 registered [ 0.237924] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.238200] PTP clock support registered [ 0.238527] Registered efivars operations [ 0.238527] Advanced Linux Sound Architecture Driver Initialized. [ 0.238540] Bluetooth: Core ver 2.22 [ 0.238613] NET: Registered PF_BLUETOOTH protocol family [ 0.238712] Bluetooth: HCI device and connection manager initialized [ 0.239197] Bluetooth: HCI socket layer initialized [ 0.239437] Bluetooth: L2CAP socket layer initialized [ 0.239647] Bluetooth: SCO socket layer initialized [ 0.239858] NetLabel: Initializing [ 0.240001] NetLabel: domain hash size = 128 [ 0.240194] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.240511] NetLabel: unlabeled traffic allowed by default [ 0.240776] PCI: Using ACPI for IRQ routing [ 0.240776] PCI: pci_cache_line_size set to 64 bytes [ 0.240776] e820: reserve RAM buffer [mem 0xbdd5f000-0xbfffffff] [ 0.240776] e820: reserve RAM buffer [mem 0xbde91000-0xbfffffff] [ 0.240776] e820: reserve RAM buffer [mem 0xbe6b5000-0xbfffffff] [ 0.240776] e820: reserve RAM buffer [mem 0xbef9b000-0xbfffffff] [ 0.240776] e820: reserve RAM buffer [mem 0xbf46b000-0xbfffffff] [ 0.241903] clocksource: Switched to clocksource tsc-early [ 0.434478] VFS: Disk quotas dquot_6.6.0 [ 0.434724] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.435196] AppArmor: AppArmor Filesystem Enabled [ 0.435411] pnp: PnP ACPI init [ 0.436823] pnp: PnP ACPI: found 2 devices [ 0.443933] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.444334] NET: Registered PF_INET protocol family [ 0.444570] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.445457] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.445882] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.446323] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 0.446754] TCP: Hash tables configured (established 32768 bind 32768) [ 0.447046] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.447335] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.447682] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.448198] RPC: Registered named UNIX socket transport module. [ 0.448463] RPC: Registered udp transport module. [ 0.448696] RPC: Registered tcp transport module. [ 0.448889] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.449341] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.449668] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.449921] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.450200] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfdffffff window] [ 0.450626] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.450919] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.453363] PCI: CLS 0 bytes, default 64 [ 0.746997] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer [ 0.747197] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.761076] Initialise system trusted keyrings [ 0.761260] workingset: timestamp_bits=40 max_order=20 bucket_order=0 [ 0.765485] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.765953] NFS: Registering the id_resolver key type [ 0.766164] Key type id_resolver registered [ 0.766337] Key type id_legacy registered [ 0.766512] fuse: init (API version 7.34) [ 0.794106] Key type asymmetric registered [ 0.794363] Asymmetric key parser 'x509' registered [ 0.795198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.795687] io scheduler mq-deadline registered [ 0.795888] io scheduler kyber registered [ 0.796239] hv_vmbus: registering driver hyperv_fb [ 0.796470] ACPI: AC: AC Adapter [AC] (on-line) [ 0.796700] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.797052] ACPI: button: Power Button [PWRF] [ 0.797324] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 [ 0.797490] ACPI: button: Sleep Button [SLPF] [ 0.797727] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 0.798142] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input2 [ 0.798824] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.799414] Non-volatile memory driver v1.3 [ 0.800227] Linux agpgart interface v0.103 [ 0.802252] loop: module loaded [ 0.802573] zram: Added device: zram0 [ 0.802763] zram: Added device: zram1 [ 0.803547] zram: Added device: zram2 [ 0.803612] Guest personality initialized and is inactive [ 0.803862] VMCI host device registered (name=vmci, major=10, minor=126) [ 0.804135] Initialized host personality [ 0.804363] VMware PVSCSI driver - version 1.0.7.0-k [ 0.804469] hv_vmbus: registering driver hv_storvsc [ 0.805262] ata_piix 0000:00:01.1: version 2.13 [ 0.806974] scsi host0: ata_piix [ 0.807268] scsi host1: ata_piix [ 0.807366] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xc030 irq 14 [ 0.807470] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xc038 irq 15 [ 0.808221] tun: Universal TUN/TAP device driver, 1.6 [ 0.808641] e100: Intel(R) PRO/100 Network Driver [ 0.808912] e100: Copyright(c) 1999-2006 Intel Corporation [ 0.809156] e1000: Intel(R) PRO/1000 Network Driver [ 0.809356] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 0.961811] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 [ 0.962059] ata1.00: 67108864 sectors, multi 128: LBA [ 0.962988] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 [ 0.963983] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 [ 0.965046] scsi 0:0:0:0: Attached scsi generic sg0 type 0 [ 0.965583] sd 0:0:0:0: [sda] 67108864 512-byte logical blocks: (34.4 GB/32.0 GiB) [ 0.965923] sd 0:0:0:0: [sda] Write Protect is off [ 0.966129] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 0.966180] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 0.967937] scsi 1:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 [ 0.971432] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 [ 0.972456] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.090800] sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray [ 1.090957] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 1.148696] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 1.148889] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 1.236340] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:5a:43:53 [ 1.236640] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection [ 1.236949] e1000e: Intel(R) PRO/1000 Network Driver [ 1.237153] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.237271] sky2: driver version 1.30 [ 1.237480] VMware vmxnet3 virtual NIC driver - version 1.6.0.0-k-NAPI [ 1.237757] hv_vmbus: registering driver hv_netvsc [ 1.237954] Fusion MPT base driver 3.04.20 [ 1.238124] Copyright (c) 1999-2008 LSI Corporation [ 1.238222] Fusion MPT SPI Host driver 3.04.20 [ 1.238430] Fusion MPT SAS Host driver 3.04.20 [ 1.238809] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.238930] ehci-pci: EHCI PCI platform driver [ 1.239021] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.239136] ohci-pci: OHCI PCI platform driver [ 1.240140] ohci-pci 0000:00:06.0: OHCI PCI host controller [ 1.240372] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 1 [ 1.240552] ohci-pci 0000:00:06.0: irq 22, io mem 0xc1628000 [ 1.293325] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.293725] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.294078] usb usb1: Product: OHCI PCI host controller [ 1.295063] usb usb1: Manufacturer: Linux 5.15.41 ohci_hcd [ 1.295226] usb usb1: SerialNumber: 0000:00:06.0 [ 1.295838] hub 1-0:1.0: USB hub found [ 1.295922] hub 1-0:1.0: 12 ports detected [ 1.296917] uhci_hcd: USB Universal Host Controller Interface driver [ 1.296934] usbcore: registered new interface driver usblp [ 1.297514] usbcore: registered new interface driver usb-storage [ 1.297781] usbcore: registered new interface driver usbserial_generic [ 1.298053] usbserial: USB Serial support registered for generic [ 1.298222] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.299222] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.299444] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.301176] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 1.302373] rtc_cmos rtc_cmos: registered as rtc0 [ 1.302480] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram [ 1.302649] fail to initialize ptp_kvm [ 1.302651] Driver for 1-wire Dallas network protocol. [ 1.302888] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 1.303046] intel_pstate: CPU model not supported [ 1.303995] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0 [ 1.305837] simple-framebuffer simple-framebuffer.0: [drm] drm_plane_enable_fb_damage_clips() not called [ 1.321562] Console: switching to colour frame buffer device 128x48 [ 1.332619] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device [ 1.333222] EFI Variables Facility v0.08 2004-May-17 [ 1.334155] hid: raw HID events driver (C) Jiri Kosina [ 1.334733] usbcore: registered new interface driver usbhid [ 1.335027] usbhid: USB HID core driver [ 1.335944] IPVS: Registered protocols () [ 1.336235] IPVS: Connection hash table configured (size=4096, memory=32Kbytes) [ 1.336745] IPVS: ipvs loaded. [ 1.337067] IPVS: [rr] scheduler registered. [ 1.343587] NET: Registered PF_INET6 protocol family [ 1.344583] Segment Routing with IPv6 [ 1.344666] In-situ OAM (IOAM) with IPv6 [ 1.344770] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 1.344981] NET: Registered PF_PACKET protocol family [ 1.345095] Bridge firewalling registered [ 1.345189] Key type dns_resolver registered [ 1.346454] IPI shorthand broadcast: enabled [ 1.346697] sched_clock: Marking stable (1355028003, -8810336)->(1347776157, -1558490) [ 1.347568] registered taskstats version 1 [ 1.347789] Loading compiled-in X.509 certificates [ 1.348432] AppArmor: AppArmor sha1 policy hashing enabled [ 1.348935] PM: Magic number: 6:104:126 [ 1.353383] acpi device:01: hash matches [ 1.356617] printk: console [netcon0] enabled [ 1.359792] netconsole: network logging started [ 1.371390] ALSA device list: [ 1.375277] No soundcards found. [ 1.505167] random: fast init done [ 1.518343] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5 [ 1.526390] md: Waiting for all devices to be available before autodetect [ 1.529503] md: If you don't use raid, use raid=noautodetect [ 1.534280] md: Autodetecting RAID arrays. [ 1.537184] md: autorun ... [ 1.539991] md: ... autorun DONE. [ 1.558509] VFS: Mounted root (squashfs filesystem) readonly on device 8:5. [ 1.564955] devtmpfs: mounted [ 1.569236] Freeing unused kernel image (initmem) memory: 1708K [ 1.572864] Write protecting the kernel read-only data: 24576k [ 1.587116] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 1.590566] Freeing unused kernel image (rodata/data gap) memory: 692K [ 1.594383] usb 1-1: new full-speed USB device number 2 using ohci-pci [ 1.597558] Run /sbin/init as init process [ 1.599360] with arguments: [ 1.599365] /sbin/init [ 1.599369] with environment: [ 1.599372] HOME=/ [ 1.599376] TERM=linux [ 1.599379] BOOT_IMAGE=(hd0,gpt4)/bzImage [ 1.599383] cgroup_enable=memory [ 1.674950] systemd[1]: systemd 250 running in system mode (+PAM -AUDIT -SELINUX +APPARMOR -IMA -SMACK -SECCOMP +GCRYPT -GNUTLS +OPENSSL -ACL +BLKID +CURL -ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=hybrid) [ 1.689110] systemd[1]: Detected virtualization oracle. [ 1.692718] systemd[1]: Detected architecture x86-64. [ 1.739925] systemd[1]: Hostname set to . [ 1.743385] systemd[1]: Installed transient /etc/machine-id file. [ 1.753185] tsc: Refined TSC clocksource calibration: 3491.923 MHz [ 1.756183] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325582f3e07, max_idle_ns: 440795309853 ns [ 1.760542] clocksource: Switched to clocksource tsc [ 1.845510] usb 1-1: New USB device found, idVendor=80ee, idProduct=0021, bcdDevice= 1.00 [ 1.848742] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 [ 1.851946] usb 1-1: Product: USB Tablet [ 1.855049] usb 1-1: Manufacturer: VirtualBox [ 1.885844] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input6 [ 1.896071] hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0 [ 2.061783] systemd[1]: Queued start job for default target Multi-User System. [ 2.090698] systemd[1]: Created slice Slice /system/ha-cli. [ 2.117166] systemd[1]: Created slice Slice /system/modprobe. [ 2.133475] systemd[1]: Created slice Slice /system/systemd-fsck. [ 2.157936] systemd[1]: Created slice Slice /system/systemd-growfs. [ 2.182301] systemd[1]: Created slice User and Session Slice. [ 2.204533] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 2.216680] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.231357] systemd[1]: Reached target Local Encrypted Volumes. [ 2.255306] systemd[1]: Reached target HassOS hardware targets. [ 2.271753] systemd[1]: Reached target HassOS zram targets. [ 2.296702] systemd[1]: Reached target Local Integrity Protected Volumes. [ 2.314726] systemd[1]: Reached target Path Units. [ 2.330910] systemd[1]: Reached target Remote Encrypted Volumes. [ 2.352775] systemd[1]: Reached target Remote File Systems. [ 2.368577] systemd[1]: Reached target Remote Verity Protected Volumes. [ 2.392158] systemd[1]: Reached target Slice Units. [ 2.411441] systemd[1]: Reached target Local Verity Protected Volumes. [ 2.423681] systemd[1]: Listening on D-Bus System Message Bus Socket. [ 2.446578] systemd[1]: Listening on Process Core Dump Socket. [ 2.488138] systemd[1]: Listening on Journal Audit Socket. [ 2.511121] systemd[1]: Listening on Journal Socket (/dev/log). [ 2.529278] systemd[1]: Listening on Journal Socket. [ 2.548932] systemd[1]: Listening on udev Control Socket. [ 2.565526] systemd[1]: Listening on udev Kernel Socket. [ 2.583063] systemd[1]: Mounting Huge Pages File System... [ 2.606358] systemd[1]: Mounting POSIX Message Queue File System... [ 2.628418] systemd[1]: Mount /proc/xen files was skipped because of a failed condition check (ConditionPathExists=/proc/xen). [ 2.648686] systemd[1]: Mounting Kernel Debug File System... [ 2.674536] systemd[1]: Mounting Kernel Trace File System... [ 2.698302] systemd[1]: Started D-Bus System Message Bus. [ 2.709550] random: dbus-daemon: uninitialized urandom read (12 bytes read) [ 2.733802] random: dbus-daemon: uninitialized urandom read (12 bytes read) [ 2.740592] systemd[1]: Starting Home Assistant OS Agent... [ 2.781643] systemd[1]: Starting Create List of Static Device Nodes... [ 2.807748] systemd[1]: Starting Load Kernel Module configfs... [ 2.820893] systemd[1]: Starting Load Kernel Module drm... [ 2.846525] systemd[1]: Starting Load Kernel Module fuse... [ 2.884397] systemd[1]: Starting Journal Service... [ 2.903956] systemd[1]: Starting Generate network units from Kernel command line... [ 2.913560] random: crng init done [ 2.922685] systemd[1]: Starting Remount Root and Kernel File Systems... [ 2.942195] systemd[1]: Starting Wait Until Kernel Time Synchronized... [ 2.977190] systemd[1]: Starting Coldplug All udev Devices... [ 2.999741] systemd[1]: Starting Disk Manager... [ 3.035906] systemd[1]: Starting HassOS ZRAM swap... [ 3.070951] systemd[1]: Starting HassOS ZRAM tmp... [ 3.096992] systemd[1]: Starting HassOS ZRAM var... [ 3.105577] zram2: detected capacity change from 0 to 32768 [ 3.105793] zram0: detected capacity change from 0 to 1521768 [ 3.136434] zram1: detected capacity change from 0 to 65536 [ 3.158657] systemd[1]: Started Home Assistant OS Agent. [ 3.184116] systemd[1]: Started Journal Service. [ 3.203676] usb usb1-port2: Cannot enable. Maybe the USB cable is bad? [ 3.506190] audit: type=1334 audit(1653476934.513:2): prog-id=5 op=LOAD [ 3.509650] audit: type=1334 audit(1653476934.516:3): prog-id=6 op=LOAD [ 3.793730] e1000 0000:00:03.0 enp0s3: renamed from eth0 [ 3.850496] snd_hda_intel 0000:00:05.0: CORB reset timeout#1, CORBRP = 0 [ 3.915567] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=3 (0xc/0xf/0xb/0x0/0x0) type:speaker [ 3.918495] snd_hda_codec_generic hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 3.921372] snd_hda_codec_generic hdaudioC0D0: hp_outs=1 (0xa/0x0/0x0/0x0/0x0) [ 3.924163] snd_hda_codec_generic hdaudioC0D0: mono: mono_out=0x0 [ 3.926925] snd_hda_codec_generic hdaudioC0D0: dig-out=0x10/0x0 [ 3.929681] snd_hda_codec_generic hdaudioC0D0: inputs: [ 3.932263] snd_hda_codec_generic hdaudioC0D0: Mic=0xd [ 3.934814] snd_hda_codec_generic hdaudioC0D0: Line=0xe [ 3.937380] snd_hda_codec_generic hdaudioC0D0: CD=0x15 [ 3.940117] snd_hda_codec_generic hdaudioC0D0: dig-in=0x11 [ 3.986314] input: HDA Intel Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input7 [ 3.989012] input: HDA Intel Line as /devices/pci0000:00/0000:00:05.0/sound/card0/input8 [ 3.991785] input: HDA Intel Speaker Front as /devices/pci0000:00/0000:00:05.0/sound/card0/input9 [ 4.007950] input: HDA Intel Speaker CLFE as /devices/pci0000:00/0000:00:05.0/sound/card0/input10 [ 4.014412] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input11 [ 4.023144] input: HDA Intel SPDIF In as /devices/pci0000:00/0000:00:05.0/sound/card0/input12 [ 4.275446] Adding 760880k swap on /dev/zram0. Priority:-2 extents:1 across:760880k SS [ 4.307371] EXT4-fs (zram1): mounted filesystem without journal. Opts: nobarrier. Quota mode: none. [ 4.462502] EXT4-fs (zram2): mounted filesystem without journal. Opts: nobarrier. Quota mode: none. [ 4.489359] usb usb1-port2: Cannot enable. Maybe the USB cable is bad? [ 4.489411] usb usb1-port2: attempt power cycle [ 4.732832] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 5.489662] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 5.588572] EXT4-fs (sda8): resizing filesystem from 8210171 to 8210171 blocks [ 5.664560] systemd-journald[112]: Received client request to flush runtime journal. [ 5.667789] systemd-journald[112]: File /var/log/journal/bd464feb8d734efbb1ca93700c990a2c/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 5.800298] usb usb1-port2: Cannot enable. Maybe the USB cable is bad? [ 6.389863] audit: type=1334 audit(1653476937.397:4): prog-id=7 op=LOAD [ 6.389968] audit: type=1334 audit(1653476937.397:5): prog-id=8 op=LOAD [ 6.691114] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 6.718329] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 6.808698] audit: type=1334 audit(1653476937.816:6): prog-id=9 op=LOAD [ 6.808826] audit: type=1334 audit(1653476937.816:7): prog-id=10 op=LOAD [ 7.103650] usb usb1-port2: Cannot enable. Maybe the USB cable is bad? [ 7.106271] usb usb1-port2: unable to enumerate USB device [ 7.519800] e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 7.533781] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s3: link becomes ready [ 36.908076] audit: type=1400 audit(1653476968.538:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor" pid=383 comm="apparmor_parser" [ 36.908085] audit: type=1400 audit(1653476968.538:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=383 comm="apparmor_parser" [ 36.908093] audit: type=1400 audit(1653476968.538:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=383 comm="apparmor_parser" [ 36.908881] audit: type=1300 audit(1653476968.538:8): arch=c000003e syscall=1 success=yes exit=38459 a0=6 a1=55bf227a4c60 a2=963b a3=0 items=0 ppid=382 pid=383 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 36.909476] audit: type=1327 audit(1653476968.538:8): proctitle=61707061726D6F725F706172736572002D72002D57002D4C002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D73757065727669736F72 [ 37.503329] audit: type=1334 audit(1653476969.138:9): prog-id=0 op=UNLOAD [ 37.503337] audit: type=1334 audit(1653476969.138:10): prog-id=0 op=UNLOAD [ 37.572474] audit: type=1400 audit(1653476969.206:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=403 comm="apparmor_parser" [ 37.572480] audit: type=1300 audit(1653476969.206:11): arch=c000003e syscall=1 success=yes exit=7945 a0=4 a1=55fd2a226bf0 a2=1f09 a3=0 items=0 ppid=402 pid=403 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 37.572483] audit: type=1327 audit(1653476969.206:11): proctitle=61707061726D6F725F706172736572002D4B72002F6D6E742F646174612F646F636B65722F746D702F646F636B65722D64656661756C74313536333233373333 [ 38.156175] Initializing XFRM netlink socket [ 40.158061] hassio: port 1(veth5842b9f) entered blocking state [ 40.158068] hassio: port 1(veth5842b9f) entered disabled state [ 40.158146] device veth5842b9f entered promiscuous mode [ 40.165824] hassio: port 1(veth5842b9f) entered blocking state [ 40.165831] hassio: port 1(veth5842b9f) entered forwarding state [ 40.165957] hassio: port 1(veth5842b9f) entered disabled state [ 40.651275] eth0: renamed from veth70aed69 [ 40.656440] IPv6: ADDRCONF(NETDEV_CHANGE): veth5842b9f: link becomes ready [ 40.656472] hassio: port 1(veth5842b9f) entered blocking state [ 40.656478] hassio: port 1(veth5842b9f) entered forwarding state [ 40.656554] IPv6: ADDRCONF(NETDEV_CHANGE): hassio: link becomes ready [ 41.396681] docker0: port 1(vethd2fcc72) entered blocking state [ 41.396688] docker0: port 1(vethd2fcc72) entered disabled state [ 41.396759] device vethd2fcc72 entered promiscuous mode [ 41.415134] hassio: port 2(veth90d4af0) entered blocking state [ 41.415140] hassio: port 2(veth90d4af0) entered disabled state [ 41.415261] device veth90d4af0 entered promiscuous mode [ 41.415448] hassio: port 2(veth90d4af0) entered blocking state [ 41.415454] hassio: port 2(veth90d4af0) entered forwarding state [ 41.763931] eth0: renamed from vethffff2d1 [ 41.767784] hassio: port 2(veth90d4af0) entered disabled state [ 41.767847] IPv6: ADDRCONF(NETDEV_CHANGE): vethd2fcc72: link becomes ready [ 41.767883] docker0: port 1(vethd2fcc72) entered blocking state [ 41.767889] docker0: port 1(vethd2fcc72) entered forwarding state [ 41.767971] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready [ 41.886524] eth1: renamed from veth6d81b18 [ 41.893057] IPv6: ADDRCONF(NETDEV_CHANGE): veth90d4af0: link becomes ready [ 41.893090] hassio: port 2(veth90d4af0) entered blocking state [ 41.893096] hassio: port 2(veth90d4af0) entered forwarding state [ 44.434066] kauditd_printk_skb: 249 callbacks suppressed [ 44.434072] audit: type=1334 audit(1653476976.068:95): prog-id=11 op=LOAD [ 44.434307] audit: type=1334 audit(1653476976.069:96): prog-id=12 op=LOAD [ 44.701916] audit: type=1334 audit(1653476976.336:97): prog-id=13 op=LOAD [ 44.702063] audit: type=1334 audit(1653476976.336:98): prog-id=14 op=LOAD [ 45.295293] audit: type=1400 audit(1653476976.925:99): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor" pid=1268 comm="apparmor_parser" [ 45.295303] audit: type=1400 audit(1653476976.925:99): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=1268 comm="apparmor_parser" [ 45.295312] audit: type=1400 audit(1653476976.925:99): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=1268 comm="apparmor_parser" [ 45.295769] audit: type=1300 audit(1653476976.925:99): arch=c000003e syscall=1 success=yes exit=38459 a0=6 a1=56117995ec60 a2=963b a3=0 items=0 ppid=1267 pid=1268 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 45.295966] audit: type=1327 audit(1653476976.925:99): proctitle=61707061726D6F725F706172736572002D2D7265706C616365002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D737570 [ 45.527753] hassio: port 3(vethb6e15a3) entered blocking state [ 45.527760] hassio: port 3(vethb6e15a3) entered disabled state [ 45.527823] device vethb6e15a3 entered promiscuous mode [ 45.527872] audit: type=1700 audit(1653476977.162:100): dev=vethb6e15a3 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 45.951595] eth0: renamed from veth148dede [ 45.957558] IPv6: ADDRCONF(NETDEV_CHANGE): vethb6e15a3: link becomes ready [ 45.957609] hassio: port 3(vethb6e15a3) entered blocking state [ 45.957615] hassio: port 3(vethb6e15a3) entered forwarding state [ 46.271613] hassio: port 4(vethec8726d) entered blocking state [ 46.271620] hassio: port 4(vethec8726d) entered disabled state [ 46.271715] device vethec8726d entered promiscuous mode [ 46.273470] hassio: port 4(vethec8726d) entered blocking state [ 46.273476] hassio: port 4(vethec8726d) entered forwarding state [ 46.535349] hassio: port 4(vethec8726d) entered disabled state [ 46.685539] eth0: renamed from veth869c761 [ 46.688480] IPv6: ADDRCONF(NETDEV_CHANGE): vethec8726d: link becomes ready [ 46.688517] hassio: port 4(vethec8726d) entered blocking state [ 46.688523] hassio: port 4(vethec8726d) entered forwarding state [ 47.105495] hassio: port 5(veth96bfcd3) entered blocking state [ 47.105503] hassio: port 5(veth96bfcd3) entered disabled state [ 47.105699] device veth96bfcd3 entered promiscuous mode [ 47.106069] hassio: port 5(veth96bfcd3) entered blocking state [ 47.106074] hassio: port 5(veth96bfcd3) entered forwarding state [ 47.543438] hassio: port 5(veth96bfcd3) entered disabled state [ 47.859617] eth0: renamed from veth7486f58 [ 47.865479] IPv6: ADDRCONF(NETDEV_CHANGE): veth96bfcd3: link becomes ready [ 47.865546] hassio: port 5(veth96bfcd3) entered blocking state [ 47.865552] hassio: port 5(veth96bfcd3) entered forwarding state [ 50.919411] hassio: port 6(vethf549a57) entered blocking state [ 50.919419] hassio: port 6(vethf549a57) entered disabled state [ 50.919835] device vethf549a57 entered promiscuous mode [ 50.919898] kauditd_printk_skb: 98 callbacks suppressed [ 50.919903] audit: type=1700 audit(1653476982.554:133): dev=vethf549a57 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 50.920786] audit: type=1300 audit(1653476982.554:133): arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c00154fbf0 a2=28 a3=0 items=0 ppid=1 pid=384 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 50.920802] audit: type=1327 audit(1653476982.554:133): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 51.383743] audit: type=1325 audit(1653476983.018:134): table=nat family=2 entries=0 op=xt_register pid=2698 subj==unconfined comm="iptables" [ 51.383750] audit: type=1300 audit(1653476983.018:134): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffc64d09d10 items=0 ppid=2692 pid=2698 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 51.383753] audit: type=1327 audit(1653476983.018:134): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E [ 51.387013] audit: type=1325 audit(1653476983.021:135): table=filter family=2 entries=0 op=xt_register pid=2699 subj==unconfined comm="iptables" [ 51.387017] audit: type=1300 audit(1653476983.021:135): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffdf262f460 items=0 ppid=2692 pid=2699 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 51.387020] audit: type=1327 audit(1653476983.021:135): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E [ 51.391597] audit: type=1325 audit(1653476983.026:136): table=nat family=2 entries=5 op=xt_replace pid=2702 subj==unconfined comm="iptables" [ 51.417620] eth0: renamed from vethdc63ab7 [ 51.433508] IPv6: ADDRCONF(NETDEV_CHANGE): vethf549a57: link becomes ready [ 51.433564] hassio: port 6(vethf549a57) entered blocking state [ 51.433577] hassio: port 6(vethf549a57) entered forwarding state [ 72.741610] hassio: port 7(veth3f93c22) entered blocking state [ 72.741617] hassio: port 7(veth3f93c22) entered disabled state [ 72.742526] device veth3f93c22 entered promiscuous mode [ 72.742598] kauditd_printk_skb: 23 callbacks suppressed [ 72.742603] audit: type=1700 audit(1653477004.376:144): dev=veth3f93c22 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 72.743123] audit: type=1300 audit(1653477004.376:144): arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c00067b470 a2=28 a3=0 items=0 ppid=1 pid=384 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 72.743133] audit: type=1327 audit(1653477004.376:144): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 73.310058] audit: type=1325 audit(1653477004.944:145): table=nat family=2 entries=0 op=xt_register pid=3756 subj==unconfined comm="iptables" [ 73.310068] audit: type=1300 audit(1653477004.944:145): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffff6fce4a0 items=0 ppid=3750 pid=3756 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 73.310078] audit: type=1327 audit(1653477004.944:145): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E [ 73.321093] audit: type=1325 audit(1653477004.955:146): table=filter family=2 entries=0 op=xt_register pid=3757 subj==unconfined comm="iptables" [ 73.321102] audit: type=1300 audit(1653477004.955:146): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffd221fff30 items=0 ppid=3750 pid=3757 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 73.321112] audit: type=1327 audit(1653477004.955:146): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E [ 73.328663] audit: type=1325 audit(1653477004.963:147): table=nat family=2 entries=5 op=xt_replace pid=3760 subj==unconfined comm="iptables" [ 73.356692] eth0: renamed from veth1b58813 [ 73.361650] IPv6: ADDRCONF(NETDEV_CHANGE): veth3f93c22: link becomes ready [ 73.361688] hassio: port 7(veth3f93c22) entered blocking state [ 73.361694] hassio: port 7(veth3f93c22) entered forwarding state [ 74.052478] hrtimer: interrupt took 5211262 ns [ 78.462595] kauditd_printk_skb: 25 callbacks suppressed [ 78.462600] audit: type=1334 audit(1653477010.097:157): prog-id=15 op=LOAD [ 78.462874] audit: type=1334 audit(1653477010.097:158): prog-id=16 op=LOAD [ 100.508919] clocksource: timekeeping watchdog on CPU0: acpi_pm wd-wd read-back delay of 68723ns [ 100.509133] clocksource: wd-tsc-wd read-back delay of 254222ns, clock-skew test skipped! [ 101.508466] clocksource: timekeeping watchdog on CPU0: acpi_pm wd-wd read-back delay of 53358ns [ 101.508629] clocksource: wd-tsc-wd read-back delay of 196673ns, clock-skew test skipped! [ 108.494945] audit: type=1334 audit(1653477040.129:159): prog-id=0 op=UNLOAD [ 108.494974] audit: type=1334 audit(1653477040.129:160): prog-id=0 op=UNLOAD [ 108.960621] audit: type=1334 audit(1653477040.595:161): prog-id=0 op=UNLOAD [ 108.960631] audit: type=1334 audit(1653477040.595:162): prog-id=0 op=UNLOAD [ 174.508245] clocksource: timekeeping watchdog on CPU0: acpi_pm wd-wd read-back delay of 80177ns [ 174.508637] clocksource: wd-tsc-wd read-back delay of 296685ns, clock-skew test skipped! ```
ben0551 commented 2 years ago

@ben0551 @Puddingpanzer do your host logs show similar issues to the OT (usb usb1-port2: Cannot enable. Maybe the USB cable is bad?)?

I get Bluetooth: hci0: command 0xfc01 tx timeout

cryptton2004 commented 2 years ago

@agners Running Virtual Box (Version 6.1.34 r150636 (Qt5.6.2)) on W10 (OS Build 19044.1706) . No extensions. I edited the comment above.

cryptton2004 commented 2 years ago

Hello,

Is there any plan of including the fix? (https://github.com/home-assistant/operating-system/issues/1935#issuecomment-1136689805)

fdsasdfddsa commented 2 years ago

Same issue of HAOS version 8.2 running VirtualBox (Version 6.1.34 r150636 (Qt5.6.2), with Extension Pack) on Win10 (19043.1766) PC with Intel AX1650i (201NGW). It puzzles me for a few days as a newbie of Home Assistant and a person not very familiar with VMs and Linux. I switch to HAOS 7.6 thanks for this post, and bluetooth function works fine on my PC now.

agners commented 2 years ago

Is there any plan of including the fix? (https://github.com/home-assistant/operating-system/issues/1935#issuecomment-1136689805)

That is not a fix, that is a bug report. There are potential fixes discussed and linked there. Some of them are already part of HAOS 8.1 (e.g. BTUSB_INTEL_BROKEN_SHUTDOWN_LED is set for 0x8087/0x0a2a), but they do not seem to fix the problem for you, unfortunately :(

Have you had a chance to try HAOS 8.2?

@fdsasdfddsa @ben0551 can you share the "Host" logs from Settings -> System -> Logs? So we can build a list of devices which seem to affected in our case.

cryptton2004 commented 2 years ago

I am aware that the linked issue was a bug report, thank you. And indeed, I was referring to the fix you mentioned since it seemed to be included with a higher version of OS than the one I had displayed in the attached logs at the time of testing. From what I've read so far, it seems to be a driver issue with these Intel Bluetooth chipsets on particular OS versions.

Sorry, I'm not an actual power user for Linux so it's hard for me to tell what's a bait or a dead-end when searching for potential solutions, but it is in my best interest as a user to try to fix things myself (or suggest other threads where other people found ways to deal with it) if that would make my problem go away or help someone who knows how to deal with this kind of problems find a solution faster. If you'd rather deal with this by yourself, I could just step away from the thread as it's indeed a little bit above my knowledge. I could provide more logs and answer precise questions like:

Have you had a chance to try HAOS 8.2?

HAOS 8.2 has the same behavior as 8.1. The last known (Bluetooth) working version for me was 7.6.

fdsasdfddsa commented 2 years ago

Can you share the "Host" logs from Settings -> System -> Logs? So we can build a list of devices which seem to affected in our case.

@agners Host logs. For the last lines, I remove and mount the bluetooth back to the VM after its boot process finished.

Full logs ``` [ 0.000000] Linux version 5.15.45 (builder@99b125bac596) (x86_64-buildroot-linux-gnu-gcc.br_real (Buildroot -g799554151) 9.4.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Wed Jun 8 23:31:44 UTC 2022 [ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/bzImage root=PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd rootwait zram.enabled=1 zram.num_devices=3 apparmor=1 security=apparmor systemd.machine_id=425f427cf7894ebc9579b4b106380013 cgroup_enable=memory fsck.repair=yes console=ttyS0 console=tty1 rauc.slot=A [ 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: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] signal: max sigframe size: 1776 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003de38fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003de39000-0x000000003de39fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003de3a000-0x000000003de90fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003de91000-0x000000003df1afff] reserved [ 0.000000] BIOS-e820: [mem 0x000000003df1b000-0x000000003ef9afff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ef9b000-0x000000003efcafff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000003efcb000-0x000000003eff2fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000003eff3000-0x000000003effafff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003effb000-0x000000003effefff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000003efff000-0x000000003f46afff] usable [ 0.000000] BIOS-e820: [mem 0x000000003f46b000-0x000000003ff6afff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000003ff6b000-0x000000003ffeefff] reserved [ 0.000000] BIOS-e820: [mem 0x000000003ffef000-0x000000003ffeffff] type 20 [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: ACPI=0x3effa000 ACPI 2.0=0x3effa014 SMBIOS=0x3effd000 [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ 0.000000] Hypervisor detected: KVM [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 28595001, primary cpu clock [ 0.000001] kvm-clock: using sched offset of 2469458787 cycles [ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000006] tsc: Detected 2688.000 MHz processor [ 0.000536] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000539] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000545] last_pfn = 0x3f46b max_arch_pfn = 0x400000000 [ 0.000555] Disabled [ 0.000556] x86/PAT: MTRRs disabled, skipping PAT initialization too. [ 0.000560] CPU MTRRs all blank - virtualized system. [ 0.000563] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC [ 0.000628] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] [ 0.000875] Secure boot could not be determined [ 0.000878] ACPI: Early table checksum verification disabled [ 0.000881] ACPI: RSDP 0x000000003EFFA014 000024 (v02 VBOX ) [ 0.000885] ACPI: XSDT 0x000000003EFF90E8 000044 (v01 VBOX VBOXFACP 00000001 01000013) [ 0.000891] ACPI: FACP 0x000000003EFF7000 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) [ 0.000896] ACPI: DSDT 0x000000003EFF4000 002325 (v02 VBOX VBOXBIOS 00000002 INTL 20100528) [ 0.000899] ACPI: FACS 0x000000003EFFE000 000040 [ 0.000902] ACPI: APIC 0x000000003EFF8000 00007C (v02 VBOX VBOXAPIC 00000001 ASL 00000061) [ 0.000905] ACPI: SSDT 0x000000003EFF3000 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528) [ 0.000909] ACPI: BGRT 0x000000003DE39000 000038 (v01 INTEL EDK2 00000002 01000013) [ 0.000911] ACPI: Reserving FACP table memory at [mem 0x3eff7000-0x3eff70f3] [ 0.000913] ACPI: Reserving DSDT table memory at [mem 0x3eff4000-0x3eff6324] [ 0.000914] ACPI: Reserving FACS table memory at [mem 0x3effe000-0x3effe03f] [ 0.000915] ACPI: Reserving APIC table memory at [mem 0x3eff8000-0x3eff807b] [ 0.000916] ACPI: Reserving SSDT table memory at [mem 0x3eff3000-0x3eff31cb] [ 0.000917] ACPI: Reserving BGRT table memory at [mem 0x3de39000-0x3de39037] [ 0.001135] No NUMA configuration found [ 0.001138] Faking a node at [mem 0x0000000000000000-0x000000003f46afff] [ 0.001142] NODE_DATA(0) allocated [mem 0x3f213000-0x3f217fff] [ 0.001155] Zone ranges: [ 0.001156] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.001158] DMA32 [mem 0x0000000001000000-0x000000003f46afff] [ 0.001160] Normal empty [ 0.001161] Device empty [ 0.001162] Movable zone start for each node [ 0.001162] Early memory node ranges [ 0.001163] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.001164] node 0: [mem 0x0000000000100000-0x000000003de38fff] [ 0.001165] node 0: [mem 0x000000003de3a000-0x000000003de90fff] [ 0.001166] node 0: [mem 0x000000003df1b000-0x000000003ef9afff] [ 0.001167] node 0: [mem 0x000000003efff000-0x000000003f46afff] [ 0.001168] Initmem setup node 0 [mem 0x0000000000001000-0x000000003f46afff] [ 0.004269] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.004312] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.028044] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.028061] On node 0, zone DMA32: 138 pages in unavailable ranges [ 0.028065] On node 0, zone DMA32: 100 pages in unavailable ranges [ 0.028082] On node 0, zone DMA32: 2965 pages in unavailable ranges [ 0.028449] ACPI: PM-Timer IO Port: 0xb008 [ 0.028495] IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23 [ 0.028498] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.028500] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.028503] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.028510] e820: update [mem 0x3df21000-0x3df3bfff] usable ==> reserved [ 0.028520] smpboot: Allowing 6 CPUs, 0 hotplug CPUs [ 0.028539] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.028540] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.028541] PM: hibernation: Registered nosave memory: [mem 0x3de39000-0x3de39fff] [ 0.028542] PM: hibernation: Registered nosave memory: [mem 0x3de91000-0x3df1afff] [ 0.028543] PM: hibernation: Registered nosave memory: [mem 0x3df21000-0x3df3bfff] [ 0.028544] PM: hibernation: Registered nosave memory: [mem 0x3ef9b000-0x3efcafff] [ 0.028544] PM: hibernation: Registered nosave memory: [mem 0x3efcb000-0x3eff2fff] [ 0.028545] PM: hibernation: Registered nosave memory: [mem 0x3eff3000-0x3effafff] [ 0.028546] PM: hibernation: Registered nosave memory: [mem 0x3effb000-0x3effefff] [ 0.028547] [mem 0x3fff0000-0xffbfffff] available for PCI devices [ 0.028548] Booting paravirtualized kernel on KVM [ 0.028550] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.032781] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:6 nr_node_ids:1 [ 0.035806] percpu: Embedded 55 pages/cpu s184792 r8192 d32296 u262144 [ 0.035815] pcpu-alloc: s184792 r8192 d32296 u262144 alloc=1*2097152 [ 0.035817] pcpu-alloc: [0] 0 1 2 3 4 5 - - [ 0.035855] kvm-guest: PV spinlocks enabled [ 0.035858] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.035874] Built 1 zonelists, mobility grouping on. Total pages: 254634 [ 0.035876] Policy zone: DMA32 [ 0.035877] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/bzImage root=PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd rootwait zram.enabled=1 zram.num_devices=3 apparmor=1 security=apparmor systemd.machine_id=425f427cf7894ebc9579b4b106380013 cgroup_enable=memory fsck.repair=yes console=ttyS0 console=tty1 rauc.slot=A [ 0.036061] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt2)/bzImage cgroup_enable=memory", will be passed to user space. [ 0.039250] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.039305] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.039431] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.044704] Memory: 955100K/1035372K available (16395K kernel code, 2597K rwdata, 5448K rodata, 1704K init, 2600K bss, 80012K reserved, 0K cma-reserved) [ 0.044736] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1 [ 0.048130] rcu: Hierarchical RCU implementation. [ 0.048131] rcu: RCU event tracing is enabled. [ 0.048132] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6. [ 0.048134] Tracing variant of Tasks RCU enabled. [ 0.048135] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.048136] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6 [ 0.048799] NR_IRQS: 4352, nr_irqs: 472, preallocated irqs: 16 [ 0.049122] Console: colour dummy device 80x25 [ 0.049245] printk: console [tty1] enabled [ 0.069418] printk: console [ttyS0] enabled [ 0.069605] ACPI: Core revision 20210730 [ 0.070065] APIC: Switch to symmetric I/O mode setup [ 0.071467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.071713] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns [ 0.072070] Calibrating delay loop (skipped) preset value.. 5376.00 BogoMIPS (lpj=2688000) [ 0.072297] pid_max: default: 32768 minimum: 301 [ 0.073527] LSM: Security Framework initializing [ 0.073735] AppArmor: AppArmor initialized [ 0.073931] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.074280] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.074798] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.074955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.075065] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.075069] Spectre V2 : Mitigation: Retpolines [ 0.075191] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.075422] Speculative Store Bypass: Vulnerable [ 0.080773] Freeing SMP alternatives memory: 52K [ 0.182929] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz (family: 0x6, model: 0x8d, stepping: 0x1) [ 0.184096] Performance Events: unsupported p6 CPU model 141 no PMU driver, software events only. [ 0.184450] rcu: Hierarchical SRCU implementation. [ 0.184927] smp: Bringing up secondary CPUs ... [ 0.185178] x86: Booting SMP configuration: [ 0.185337] .... node #0, CPUs: #1 [ 0.021983] kvm-clock: cpu 1, msr 28595041, secondary cpu clock [ 0.187155] #2 [ 0.021983] kvm-clock: cpu 2, msr 28595081, secondary cpu clock [ 0.189174] #3 [ 0.021983] kvm-clock: cpu 3, msr 285950c1, secondary cpu clock [ 0.191159] #4 [ 0.021983] kvm-clock: cpu 4, msr 28595101, secondary cpu clock [ 0.193151] #5 [ 0.021983] kvm-clock: cpu 5, msr 28595141, secondary cpu clock [ 0.195214] smp: Brought up 1 node, 6 CPUs [ 0.195565] smpboot: Max logical packages: 1 [ 0.196067] smpboot: Total of 6 processors activated (32256.00 BogoMIPS) [ 0.196463] devtmpfs: initialized [ 0.196463] x86/mm: Memory block size: 128MB [ 0.197212] ACPI: PM: Registering ACPI NVS region [mem 0x3effb000-0x3effefff] (16384 bytes) [ 0.197551] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.197942] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.200123] PM: RTC time: 09:24:41, date: 2022-07-17 [ 0.201354] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.202132] audit: initializing netlink subsys (disabled) [ 0.202330] audit: type=2000 audit(1658049885.483:1): state=initialized audit_enabled=0 res=1 [ 0.202330] thermal_sys: Registered thermal governor 'step_wise' [ 0.202420] thermal_sys: Registered thermal governor 'user_space' [ 0.203098] cpuidle: using governor menu [ 0.203492] ACPI: bus type PCI registered [ 0.204081] PCI: Using configuration type 1 for base access [ 0.206226] Kprobes globally optimized [ 0.206372] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.210157] ACPI: Added _OSI(Module Device) [ 0.210275] ACPI: Added _OSI(Processor Device) [ 0.210413] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.210561] ACPI: Added _OSI(Processor Aggregator Device) [ 0.210711] ACPI: Added _OSI(Linux-Dell-Video) [ 0.210871] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.211069] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.216444] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.217989] ACPI: Interpreter enabled [ 0.218095] ACPI: PM: (supports S0 S5) [ 0.218208] ACPI: Using IOAPIC for interrupt routing [ 0.218481] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.218858] ACPI: Enabled 2 GPEs in block 00 to 07 [ 0.223252] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.223509] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3] [ 0.224065] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] [ 0.224078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.224636] PCI host bridge to bus 0000:00 [ 0.224766] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.225069] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.225291] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.225555] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfdffffff window] [ 0.225827] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.226315] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 [ 0.227428] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 [ 0.228278] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a [ 0.228752] pci 0000:00:01.1: reg 0x20: [io 0xc040-0xc04f] [ 0.229234] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.229493] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.229727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.230068] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.230761] pci 0000:00:02.0: [15ad:0405] type 00 class 0x030000 [ 0.232147] pci 0000:00:02.0: reg 0x10: [io 0xc030-0xc03f] [ 0.233092] pci 0000:00:02.0: reg 0x14: [mem 0x80000000-0x80ffffff pref] [ 0.234247] pci 0000:00:02.0: reg 0x18: [mem 0x81400000-0x815fffff] [ 0.237180] pci 0000:00:02.0: BAR 1: assigned to efifb [ 0.237422] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.238484] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000 [ 0.239169] pci 0000:00:03.0: reg 0x10: [mem 0x81600000-0x8161ffff] [ 0.240149] pci 0000:00:03.0: reg 0x18: [io 0xc060-0xc067] [ 0.242854] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000 [ 0.243452] pci 0000:00:04.0: reg 0x10: [io 0xc000-0xc01f] [ 0.244130] pci 0000:00:04.0: reg 0x14: [mem 0x81000000-0x813fffff] [ 0.244775] pci 0000:00:04.0: reg 0x18: [mem 0x81620000-0x81623fff pref] [ 0.246674] pci 0000:00:05.0: [8086:2668] type 00 class 0x040300 [ 0.247579] pci 0000:00:05.0: reg 0x10: [mem 0x81624000-0x81627fff] [ 0.250742] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310 [ 0.251453] pci 0000:00:06.0: reg 0x10: [mem 0x8162b000-0x8162bfff] [ 0.254303] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000 [ 0.255138] pci 0000:00:07.0: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI [ 0.255391] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB [ 0.256165] pci 0000:00:0b.0: [8086:265c] type 00 class 0x0c0320 [ 0.256864] pci 0000:00:0b.0: reg 0x10: [mem 0x8162a000-0x8162afff] [ 0.259809] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601 [ 0.260640] pci 0000:00:0d.0: reg 0x10: [io 0xc058-0xc05f] [ 0.261174] pci 0000:00:0d.0: reg 0x14: [io 0xc06c-0xc06f] [ 0.261809] pci 0000:00:0d.0: reg 0x18: [io 0xc050-0xc057] [ 0.262184] pci 0000:00:0d.0: reg 0x1c: [io 0xc068-0xc06b] [ 0.263139] pci 0000:00:0d.0: reg 0x20: [io 0xc020-0xc02f] [ 0.264086] pci 0000:00:0d.0: reg 0x24: [mem 0x81628000-0x81629fff] [ 0.266463] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 [ 0.266944] ACPI: PCI: Interrupt link LNKB configured for IRQ 11 [ 0.267117] ACPI: PCI: Interrupt link LNKC configured for IRQ 10 [ 0.267422] ACPI: PCI: Interrupt link LNKD configured for IRQ 10 [ 0.267783] iommu: Default domain type: Translated [ 0.267922] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.268143] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.268277] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.268547] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.268735] vgaarb: loaded [ 0.268924] SCSI subsystem initialized [ 0.269121] libata version 3.00 loaded. [ 0.269124] ACPI: bus type USB registered [ 0.269326] usbcore: registered new interface driver usbfs [ 0.269536] usbcore: registered new interface driver hub [ 0.269746] usbcore: registered new device driver usb [ 0.269927] mc: Linux media interface: v0.10 [ 0.270065] videodev: Linux video capture interface: v2.00 [ 0.270078] pps_core: LinuxPPS API ver. 1 registered [ 0.270213] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.270457] PTP clock support registered [ 0.270620] Registered efivars operations [ 0.271102] Advanced Linux Sound Architecture Driver Initialized. [ 0.271366] Bluetooth: Core ver 2.22 [ 0.271472] NET: Registered PF_BLUETOOTH protocol family [ 0.271629] Bluetooth: HCI device and connection manager initialized [ 0.271810] Bluetooth: HCI socket layer initialized [ 0.271943] Bluetooth: L2CAP socket layer initialized [ 0.272065] Bluetooth: SCO socket layer initialized [ 0.272065] NetLabel: Initializing [ 0.272065] NetLabel: domain hash size = 128 [ 0.272065] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.272065] NetLabel: unlabeled traffic allowed by default [ 0.272099] PCI: Using ACPI for IRQ routing [ 0.273068] PCI: pci_cache_line_size set to 64 bytes [ 0.273287] e820: reserve RAM buffer [mem 0x3de39000-0x3fffffff] [ 0.273294] e820: reserve RAM buffer [mem 0x3de91000-0x3fffffff] [ 0.273300] e820: reserve RAM buffer [mem 0x3df21000-0x3fffffff] [ 0.273301] e820: reserve RAM buffer [mem 0x3ef9b000-0x3fffffff] [ 0.273303] e820: reserve RAM buffer [mem 0x3f46b000-0x3fffffff] [ 0.274154] clocksource: Switched to clocksource kvm-clock [ 0.364880] VFS: Disk quotas dquot_6.6.0 [ 0.364991] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.365436] AppArmor: AppArmor Filesystem Enabled [ 0.365657] pnp: PnP ACPI init [ 0.366353] pnp: PnP ACPI: found 2 devices [ 0.378499] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.378794] NET: Registered PF_INET protocol family [ 0.378990] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.379490] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) [ 0.379741] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.379977] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.380329] TCP: Hash tables configured (established 8192 bind 8192) [ 0.380644] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.380849] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.381082] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.382103] RPC: Registered named UNIX socket transport module. [ 0.382492] RPC: Registered udp transport module. [ 0.382601] RPC: Registered tcp transport module. [ 0.382708] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.382859] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.382999] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.383139] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.383333] pci_bus 0000:00: resource 7 [mem 0x40000000-0xfdffffff window] [ 0.383536] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.383677] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.385434] PCI: CLS 0 bytes, default 64 [ 0.385747] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns [ 0.386331] clocksource: Switched to clocksource tsc [ 0.386498] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.388594] Initialise system trusted keyrings [ 0.388929] workingset: timestamp_bits=40 max_order=18 bucket_order=0 [ 0.390380] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.390957] NFS: Registering the id_resolver key type [ 0.391095] Key type id_resolver registered [ 0.391191] Key type id_legacy registered [ 0.391361] fuse: init (API version 7.34) [ 0.401607] Key type asymmetric registered [ 0.401734] Asymmetric key parser 'x509' registered [ 0.401890] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.402279] io scheduler mq-deadline registered [ 0.402422] io scheduler kyber registered [ 0.402973] hv_vmbus: registering driver hyperv_fb [ 0.403319] ACPI: AC: AC Adapter [AC] (on-line) [ 0.403511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.403739] ACPI: button: Power Button [PWRF] [ 0.403923] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 [ 0.404147] ACPI: button: Sleep Button [SLPF] [ 0.404392] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 0.404645] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input2 [ 0.405435] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.405772] ACPI: battery: Slot [BAT0] (battery present) [ 0.406350] Non-volatile memory driver v1.3 [ 0.406569] Linux agpgart interface v0.103 [ 0.409399] loop: module loaded [ 0.409702] zram: Added device: zram0 [ 0.409918] zram: Added device: zram1 [ 0.410231] zram: Added device: zram2 [ 0.410359] Guest personality initialized and is inactive [ 0.410612] VMCI host device registered (name=vmci, major=10, minor=126) [ 0.410817] Initialized host personality [ 0.410958] VMware PVSCSI driver - version 1.0.7.0-k [ 0.411142] hv_vmbus: registering driver hv_storvsc [ 0.411974] ahci 0000:00:0d.0: version 3.0 [ 0.412494] ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled [ 0.412775] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode [ 0.413004] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc [ 0.413779] scsi host0: ahci [ 0.413957] ata1: SATA max UDMA/133 abar m8192@0x81628000 port 0x81628100 irq 21 [ 0.414190] ata_piix 0000:00:01.1: version 2.13 [ 0.414916] scsi host1: ata_piix [ 0.415375] scsi host2: ata_piix [ 0.415490] ata2: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xc040 irq 14 [ 0.415701] ata3: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xc048 irq 15 [ 0.416228] tun: Universal TUN/TAP device driver, 1.6 [ 0.416611] e100: Intel(R) PRO/100 Network Driver [ 0.416754] e100: Copyright(c) 1999-2006 Intel Corporation [ 0.416923] e1000: Intel(R) PRO/1000 Network Driver [ 0.417064] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 0.585229] ata3.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 [ 0.726377] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 0.726747] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 [ 0.726938] ata1.00: 67108864 sectors, multi 128: LBA48 NCQ (depth 32) [ 0.727371] ata1.00: configured for UDMA/133 [ 0.727673] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 [ 0.728214] scsi 0:0:0:0: Attached scsi generic sg0 type 0 [ 0.728335] sd 0:0:0:0: [sda] 67108864 512-byte logical blocks: (34.4 GB/32.0 GiB) [ 0.728670] sd 0:0:0:0: [sda] Write Protect is off [ 0.728796] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 0.728803] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 0.729119] scsi 2:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 [ 0.730169] sr 2:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray [ 0.730388] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 0.732503] sr 2:0:0:0: Attached scsi CD-ROM sr0 [ 0.732726] sr 2:0:0:0: Attached scsi generic sg1 type 5 [ 0.737917] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 [ 0.738969] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.089284] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:38:ea:f2 [ 1.089559] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection [ 1.089855] e1000e: Intel(R) PRO/1000 Network Driver [ 1.090074] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.090094] sky2: driver version 1.30 [ 1.090554] VMware vmxnet3 virtual NIC driver - version 1.6.0.0-k-NAPI [ 1.090782] hv_vmbus: registering driver hv_netvsc [ 1.090916] Fusion MPT base driver 3.04.20 [ 1.091032] Copyright (c) 1999-2008 LSI Corporation [ 1.091284] Fusion MPT SPI Host driver 3.04.20 [ 1.091424] Fusion MPT SAS Host driver 3.04.20 [ 1.091720] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.091920] ehci-pci: EHCI PCI platform driver [ 1.092572] ehci-pci 0000:00:0b.0: EHCI Host Controller [ 1.092902] ehci-pci 0000:00:0b.0: new USB bus registered, assigned bus number 1 [ 1.093383] ehci-pci 0000:00:0b.0: irq 19, io mem 0x8162a000 [ 1.294586] ehci-pci 0000:00:0b.0: USB 2.0 started, EHCI 1.00 [ 1.294793] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.295016] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.295241] usb usb1: Product: EHCI Host Controller [ 1.295375] usb usb1: Manufacturer: Linux 5.15.45 ehci_hcd [ 1.295516] usb usb1: SerialNumber: 0000:00:0b.0 [ 1.295861] hub 1-0:1.0: USB hub found [ 1.295970] hub 1-0:1.0: 12 ports detected [ 1.296246] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.296488] ohci-pci: OHCI PCI platform driver [ 1.297101] ohci-pci 0000:00:06.0: OHCI PCI host controller [ 1.297354] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 2 [ 1.297631] ohci-pci 0000:00:06.0: irq 22, io mem 0x8162b000 [ 1.445338] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.445627] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.445850] usb usb2: Product: OHCI PCI host controller [ 1.446000] usb usb2: Manufacturer: Linux 5.15.45 ohci_hcd [ 1.446160] usb usb2: SerialNumber: 0000:00:06.0 [ 1.446539] hub 2-0:1.0: USB hub found [ 1.446707] hub 2-0:1.0: 12 ports detected [ 1.447450] uhci_hcd: USB Universal Host Controller Interface driver [ 1.447736] usbcore: registered new interface driver usblp [ 1.447946] usbcore: registered new interface driver usb-storage [ 1.448335] usbcore: registered new interface driver usbserial_generic [ 1.448535] usbserial: USB Serial support registered for generic [ 1.448754] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.450377] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.450568] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.451593] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 1.452124] rtc_cmos rtc_cmos: registered as rtc0 [ 1.452309] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram [ 1.452574] fail to initialize ptp_kvm [ 1.452575] Driver for 1-wire Dallas network protocol. [ 1.453056] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 1.453407] intel_pstate: CPU model not supported [ 1.453926] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0 [ 1.456007] simple-framebuffer simple-framebuffer.0: [drm] drm_plane_enable_fb_damage_clips() not called [ 1.459500] Console: switching to colour frame buffer device 128x48 [ 1.462252] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device [ 1.462666] EFI Variables Facility v0.08 2004-May-17 [ 1.465520] hid: raw HID events driver (C) Jiri Kosina [ 1.465895] usbcore: registered new interface driver usbhid [ 1.466067] usbhid: USB HID core driver [ 1.466610] IPVS: Registered protocols () [ 1.466816] IPVS: Connection hash table configured (size=4096, memory=32Kbytes) [ 1.467339] IPVS: ipvs loaded. [ 1.467492] IPVS: [rr] scheduler registered. [ 1.467770] NET: Registered PF_INET6 protocol family [ 1.468710] Segment Routing with IPv6 [ 1.468923] In-situ OAM (IOAM) with IPv6 [ 1.469119] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 1.469440] NET: Registered PF_PACKET protocol family [ 1.469692] Bridge firewalling registered [ 1.469895] Key type dns_resolver registered [ 1.470883] IPI shorthand broadcast: enabled [ 1.471086] sched_clock: Marking stable (1449803581, 20983298)->(1479602074, -8815195) [ 1.471603] registered taskstats version 1 [ 1.471793] Loading compiled-in X.509 certificates [ 1.472748] AppArmor: AppArmor sha1 policy hashing enabled [ 1.473328] PM: Magic number: 14:610:424 [ 1.474719] printk: console [netcon0] enabled [ 1.476298] netconsole: network logging started [ 1.477074] ALSA device list: [ 1.477653] No soundcards found. [ 1.799379] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5 [ 1.801353] md: Waiting for all devices to be available before autodetect [ 1.803669] md: If you don't use raid, use raid=noautodetect [ 1.805221] md: Autodetecting RAID arrays. [ 1.805782] md: autorun ... [ 1.806226] md: ... autorun DONE. [ 1.810240] VFS: Mounted root (squashfs filesystem) readonly on device 8:3. [ 1.828408] devtmpfs: mounted [ 1.829431] Freeing unused kernel image (initmem) memory: 1704K [ 1.829987] Write protecting the kernel read-only data: 24576k [ 1.831228] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 1.832056] Freeing unused kernel image (rodata/data gap) memory: 696K [ 1.832807] Run /sbin/init as init process [ 1.833438] with arguments: [ 1.833439] /sbin/init [ 1.833440] with environment: [ 1.833441] HOME=/ [ 1.833441] TERM=linux [ 1.833441] BOOT_IMAGE=(hd0,gpt2)/bzImage [ 1.833442] cgroup_enable=memory [ 1.847325] usb 2-1: new full-speed USB device number 2 using ohci-pci [ 2.068765] systemd[1]: systemd 250 running in system mode (+PAM -AUDIT -SELINUX +APPARMOR -IMA -SMACK -SECCOMP -GCRYPT -GNUTLS +OPENSSL -ACL +BLKID +CURL -ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=hybrid) [ 2.073869] systemd[1]: Detected virtualization oracle. [ 2.075493] systemd[1]: Detected architecture x86-64. [ 2.272264] systemd[1]: Hostname set to . [ 2.272936] systemd[1]: Installed transient /etc/machine-id file. [ 2.403333] usb 2-1: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02 [ 2.403955] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.573914] systemd[1]: Queued start job for default target Multi-User System. [ 2.583739] systemd[1]: Created slice Slice /system/ha-cli. [ 2.585827] systemd[1]: Created slice Slice /system/modprobe. [ 2.589175] systemd[1]: Created slice Slice /system/systemd-fsck. [ 2.591869] systemd[1]: Created slice Slice /system/systemd-growfs. [ 2.597834] systemd[1]: Created slice User and Session Slice. [ 2.599727] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 2.601612] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.604618] systemd[1]: Reached target Local Encrypted Volumes. [ 2.606091] systemd[1]: Reached target HassOS hardware targets. [ 2.607473] systemd[1]: Reached target HassOS zram targets. [ 2.609174] systemd[1]: Reached target Local Integrity Protected Volumes. [ 2.610458] systemd[1]: Reached target Path Units. [ 2.611872] systemd[1]: Reached target Remote Encrypted Volumes. [ 2.612956] systemd[1]: Reached target Remote File Systems. [ 2.614050] systemd[1]: Reached target Remote Verity Protected Volumes. [ 2.615301] systemd[1]: Reached target Slice Units. [ 2.618437] systemd[1]: Reached target Local Verity Protected Volumes. [ 2.623440] systemd[1]: Listening on D-Bus System Message Bus Socket. [ 2.629089] systemd[1]: Listening on Process Core Dump Socket. [ 2.633090] systemd[1]: Listening on Journal Audit Socket. [ 2.634597] systemd[1]: Listening on Journal Socket (/dev/log). [ 2.636583] systemd[1]: Listening on Journal Socket. [ 2.640097] systemd[1]: Listening on udev Control Socket. [ 2.643909] systemd[1]: Listening on udev Kernel Socket. [ 2.646690] systemd[1]: Mounting Huge Pages File System... [ 2.652826] systemd[1]: Mounting POSIX Message Queue File System... [ 2.655413] systemd[1]: Mount /proc/xen files was skipped because of a failed condition check (ConditionPathExists=/proc/xen). [ 2.658304] systemd[1]: Mounting Kernel Debug File System... [ 2.662632] systemd[1]: Mounting Kernel Trace File System... [ 2.667630] systemd[1]: Started D-Bus System Message Bus. [ 2.677845] systemd[1]: Starting Home Assistant OS Agent... [ 2.699074] systemd[1]: Starting Create List of Static Device Nodes... [ 2.704253] systemd[1]: Starting Load Kernel Module configfs... [ 2.706588] systemd[1]: Starting Load Kernel Module drm... [ 2.714248] systemd[1]: Starting Load Kernel Module fuse... [ 2.719975] systemd[1]: Starting Journal Service... [ 2.722456] random: dbus-daemon: uninitialized urandom read (12 bytes read) [ 2.725419] systemd[1]: Starting Generate network units from Kernel command line... [ 2.727726] systemd[1]: Starting Remount Root and Kernel File Systems... [ 2.730856] systemd[1]: Starting Wait Until Kernel Time Synchronized... [ 2.737708] systemd[1]: Starting Coldplug All udev Devices... [ 2.742614] systemd[1]: Starting Disk Manager... [ 2.747121] systemd[1]: Starting HassOS ZRAM swap... [ 2.752568] systemd[1]: Starting HassOS ZRAM tmp... [ 2.757328] systemd[1]: Starting HassOS ZRAM var... [ 2.762218] systemd[1]: Mounted Huge Pages File System. [ 2.765916] systemd[1]: Mounted POSIX Message Queue File System. [ 2.772305] systemd[1]: Mounted Kernel Debug File System. [ 2.777226] systemd[1]: Mounted Kernel Trace File System. [ 2.781969] systemd[1]: Finished Create List of Static Device Nodes. [ 2.783965] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 2.787091] systemd[1]: Finished Load Kernel Module configfs. [ 2.792048] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 2.793360] systemd[1]: Finished Load Kernel Module drm. [ 2.796454] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 2.797433] systemd[1]: Finished Load Kernel Module fuse. [ 2.802699] systemd[1]: Finished Generate network units from Kernel command line. [ 2.804476] systemd[1]: Finished Remount Root and Kernel File Systems. [ 2.809142] systemd[1]: Started Journal Service. [ 2.958968] zram1: detected capacity change from 0 to 65536 [ 2.958984] zram0: detected capacity change from 0 to 491440 [ 2.963173] zram2: detected capacity change from 0 to 32768 [ 3.038978] random: crng init done [ 3.100537] audit: type=1334 audit(1658049888.380:2): prog-id=5 op=LOAD [ 3.101610] audit: type=1334 audit(1658049888.381:3): prog-id=6 op=LOAD [ 3.263430] e1000 0000:00:03.0 enp0s3: renamed from eth0 [ 3.309346] usbcore: registered new interface driver btusb [ 3.339983] EXT4-fs (zram1): mounted filesystem without journal. Opts: nobarrier. Quota mode: none. [ 3.364698] Adding 245716k swap on /dev/zram0. Priority:-2 extents:1 across:245716k SS [ 3.390060] EXT4-fs (zram2): mounted filesystem without journal. Opts: nobarrier. Quota mode: none. [ 3.399041] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi [ 3.399934] Bluetooth: hci0: Boot Address: 0x24800 [ 3.400661] Bluetooth: hci0: Firmware Version: 125-46.21 [ 3.531052] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=3 (0xc/0xf/0xb/0x0/0x0) type:speaker [ 3.532104] snd_hda_codec_generic hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 3.533003] snd_hda_codec_generic hdaudioC0D0: hp_outs=1 (0xa/0x0/0x0/0x0/0x0) [ 3.533878] snd_hda_codec_generic hdaudioC0D0: mono: mono_out=0x0 [ 3.534495] snd_hda_codec_generic hdaudioC0D0: dig-out=0x10/0x0 [ 3.535090] snd_hda_codec_generic hdaudioC0D0: inputs: [ 3.535814] snd_hda_codec_generic hdaudioC0D0: Mic=0xd [ 3.536421] snd_hda_codec_generic hdaudioC0D0: Line=0xe [ 3.536953] snd_hda_codec_generic hdaudioC0D0: CD=0x15 [ 3.537511] snd_hda_codec_generic hdaudioC0D0: dig-in=0x11 [ 3.556445] input: HDA Intel Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input6 [ 3.562853] input: HDA Intel Line as /devices/pci0000:00/0000:00:05.0/sound/card0/input7 [ 3.562943] input: HDA Intel Speaker Front as /devices/pci0000:00/0000:00:05.0/sound/card0/input8 [ 3.563007] input: HDA Intel Speaker CLFE as /devices/pci0000:00/0000:00:05.0/sound/card0/input9 [ 3.563254] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input10 [ 3.563344] input: HDA Intel SPDIF In as /devices/pci0000:00/0000:00:05.0/sound/card0/input11 [ 3.882782] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 4.377673] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 4.525063] systemd-journald[137]: Received client request to flush runtime journal. [ 4.548653] EXT4-fs (sda8): resizing filesystem from 8210171 to 8210171 blocks [ 5.416111] Bluetooth: hci0: command 0xfc01 tx timeout [ 13.861390] Bluetooth: hci0: FW download error recovery failed (-110) [ 20.197193] audit: type=1334 audit(1658049905.477:4): prog-id=7 op=LOAD [ 20.197303] audit: type=1334 audit(1658049905.477:5): prog-id=8 op=LOAD [ 21.250436] audit: type=1334 audit(1658049906.530:6): prog-id=9 op=LOAD [ 21.250551] audit: type=1334 audit(1658049906.530:7): prog-id=10 op=LOAD [ 21.334381] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 21.337343] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 22.438212] e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None [ 22.438592] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s3: link becomes ready [ 24.486044] e1000 0000:00:03.0 enp0s3: Detected Tx Unit Hang [ 24.486044] Tx Queue <0> [ 24.486044] TDH <0> [ 24.486044] TDT <1> [ 24.486044] next_to_use <1> [ 24.486044] next_to_clean <0> [ 24.486044] buffer_info[next_to_clean] [ 24.486044] time_stamp [ 24.486044] next_to_watch <0> [ 24.486044] jiffies [ 24.486044] next_to_watch.status <0> [ 26.533478] e1000 0000:00:03.0 enp0s3: Detected Tx Unit Hang [ 26.533478] Tx Queue <0> [ 26.533478] TDH <0> [ 26.533478] TDT <1> [ 26.533478] next_to_use <1> [ 26.533478] next_to_clean <0> [ 26.533478] buffer_info[next_to_clean] [ 26.533478] time_stamp [ 26.533478] next_to_watch <0> [ 26.533478] jiffies [ 26.533478] next_to_watch.status <0> [ 28.199587] ------------[ cut here ]------------ [ 28.199616] NETDEV WATCHDOG: enp0s3 (e1000): transmit queue 0 timed out [ 28.199647] WARNING: CPU: 0 PID: 0 at net/sched/sch_generic.c:477 dev_watchdog+0x25a/0x260 [ 28.199666] Modules linked in: cfg80211 snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg btusb snd_hda_codec btrtl btbcm btintel snd_hwdep snd_hda_core [ 28.199818] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.15.45 #1 [ 28.199830] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ 28.199840] RIP: 0010:dev_watchdog+0x25a/0x260 [ 28.199851] Code: eb a6 48 8b 1c 24 c6 05 1c 0d f8 00 01 48 89 df e8 3b bf fb ff 44 89 e9 48 89 de 48 c7 c7 d0 23 eb 9c 48 89 c2 e8 20 a4 21 00 <0f> 0b eb 83 66 90 41 57 41 56 49 89 d6 41 55 4d 89 c5 41 54 49 89 [ 28.199862] RSP: 0018:ffffb3cc40003eb0 EFLAGS: 00010282 [ 28.199881] RAX: 0000000000000000 RBX: ffff902d423e0000 RCX: 0000000000000000 [ 28.199891] RDX: ffff902d7ca27f40 RSI: ffff902d7ca1c430 RDI: 0000000000000300 [ 28.199901] RBP: ffff902d423e03dc R08: ffff902d7ca1c430 R09: ffffb3cc40003cd8 [ 28.199910] R10: 0000000000000001 R11: 0000000000000001 R12: 0000000000000001 [ 28.199920] R13: 0000000000000000 R14: ffff902d423e0480 R15: ffff902d420ce480 [ 28.199930] FS: 0000000000000000(0000) GS:ffff902d7ca00000(0000) knlGS:0000000000000000 [ 28.199940] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 28.199950] CR2: 0000557c034ec010 CR3: 0000000006a16006 CR4: 00000000000706f0 [ 28.199962] Call Trace: [ 28.199986] [ 28.199997] ? pfifo_fast_enqueue+0x150/0x150 [ 28.200008] call_timer_fn+0x21/0xf0 [ 28.200040] run_timer_softirq+0x3f6/0x470 [ 28.200051] ? dmar_free_hwirq+0x10/0x10 [ 28.200071] ? dmar_free_hwirq+0x10/0x10 [ 28.200081] ? lapic_timer_shutdown+0xb/0x10 [ 28.200092] ? clockevents_switch_state+0x59/0xf0 [ 28.200102] __do_softirq+0xcf/0x274 [ 28.200121] irq_exit_rcu+0x6f/0x90 [ 28.200136] sysvec_apic_timer_interrupt+0x6a/0x90 [ 28.200147] [ 28.200157] [ 28.200166] asm_sysvec_apic_timer_interrupt+0x12/0x20 [ 28.200177] RIP: 0010:native_safe_halt+0xb/0x10 [ 28.200188] Code: 8b 00 a8 08 74 83 eb c2 cc cc cc cc cc cc cc eb 07 0f 00 2d 89 15 4a 00 f4 c3 0f 1f 44 00 00 eb 07 0f 00 2d 79 15 4a 00 fb f4 cc cc cc cc 53 65 8b 15 20 b2 aa 63 66 90 e8 21 0c 38 ff fb 66 [ 28.200198] RSP: 0018:ffffffff9d003e98 EFLAGS: 00000206 [ 28.200217] RAX: ffffffff9c56a1f0 RBX: 0000000000000000 RCX: ffff902d7ca1be40 [ 28.200226] RDX: ffff902d7ca2cd60 RSI: 7ffffff980aafb04 RDI: 000000000000649c [ 28.200236] RBP: ffffffff9d016940 R08: 000000000000649b R09: 000000068f6ce47b [ 28.200246] R10: ffff902d7ca2bf40 R11: 000000000002e42c R12: ffffffff9d016940 [ 28.200255] R13: ffffffff9d016940 R14: 0000000000000000 R15: 0000000000000000 [ 28.200267] ? __cpuidle_text_start+0x8/0x8 [ 28.200280] default_idle+0x5/0x10 [ 28.200290] default_idle_call+0x2c/0xb0 [ 28.200301] do_idle+0x1ea/0x240 [ 28.200312] cpu_startup_entry+0x14/0x20 [ 28.200323] start_kernel+0x64e/0x673 [ 28.200348] secondary_startup_64_no_verify+0xc2/0xcb [ 28.200360] [ 28.200369] ---[ end trace eb63638545959291 ]--- [ 28.200424] e1000 0000:00:03.0 enp0s3: Reset adapter [ 30.310340] e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 52.260071] audit: type=1334 audit(1658049937.540:8): prog-id=0 op=UNLOAD [ 52.260077] audit: type=1334 audit(1658049937.540:9): prog-id=0 op=UNLOAD [ 93.158611] audit: type=1400 audit(1658049978.436:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor" pid=414 comm="apparmor_parser" [ 93.158617] audit: type=1400 audit(1658049978.436:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=414 comm="apparmor_parser" [ 93.158619] audit: type=1400 audit(1658049978.436:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=414 comm="apparmor_parser" [ 93.158621] audit: type=1300 audit(1658049978.436:10): arch=c000003e syscall=1 success=yes exit=38459 a0=6 a1=55cda1c6cc60 a2=963b a3=0 items=0 ppid=413 pid=414 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 93.158623] audit: type=1327 audit(1658049978.436:10): proctitle=61707061726D6F725F706172736572002D72002D57002D4C002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D73757065727669736F72 [ 96.222985] audit: type=1400 audit(1658049981.502:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=439 comm="apparmor_parser" [ 96.222992] audit: type=1300 audit(1658049981.502:11): arch=c000003e syscall=1 success=yes exit=7945 a0=4 a1=561d8b88bd60 a2=1f09 a3=0 items=0 ppid=438 pid=439 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 96.223046] audit: type=1327 audit(1658049981.502:11): proctitle=61707061726D6F725F706172736572002D4B72002F6D6E742F646174612F646F636B65722F746D702F646F636B65722D64656661756C7432373538303433353939 [ 101.102094] audit: type=1325 audit(1658049986.382:12): table=nat family=2 entries=0 op=xt_register pid=452 subj==unconfined comm="iptables" [ 101.103461] audit: type=1300 audit(1658049986.382:12): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffee2606d80 items=0 ppid=415 pid=452 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 101.103466] audit: type=1327 audit(1658049986.382:12): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E [ 101.131853] audit: type=1325 audit(1658049986.411:13): table=filter family=2 entries=0 op=xt_register pid=453 subj==unconfined comm="iptables" [ 101.131948] audit: type=1300 audit(1658049986.411:13): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffdb64961a0 items=0 ppid=415 pid=453 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 101.131950] audit: type=1327 audit(1658049986.411:13): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E [ 101.190468] audit: type=1325 audit(1658049986.470:14): table=nat family=2 entries=5 op=xt_replace pid=472 subj==unconfined comm="iptables" [ 101.190473] audit: type=1300 audit(1658049986.470:14): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=556edf4b4a60 items=0 ppid=415 pid=472 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 101.190475] audit: type=1327 audit(1658049986.470:14): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552 [ 101.191997] audit: type=1325 audit(1658049986.471:15): table=filter family=2 entries=4 op=xt_replace pid=474 subj==unconfined comm="iptables" [ 101.427676] Initializing XFRM netlink socket [ 102.050858] hassio: port 1(vethf221f30) entered blocking state [ 102.050862] hassio: port 1(vethf221f30) entered disabled state [ 102.051553] device vethf221f30 entered promiscuous mode [ 102.051711] hassio: port 1(vethf221f30) entered blocking state [ 102.051714] hassio: port 1(vethf221f30) entered forwarding state [ 102.051877] hassio: port 1(vethf221f30) entered disabled state [ 103.317175] eth0: renamed from vethbb385bc [ 103.332778] IPv6: ADDRCONF(NETDEV_CHANGE): vethf221f30: link becomes ready [ 103.332829] hassio: port 1(vethf221f30) entered blocking state [ 103.332831] hassio: port 1(vethf221f30) entered forwarding state [ 103.333013] IPv6: ADDRCONF(NETDEV_CHANGE): hassio: link becomes ready [ 110.676731] docker0: port 1(veth42700f7) entered blocking state [ 110.676735] docker0: port 1(veth42700f7) entered disabled state [ 110.676780] device veth42700f7 entered promiscuous mode [ 110.676814] kauditd_printk_skb: 185 callbacks suppressed [ 110.676815] audit: type=1700 audit(1658049995.956:77): dev=veth42700f7 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 110.676919] audit: type=1300 audit(1658049995.956:77): arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c0007bced0 a2=28 a3=0 items=0 ppid=1 pid=415 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 110.676963] audit: type=1327 audit(1658049995.956:77): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 110.972342] hassio: port 2(vethbc587d2) entered blocking state [ 110.972346] hassio: port 2(vethbc587d2) entered disabled state [ 110.972706] device vethbc587d2 entered promiscuous mode [ 110.972751] audit: type=1700 audit(1658049996.252:78): dev=vethbc587d2 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 110.972808] audit: type=1300 audit(1658049996.252:78): arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c0005e1500 a2=28 a3=0 items=0 ppid=1 pid=415 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 110.972811] audit: type=1327 audit(1658049996.252:78): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 110.972865] hassio: port 2(vethbc587d2) entered blocking state [ 110.972867] hassio: port 2(vethbc587d2) entered forwarding state [ 112.137394] hassio: port 2(vethbc587d2) entered disabled state [ 112.137723] eth0: renamed from veth874b3bf [ 112.225380] IPv6: ADDRCONF(NETDEV_CHANGE): veth42700f7: link becomes ready [ 112.225405] docker0: port 1(veth42700f7) entered blocking state [ 112.225407] docker0: port 1(veth42700f7) entered forwarding state [ 112.225448] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready [ 112.392662] audit: type=1325 audit(1658049997.672:79): table=nat family=2 entries=0 op=xt_register pid=1060 subj==unconfined comm="iptables" [ 112.392669] audit: type=1300 audit(1658049997.672:79): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7fffcc860e70 items=0 ppid=1050 pid=1060 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 112.392672] audit: type=1327 audit(1658049997.672:79): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E [ 112.422921] audit: type=1325 audit(1658049997.702:80): table=filter family=2 entries=0 op=xt_register pid=1061 subj==unconfined comm="iptables" [ 112.449262] eth1: renamed from veth3d9b2ed [ 112.457514] IPv6: ADDRCONF(NETDEV_CHANGE): vethbc587d2: link becomes ready [ 112.457552] hassio: port 2(vethbc587d2) entered blocking state [ 112.457554] hassio: port 2(vethbc587d2) entered forwarding state [ 121.483099] kauditd_printk_skb: 26 callbacks suppressed [ 121.483103] audit: type=1334 audit(1658050006.763:89): prog-id=11 op=LOAD [ 121.483222] audit: type=1334 audit(1658050006.763:90): prog-id=12 op=LOAD [ 121.555864] audit: type=1334 audit(1658050006.835:91): prog-id=13 op=LOAD [ 121.555948] audit: type=1334 audit(1658050006.835:92): prog-id=14 op=LOAD [ 128.308667] audit: type=1400 audit(1658050013.587:93): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor" pid=1379 comm="apparmor_parser" [ 128.308672] audit: type=1400 audit(1658050013.587:93): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=1379 comm="apparmor_parser" [ 128.308675] audit: type=1400 audit(1658050013.587:93): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=1379 comm="apparmor_parser" [ 128.308676] audit: type=1300 audit(1658050013.587:93): arch=c000003e syscall=1 success=yes exit=38459 a0=6 a1=562521864c60 a2=963b a3=0 items=0 ppid=1378 pid=1379 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj==unconfined key=(null) [ 128.308678] audit: type=1327 audit(1658050013.587:93): proctitle=61707061726D6F725F706172736572002D2D7265706C616365002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D737570 [ 133.996739] hassio: port 3(vetha8fb5ba) entered blocking state [ 133.996742] hassio: port 3(vetha8fb5ba) entered disabled state [ 133.997190] device vetha8fb5ba entered promiscuous mode [ 133.997254] audit: type=1700 audit(1658050019.276:94): dev=vetha8fb5ba prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 133.997258] audit: type=1300 audit(1658050019.276:94): arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c001139e90 a2=28 a3=0 items=0 ppid=1 pid=415 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 133.997260] audit: type=1327 audit(1658050019.276:94): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 134.408236] audit: type=1325 audit(1658050019.688:95): table=nat family=2 entries=0 op=xt_register pid=1508 subj==unconfined comm="iptables" [ 134.408470] audit: type=1300 audit(1658050019.688:95): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7fff86268be0 items=0 ppid=1499 pid=1508 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 134.408564] audit: type=1327 audit(1658050019.688:95): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E [ 134.416200] audit: type=1325 audit(1658050019.696:96): table=filter family=2 entries=0 op=xt_register pid=1509 subj==unconfined comm="iptables" [ 134.416409] audit: type=1300 audit(1658050019.696:96): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffe074e01f0 items=0 ppid=1499 pid=1509 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 134.416507] audit: type=1327 audit(1658050019.696:96): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E [ 134.419350] audit: type=1325 audit(1658050019.699:97): table=nat family=2 entries=5 op=xt_replace pid=1512 subj==unconfined comm="iptables" [ 134.438802] eth0: renamed from vethd498c24 [ 134.453073] IPv6: ADDRCONF(NETDEV_CHANGE): vetha8fb5ba: link becomes ready [ 134.453103] hassio: port 3(vetha8fb5ba) entered blocking state [ 134.453105] hassio: port 3(vetha8fb5ba) entered forwarding state [ 140.123959] hassio: port 4(veth2eca33f) entered blocking state [ 140.123962] hassio: port 4(veth2eca33f) entered disabled state [ 140.127586] device veth2eca33f entered promiscuous mode [ 140.127644] kauditd_printk_skb: 23 callbacks suppressed [ 140.127646] audit: type=1700 audit(1658050025.403:105): dev=veth2eca33f prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 140.128650] audit: type=1300 audit(1658050025.403:105): arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c001326450 a2=28 a3=0 items=0 ppid=1 pid=415 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 140.128659] audit: type=1327 audit(1658050025.403:105): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 140.589068] audit: type=1325 audit(1658050025.868:106): table=nat family=2 entries=0 op=xt_register pid=1692 subj==unconfined comm="iptables" [ 140.589079] audit: type=1300 audit(1658050025.868:106): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffe28b60210 items=0 ppid=1682 pid=1692 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 140.589082] audit: type=1327 audit(1658050025.868:106): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E [ 140.595116] audit: type=1325 audit(1658050025.875:107): table=filter family=2 entries=0 op=xt_register pid=1693 subj==unconfined comm="iptables" [ 140.595121] audit: type=1300 audit(1658050025.875:107): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffde241b090 items=0 ppid=1682 pid=1693 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 140.595123] audit: type=1327 audit(1658050025.875:107): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E [ 140.597680] audit: type=1325 audit(1658050025.877:108): table=nat family=2 entries=5 op=xt_replace pid=1696 subj==unconfined comm="iptables" [ 140.617493] eth0: renamed from veth846be9f [ 140.627318] IPv6: ADDRCONF(NETDEV_CHANGE): veth2eca33f: link becomes ready [ 140.627348] hassio: port 4(veth2eca33f) entered blocking state [ 140.627350] hassio: port 4(veth2eca33f) entered forwarding state [ 147.864360] hassio: port 5(veth977e3d7) entered blocking state [ 147.864364] hassio: port 5(veth977e3d7) entered disabled state [ 147.864598] device veth977e3d7 entered promiscuous mode [ 147.864637] kauditd_printk_skb: 23 callbacks suppressed [ 147.864639] audit: type=1700 audit(1658050033.144:116): dev=veth977e3d7 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 147.864672] audit: type=1300 audit(1658050033.144:116): arch=c000003e syscall=44 success=yes exit=40 a0=f a1=c0001df800 a2=28 a3=0 items=0 ppid=1 pid=415 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj==unconfined key=(null) [ 147.864675] audit: type=1327 audit(1658050033.144:116): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B [ 148.343495] audit: type=1325 audit(1658050033.623:117): table=nat family=2 entries=0 op=xt_register pid=2018 subj==unconfined comm="iptables" [ 148.343502] audit: type=1300 audit(1658050033.623:117): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7fff8c929b40 items=0 ppid=2009 pid=2018 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 148.343504] audit: type=1327 audit(1658050033.623:117): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E [ 148.346836] audit: type=1325 audit(1658050033.626:118): table=filter family=2 entries=0 op=xt_register pid=2019 subj==unconfined comm="iptables" [ 148.346842] audit: type=1300 audit(1658050033.626:118): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffffb83d820 items=0 ppid=2009 pid=2019 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" subj==unconfined key=(null) [ 148.346845] audit: type=1327 audit(1658050033.626:118): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E [ 148.353447] audit: type=1325 audit(1658050033.633:119): table=nat family=2 entries=5 op=xt_replace pid=2022 subj==unconfined comm="iptables" [ 148.370839] eth0: renamed from veth25381ad [ 148.378879] IPv6: ADDRCONF(NETDEV_CHANGE): veth977e3d7: link becomes ready [ 148.378909] hassio: port 5(veth977e3d7) entered blocking state [ 148.378911] hassio: port 5(veth977e3d7) entered forwarding state [ 298.556991] kauditd_printk_skb: 27 callbacks suppressed [ 298.556994] audit: type=1334 audit(1658050183.836:131): prog-id=15 op=LOAD [ 298.556998] audit: type=1334 audit(1658050183.836:132): prog-id=16 op=LOAD [ 298.961982] audit: type=1334 audit(1658050184.241:133): prog-id=17 op=LOAD [ 298.962092] audit: type=1334 audit(1658050184.242:134): prog-id=18 op=LOAD [ 329.056090] audit: type=1334 audit(1658050214.336:135): prog-id=0 op=UNLOAD [ 329.056096] audit: type=1334 audit(1658050214.336:136): prog-id=0 op=UNLOAD [ 329.076534] audit: type=1334 audit(1658050214.356:137): prog-id=0 op=UNLOAD [ 329.076539] audit: type=1334 audit(1658050214.357:138): prog-id=0 op=UNLOAD [ 544.615526] usb 2-1: USB disconnect, device number 2 [ 553.094590] usb 2-1: new full-speed USB device number 3 using ohci-pci [ 553.596450] usb 2-1: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02 [ 553.596455] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 553.610331] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi [ 553.610405] Bluetooth: hci0: Boot Address: 0x24800 [ 553.610406] Bluetooth: hci0: Firmware Version: 125-46.21 [ 555.621149] Bluetooth: hci0: command 0xfc01 tx timeout [ 563.749308] Bluetooth: hci0: FW download error recovery failed (-110) ```
mkanet commented 2 years ago

I am also started getting the below error after upgrading Home Assistant to Home Assistant 2022.7.5 (from an an old version from 6 months ago). I run Home Assistant in a VirtualBox VM on a Windows 10 host.

Home Assistant: 2022.7.5 Supervisor: 2022.07.0 Operating System: 8.2

22-07-20 09:12:08 WARNING (MainThread) [supervisor.host.network] Requested to update interface enp0s3 which does not exist or is disabled.
stalker1969 commented 2 years ago

Has this problem been resolved? I also get an error (OS 8.2) 2022.7.5 Bluetooth in particular SkyKettle

mkanet commented 2 years ago

Has this problem been resolved? I also get an error (OS 8.2) 2022.7.5 Bluetooth in particular SkyKettle

I don't think so. Still seeing the same error message after upgrading to:

Home Assistant 2022.7.7 Supervisor 2022.07.0 Operating System 8.4

NOTE: I don't have a Bluetooth dongle installed on my Windows 10 PC (Host for Home Assistant VirtualBox VM). However, I started getting the same error as you recently. I have VirtualBox running in "Bridged Mode". Are you using Bridged Mode too or Host-Only mode?

I get the below error after each restart of Home Assistant Host:

22-07-26 16:14:01 WARNING (MainThread) [supervisor.host.network] Requested to update interface enp0s3 which does not exist or is disabled.
jask747 commented 2 years ago

Have same issue running KVM on Linux host Intel i5 NUC. Host host detects BT device and available to forward to KVM but not detected by HassOS

Home Assistant 2022.7.6 Supervisor 2022.07.0 Operating System 8.2

agners commented 2 years ago

@mkanet

I am also started getting the below error after upgrading Home Assistant to Home Assistant 2022.7.5 (from an an old version from 6 months ago). I run Home Assistant in a VirtualBox VM on a Windows 10 host.

22-07-20 09:12:08 WARNING (MainThread) [supervisor.host.network] Requested to update interface enp0s3 which does not exist or is disabled.

This error is not related to Bluetooth, as it is about Ethernet interface. Also, the warning comes from the Supervisor. Besides the printed warning, are you having any issue with your system? If you have issues related to that warning open a issue with the Supervisor project: https://github.com/home-assistant/supervisor

@jask747

Did Bluetooth work for you before? Any helpful information in dmesg (Host logs in the frontend)? How do you forward the device exactly (I assume USB?)

jask747 commented 2 years ago

@mkanet

I am also started getting the below error after upgrading Home Assistant to Home Assistant 2022.7.5 (from an an old version from 6 months ago). I run Home Assistant in a VirtualBox VM on a Windows 10 host. 22-07-20 09:12:08 WARNING (MainThread) [supervisor.host.network] Requested to update interface enp0s3 which does not exist or is disabled.

This error is not related to Bluetooth, as it is about Ethernet interface. Also, the warning comes from the Supervisor. Besides the printed warning, are you having any issue with your system? If you have issues related to that warning open a issue with the Supervisor project: https://github.com/home-assistant/supervisor

@jask747

Did Bluetooth work for you before? Any helpful information in dmesg (Host logs in the frontend)? How do you forward the device exactly (I assume USB?)

@agners

Hi

Onboard USB BT device = ID 8087:0a2a Intel Corp. Bluetooth wireless interface.

This is seen by KVM which you can then select to be available for guest OS.

Logs from HA Host logs as below (filtered on Bluetooth entries)

[ 0.478339] Bluetooth: Core ver 2.22 [ 0.478876] NET: Registered PF_BLUETOOTH protocol family [ 0.479216] Bluetooth: HCI device and connection manager initialized [ 0.480097] Bluetooth: HCI socket layer initialized [ 0.480217] Bluetooth: L2CAP socket layer initialized [ 0.480977] Bluetooth: SCO socket layer initialized [ 4.402356] Bluetooth: hci0: command 0x0c03 tx timeout [ 12.466244] Bluetooth: hci0: sending initial HCI reset failed (-110)

Regards

stalker1969 commented 2 years ago

OS 8.4 problem not solved Virtual box bridge mode, Bluetooth LAN adapter TP-LINK UB400 USB 2.0

mcamou commented 2 years ago

I am having the same problem with KVM on a NUC. The host OS is Ubuntu 22.04, and can see the Bluetooth controller. I've exported the Bluetooth controller (USB ID 8087:0a2b) to the guest HAOS. bluetoothctl devices says No default controller available.

Here's the output of journalctl | grep -i blue in the guest OS:

Aug 29 14:27:03 homeassistant kernel: Bluetooth: Core ver 2.22
Aug 29 14:27:03 homeassistant kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 29 14:27:03 homeassistant kernel: Bluetooth: HCI device and connection manager initialized
Aug 29 14:27:03 homeassistant kernel: Bluetooth: HCI socket layer initialized
Aug 29 14:27:03 homeassistant kernel: Bluetooth: L2CAP socket layer initialized
Aug 29 14:27:03 homeassistant kernel: Bluetooth: SCO socket layer initialized
Aug 29 14:27:04 homeassistant systemd[1]: Mounting Bluetooth persistent state...
Aug 29 14:27:04 homeassistant systemd[1]: Mounted Bluetooth persistent state.
Aug 29 14:27:04 homeassistant systemd[1]: Starting Bluetooth service...
Aug 29 14:27:04 homeassistant bluetoothd[309]: Bluetooth daemon 5.63
Aug 29 14:27:04 homeassistant systemd[1]: Started Bluetooth service.
Aug 29 14:27:04 homeassistant systemd[1]: Reached target Bluetooth Support.
Aug 29 14:27:04 homeassistant bluetoothd[309]: Starting SDP server
Aug 29 14:27:04 homeassistant bluetoothd[309]: profiles/network/bnep.c:bnep_init() kernel lacks bnep-protocol support
Aug 29 14:27:04 homeassistant bluetoothd[309]: src/plugin.c:plugin_init() System does not support network plugin
Aug 29 14:27:04 homeassistant bluetoothd[309]: Bluetooth management interface 1.21 initialized
Aug 29 14:27:04 homeassistant dbus-daemon[117]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.7' (uid=0 pid=309 comm="/usr/libexec/bluetooth/bluetoothd ")
Aug 29 14:27:05 hass kernel: Bluetooth: hci0: command 0xfc05 tx timeout
Aug 29 14:27:05 hass kernel: Bluetooth: hci0: Reading Intel version command failed (-110)
Aug 29 14:27:44 hass ghcr.io/home-assistant/qemux86-64-homeassistant:2022.8.7/homeassistant[378]: 2022-08-29 16:27:44.285 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Bluetooth' for bluetooth integration not ready yet: Failed to start Bluetooth: adapter 'hci0' not found; Retrying in background
rubendediegomartinez commented 2 years ago

It was a pitty! :-( I'm runnig HA OS 8.4, 8.5 (switching in the boot from one to other) in VirtualBox over Windows 11. I'm using the last versions of the rest of components. Bluetooth doesn't run. I tried several adapter: 1rs- Hw computer integrated, Intel 2º One based in Realte BT 5.0 3rd. ASU BT500, one of the recommended.

My last error messages (in the guest console) are:

When is running there are continous messages, like these: (at least one per operation I suppose)

Almost all the issues described in this thread hapenned to me. ;-) It was a pitty, but in next days I will be impeled to use the EspHome BT Gw. Best regards

cryptton2004 commented 1 year ago

It was a pitty! :-( I'm runnig HA OS 8.4, 8.5 (switching in the boot from one to other) in VirtualBox over Windows 11. I'm using the last versions of the rest of components. Bluetooth doesn't run. I tried several adapter: 1rs- Hw computer integrated, Intel 2º One based in Realte BT 5.0 3rd. ASU BT500, one of the recommended.

My last error messages (in the guest console) are: - Bluetooth: hci0: command 0xfc20 tx timeout - Bluetooth: hci0: RTL: download fw command failed (-110) and the bluetoth adapter is rejected.

When is running there are continous messages, like these: (at least one per operation I suppose) - Bluetooth: hci0: command 0x2042 tx timeout - Bluetooth: hci0: No gpio to reset Realtek device, ignoring - Bluetooth: hci0: unexxpected event for opcode 0x2042 - Bluetooth: hci0: failed to disable LE scan: stauts 0x1f

Almost all the issues described in this thread hapenned to me. ;-) It was a pitty, but in next days I will be impeled to use the EspHome BT Gw. Best regards

I also tried fixing this by throwing money at it and it did the trick for me. I purchased an ASUS USB-BT500, disabled the onboard Intel Wireless Bluetooth from Control Panel and restarted the PC. Windows 10 picked up the drivers right away, Home Assistant also displayed a new button "setup Bluetooth" (or something like this) on the integrations page and them Bluetooth devices started to show up. Sumup:

I still suspect the iwlwifi drivers are to blame.

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue recently. To keep our backlog manageable we have to clean old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant OS version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

cryptton2004 commented 1 year ago

/remove-lifecycle stale

ben0551 commented 1 year ago

This is still an issue

michaelwingender commented 1 year ago

"To keep our backlog manageable we have to clean old issues, as many of them have already been resolved with the latest updates." Interesting strategy. Sound likes "These are not the droids you're looking for" ;-)

The issue is not fixed.