operating-system
operating-system copied to clipboard
"request canceled while waiting for connection" - probably issue with MTU size
Describe the issue you are experiencing
Hi, I am unable to upgrade the home assistant to the new version (doesn't matter if it is core/superviser or anything else).
Error:
22-08-08 20:06:43 ERROR (SyncWorker_4) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2022.8.2: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2022.8.2&fromImage=ghcr.io%2Fhome-assistant%2Fraspberrypi4-64-homeassistant&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
22-08-08 20:06:43 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed
Most likely the issue is that for some reason Home Assistant MTU parameter on the network interface is set to 1500. My internet provider uses PPPoE and the max allowed MTU size is 1492. From my computer, I am able to download HA docker image just fine. But HA that is connected to the same network has issues.
I am struggling with this error for a very long time (2 years probably). To update HA I often switch to another internet access point for a while (my mobile phone).
What operating system image do you use?
rpi4-64 (Raspberry Pi 4/400 64-bit OS)
What version of Home Assistant Operating System is installed?
8.4
Did you upgrade the Operating System.
Yes
Steps to reproduce the issue
Fresh install of home assistant to rasbery pi and connect to router with PPPoE connection
Anything in the Supervisor logs that might be useful for us?
22-08-08 20:06:43 ERROR (SyncWorker_4) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2022.8.2: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2022.8.2&fromImage=ghcr.io%2Fhome-assistant%2Fraspberrypi4-64-homeassistant&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
22-08-08 20:06:43 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed
Anything in the Host logs that might be useful for us?
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 5.15.32-v8 (builder@02acbc8bee81) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot -g686000eee) 9.4.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Sat Jul 23 18:06:19 UTC 2022
[ 0.000000] random: fast init done
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000002ac00000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 28 pages/cpu s77272 r8192 d29224 u114688
[ 0.000000] pcpu-alloc: s77272 r8192 d29224 u114688 alloc=28*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 496944
[ 0.000000] Kernel command line: zram.enabled=1 zram.num_devices=3 apparmor=1 security=apparmor rootwait systemd.machine_id=b86ef5dd3d6b4fe0a5f11eeced9b04dd cgroup_enable=memory fsck.repair=yes coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=0 bcm2708_fb.fbheight=0 bcm2708_fb.fbswap=1 smsc95xx.macaddr=DC:A6:32:C3:71:03 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20 rootfstype=squashfs ro rauc.slot=B
[ 0.000000] cgroup: Enabling memory control group subsystem
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB)
[ 0.000000] Memory: 1822848K/2019328K available (12608K kernel code, 2008K rwdata, 4388K rodata, 3968K init, 985K bss, 130944K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 40879 entries in 160 pages
[ 0.000000] ftrace: allocated 160 pages with 2 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x4fc/0x6e8 with crng_init=1
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000261] Console: colour dummy device 80x25
[ 0.000835] printk: console [tty1] enabled
[ 0.000905] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000946] pid_max: default: 32768 minimum: 301
[ 0.001080] LSM: Security Framework initializing
[ 0.001219] AppArmor: AppArmor initialized
[ 0.001375] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.001429] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.004691] rcu: Hierarchical SRCU implementation.
[ 0.005797] EFI services will not be available.
[ 0.006341] smp: Bringing up secondary CPUs ...
[ 0.007366] Detected PIPT I-cache on CPU1
[ 0.007441] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.008658] Detected PIPT I-cache on CPU2
[ 0.008707] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.009831] Detected PIPT I-cache on CPU3
[ 0.009878] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.010022] smp: Brought up 1 node, 4 CPUs
[ 0.010114] SMP: Total of 4 processors activated.
[ 0.010136] CPU features: detected: 32-bit EL0 Support
[ 0.010155] CPU features: detected: 32-bit EL1 Support
[ 0.010177] CPU features: detected: CRC32 instructions
[ 0.045581] CPU: All CPU(s) started at EL2
[ 0.045676] alternatives: patching kernel code
[ 0.047146] devtmpfs: initialized
[ 0.058385] Enabled cp15_barrier support
[ 0.058452] Enabled setend support
[ 0.058652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.058700] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.060861] pinctrl core: initialized pinctrl subsystem
[ 0.061689] DMI not present or invalid.
[ 0.062206] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.066030] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.066348] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.067277] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.067372] audit: initializing netlink subsys (disabled)
[ 0.067672] audit: type=2000 audit(0.064:1): state=initialized audit_enabled=0 res=1
[ 0.068195] thermal_sys: Registered thermal governor 'step_wise'
[ 0.068434] cpuidle: using governor menu
[ 0.068912] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.069105] ASID allocator initialised with 65536 entries
[ 0.069280] Serial: AMBA PL011 UART driver
[ 0.078987] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.096275] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:19:26, variant start
[ 0.100294] raspberrypi-firmware soc:firmware: Firmware hash is e5a963efa66a1974127860b42e913d2374139ff5
[ 0.150938] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.154951] vgaarb: loaded
[ 0.155367] SCSI subsystem initialized
[ 0.155588] usbcore: registered new interface driver usbfs
[ 0.155654] usbcore: registered new interface driver hub
[ 0.155740] usbcore: registered new device driver usb
[ 0.156055] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.156587] mc: Linux media interface: v0.10
[ 0.156683] pps_core: LinuxPPS API ver. 1 registered
[ 0.156704] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.156751] PTP clock support registered
[ 0.158331] clocksource: Switched to clocksource arch_sys_counter
[ 0.250884] VFS: Disk quotas dquot_6.6.0
[ 0.251009] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.251184] FS-Cache: Loaded
[ 0.251434] CacheFiles: Loaded
[ 0.252196] AppArmor: AppArmor Filesystem Enabled
[ 0.262890] NET: Registered PF_INET protocol family
[ 0.263258] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.265440] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.265502] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.265638] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.265914] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.266154] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.266216] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.266538] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.267486] RPC: Registered named UNIX socket transport module.
[ 0.267516] RPC: Registered udp transport module.
[ 0.267536] RPC: Registered tcp transport module.
[ 0.267556] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.267586] PCI: CLS 0 bytes, default 64
[ 0.269916] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.270275] kvm [1]: IPA Size Limit: 44 bits
[ 0.271581] kvm [1]: vgic interrupt IRQ9
[ 0.271863] kvm [1]: Hyp mode initialized successfully
[ 1.173655] Initialise system trusted keyrings
[ 1.174034] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 1.180869] zbud: loaded
[ 1.182667] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.182949] FS-Cache: Netfs 'nfs' registered for caching
[ 1.183667] NFS: Registering the id_resolver key type
[ 1.183724] Key type id_resolver registered
[ 1.183745] Key type id_legacy registered
[ 1.183860] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.183887] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.185159] Key type asymmetric registered
[ 1.185188] Asymmetric key parser 'x509' registered
[ 1.185277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 1.185554] io scheduler mq-deadline registered
[ 1.185580] io scheduler kyber registered
[ 1.193157] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.193219] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.193321] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.193420] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000
[ 1.240431] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.240785] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.240817] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.240846] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.240949] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.241213] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.245397] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.245535] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.245974] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 1.261801] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.261842] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.261897] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.261930] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.262861] bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver.
[ 1.262895] bcm2708_fb: probe of soc:fb failed with error -2
[ 1.270210] iproc-rng200 fe104000.rng: hwrng registered
[ 1.270758] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.272108] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.272528] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 1.283632] brd: module loaded
[ 1.293213] loop: module loaded
[ 1.293811] zram: Added device: zram0
[ 1.294467] zram: Added device: zram1
[ 1.295005] zram: Added device: zram2
[ 1.295714] Loading iSCSI transport class v2.0-870.
[ 1.300549] tun: Universal TUN/TAP device driver, 1.6
[ 1.301442] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.362489] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.365094] pci 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.365149] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002)
[ 1.365261] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.365304] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.366085] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x00003c0000000890
[ 1.367073] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 1.367112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.367140] usb usb1: Product: xHCI Host Controller
[ 1.367163] usb usb1: Manufacturer: Linux 5.15.32-v8 xhci-hcd
[ 1.367187] usb usb1: SerialNumber: 0000:01:00.0
[ 1.367894] hub 1-0:1.0: USB hub found
[ 1.368001] hub 1-0:1.0: 1 port detected
[ 1.368654] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.368689] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.368726] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.369220] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 1.369256] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.369283] usb usb2: Product: xHCI Host Controller
[ 1.369305] usb usb2: Manufacturer: Linux 5.15.32-v8 xhci-hcd
[ 1.369328] usb usb2: SerialNumber: 0000:01:00.0
[ 1.369972] hub 2-0:1.0: USB hub found
[ 1.370049] hub 2-0:1.0: 4 ports detected
[ 1.371656] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.371928] dwc_otg: FIQ enabled
[ 1.371939] dwc_otg: NAK holdoff enabled
[ 1.371949] dwc_otg: FIQ split-transaction FSM enabled
[ 1.371961] Module dwc_common_port init
[ 1.372502] usbcore: registered new interface driver uas
[ 1.372625] usbcore: registered new interface driver usb-storage
[ 1.372748] usbcore: registered new interface driver usbserial_generic
[ 1.372793] usbserial: USB Serial support registered for generic
[ 1.373049] mousedev: PS/2 mouse device common for all mice
[ 1.373188] Driver for 1-wire Dallas network protocol.
[ 1.380725] sdhci: Secure Digital Host Controller Interface driver
[ 1.380760] sdhci: Copyright(c) Pierre Ossman
[ 1.381303] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.386507] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.386751] hid: raw HID events driver (C) Jiri Kosina
[ 1.386832] usbcore: registered new interface driver usbhid
[ 1.386842] usbhid: USB HID core driver
[ 1.387030] ashmem: initialized
[ 1.391809] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
[ 1.391874] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 1.391990] IPVS: ipvs loaded.
[ 1.392001] IPVS: [rr] scheduler registered.
[ 1.392363] NET: Registered PF_INET6 protocol family
[ 1.393319] Segment Routing with IPv6
[ 1.393346] In-situ OAM (IOAM) with IPv6
[ 1.393411] NET: Registered PF_PACKET protocol family
[ 1.393454] Bridge firewalling registered
[ 1.393515] Key type dns_resolver registered
[ 1.394154] registered taskstats version 1
[ 1.394181] Loading compiled-in X.509 certificates
[ 1.394660] Key type ._fscrypt registered
[ 1.394676] Key type .fscrypt registered
[ 1.394687] Key type fscrypt-provisioning registered
[ 1.394756] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.401484] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.401685] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.401789] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 17, base_baud = 0) is a PL011 rev2
[ 1.408573] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.408866] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.409566] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.409584] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.439986] printk: console [netcon0] enabled
[ 1.440023] netconsole: network logging started
[ 1.440130] of_cfs_init
[ 1.440329] of_cfs_init: OK
[ 1.476231] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 1.476592] Waiting for root device PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20...
[ 1.521590] mmc1: new high speed SDIO card at address 0001
[ 1.578071] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[ 1.578612] mmcblk0: mmc0:aaaa SL32G 29.7 GiB
[ 1.585539] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[ 1.586479] mmcblk0: mmc0:aaaa SL32G 29.7 GiB
[ 1.609019] VFS: Mounted root (squashfs filesystem) readonly on device 179:5.
[ 1.610858] devtmpfs: mounted
[ 1.619520] Freeing unused kernel memory: 3968K
[ 1.619731] Run /sbin/init as init process
[ 1.619750] with arguments:
[ 1.619758] /sbin/init
[ 1.619766] with environment:
[ 1.619774] HOME=/
[ 1.619782] TERM=linux
[ 1.622394] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.772970] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 1.773014] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.773031] usb 1-1: Product: USB2.0 Hub
[ 1.774905] hub 1-1:1.0: USB hub found
[ 1.775218] hub 1-1:1.0: 4 ports detected
[ 1.837596] systemd[1]: System time before build time, advancing clock.
[ 1.887843] 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.888523] systemd[1]: Detected architecture arm64.
[ 1.931738] systemd[1]: Hostname set to <homeassistant>.
[ 1.932021] systemd[1]: Installed transient /etc/machine-id file.
[ 2.070346] usb 1-1.1: new full-speed USB device number 3 using xhci_hcd
[ 2.179344] usb 1-1.1: New USB device found, idVendor=0451, idProduct=16a8, bcdDevice= 0.09
[ 2.179382] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.179395] usb 1-1.1: Product: TI CC2531 USB CDC
[ 2.179406] usb 1-1.1: Manufacturer: Texas Instruments
[ 2.179416] usb 1-1.1: SerialNumber: __0X00124B001CD4A3D6
[ 2.382034] systemd[1]: Queued start job for default target Multi-User System.
[ 2.382911] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.414955] systemd[1]: Created slice Slice /system/ha-cli.
[ 2.415368] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.417318] systemd[1]: Created slice Slice /system/modprobe.
[ 2.417571] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.419576] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 2.421991] systemd[1]: Created slice Slice /system/systemd-growfs.
[ 2.423881] systemd[1]: Created slice User and Session Slice.
[ 2.424308] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 2.424649] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.424949] systemd[1]: Reached target Local Encrypted Volumes.
[ 2.425150] systemd[1]: Reached target HassOS zram targets.
[ 2.425317] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 2.425536] systemd[1]: Reached target Path Units.
[ 2.425714] systemd[1]: Reached target Remote Encrypted Volumes.
[ 2.425888] systemd[1]: Reached target Remote File Systems.
[ 2.426059] systemd[1]: Reached target Remote Verity Protected Volumes.
[ 2.426222] systemd[1]: Reached target Slice Units.
[ 2.426735] systemd[1]: Reached target Local Verity Protected Volumes.
[ 2.430358] systemd[1]: Listening on D-Bus System Message Bus Socket.
[ 2.434759] systemd[1]: Listening on Process Core Dump Socket.
[ 2.435615] systemd[1]: Listening on Journal Audit Socket.
[ 2.436199] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.436811] systemd[1]: Listening on Journal Socket.
[ 2.439520] systemd[1]: Listening on udev Control Socket.
[ 2.440093] systemd[1]: Listening on udev Kernel Socket.
[ 2.440691] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 2.444662] systemd[1]: Mounting POSIX Message Queue File System...
[ 2.449522] systemd[1]: Mounting Kernel Debug File System...
[ 2.454123] systemd[1]: Mounting Kernel Trace File System...
[ 2.458796] systemd[1]: Started D-Bus System Message Bus.
[ 2.469963] systemd[1]: Starting Home Assistant OS Agent...
[ 2.481874] systemd[1]: Starting Create List of Static Device Nodes...
[ 2.487429] systemd[1]: Starting Load Kernel Module configfs...
[ 2.493128] systemd[1]: Starting Load Kernel Module drm...
[ 2.497374] systemd[1]: Starting Load Kernel Module fuse...
[ 2.504203] systemd[1]: Starting Journal Service...
[ 2.508977] systemd[1]: Starting Generate network units from Kernel command line...
[ 2.513439] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 2.518180] systemd[1]: Starting Wait Until Kernel Time Synchronized...
[ 2.523083] systemd[1]: Starting Coldplug All udev Devices...
[ 2.527630] systemd[1]: Starting Disk Manager...
[ 2.533061] systemd[1]: Starting HassOS ZRAM swap...
[ 2.539204] systemd[1]: Starting HassOS ZRAM tmp...
[ 2.544681] systemd[1]: Starting HassOS ZRAM var...
[ 2.552361] systemd[1]: Mounted POSIX Message Queue File System.
[ 2.553069] systemd[1]: Mounted Kernel Debug File System.
[ 2.553562] systemd[1]: Mounted Kernel Trace File System.
[ 2.555118] systemd[1]: Finished Create List of Static Device Nodes.
[ 2.556325] systemd[1]: [email protected]: Deactivated successfully.
[ 2.557286] systemd[1]: Finished Load Kernel Module configfs.
[ 2.559516] systemd[1]: Finished Generate network units from Kernel command line.
[ 2.561410] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 2.562143] systemd[1]: Reached target Preparation for Network.
[ 2.566568] systemd[1]: Mounting Kernel Configuration File System...
[ 2.571623] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 2.575022] systemd[1]: Mounted Kernel Configuration File System.
[ 2.814215] systemd[1]: Started Journal Service.
[ 2.831078] fuse: init (API version 7.34)
[ 2.888368] zram2: detected capacity change from 0 to 32768
[ 2.888433] zram1: detected capacity change from 0 to 65536
[ 2.891164] zram0: detected capacity change from 0 to 946176
[ 2.979232] audit: type=1334 audit(1646984014.139:2): prog-id=5 op=LOAD
[ 2.979319] audit: type=1334 audit(1646984014.139:3): prog-id=6 op=LOAD
[ 3.361822] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[ 3.362266] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[ 3.364893] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[ 3.384653] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[ 3.687036] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.688433] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 3.688479] [vc_sm_connected_init]: start
[ 3.689190] [vc_sm_connected_init]: installed successfully
[ 3.691437] cdc_acm 1-1.1:1.0: ttyACM0: USB ACM device
[ 3.691612] usbcore: registered new interface driver cdc_acm
[ 3.691632] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 3.778243] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.783151] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 3.847120] videodev: Linux video capture interface: v2.00
[ 3.904230] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.904490] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.904737] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.916188] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.919607] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.921003] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.921026] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.938235] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.948895] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 3.948945] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 3.968284] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 3.968399] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 3.974168] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 3.974217] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 3.981694] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 3.981747] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 3.984056] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 3.984117] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 3.984995] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 3.985265] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 3.985457] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 3.985609] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 3.985630] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 3.985650] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 3.985664] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 3.985676] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 3.991176] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 3.992387] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 3.992789] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 3.993024] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 3.993053] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 3.993069] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 3.993083] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 3.993105] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 3.993246] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 4.037437] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 4.056299] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 4.056655] usbcore: registered new interface driver brcmfmac
[ 4.062022] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
[ 4.114531] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 4.114646] ext4 filesystem being mounted at /mnt/overlay supports timestamps until 2038 (0x7fffffff)
[ 4.301586] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 4.302621] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 4.312464] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[ 4.402659] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 4.451302] EXT4-fs (mmcblk0p8): resizing filesystem from 7613307 to 7613307 blocks
[ 5.958087] Adding 473084k swap on /dev/zram0. Priority:-2 extents:1 across:473084k SSFS
[ 7.117320] EXT4-fs (zram2): mounted filesystem without journal. Opts: nobarrier. Quota mode: none.
[ 7.149265] EXT4-fs (zram1): mounted filesystem without journal. Opts: nobarrier. Quota mode: none.
[ 7.267060] systemd-journald[123]: Received client request to flush runtime journal.
[ 7.270685] systemd-journald[123]: File /var/log/journal/b86ef5dd3d6b4fe0a5f11eeced9b04dd/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 8.275816] systemd-journald[123]: Oldest entry in /var/log/journal/b86ef5dd3d6b4fe0a5f11eeced9b04dd/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 8.275849] systemd-journald[123]: /var/log/journal/b86ef5dd3d6b4fe0a5f11eeced9b04dd/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 8.334379] random: crng init done
[ 8.334400] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.359598] audit: type=1334 audit(1659981386.079:4): prog-id=7 op=LOAD
[ 8.359762] audit: type=1334 audit(1659981386.079:5): prog-id=8 op=LOAD
[ 8.719193] uart-pl011 fe201000.serial: no DMA platform data
[ 8.939039] audit: type=1334 audit(1659981386.659:6): prog-id=9 op=LOAD
[ 8.939203] audit: type=1334 audit(1659981386.659:7): prog-id=10 op=LOAD
[ 9.262811] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 9.263062] bcmgenet fd580000.ethernet eth0: Link is Down
[ 9.301263] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 9.380964] Bluetooth: Core ver 2.22
[ 9.381070] NET: Registered PF_BLUETOOTH protocol family
[ 9.381076] Bluetooth: HCI device and connection manager initialized
[ 9.381093] Bluetooth: HCI socket layer initialized
[ 9.381102] Bluetooth: L2CAP socket layer initialized
[ 9.381118] Bluetooth: SCO socket layer initialized
[ 9.387154] Bluetooth: HCI UART driver ver 2.3
[ 9.387177] Bluetooth: HCI UART protocol H4 registered
[ 9.387244] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 9.387405] Bluetooth: HCI UART protocol Broadcom registered
[ 9.587735] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 9.587757] Bluetooth: BNEP filters: protocol multicast
[ 9.587774] Bluetooth: BNEP socket layer initialized
[ 9.606872] NET: Registered PF_ALG protocol family
[ 15.219210] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 31.710343] cam-dummy-reg: disabling
[ 38.596809] audit: type=1400 audit(1659981435.297:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="7d06b5a0_argon_one_temp" pid=434 comm="apparmor_parser"
[ 38.596858] audit: type=1300 audit(1659981435.297:8): arch=c00000b7 syscall=64 success=yes exit=4145 a0=6 a1=558d4a7230 a2=1031 a3=0 items=0 ppid=433 pid=434 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.596887] audit: type=1327 audit(1659981435.297:8): proctitle=61707061726D6F725F706172736572002D72002D57002D4C002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F37643036623561305F6172676F6E5F6F6E655F74656D70
[ 38.625613] audit: type=1400 audit(1659981435.317:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor" pid=436 comm="apparmor_parser"
[ 38.625644] audit: type=1400 audit(1659981435.317:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=436 comm="apparmor_parser"
[ 38.625659] audit: type=1400 audit(1659981435.317:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=436 comm="apparmor_parser"
[ 38.625675] audit: type=1300 audit(1659981435.317:9): arch=c00000b7 syscall=64 success=yes exit=38459 a0=6 a1=558b891c60 a2=963b a3=0 items=0 ppid=435 pid=436 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.625690] audit: type=1327 audit(1659981435.317:9): proctitle=61707061726D6F725F706172736572002D72002D57002D4C002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D73757065727669736F72
[ 39.882561] audit: type=1334 audit(1659981436.585:10): prog-id=0 op=UNLOAD
[ 39.882599] audit: type=1334 audit(1659981436.585:11): prog-id=0 op=UNLOAD
[ 41.711579] Initializing XFRM netlink socket
[ 42.319139] hassio: port 1(vethe36c0e5) entered blocking state
[ 42.319166] hassio: port 1(vethe36c0e5) entered disabled state
[ 42.319736] device vethe36c0e5 entered promiscuous mode
[ 42.321458] hassio: port 1(vethe36c0e5) entered blocking state
[ 42.321481] hassio: port 1(vethe36c0e5) entered forwarding state
[ 42.321965] hassio: port 1(vethe36c0e5) entered disabled state
[ 43.502692] eth0: renamed from veth266543b
[ 43.523913] IPv6: ADDRCONF(NETDEV_CHANGE): vethe36c0e5: link becomes ready
[ 43.524082] hassio: port 1(vethe36c0e5) entered blocking state
[ 43.524097] hassio: port 1(vethe36c0e5) entered forwarding state
[ 43.524266] IPv6: ADDRCONF(NETDEV_CHANGE): hassio: link becomes ready
[ 45.815842] docker0: port 1(veth53c509f) entered blocking state
[ 45.815871] docker0: port 1(veth53c509f) entered disabled state
[ 45.818240] device veth53c509f entered promiscuous mode
[ 45.818419] kauditd_printk_skb: 198 callbacks suppressed
[ 45.818423] audit: type=1700 audit(1659981442.517:78): dev=veth53c509f prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 45.818968] audit: type=1300 audit(1659981442.517:78): arch=c00000b7 syscall=206 success=yes exit=40 a0=f a1=4000b555c0 a2=28 a3=0 items=0 ppid=1 pid=437 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)
[ 45.819025] audit: type=1327 audit(1659981442.517:78): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B
[ 45.884144] hassio: port 2(vethf5cf3c1) entered blocking state
[ 45.884167] hassio: port 2(vethf5cf3c1) entered disabled state
[ 45.884591] device vethf5cf3c1 entered promiscuous mode
[ 45.884658] audit: type=1700 audit(1659981442.585:79): dev=vethf5cf3c1 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 45.885063] audit: type=1300 audit(1659981442.585:79): arch=c00000b7 syscall=206 success=yes exit=40 a0=f a1=4000057ef0 a2=28 a3=0 items=0 ppid=1 pid=437 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)
[ 45.885115] audit: type=1327 audit(1659981442.585:79): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B
[ 45.885558] hassio: port 2(vethf5cf3c1) entered blocking state
[ 45.885575] hassio: port 2(vethf5cf3c1) entered forwarding state
[ 46.424060] eth0: renamed from vethb2fbefa
[ 46.444018] hassio: port 2(vethf5cf3c1) entered disabled state
[ 46.444216] IPv6: ADDRCONF(NETDEV_CHANGE): veth53c509f: link becomes ready
[ 46.444363] docker0: port 1(veth53c509f) entered blocking state
[ 46.444378] docker0: port 1(veth53c509f) entered forwarding state
[ 46.444571] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
[ 46.561622] audit: type=1325 audit(1659981443.261:80): table=nat family=2 entries=0 op=xt_register pid=1037 subj==unconfined comm="iptables"
[ 46.561653] audit: type=1300 audit(1659981443.261:80): arch=c00000b7 syscall=209 success=yes exit=0 a0=4 a1=0 a2=40 a3=7fffafb230 items=0 ppid=1030 pid=1037 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)
[ 46.561668] audit: type=1327 audit(1659981443.261:80): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E
[ 46.582386] audit: type=1325 audit(1659981443.281:81): table=filter family=2 entries=0 op=xt_register pid=1039 subj==unconfined comm="iptables"
[ 46.673018] eth1: renamed from vethcc6f261
[ 46.696305] IPv6: ADDRCONF(NETDEV_CHANGE): vethf5cf3c1: link becomes ready
[ 46.696517] hassio: port 2(vethf5cf3c1) entered blocking state
[ 46.696538] hassio: port 2(vethf5cf3c1) entered forwarding state
[ 53.332434] kauditd_printk_skb: 26 callbacks suppressed
[ 53.332448] audit: type=1334 audit(1659981450.033:90): prog-id=11 op=LOAD
[ 53.332533] audit: type=1334 audit(1659981450.033:91): prog-id=12 op=LOAD
[ 53.563237] audit: type=1334 audit(1659981450.265:92): prog-id=13 op=LOAD
[ 53.563341] audit: type=1334 audit(1659981450.265:93): prog-id=14 op=LOAD
[ 63.286192] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 63.740367] audit: type=1400 audit(1659981460.433:94): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor" pid=1329 comm="apparmor_parser"
[ 63.740411] audit: type=1400 audit(1659981460.433:94): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=1329 comm="apparmor_parser"
[ 63.740436] audit: type=1400 audit(1659981460.433:94): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=1329 comm="apparmor_parser"
[ 63.740519] audit: type=1300 audit(1659981460.433:94): arch=c00000b7 syscall=64 success=yes exit=38459 a0=6 a1=55a88c8c60 a2=963b a3=0 items=0 ppid=1328 pid=1329 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)
[ 63.740550] audit: type=1327 audit(1659981460.433:94): proctitle=61707061726D6F725F706172736572002D2D7265706C616365002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D737570
[ 63.754804] audit: type=1400 audit(1659981460.453:95): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="7d06b5a0_argon_one_temp" pid=1331 comm="apparmor_parser"
[ 63.754844] audit: type=1300 audit(1659981460.453:95): arch=c00000b7 syscall=64 success=yes exit=4145 a0=6 a1=55996fa230 a2=1031 a3=0 items=0 ppid=1330 pid=1331 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)
[ 63.754869] audit: type=1327 audit(1659981460.453:95): proctitle=61707061726D6F725F706172736572002D2D7265706C616365002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F37643036623561305F61
[ 64.848557] hassio: port 3(veth30fad34) entered blocking state
[ 64.848575] hassio: port 3(veth30fad34) entered disabled state
[ 64.848896] device veth30fad34 entered promiscuous mode
[ 64.848963] audit: type=1700 audit(1659981461.549:96): dev=veth30fad34 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 64.849050] audit: type=1300 audit(1659981461.549:96): arch=c00000b7 syscall=206 success=yes exit=40 a0=f a1=4000ad8330 a2=28 a3=0 items=0 ppid=1 pid=437 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)
[ 65.505513] eth0: renamed from veth8de14e7
[ 65.523505] IPv6: ADDRCONF(NETDEV_CHANGE): veth30fad34: link becomes ready
[ 65.523632] hassio: port 3(veth30fad34) entered blocking state
[ 65.523644] hassio: port 3(veth30fad34) entered forwarding state
[ 66.502642] hassio: port 4(vethbef3c2a) entered blocking state
[ 66.502665] hassio: port 4(vethbef3c2a) entered disabled state
[ 66.503051] device vethbef3c2a entered promiscuous mode
[ 67.236224] eth0: renamed from veth20155ff
[ 67.264267] IPv6: ADDRCONF(NETDEV_CHANGE): vethbef3c2a: link becomes ready
[ 67.264464] hassio: port 4(vethbef3c2a) entered blocking state
[ 67.264481] hassio: port 4(vethbef3c2a) entered forwarding state
[ 68.219257] hassio: port 5(vethf151441) entered blocking state
[ 68.219281] hassio: port 5(vethf151441) entered disabled state
[ 68.220158] device vethf151441 entered promiscuous mode
[ 68.867943] kauditd_printk_skb: 67 callbacks suppressed
[ 68.867956] audit: type=1325 audit(1659981465.569:119): table=nat family=2 entries=0 op=xt_register pid=1886 subj==unconfined comm="iptables"
[ 68.869003] audit: type=1300 audit(1659981465.569:119): arch=c00000b7 syscall=209 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ff7d9e620 items=0 ppid=1848 pid=1886 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)
[ 68.869773] audit: type=1327 audit(1659981465.569:119): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E
[ 68.879573] audit: type=1325 audit(1659981465.581:120): table=filter family=2 entries=0 op=xt_register pid=1892 subj==unconfined comm="iptables"
[ 68.879604] audit: type=1300 audit(1659981465.581:120): arch=c00000b7 syscall=209 success=yes exit=0 a0=4 a1=0 a2=40 a3=7fecd5f020 items=0 ppid=1848 pid=1892 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)
[ 68.879621] audit: type=1327 audit(1659981465.581:120): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E
[ 68.889702] audit: type=1325 audit(1659981465.589:121): table=nat family=2 entries=5 op=xt_replace pid=1895 subj==unconfined comm="iptables"
[ 68.889794] audit: type=1300 audit(1659981465.589:121): arch=c00000b7 syscall=208 success=yes exit=0 a0=4 a1=0 a2=40 a3=557378fa60 items=0 ppid=1848 pid=1895 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)
[ 68.889844] audit: type=1327 audit(1659981465.589:121): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B45525F4F5554505554
[ 68.893533] audit: type=1325 audit(1659981465.593:122): table=nat family=2 entries=7 op=xt_replace pid=1896 subj==unconfined comm="iptables"
[ 68.965030] eth0: renamed from veth4d0cec4
[ 68.992008] IPv6: ADDRCONF(NETDEV_CHANGE): vethf151441: link becomes ready
[ 68.992191] hassio: port 5(vethf151441) entered blocking state
[ 68.992207] hassio: port 5(vethf151441) entered forwarding state
[ 72.185101] Bluetooth: RFCOMM TTY layer initialized
[ 72.185138] Bluetooth: RFCOMM socket layer initialized
[ 72.185168] Bluetooth: RFCOMM ver 1.11
[ 81.985215] hassio: port 6(veth0f7068f) entered blocking state
[ 81.985236] hassio: port 6(veth0f7068f) entered disabled state
[ 81.985420] device veth0f7068f entered promiscuous mode
[ 81.985488] kauditd_printk_skb: 20 callbacks suppressed
[ 81.985494] audit: type=1700 audit(1659981478.686:129): dev=veth0f7068f prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 81.985582] audit: type=1300 audit(1659981478.686:129): arch=c00000b7 syscall=206 success=yes exit=40 a0=f a1=400121df20 a2=28 a3=0 items=0 ppid=1 pid=437 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)
[ 81.985602] audit: type=1327 audit(1659981478.686:129): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B
[ 82.055870] audit: type=1325 audit(1659981478.758:130): table=nat family=2 entries=15 op=xt_replace pid=2443 subj==unconfined comm="iptables"
[ 82.055903] audit: type=1300 audit(1659981478.758:130): arch=c00000b7 syscall=208 success=yes exit=0 a0=4 a1=0 a2=40 a3=559b19ac70 items=0 ppid=437 pid=2443 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)
[ 82.055919] audit: type=1327 audit(1659981478.758:130): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000746370002D6400302F30002D2D64706F72740038383834002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E33302E33332E303A383838340000002D690068617373696F
[ 82.064612] audit: type=1325 audit(1659981478.766:131): table=filter family=2 entries=30 op=xt_replace pid=2445 subj==unconfined comm="iptables"
[ 82.064648] audit: type=1300 audit(1659981478.766:131): arch=c00000b7 syscall=208 success=yes exit=0 a0=4 a1=0 a2=40 a3=5563536ff0 items=0 ppid=437 pid=2445 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)
[ 82.064669] audit: type=1327 audit(1659981478.766:131): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4100444F434B45520000002D690068617373696F002D6F0068617373696F002D7000746370002D64003137322E33302E33332E30002D2D64706F72740038383834002D6A00414343455054
[ 82.075240] audit: type=1325 audit(1659981478.778:132): table=nat family=2 entries=16 op=xt_replace pid=2447 subj==unconfined comm="iptables"
[ 82.863875] eth0: renamed from veth9d7d82f
[ 82.892066] IPv6: ADDRCONF(NETDEV_CHANGE): veth0f7068f: link becomes ready
[ 82.892283] hassio: port 6(veth0f7068f) entered blocking state
[ 82.892306] hassio: port 6(veth0f7068f) entered forwarding state
[ 89.021162] hassio: port 7(veth1dd509e) entered blocking state
[ 89.021187] hassio: port 7(veth1dd509e) entered disabled state
[ 89.024438] device veth1dd509e entered promiscuous mode
[ 89.024513] kauditd_printk_skb: 63 callbacks suppressed
[ 89.024520] audit: type=1700 audit(1659981485.722:156): dev=veth1dd509e prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 89.025279] audit: type=1300 audit(1659981485.722:156): arch=c00000b7 syscall=206 success=yes exit=40 a0=f a1=4001588cf0 a2=28 a3=0 items=0 ppid=1 pid=437 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.025302] audit: type=1327 audit(1659981485.722:156): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D6370752D72742D72756E74696D653D393530303030002D2D73746F726167652D6472697665723D6F7665726C617932002D2D6C6F672D6472697665723D6A6F75726E616C64002D2D6C6F672D6F7074007461673D7B7B2E496D6167654E616D657D7D2F7B
[ 89.777019] audit: type=1325 audit(1659981486.478:157): table=nat family=2 entries=0 op=xt_register pid=3056 subj==unconfined comm="iptables"
[ 89.777054] audit: type=1300 audit(1659981486.478:157): arch=c00000b7 syscall=209 success=yes exit=0 a0=4 a1=0 a2=40 a3=7fcc563480 items=0 ppid=3047 pid=3056 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)
[ 89.777070] audit: type=1327 audit(1659981486.478:157): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E
[ 89.787257] audit: type=1325 audit(1659981486.490:158): table=filter family=2 entries=0 op=xt_register pid=3057 subj==unconfined comm="iptables"
[ 89.787879] audit: type=1300 audit(1659981486.490:158): arch=c00000b7 syscall=209 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ff6f40d20 items=0 ppid=3047 pid=3057 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)
[ 89.788360] audit: type=1327 audit(1659981486.490:158): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4C002D6E
[ 89.802191] audit: type=1325 audit(1659981486.506:159): table=nat family=2 entries=5 op=xt_replace pid=3060 subj==unconfined comm="iptables"
[ 89.872476] eth0: renamed from vethcf25f09
[ 89.891904] IPv6: ADDRCONF(NETDEV_CHANGE): veth1dd509e: link becomes ready
[ 89.892058] hassio: port 7(veth1dd509e) entered blocking state
[ 89.892069] hassio: port 7(veth1dd509e) entered forwarding state
[ 90.997650] hassio: port 8(vethf8460ee) entered blocking state
[ 90.997707] hassio: port 8(vethf8460ee) entered disabled state
[ 90.998199] device vethf8460ee entered promiscuous mode
[ 91.767836] eth0: renamed from vethe497895
[ 91.783780] IPv6: ADDRCONF(NETDEV_CHANGE): vethf8460ee: link becomes ready
[ 91.783948] hassio: port 8(vethf8460ee) entered blocking state
[ 91.783963] hassio: port 8(vethf8460ee) entered forwarding state
[ 117.660450] kauditd_printk_skb: 56 callbacks suppressed
[ 117.660469] audit: type=1701 audit(1659981514.362:178): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==docker-default (enforce) pid=3450 comm="ttyd" exe="/usr/bin/ttyd" sig=11 res=1
[ 117.696104] audit: type=1334 audit(1659981514.398:179): prog-id=15 op=LOAD
[ 117.696207] audit: type=1334 audit(1659981514.398:180): prog-id=16 op=LOAD
[ 118.169840] audit: type=1334 audit(1659981514.874:181): prog-id=0 op=UNLOAD
[ 118.169872] audit: type=1334 audit(1659981514.874:182): prog-id=0 op=UNLOAD
[ 138.142420] audit: type=1701 audit(1659981534.846:183): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==docker-default (enforce) pid=4074 comm="ttyd" exe="/usr/bin/ttyd" sig=11 res=1
[ 138.167518] audit: type=1334 audit(1659981534.870:184): prog-id=17 op=LOAD
[ 138.168016] audit: type=1334 audit(1659981534.870:185): prog-id=18 op=LOAD
[ 138.725928] audit: type=1334 audit(1659981535.430:186): prog-id=0 op=UNLOAD
[ 138.725954] audit: type=1334 audit(1659981535.430:187): prog-id=0 op=UNLOAD
[ 143.754882] audit: type=1334 audit(1659981540.458:188): prog-id=19 op=LOAD
[ 143.755484] audit: type=1334 audit(1659981540.458:189): prog-id=20 op=LOAD
[ 144.211636] audit: type=1334 audit(1659981540.914:190): prog-id=21 op=LOAD
[ 144.211764] audit: type=1334 audit(1659981540.914:191): prog-id=22 op=LOAD
[ 174.334918] audit: type=1334 audit(1659981571.037:192): prog-id=0 op=UNLOAD
[ 174.334959] audit: type=1334 audit(1659981571.037:193): prog-id=0 op=UNLOAD
[ 174.751004] audit: type=1334 audit(1659981571.453:194): prog-id=0 op=UNLOAD
[ 174.751035] audit: type=1334 audit(1659981571.453:195): prog-id=0 op=UNLOAD
[ 645.031653] audit: type=1701 audit(1659982041.729:196): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==docker-default (enforce) pid=4104 comm="ttyd" exe="/usr/bin/ttyd" sig=11 res=1
[ 645.053064] audit: type=1334 audit(1659982041.749:197): prog-id=23 op=LOAD
[ 645.053152] audit: type=1334 audit(1659982041.749:198): prog-id=24 op=LOAD
[ 645.534995] audit: type=1334 audit(1659982042.233:199): prog-id=0 op=UNLOAD
[ 645.535025] audit: type=1334 audit(1659982042.233:200): prog-id=0 op=UNLOAD
System Health information
No response
Additional information
I have tried to add net.tcp_mtu_probing=1 to sysctl.conf but file was reverted to the previous value after reboot.