Skip to content

Data Loss Prevention Issue #391

@MASTERWINDOWS90909

Description

@MASTERWINDOWS90909

Operating system

Ubuntu 24.04

Description

I am Currently experiencing problems with the devcontainer, and whenever i restart my codespaces, it always ends up in recovery error. So I removed the folder and replaced it with a docker compose, But it does boot, but stuck at a terminal screen.

Docker compose

services:
  macos:
    image: dockurr/macos
    container_name: macos
    environment:
      VERSION: "15"
      DISK_SIZE: "256G"
      RAM_SIZE: "64G"
      CPU_CORES: "16"
      ARGUMENTS: "-device usb-host,vendorid=0x1234,productid=0x1234"
    devices:
      - /dev/kvm
      - /dev/net/tun
      - /dev/sdb:/disk1
      - /dev/sdc1:/disk2
    cap_add:
      - NET_ADMIN
    ports:
      - 8006:8006
      - 5900:5900/tcp
      - 5900:5900/udp
    volumes:
      - ./macos:/storage
      - ./host:/shared
    restart: always
    stop_grace_period: 2m

Docker log

macos  | [    0.612613] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
macos  | [    0.613330] PCI: Using configuration type 1 for base access
macos  | [    0.614818] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
macos  | [    0.616398] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
macos  | [    0.617321] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
macos  | [    0.639426] ACPI: Added _OSI(Module Device)
macos  | [    0.640316] ACPI: Added _OSI(Processor Device)
macos  | [    0.641316] ACPI: Added _OSI(3.0 _SCP Extensions)
macos  | [    0.642316] ACPI: Added _OSI(Processor Aggregator Device)
macos  | [    0.644816] ACPI: 1 ACPI AML tables successfully acquired and loaded
macos  | [    0.646475] ACPI: _OSC evaluation for CPUs failed, trying _PDC
macos  | [    0.647562] ACPI: Interpreter enabled
macos  | [    0.648325] ACPI: PM: (supports S0 S5)
macos  | [    0.649316] ACPI: Using IOAPIC for interrupt routing
macos  | [    0.650410] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
macos  | [    0.651320] PCI: Ignoring E820 reservations for host bridge windows
macos  | [    0.652499] ACPI: Enabled 1 GPEs in block 00 to 3F
macos  | [    0.659593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
macos  | [    0.660326] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
macos  | [    0.661396] acpi PNP0A08:00: _OSC: platform does not support [LTR]
macos  | [    0.662439] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability]
macos  | [    0.664027] PCI host bridge to bus 0000:00
macos  | [    0.664324] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
macos  | [    0.665322] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
macos  | [    0.666323] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
macos  | [    0.667322] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
macos  | [    0.668323] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
macos  | [    0.669317] pci_bus 0000:00: root bus resource [mem 0x1000000000-0x17ffffffff window]
macos  | [    0.670317] pci_bus 0000:00: root bus resource [bus 00-ff]
macos  | [    0.671471] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000 conventional PCI endpoint
macos  | [    0.673712] pci 0000:00:01.0: [15ad:0405] type 00 class 0x030000 conventional PCI endpoint
macos  | [    0.676420] pci 0000:00:01.0: BAR 0 [io  0x6300-0x630f]
macos  | [    0.677364] pci 0000:00:01.0: BAR 1 [mem 0x80000000-0x80ffffff pref]
macos  | [    0.678354] pci 0000:00:01.0: BAR 2 [mem 0x81000000-0x8100ffff pref]
macos  | [    0.679473] pci 0000:00:01.0: ROM [mem 0xffff0000-0xffffffff pref]
macos  | [    0.680568] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
macos  | [    0.682258] pci 0000:00:02.0: [1033:0194] type 00 class 0x0c0330 PCIe Root Complex Integrated Endpoint
macos  | [    0.683912] pci 0000:00:02.0: BAR 0 [mem 0x1000020000-0x1000023fff 64bit]
macos  | [    0.684741] pci 0000:00:02.0: enabling Extended Tags
macos  | [    0.687292] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 conventional PCI endpoint
macos  | [    0.689338] pci 0000:00:03.0: BAR 0 [io  0x62e0-0x62ff]
macos  | [    0.690343] pci 0000:00:03.0: BAR 1 [mem 0x81028000-0x81028fff]
macos  | [    0.691416] pci 0000:00:03.0: BAR 4 [mem 0x1000000000-0x1000003fff 64bit pref]
macos  | [    0.694337] pci 0000:00:04.0: [1af4:1005] type 00 class 0x00ff00 conventional PCI endpoint
macos  | [    0.697340] pci 0000:00:04.0: BAR 0 [io  0x62c0-0x62df]
macos  | [    0.698344] pci 0000:00:04.0: BAR 1 [mem 0x81027000-0x81027fff]
macos  | [    0.699430] pci 0000:00:04.0: BAR 4 [mem 0x1000004000-0x1000007fff 64bit pref]
macos  | [    0.702993] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000 conventional PCI endpoint
macos  | [    0.705355] pci 0000:00:05.0: BAR 0 [io  0x6180-0x61ff]
macos  | [    0.706359] pci 0000:00:05.0: BAR 1 [mem 0x81026000-0x81026fff]
macos  | [    0.707415] pci 0000:00:05.0: BAR 4 [mem 0x1000008000-0x100000bfff 64bit pref]
macos  | [    0.710692] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000 conventional PCI endpoint
macos  | [    0.713356] pci 0000:00:06.0: BAR 0 [io  0x6100-0x617f]
macos  | [    0.714343] pci 0000:00:06.0: BAR 1 [mem 0x81025000-0x81025fff]
macos  | [    0.715416] pci 0000:00:06.0: BAR 4 [mem 0x100000c000-0x100000ffff 64bit pref]
macos  | [    0.718995] pci 0000:00:07.0: [1af4:1002] type 00 class 0x00ff00 conventional PCI endpoint
macos  | [    0.721340] pci 0000:00:07.0: BAR 0 [io  0x6240-0x627f]
macos  | [    0.722340] pci 0000:00:07.0: BAR 1 [mem 0x81024000-0x81024fff]
macos  | [    0.723421] pci 0000:00:07.0: BAR 4 [mem 0x1000010000-0x1000013fff 64bit pref]
macos  | [    0.727185] pci 0000:00:08.0: [1af4:1009] type 00 class 0x000200 conventional PCI endpoint
macos  | [    0.729340] pci 0000:00:08.0: BAR 0 [io  0x62a0-0x62bf]
macos  | [    0.730362] pci 0000:00:08.0: BAR 1 [mem 0x81023000-0x81023fff]
macos  | [    0.731460] pci 0000:00:08.0: BAR 4 [mem 0x1000014000-0x1000017fff 64bit pref]
macos  | [    0.737339] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000 conventional PCI endpoint
macos  | [    0.740340] pci 0000:00:0a.0: BAR 0 [io  0x6080-0x60ff]
macos  | [    0.741343] pci 0000:00:0a.0: BAR 1 [mem 0x81022000-0x81022fff]
macos  | [    0.742458] pci 0000:00:0a.0: BAR 4 [mem 0x1000018000-0x100001bfff 64bit pref]
macos  | [    0.745809] pci 0000:00:0b.0: [1af4:1001] type 00 class 0x010000 conventional PCI endpoint
macos  | [    0.748342] pci 0000:00:0b.0: BAR 0 [io  0x6000-0x607f]
macos  | [    0.749361] pci 0000:00:0b.0: BAR 1 [mem 0x81021000-0x81021fff]
macos  | [    0.750460] pci 0000:00:0b.0: BAR 4 [mem 0x100001c000-0x100001ffff 64bit pref]
macos  | [    0.793584] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100 conventional PCI endpoint
macos  | [    0.795454] pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
macos  | [    0.796962] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601 conventional PCI endpoint
macos  | [    0.799258] pci 0000:00:1f.2: BAR 4 [io  0x6280-0x629f]
macos  | [    0.799342] pci 0000:00:1f.2: BAR 5 [mem 0x81020000-0x81020fff]
macos  | [    0.801290] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500 conventional PCI endpoint
macos  | [    0.803002] pci 0000:00:1f.3: BAR 4 [io  0x6200-0x623f]
macos  | [    0.804152] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
macos  | [    0.804475] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
macos  | [    0.805480] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
macos  | [    0.806492] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
macos  | [    0.807596] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
macos  | [    0.808567] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
macos  | [    0.809540] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
macos  | [    0.810571] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
macos  | [    0.811418] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
macos  | [    0.812327] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
macos  | [    0.813327] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
macos  | [    0.814334] ACPI: PCI: Interrupt link GSID configured for IRQ 19
macos  | [    0.815341] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
macos  | [    0.816326] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
macos  | [    0.817330] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
macos  | [    0.818335] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
macos  | [    0.820559] iommu: Default domain type: Translated
macos  | [    0.821316] iommu: DMA domain TLB invalidation policy: lazy mode
macos  | [    0.822556] SCSI subsystem initialized
macos  | [    0.823391] ACPI: bus type USB registered
macos  | [    0.824329] usbcore: registered new interface driver usbfs
macos  | [    0.825323] usbcore: registered new interface driver hub
macos  | [    0.826326] usbcore: registered new device driver usb
macos  | [    0.827333] pps_core: LinuxPPS API ver. 1 registered
macos  | [    0.828316] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
macos  | [    0.829326] PTP clock support registered
macos  | [    0.830360] EDAC MC: Ver: 3.0.0
macos  | [    0.832045] efivars: Registered efivars operations
macos  | [    0.832492] NetLabel: Initializing
macos  | [    0.833320] NetLabel:  domain hash size = 128
macos  | [    0.834321] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
macos  | [    0.835367] NetLabel:  unlabeled traffic allowed by default
macos  | [    0.836361] mctp: management component transport protocol core
macos  | [    0.837317] NET: Registered PF_MCTP protocol family
macos  | [    0.838321] PCI: Using ACPI for IRQ routing
macos  | [    1.717474] pci 0000:00:01.0: vgaarb: setting as boot VGA device
macos  | [    1.718301] pci 0000:00:01.0: vgaarb: bridge control possible
macos  | [    1.718301] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
macos  | [    1.718322] vgaarb: loaded
macos  | [    1.719987] clocksource: Switched to clocksource kvm-clock
macos  | [    1.723018] VFS: Disk quotas dquot_6.6.0
macos  | [    1.724809] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
macos  | [    1.727840] AppArmor: AppArmor Filesystem Enabled
macos  | [    1.730624] pnp: PnP ACPI init
macos  | [    1.732116] system 00:04: [mem 0xe0000000-0xefffffff window] has been reserved
macos  | [    1.735681] pnp: PnP ACPI: found 5 devices
macos  | [    1.746261] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
macos  | [    1.749919] NET: Registered PF_INET protocol family
macos  | [    1.752243] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
macos  | [    1.769381] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
macos  | [    1.773017] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
macos  | [    1.776696] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
macos  | [    1.780859] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
macos  | [    1.784106] TCP: Hash tables configured (established 524288 bind 65536)
macos  | [    1.787299] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
macos  | [    1.791263] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
macos  | [    1.794721] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
macos  | [    1.798857] NET: Registered PF_UNIX/PF_LOCAL protocol family
macos  | [    1.801882] NET: Registered PF_XDP protocol family
macos  | [    1.804438] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
macos  | [    1.807716] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
macos  | [    1.811002] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
macos  | [    1.814605] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window]
macos  | [    1.818236] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfebfffff window]
macos  | [    1.821872] pci_bus 0000:00: resource 9 [mem 0x1000000000-0x17ffffffff window]
macos  | [    1.825789] ACPI: \_SB_.GSIG: Enabled at IRQ 22
macos  | [    1.828845] PCI: CLS 0 bytes, default 64
macos  | [    1.830642] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
macos  | [    1.833338] software IO TLB: mapped [mem 0x0000000077f7e000-0x000000007bf7e000] (64MB)
macos  | [    1.836652] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x233fdd7d99c, max_idle_ns: 440795312688 ns
macos  | [    1.841611] clocksource: Switched to clocksource tsc
macos  | [    1.844861] Initialise system trusted keyrings
macos  | [    1.847465] Key type blacklist registered
macos  | [    1.850144] workingset: timestamp_bits=36 max_order=24 bucket_order=0
macos  | [    1.853911] zbud: loaded
macos  | [    1.855808] squashfs: version 4.0 (2009/01/31) Phillip Lougher
macos  | [    1.859471] fuse: init (API version 7.39)
macos  | [    1.862780] integrity: Platform Keyring initialized
macos  | [    1.865168] integrity: Machine keyring initialized
macos  | [    1.876218] Key type asymmetric registered
macos  | [    1.877980] Asymmetric key parser 'x509' registered
macos  | [    1.880133] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
macos  | [    1.883468] io scheduler mq-deadline registered
macos  | [    1.887380] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
macos  | [    1.890416] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
macos  | [    1.894138] ACPI: button: Power Button [PWRF]
macos  | [    1.897097] ACPI: \_SB_.GSIH: Enabled at IRQ 23
macos  | [    1.901677] ACPI: \_SB_.GSIE: Enabled at IRQ 20
macos  | [    1.906213] ACPI: \_SB_.GSIF: Enabled at IRQ 21
macos  | [    1.925224] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
macos  | [    1.956893] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
macos  | [    1.962908] Linux agpgart interface v0.103
macos  | [    1.970482] loop: module loaded
macos  | [    1.972272] virtio_blk virtio2: 16/0/0 default/read/poll queues
macos  | [    1.984809] virtio_blk virtio2: [vda] 524288 512-byte logical blocks (268 MB/256 MiB)
macos  | [    1.992493]  vda: vda1
macos  | [    1.994173] virtio_blk virtio3: 16/0/0 default/read/poll queues
macos  | [    2.006220] virtio_blk virtio3: [vdb] 6291048 512-byte logical blocks (3.22 GB/3.00 GiB)
macos  | [    2.013772]  vdb: vdb1
macos  | [    2.015396] virtio_blk virtio6: 16/0/0 default/read/poll queues
macos  | [    2.027438] virtio_blk virtio6: [vdc] 62916608 512-byte logical blocks (32.2 GB/30.0 GiB)
macos  | [    2.037403]  vdc: vdc1 vdc14 vdc15
macos  | [    2.040092] virtio_blk virtio7: 16/0/0 default/read/poll queues
macos  | [    2.060287] virtio_blk virtio7: [vdd] 1073737728 512-byte logical blocks (550 GB/512 GiB)
macos  | [    2.070911] hv_vmbus: registering driver hv_storvsc
macos  | [    2.073978] Key type psk registered
macos  | [    2.076874] ACPI: bus type drm_connector registered
macos  | [    2.079861] tun: Universal TUN/TAP device driver, 1.6
macos  | [    2.086579] PPP generic driver version 2.4.2
macos  | [    2.090549] xhci_hcd 0000:00:02.0: xHCI Host Controller
macos  | [    2.094168] xhci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
macos  | [    2.100324] xhci_hcd 0000:00:02.0: hcc params 0x00087001 hci version 0x100 quirks 0x0000000000000014
macos  | [    2.110376] xhci_hcd 0000:00:02.0: xHCI Host Controller
macos  | [    2.113899] xhci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
macos  | [    2.118776] xhci_hcd 0000:00:02.0: Host supports USB 3.0 SuperSpeed
macos  | [    2.123455] hub 1-0:1.0: USB hub found
macos  | [    2.126188] hub 1-0:1.0: 4 ports detected
macos  | [    2.129590] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
macos  | [    2.135312] hub 2-0:1.0: USB hub found
macos  | [    2.137982] hub 2-0:1.0: 4 ports detected
macos  | [    2.141386] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
macos  | [    2.149548] serio: i8042 KBD port at 0x60,0x64 irq 1
macos  | [    2.152980] serio: i8042 AUX port at 0x60,0x64 irq 12
macos  | [    2.156727] mousedev: PS/2 mouse device common for all mice
macos  | [    2.161020] rtc_cmos 00:03: RTC can wake from S4
macos  | [    2.165505] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
macos  | [    2.169990] rtc_cmos 00:03: registered as rtc0
macos  | [    2.173231] rtc_cmos 00:03: setting system clock to 2026-02-19T09:33:59 UTC (1771493639)
macos  | [    2.177999] rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram
macos  | [    2.180866] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
macos  | [    2.186025] device-mapper: uevent: version 1.0.3
macos  | [    2.188297] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
macos  | [    2.191883] platform eisa.0: Probing EISA bus 0
macos  | [    2.194050] platform eisa.0: EISA: Cannot allocate resource for mainboard
macos  | [    2.197156] platform eisa.0: Cannot allocate resource for EISA slot 1
macos  | [    2.200781] platform eisa.0: Cannot allocate resource for EISA slot 2
macos  | [    2.204580] platform eisa.0: Cannot allocate resource for EISA slot 3
macos  | [    2.208139] platform eisa.0: Cannot allocate resource for EISA slot 4
macos  | [    2.211920] platform eisa.0: Cannot allocate resource for EISA slot 5
macos  | [    2.214897] platform eisa.0: Cannot allocate resource for EISA slot 6
macos  | [    2.217808] platform eisa.0: Cannot allocate resource for EISA slot 7
macos  | [    2.221329] platform eisa.0: Cannot allocate resource for EISA slot 8
macos  | [    2.224419] platform eisa.0: EISA: Detected 0 cards
macos  | [    2.227214] intel_pstate: CPU model not supported
macos  | [    2.230103] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
macos  | [    2.248152] Console: switching to colour frame buffer device 160x50
macos  | [    2.252385] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
macos  | [    2.256180] hv_utils: Registering HyperV Utility Driver
macos  | [    2.258998] hv_vmbus: registering driver hv_utils
macos  | [    2.261458] hv_vmbus: registering driver hv_balloon
macos  | [    2.264287] drop_monitor: Initializing network drop monitor service
macos  | [    2.267830] NET: Registered PF_INET6 protocol family
macos  | [    2.273065] Segment Routing with IPv6
macos  | [    2.275400] In-situ OAM (IOAM) with IPv6
macos  | [    2.277786] NET: Registered PF_PACKET protocol family
macos  | [    2.280992] Key type dns_resolver registered
macos  | [    2.287592] IPI shorthand broadcast: enabled
macos  | [    2.291582] sched_clock: Marking stable (2263015833, 27926527)->(2832482521, -541540161)
macos  | [    2.296469] registered taskstats version 1
macos  | [    2.301673] Loading compiled-in X.509 certificates
macos  | [    2.305512] Loaded X.509 cert 'Build time autogenerated kernel key: 96531efd94e1ccbdb7660fec31e545a42e9251c7'
macos  | [    2.310474] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing 2025 Kmod: d541cef61dc7e793b7eb7e899970a2eef0b5dc8c'
macos  | [    2.317125] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
macos  | [    2.322996] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
macos  | [    2.327913] blacklist: Loading compiled-in revocation X.509 certificates
macos  | [    2.331432] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
macos  | [    2.336995] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
macos  | [    2.343053] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
macos  | [    2.348410] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
macos  | [    2.354436] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
macos  | [    2.360586] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
macos  | [    2.367587] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
macos  | [    2.374419] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
macos  | [    2.382958] usb 1-1: new high-speed USB device number 2 using xhci_hcd
macos  | [    2.387239] Key type .fscrypt registered
macos  | [    2.389806] Key type fscrypt-provisioning registered
macos  | [    2.395575] Key type encrypted registered
macos  | [    2.398815] AppArmor: AppArmor sha256 policy hashing enabled
macos  | [    2.402267] ima: No TPM chip found, activating TPM-bypass!
macos  | [    2.405614] Loading compiled-in module X.509 certificates
macos  | [    2.409912] Loaded X.509 cert 'Build time autogenerated kernel key: 96531efd94e1ccbdb7660fec31e545a42e9251c7'
macos  | [    2.415875] ima: Allocated hash algorithm: sha256
macos  | [    2.419159] ima: No architecture policies found
macos  | [    2.422039] evm: Initialising EVM extended attributes:
macos  | [    2.424676] evm: security.selinux
macos  | [    2.427259] evm: security.SMACK64
macos  | [    2.429672] evm: security.SMACK64EXEC
macos  | [    2.432268] evm: security.SMACK64TRANSMUTE
macos  | [    2.434796] evm: security.SMACK64MMAP
macos  | [    2.436541] evm: security.apparmor
macos  | [    2.438452] evm: security.ima
macos  | [    2.440712] evm: security.capability
macos  | [    2.443376] evm: HMAC attrs: 0x1
macos  | [    2.446706] PM:   Magic number: 14:385:576
macos  | [    2.454098] RAS: Correctable Errors collector initialized.
macos  | [    2.457838] clk: Disabling unused clocks
macos  | [    2.461809] md: Waiting for all devices to be available before autodetect
macos  | [    2.465075] md: If you don't use raid, use raid=noautodetect
macos  | [    2.468566] md: Autodetecting RAID arrays.
macos  | [    2.470652] md: autorun ...
macos  | [    2.472175] md: ... autorun DONE.
macos  | [    2.478042] EXT4-fs (vdc1): INFO: recovery required on readonly filesystem
macos  | [    2.481369] EXT4-fs (vdc1): write access will be enabled during recovery
macos  | [    2.511248] EXT4-fs (vdc1): orphan cleanup on readonly fs
macos  | [    2.515807] EXT4-fs (vdc1): 31 orphan inodes deleted
macos  | [    2.518138] EXT4-fs (vdc1): recovery complete
macos  | [    2.523302] EXT4-fs (vdc1): mounted filesystem 16eafc62-add0-41ec-94cc-89918be81d72 ro with ordered data mode. Quota mode: none.
macos  | [    2.528820] VFS: Mounted root (ext4 filesystem) readonly on device 253:33.
macos  | [    2.532107] devtmpfs: mounted
macos  | [    2.534500] Freeing unused decrypted memory: 2028K
macos  | [    2.537483] Freeing unused kernel image (initmem) memory: 4764K
macos  | [    2.539659] Write protecting the kernel read-only data: 34816k
macos  | [    2.542366] Freeing unused kernel image (rodata/data gap) memory: 772K
macos  | [    2.580725] x86/mm: Checked W+X mappings: passed, no W+X pages found.
macos  | [    2.582888] x86/mm: Checking user space page tables
macos  | [    2.616964] x86/mm: Checked W+X mappings: passed, no W+X pages found.
macos  | [    2.620163] Run /sbin/init as init process
macos  | [    2.630999] usb 1-2: new high-speed USB device number 3 using xhci_hcd
macos  | [    2.695185] systemd[1]: Inserted module 'autofs4'
macos  | [    2.721883] systemd[1]: systemd 249.11-0ubuntu3.16 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=unified)
macos  | [    2.734541] systemd[1]: Detected virtualization kvm.
macos  | [    2.737499] systemd[1]: Detected architecture x86-64.
macos  | 
macos  | Welcome to Ubuntu 22.04.5 LTS!
macos  | 
macos  | [    2.743438] systemd[1]: Hostname set to <198a1546-5987-49dd-93bc-0b768d33ffe7>.
macos  | [    2.798388] block vdc: the capability attribute has been deprecated.
macos  | [    3.013398] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
macos  | [    3.042693] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
macos  | [    3.130488] systemd[1]: Queued start job for default target Graphical Interface.
macos  | [    3.133208] systemd[1]: Unnecessary job was removed for /sys/devices/virtual/misc/vmbus!hv_vss.
macos  | [    3.136698] systemd[1]: Unnecessary job was removed for /sys/devices/virtual/misc/vmbus!hv_fcopy.
macos  | [    3.149715] systemd[1]: Created slice Slice /system/modprobe.
macos  | [  OK  ] Created slice Slice /system/modprobe.
macos  | [    3.154599] systemd[1]: Created slice Slice /system/serial-getty.
macos  | [  OK  ] Created slice Slice /system/serial-getty.
macos  | [    3.160059] systemd[1]: Created slice Slice /system/systemd-fsck.
macos  | [  OK  ] Created slice Slice /system/systemd-fsck.
macos  | [    3.166017] systemd[1]: Created slice User and Session Slice.
macos  | [  OK  ] Created slice User and Session Slice.
macos  | [    3.171963] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
macos  | [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
macos  | [    3.178525] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
macos  | [  OK  ] Set up automount Arbitrary…s File System Automount Point.
macos  | [    3.185900] systemd[1]: Reached target Slice Units.
macos  | [  OK  ] Reached target Slice Units.
macos  | [    3.190234] systemd[1]: Reached target Mounting snaps.
macos  | [  OK  ] Reached target Mounting snaps.
macos  | [    3.194858] systemd[1]: Reached target Swaps.
macos  | [  OK  ] Reached target Swaps.
macos  | [    3.199341] systemd[1]: Reached target System Time Set.
macos  | [  OK  ] Reached target System Time Set.
macos  | [    3.205362] systemd[1]: Reached target Local Verity Protected Volumes.
macos  | [  OK  ] Reached target Local Verity Protected Volumes.
macos  | [    3.212587] systemd[1]: Listening on Device-mapper event daemon FIFOs.
macos  | [  OK  ] Listening on Device-mapper event daemon FIFOs.
macos  | [    3.219291] systemd[1]: Listening on LVM2 poll daemon socket.
macos  | [  OK  ] Listening on LVM2 poll daemon socket.
macos  | [    3.225192] systemd[1]: Listening on multipathd control socket.
macos  | [  OK  ] Listening on multipathd control socket.
macos  | [    3.230416] systemd[1]: Listening on Syslog Socket.
macos  | [  OK  ] Listening on Syslog Socket.
macos  | [    3.235853] systemd[1]: Listening on fsck to fsckd communication Socket.
macos  | [  OK  ] Listening on fsck to fsckd communication Socket.
macos  | [    3.243336] systemd[1]: Listening on initctl Compatibility Named Pipe.
macos  | [  OK  ] Listening on initctl Compatibility Named Pipe.
macos  | [    3.249366] systemd[1]: Listening on Journal Audit Socket.
macos  | [  OK  ] Listening on Journal Audit Socket.
macos  | [    3.254624] systemd[1]: Listening on Journal Socket (/dev/log).
macos  | [  OK  ] Listening on Journal Socket (/dev/log).
macos  | [    3.260924] systemd[1]: Listening on Journal Socket.
macos  | [  OK  ] Listening on Journal Socket.
macos  | [    3.266274] systemd[1]: Listening on Network Service Netlink Socket.
macos  | [  OK  ] Listening on Network Service Netlink Socket.
macos  | [    3.272567] systemd[1]: Listening on udev Control Socket.
macos  | [  OK  ] Listening on udev Control Socket.
macos  | [    3.277993] systemd[1]: Listening on udev Kernel Socket.
macos  | [  OK  ] Listening on udev Kernel Socket.
macos  | [    3.292089] systemd[1]: Mounting Huge Pages File System...
macos  |          Mounting Huge Pages File System...
macos  | [    3.297349] systemd[1]: Mounting POSIX Message Queue File System...
macos  |          Mounting POSIX Message Queue File System...
macos  | [    3.303597] systemd[1]: Mounting Kernel Debug File System...
macos  |          Mounting Kernel Debug File System...
macos  | [    3.309622] systemd[1]: Mounting Kernel Trace File System...
macos  |          Mounting Kernel Trace File System...
macos  | [    3.316625] systemd[1]: Starting Journal Service...
macos  |          Starting Journal Service...
macos  | [    3.321814] systemd[1]: Starting Set the console keyboard layout...
macos  |          Starting Set the console keyboard layout...
macos  | [    3.328484] systemd[1]: Starting Create List of Static Device Nodes...
macos  |          Starting Create List of Static Device Nodes...
macos  | [    3.335864] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
macos  |          Starting Monitoring of LVM…meventd or progress polling...
macos  | [    3.344085] systemd[1]: Condition check resulted in LXD - agent being skipped.
macos  | [    3.347676] systemd[1]: Starting Load Kernel Module configfs...
macos  |          Starting Load Kernel Module configfs...
macos  | [    3.355605] systemd[1]: Starting Load Kernel Module drm...
macos  |          Starting Load Kernel Module drm...
macos  | [    3.361216] systemd[1]: Starting Load Kernel Module efi_pstore...
macos  |          Starting Load Kernel Module efi_pstore...
macos  | [    3.368077] pstore: Using crash dump compression: deflate
macos  | [    3.368419] systemd[1]: Starting Load Kernel Module fuse...
macos  | [    3.372795] pstore: Registered efi_pstore as persistent store backend
macos  |          Starting Load Kernel Module fuse...
macos  | [    3.379009] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
macos  | [    3.385226] systemd[1]: Started Nameserver information manager.
macos  | [  OK  ] Started Nameserver information manager.
macos  | [    3.391500] systemd[1]: Starting File System Check on Root Device...
macos  |          Starting File System Check on Root Device...
macos  | [    3.399781] systemd[1]: Starting Load Kernel Modules...
macos  |          Starting Load Kernel Modules...
macos  | [    3.406225] systemd[1]: Starting Coldplug All udev Devices...
macos  |          Starting Coldplug All udev Devices...
macos  | [    3.413341] systemd[1]: Started Journal Service.
macos  | [  OK  ] Started Journal Service.
macos  | [  OK  ] Mounted Huge Pages File System.
macos  | [  OK  ] Mounted POSIX Message Queue File System.
macos  | [  OK  ] Mounted Kernel Debug File System.
macos  | [  OK  ] Mounted Kernel Trace File System.
macos  | [  OK  ] Finished Set the console keyboard layout.
macos  | [  OK  ] Finished Create List of Static Device Nodes.
macos  | [  OK  ] Finished Load Kernel Module configfs.
macos  | [  OK  ] Finished Load Kernel Module drm.
macos  | [  OK  ] Finished Load Kernel Module efi_pstore.
macos  | [  OK  ] Finished Load Kernel Module fuse.
macos  | [  OK  ] Finished File System Check on Root Device.
macos  | [  OK  ] Finished Load Kernel Modules.
macos  |          Mounting FUSE Control File System...
macos  |          Mounting Kernel Configuration File System...
macos  | [  OK  ] Started File System Check Daemon to report status.
macos  |          Starting Remount Root and Kernel File Systems...
macos  |          Starting Apply Kernel Variables...
macos  | [  OK  ] Mounted FUSE Control File System.
macos  | [  OK  ] Mounted Kernel Configuration File System.
macos  | [  OK  ] Finished Apply Kernel Variables.
macos  | [  OK  ] Finished Coldplug All udev Devices.
macos  | [  OK  ] Finished Remount Root and Kernel File Systems.
macos  |          Starting Device-Mapper Multipath Device Controller...
macos  |          Starting Flush Journal to Persistent Storage...
macos  |          Starting Load/Save Random Seed...
macos  |          Starting Create System Users...
macos  | [  OK  ] Finished Load/Save Random Seed.
macos  | [  OK  ] Finished Create System Users.
macos  |          Starting Create Static Device Nodes in /dev...
macos  | [  OK  ] Finished Flush Journal to Persistent Storage.
macos  | [  OK  ] Finished Create Static Device Nodes in /dev.
macos  |          Starting Rule-based Manage…for Device Events and Files...
macos  | [  OK  ] Started Device-Mapper Multipath Device Controller.
macos  | [  OK  ] Started Rule-based Manager for Device Events and Files.
macos  | [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
macos  | [  OK  ] Reached target Local Encrypted Volumes.
macos  | [  OK  ] Found device /dev/ttyS0.
macos  | [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
macos  | [  OK  ] Found device /dev/disk/by-uuid/3565-1DF6.
macos  | [  OK  ] Finished Monitoring of LVM… dmeventd or progress polling.
macos  | [  OK  ] Reached target Preparation for Local File Systems.
macos  |          Mounting Mount unit for core20, revision 2599...
macos  |          Mounting Mount unit for lxd, revision 31333...
macos  |          Mounting Mount unit for lxd, revision 36918...
macos  |          Mounting Mount unit for snapd, revision 24671...
macos  |          Mounting Mount unit for snapd, revision 25935...
macos  |          Starting File System Check…/dev/disk/by-uuid/3565-1DF6...
macos  | [  OK  ] Mounted Mount unit for core20, revision 2599.
macos  | [  OK  ] Mounted Mount unit for lxd, revision 31333.
macos  | [  OK  ] Mounted Mount unit for lxd, revision 36918.
macos  | [  OK  ] Mounted Mount unit for snapd, revision 24671.
macos  | [  OK  ] Mounted Mount unit for snapd, revision 25935.
macos  | [  OK  ] Reached target Mounted snaps.
macos  | [  OK  ] Finished File System Check…n /dev/disk/by-uuid/3565-1DF6.
macos  |          Mounting /boot/efi...
macos  | [  OK  ] Mounted /boot/efi.
macos  | [  OK  ] Reached target Local File Systems.
macos  |          Starting Load AppArmor profiles...
macos  |          Starting Enable support fo…l executable binary formats...
macos  |          Starting Set console font and keymap...
macos  |          Starting Create final runt…dir for shutdown pivot root...
macos  |          Starting Tell Plymouth To Write Out Runtime Data...
macos  |          Starting Set Up Additional Binary Formats...
macos  |          Starting Create Volatile Files and Directories...
macos  |          Starting Uncomplicated firewall...
macos  |          Starting Setup network rules for WALinuxAgent...
macos  | [  OK  ] Finished Set console font and keymap.
macos  | [  OK  ] Finished Create final runt…e dir for shutdown pivot root.
macos  | [  OK  ] Finished Tell Plymouth To Write Out Runtime Data.
macos  | [  OK  ] Finished Uncomplicated firewall.
macos  |          Mounting Arbitrary Executable File Formats File System...
macos  | [  OK  ] Finished Load AppArmor profiles.
macos  | [  OK  ] Finished Create Volatile Files and Directories.
macos  |          Starting Security Auditing Service...
macos  |          Starting Load AppArmor pro…managed internally by snapd...
macos  | [  OK  ] Mounted Arbitrary Executable File Formats File System.
macos  | [  OK  ] Finished Set Up Additional Binary Formats.
macos  | [  OK  ] Finished Enable support fo…nal executable binary formats.
macos  | [  OK  ] Started Security Auditing Service.
macos  |          Starting Record System Boot/Shutdown in UTMP...
macos  | [  OK  ] Finished Record System Boot/Shutdown in UTMP.
macos  | [  OK  ] Finished Load AppArmor pro…s managed internally by snapd.
macos  | [  OK  ] Finished Setup network rules for WALinuxAgent.
[ TIME ] Timed out waiting for device ces/virtual/misc/vmbus!hv_kvp.
macos  | [DEPEND] Dependency failed for Hyper-V KVP Protocol Daemon.
macos  |          Starting Cloud-init: Local Stage (pre-network)...
macos  | [   93.856832] cloud-init[534]: Cloud-init v. 25.1.2-0ubuntu0~22.04.2 running 'init-local' at Thu, 19 Feb 2026 09:35:31 +0000. Up 93.83 seconds.
macos  | [   93.936608] /dev/sr0: Can't lookup blockdev
macos  | [   94.084084] cloud-init[534]: 2026-02-19 09:35:31,438 - azure.py[ERROR]: Azure datasource failure occurred: result=error|reason=failure to find primary DHCP interface|agent=Cloud-Init/25.1.2-0ubuntu0~22.04.2|interface=enp0s3|driver=virtio_net|router=172.30.0.1|static_routes=None|'lease={''interface'': ''enp0s3'', ''fixed-address'': ''172.30.0.2'', ''subnet-mask'': ''255.255.255.0'', ''routers'': ''172.30.0.1'', ''dhcp-lease-time'': ''4294967295'', ''dhcp-message-type'': ''5'', ''domain-name-servers'': ''172.30.0.1'', ''dhcp-server-identifier'': ''172.30.0.1'', ''broadcast-address'': ''172.30.0.255'', ''host-name'': ''macos'', ''renew'': ''2 2094/03/09 12:49:39'', ''rebind'': ''2 2145/03/23 21:15:08'', ''expire'': ''0 2162/03/28 16:03:46''}'|vm_id=aea32962-6726-45f1-97a9-302d7ce616ed|timestamp=2026-02-19T09:35:31.438026+00:00|documentation_url=https://aka.ms/linuxprovisioningerror
macos  | [   94.215670] cloud-init[534]: 2026-02-19 09:35:31,570 - azure.py[WARNING]: Unable to specify driver for interface with mac=7c:ed:8d:b4:e6:cb drivers=[]
macos  | [   94.242849] cloud-init[534]: 2026-02-19 09:35:31,597 - networking.py[WARNING]: Not all expected physical devices present: {'7c:ed:8d:b4:e6:cb'}
macos  | [   94.277956] cloud-init[534]: 2026-02-19 09:35:31,597 - main.py[ERROR]: failed stage init-local
macos  | [   94.281074] cloud-init[534]: Traceback (most recent call last):
macos  | [   94.283055] cloud-init[534]:   File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 936, in status_wrapper
macos  | [   94.286514] cloud-init[534]:     ret = functor(name, args)
macos  | [   94.288941] cloud-init[534]:   File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 566, in main_init
macos  | [   94.292809] cloud-init[534]:     init.apply_network_config(bring_up=bring_up_interfaces)
macos  | [   94.295744] cloud-init[534]:   File "/usr/lib/python3/dist-packages/cloudinit/stages.py", line 1105, in apply_network_config
macos  | [   94.300053] cloud-init[534]:     self.distro.networking.wait_for_physdevs(netcfg)
macos  | [   94.303041] cloud-init[534]:   File "/usr/lib/python3/dist-packages/cloudinit/distros/networking.py", line 166, in wait_for_physdevs
macos  | [   94.307622] cloud-init[534]:     raise RuntimeError(msg)
macos  | [   94.309719] cloud-init[534]: RuntimeError: Not all expected physical devices present: {'7c:ed:8d:b4:e6:cb'}
macos  | [   94.313165] cloud-init[534]: failed run of stage init-local
macos  | [   94.315693] cloud-init[534]: ------------------------------------------------------------
macos  | [   94.318469] cloud-init[534]: Traceback (most recent call last):
macos  | [   94.321129] cloud-init[534]:   File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 936, in status_wrapper
macos  | [   94.324647] cloud-init[534]:     ret = functor(name, args)
macos  | [   94.326638] cloud-init[534]:   File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 566, in main_init
macos  | [   94.329964] cloud-init[534]:     init.apply_network_config(bring_up=bring_up_interfaces)
macos  | [FAILED] Failed to start Cloud-init: Local Stage (pre-network).
macos  | See 'systemctl status cloud-init-local.service' for details.
macos  | [   94.332067] cloud-init[534]:   File "/usr/lib/python3/dist-packages/cloudinit/stages.py", line 1105, in apply_network_config
macos  | [  OK  ] Reached target Preparation for Network.
macos  | [   94.341352] cloud-init[534]:     self.distro.networking.wait_for_physdevs(netcfg)
macos  | [   94.345825] cloud-init[534]:   File "/usr/lib/python3/dist-packages/cloudinit/distros/networking.py", line 166, in wait_for_physdevs
macos  | [   94.349714] cloud-init[534]:     raise RuntimeError(msg)
macos  | [   94.351609] cloud-init[534]: RuntimeError: Not all expected physical devices present: {'7c:ed:8d:b4:e6:cb'}
macos  | [   94.354831] cloud-init[534]: ------------------------------------------------------------
macos  |          Starting Network Configuration...
macos  | [  OK  ] Started Network Configuration.
macos  | [  OK  ] Reached target Network.
macos  |          Starting Wait for Network to be Configured...
[FAILED] Failed to start Wait for Network to be Configured.
macos  | See 'systemctl status systemd-networkd-wait-online.service' for details.
macos  |          Starting Cloud-init: Network Stage...
macos  | [  214.922198] cloud-init[574]: Cloud-init v. 25.1.2-0ubuntu0~22.04.2 running 'init' at Thu, 19 Feb 2026 09:37:32 +0000. Up 214.90 seconds.
macos  | [  214.930266] cloud-init[574]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++
macos  | [  214.934469] cloud-init[574]: ci-info: +--------+-------+-----------+-----------+-------+-------------------+
macos  | [  214.938536] cloud-init[574]: ci-info: | Device |   Up  |  Address  |    Mask   | Scope |     Hw-Address    |
macos  | [  214.942088] cloud-init[574]: ci-info: +--------+-------+-----------+-----------+-------+-------------------+
macos  | [  214.945326] cloud-init[574]: ci-info: | enp0s3 | False |     .     |     .     |   .   | 00:16:cb:d5:2c:ff |
macos  | [  214.949183] cloud-init[574]: ci-info: |   lo   |  True | 127.0.0.1 | 255.0.0.0 |  host |         .         |
macos  | [  214.953765] cloud-init[574]: ci-info: |   lo   |  True |  ::1/128  |     .     |  host |         .         |
macos  | [  214.956978] cloud-init[574]: ci-info: +--------+-------+-----------+-----------+-------+-------------------+
macos  | [  214.960416] cloud-init[574]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
macos  | [  214.963318] cloud-init[574]: ci-info: +-------+-------------+---------+-----------+-------+
macos  | [  214.965835] cloud-init[574]: ci-info: | Route | Destination | Gateway | Interface | Flags |
macos  | [  214.969243] cloud-init[574]: ci-info: +-------+-------------+---------+-----------+-------+
macos  | [  214.972571] cloud-init[574]: ci-info: +-------+-------------+---------+-----------+-------+
macos  | [  214.976370] cloud-init[574]: 2026-02-19 09:37:32,330 - azure.py[WARNING]: Unable to specify driver for interface with mac=7c:ed:8d:b4:e6:cb drivers=[]
macos  | [  215.019513] /dev/sr0: Can't lookup blockdev
macos  | [  215.088124] cloud-init[574]: 2026-02-19 09:37:32,442 - azure.py[ERROR]: Azure datasource failure occurred: result=error|reason=failure to find primary DHCP interface|agent=Cloud-Init/25.1.2-0ubuntu0~22.04.2|interface=enp0s3|driver=virtio_net|router=172.30.0.1|static_routes=None|'lease={''interface'': ''enp0s3'', ''fixed-address'': ''172.30.0.2'', ''subnet-mask'': ''255.255.255.0'', ''routers'': ''172.30.0.1'', ''dhcp-lease-time'': ''4294967295'', ''dhcp-message-type'': ''5'', ''domain-name-servers'': ''172.30.0.1'', ''dhcp-server-identifier'': ''172.30.0.1'', ''broadcast-address'': ''172.30.0.255'', ''host-name'': ''macos'', ''renew'': ''2 2094/03/09 12:51:40'', ''rebind'': ''2 2145/03/23 21:17:09'', ''expire'': ''0 2162/03/28 16:05:47''}'|vm_id=aea32962-6726-45f1-97a9-302d7ce616ed|timestamp=2026-02-19T09:37:32.441986+00:00|documentation_url=https://aka.ms/linuxprovisioningerror
macos  | [  215.134971] cloud-init[574]: 2026-02-19 09:37:32,489 - azure.py[WARNING]: Unable to specify driver for interface with mac=7c:ed:8d:b4:e6:cb drivers=[]
macos  | [  215.168545] cloud-init[574]: 2026-02-19 09:37:32,523 - networking.py[WARNING]: Not all expected physical devices present: {'7c:ed:8d:b4:e6:cb'}
macos  | [  215.173287] cloud-init[574]: 2026-02-19 09:37:32,523 - main.py[ERROR]: failed stage init
macos  | [  215.176234] cloud-init[574]: Traceback (most recent call last):
macos  | [  215.178404] cloud-init[574]:   File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 936, in status_wrapper
macos  | [  215.182512] cloud-init[574]:     ret = functor(name, args)
macos  | [  215.184861] cloud-init[574]:   File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 566, in main_init
macos  | [  215.188306] cloud-init[574]:     init.apply_network_config(bring_up=bring_up_interfaces)
macos  | [  215.191094] cloud-init[574]:   File "/usr/lib/python3/dist-packages/cloudinit/stages.py", line 1105, in apply_network_config
macos  | [  215.194711] cloud-init[574]:     self.distro.networking.wait_for_physdevs(netcfg)
macos  | [  215.197402] cloud-init[574]:   File "/usr/lib/python3/dist-packages/cloudinit/distros/networking.py", line 166, in wait_for_physdevs
macos  | [  215.202146] cloud-init[574]:     raise RuntimeError(msg)
macos  | [  215.204136] cloud-init[574]: RuntimeError: Not all expected physical devices present: {'7c:ed:8d:b4:e6:cb'}
macos  | [  215.207329] cloud-init[574]: failed run of stage init
macos  | [  215.209208] cloud-init[574]: ------------------------------------------------------------
macos  | [  215.212660] cloud-init[574]: Traceback (most recent call last):
macos  | [FAILED] Failed to start Cloud-init: Network Stage.
macos  | [  215.215153] cloud-init[574]:   File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 936, in status_wrapper
macos  | See 'systemctl status cloud-init.service' for details.
macos  | [  215.221543] cloud-init[574]:     ret = functor(name, args)
macos  | [  OK  ] Reached target Cloud-config availability.
macos  | [  215.225176] cloud-init[574]:   File "/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 566, in main_init
macos  | [  OK  ] Reached target Network is Online.
macos  | [  215.233301] cloud-init[574]:     init.apply_network_config(bring_up=bring_up_interfaces)
macos  | [  215.240092] cloud-init[574]:   File "/usr/lib/python3/dist-packages/cloudinit/stages.py", line 1105, in apply_network_config
macos  | [  OK  ] Reached target System Initialization.
macos  | [  215.241693] cloud-init[574]:     self.distro.networking.wait_for_physdevs(netcfg)
macos  | [  OK  ] Started Daily dpkg database backup timer.
macos  | [  215.248988] cloud-init[574]:   File "/usr/lib/python3/dist-packages/cloudinit/distros/networking.py", line 166, in wait_for_physdevs
macos  | [  OK  ] Started Periodic ext4 Onli…ata Check for All Filesystems.
macos  | [  215.258802] cloud-init[574]:     raise RuntimeError(msg)
macos  | [  OK  ] Started Discard unused blocks once a week.
macos  | [  215.265164] cloud-init[574]: RuntimeError: Not all expected physical devices present: {'7c:ed:8d:b4:e6:cb'}
macos  | [  OK  ] Started Daily rotation of log files.
macos  | [  215.272662] cloud-init[574]: ------------------------------------------------------------
macos  | [  OK  ] Started Daily man-db regeneration.
macos  | [  OK  ] Started Message of the Day.
macos  | [  OK  ] Started Run system activit…ounting tool every 10 minutes.
macos  | [  OK  ] Started Generate summary o…esterday's process accounting.
macos  | [  OK  ] Started Daily Cleanup of Temporary Directories.
macos  | [  OK  ] Started Download data for …ailed at package install time.
macos  | [  OK  ] Started Check to see wheth…w version of Ubuntu available.
macos  | [  OK  ] Reached target Path Units.
macos  | [  OK  ] Reached target Timer Units.
macos  | [  OK  ] Listening on cloud-init hotplug hook socket.
macos  | [  OK  ] Listening on D-Bus System Message Bus Socket.
macos  |          Starting Docker Socket for the API...
macos  | [  OK  ] Listening on Open-iSCSI iscsid Socket.
macos  | [  OK  ] Listening on Socket unix for snap application lxd.daemon.
macos  | [  OK  ] Listening on Socket unix f…p application lxd.user-daemon.
macos  |          Starting Socket activation for snappy daemon...
macos  | [  OK  ] Listening on UUID daemon activation socket.
macos  | [  OK  ] Finished Availability of block devices.
macos  | [  OK  ] Listening on Docker Socket for the API.
macos  | [  OK  ] Listening on Socket activation for snappy daemon.
macos  | [  OK  ] Reached target Socket Units.
macos  | [  OK  ] Reached target Basic System.
macos  | [  OK  ] Started Codespaces Virtual Machine Agent.
macos  | [  OK  ] Started D-Bus System Message Bus.
macos  |          Starting containerd container runtime...
macos  | [  OK  ] Started Save initial kernel messages after boot.
macos  |          Starting Remove Stale Onli…t4 Metadata Check Snapshots...
macos  | [  OK  ] Started Early OOM Daemon.
macos  | [  OK  ] Started GC Service.
macos  |          Starting Record successful boot for GRUB...
macos  | [  OK  ] Started irqbalance daemon.
macos  |          Starting Dispatcher daemon for systemd-networkd...
macos  |          Starting NVIDIA Persistence Daemon...
macos  |          Starting Connect NVMe-oF s…s automatically during boot...
macos  |          Starting System Logging Service...
macos  |          Starting Service for snap application lxd.activate...
macos  | [  OK  ] Reached target Preparation for Logins.
macos  |          Starting Wait until snapd is fully seeded...
macos  |          Starting Snap Daemon...
macos  |          Starting OpenBSD Secure Shell server...
macos  |          Starting Switcheroo Control Proxy service...
macos  |          Starting Resets System Activity Logs...
macos  |          Starting User Login Management...
macos  | [  OK  ] Started Ubuntu Pro Background Auto Attach.
macos  | [  OK  ] Started Azure Linux Agent.
macos  | [  OK  ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
macos  | [  OK  ] Finished Resets System Activity Logs.
macos  | [FAILED] Failed to start NVIDIA Persistence Daemon.
macos  | See 'systemctl status nvidia-persistenced.service' for details.
macos  | [  OK  ] Started OpenBSD Secure Shell server.
macos  | [  OK  ] Finished Connect NVMe-oF s…ems automatically during boot.
macos  | [  OK  ] Finished Record successful boot for GRUB.
macos  | [  OK  ] Reached target Preparation for Remote File Systems.
macos  | [  OK  ] Reached target Remote File Systems.
macos  |          Starting LSB: automatic crash report generation...
macos  | [  OK  ] Started Regular background program processing daemon.
macos  |          Starting GRUB failed boot detection...
macos  |          Starting Permit User Sessions...
macos  | [  OK  ] Started System Logging Service.
macos  | [  OK  ] Finished Permit User Sessions.
macos  | [  OK  ] Finished GRUB failed boot detection.
macos  | [  OK  ] Started Switcheroo Control Proxy service.
macos  | [  OK  ] Started User Login Management.
macos  |          Starting Hold until boot process finishes up...
macos  |          Starting Terminate Plymouth Boot Screen...
macos  | [  OK  ] Started Dispatcher daemon for systemd-networkd.
macos  | [  OK  ] Finished Hold until boot process finishes up.
macos  | [  OK  ] Started Serial Getty on ttyS0.
macos  |          Starting Set console scheme...
macos  | [  OK  ] Started LSB: automatic crash report generation.
macos  | [  OK  ] Finished Terminate Plymouth Boot Screen.
macos  | [  OK  ] Finished Set console scheme.
macos  | [  OK  ] Created slice Slice /system/getty.
macos  | [  OK  ] Started Getty on tty1.
macos  | [  OK  ] Reached target Login Prompts.
macos  | [  OK  ] Stopped NVIDIA Persistence Daemon.
macos  |          Starting NVIDIA Persistence Daemon...
macos  | [FAILED] Failed to start NVIDIA Persistence Daemon.
macos  | See 'systemctl status nvidia-persistenced.service' for details.
macos  | 2026-02-19T09:37:33.036854Z INFO Daemon Azure Linux Agent Version:2.2.46
macos  | 2026-02-19T09:37:33.039692Z INFO Daemon OS: ubuntu 22.04
macos  | 2026-02-19T09:37:33.042154Z INFO Daemon Python: 3.10.12
macos  | 2026-02-19T09:37:33.044660Z INFO Daemon CGroups Status: The cgroup filesystem is ready to use
macos  | 2026-02-19T09:37:33.049248Z WARNING Daemon Failed to create a cgroup for the VM Agent; resource usage for the Agent will not be tracked. Error: [CGroupsException] Failed to get paths of agent's cgroups. Error: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
macos  | 2026-02-19T09:37:33.059386Z INFO Daemon Run daemon
macos  | 2026-02-19T09:37:33.066374Z INFO Daemon cloud-init is enabled: True
macos  | 2026-02-19T09:37:33.068959Z INFO Daemon Using cloud-init for provisioning
macos  | 2026-02-19T09:37:33.072019Z INFO Daemon Clean protocol and wireserver endpoint
macos  | 2026-02-19T09:37:33.075770Z WARNING Daemon VM is provisioned, but the VM unique identifier has changed -- clearing cached state
macos  | 2026-02-19T09:37:33.088344Z INFO Daemon Detect protocol endpoints
macos  | 2026-02-19T09:37:33.091262Z INFO Daemon Clean protocol and wireserver endpoint
macos  | 2026-02-19T09:37:33.094135Z INFO Daemon WireServer endpoint is not found. Rerun dhcp handler
macos  | 2026-02-19T09:37:33.097931Z INFO Daemon Test for route to 168.63.129.16
macos  | 2026-02-19T09:37:33.101416Z WARNING Daemon No route exists to 168.63.129.16
macos  | 2026-02-19T09:37:33.104254Z INFO Daemon Checking for dhcp lease cache
macos  | 2026-02-19T09:37:33.107405Z INFO Daemon looking for leases in path [/var/lib/dhcp/dhclient.*.leases]
macos  | [  OK  ] Started containerd container runtime.
macos  | 2026-02-19T09:37:33.111385Z INFO Daemon cached endpoint not found
macos  | 2026-02-19T09:37:33.116995Z INFO Daemon Cache exists [False]
macos  | 2026-02-19T09:37:33.119532Z INFO Daemon Send dhcp request
macos  | 2026-02-19T09:37:33.121905Z INFO Daemon Examine /proc/net/route for primary interface
macos  | 2026-02-19T09:37:33.125480Z ERROR Daemon /proc/net/route contains no routes
macos  | 2026-02-19T09:37:33.128905Z WARNING Daemon Could not determine primary interface, please ensure /proc/net/route is correct
macos  | 2026-02-19T09:37:33.133973Z WARNING Daemon Contents of /proc/net/route:
macos  | Iface  Destination     Gateway         Flags   RefCnt  Use     Metric  Mask            MTU Window   IRTT                                                       
macos  | 
macos  | 2026-02-19T09:37:33.141350Z WARNING Daemon Primary interface examination will retry silently
macos  |          Starting Docker Application Container Engine...
macos  | [  OK  ] Stopped NVIDIA Persistence Daemon.
macos  |          Starting NVIDIA Persistence Daemon...
macos  | [FAILED] Failed to start NVIDIA Persistence Daemon.
macos  | See 'systemctl status nvidia-persistenced.service' for details.
macos  | 2026-02-19T09:37:33.302428Z ERROR Daemon Event: name=WALinuxAgent, op=UnhandledError, message=Traceback (most recent call last):
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/daemon/main.py", line 81, in run
macos  |     self.daemon(child_args)
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/daemon/main.py", line 139, in daemon
macos  |     self.provision_handler.run()
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/pa/provision/cloudinit.py", line 46, in run
macos  |     if super(CloudInitProvisionHandler, self).is_provisioned():
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/pa/provision/default.py", line 197, in is_provisioned
macos  |     self.report_ready()
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/pa/provision/default.py", line 315, in report_ready
macos  |     protocol = self.protocol_util.get_protocol()
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/common/protocol/util.py", line 355, in get_protocol
macos  |     protocol_name, protocol = self._detect_protocol(protocols)
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/common/protocol/util.py", line 267, in _detect_protocol
macos  |     protocol = self._detect_wire_protocol() \
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/common/protocol/util.py", line 234, in _detect_wire_protocol
macos  |     self.dhcp_handler.run()
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/common/dhcp.py", line 62, in run
macos  |     self.send_dhcp_req()
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/common/dhcp.py", line 166, in send_dhcp_req
macos  |     mac_addr = self.osutil.get_mac_addr()
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/common/osutil/default.py", line 757, in get_mac_addr
macos  |     ifname = self.get_if_name()
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/common/osutil/default.py", line 1054, in get_if_name
macos  |     if_name = self.get_first_if()[0]
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/common/osutil/default.py", line 821, in get_first_if
macos  |     ifaces = self._get_all_interfaces()
macos  |   File "/usr/lib/python3/dist-packages/azurelinuxagent/common/osutil/default.py", line 804, in _get_all_interfaces
macos  |     ifconf_buff = buff.tostring()
macos  | AttributeError: 'array.array' object has no attribute 'tostring'
macos  | , duration=0
macos  | 2026-02-19T09:37:33.377769Z WARNING Daemon Daemon ended with exception -- Sleep 15 seconds and restart daemon
macos  | [  OK  ] Stopped NVIDIA Persistence Daemon.
macos  |          Starting NVIDIA Persistence Daemon...
macos  | [FAILED] Failed to start NVIDIA Persistence Daemon.
macos  | See 'systemctl status nvidia-persistenced.service' for details.
macos  | [  OK  ] Stopped Codespaces Virtual Machine Agent.
macos  | [  OK  ] Started Codespaces Virtual Machine Agent.
macos  | [  OK  ] Stopped NVIDIA Persistence Daemon.
macos  |          Starting NVIDIA Persistence Daemon...
macos  | [FAILED] Failed to start NVIDIA Persistence Daemon.
macos  | See 'systemctl status nvidia-persistenced.service' for details.
macos  | [  OK  ] Stopped NVIDIA Persistence Daemon.
macos  | [FAILED] Failed to start NVIDIA Persistence Daemon.
macos  | See 'systemctl status nvidia-persistenced.service' for details.
macos  | [  OK  ] Stopped Codespaces Virtual Machine Agent.
macos  | [  OK  ] Started Codespaces Virtual Machine Agent.
macos  | [  OK  ] Started Docker Application Container Engine.
macos  | [  OK  ] Stopped Codespaces Virtual Machine Agent.
macos  | [  OK  ] Started Codespaces Virtual Machine Agent.
macos  | [  OK  ] Started Snap Daemon.
macos  |          Starting Time & Date Service...
macos  | [  OK  ] Started Time & Date Service.
macos  | [  OK  ] Finished Wait until snapd is fully seeded.
macos  |          Starting Cloud-init: Config Stage...
macos  | [  OK  ] Finished Service for snap application lxd.activate.
macos  | [  OK  ] Stopped Codespaces Virtual Machine Agent.
macos  | [  OK  ] Started Codespaces Virtual Machine Agent.
macos  | [  217.666149] cloud-init[1145]: Cloud-init v. 25.1.2-0ubuntu0~22.04.2 running 'modules:config' at Thu, 19 Feb 2026 09:37:34 +0000. Up 217.61 seconds.
macos  | [FAILED] Failed to start Cloud-init: Config Stage.
macos  | See 'systemctl status cloud-config.service' for details.
macos  | [  OK  ] Reached target Multi-User System.
macos  | [  OK  ] Reached target Graphical Interface.
macos  |          Starting Cloud-init: Final Stage...
macos  |          Starting Record Runlevel Change in UTMP...
macos  | [  OK  ] Finished Record Runlevel Change in UTMP.
macos  | [  OK  ] Stopped Codespaces Virtual Machine Agent.
macos  | [FAILED] Failed to start Codespaces Virtual Machine Agent.
macos  | See 'systemctl status codespaces.service' for details.
macos  | [  218.269088] cloud-init[1175]: Cloud-init v. 25.1.2-0ubuntu0~22.04.2 running 'modules:final' at Thu, 19 Feb 2026 09:37:35 +0000. Up 218.22 seconds.
macos  | ci-info: no authorized SSH keys fingerprints found for user cloudenv.
macos  | <14>Feb 19 09:37:35 cloud-init: #############################################################
macos  | <14>Feb 19 09:37:35 cloud-init: -----BEGIN SSH HOST KEY FINGERPRINTS-----
macos  | <14>Feb 19 09:37:35 cloud-init: 256 SHA256:BJLsFb8IU76hrb8SmkgiFzokxywgRxu0mZJlBRn43U4 root@198a1546-5987-49dd-93bc-0b768d33ffe7 (ECDSA)
macos  | <14>Feb 19 09:37:35 cloud-init: 256 SHA256:HDMvKhpNrwxIvVaZFuPoqyxrAIwxO6MO4fIfv4SPInw root@198a1546-5987-49dd-93bc-0b768d33ffe7 (ED25519)
macos  | <14>Feb 19 09:37:35 cloud-init: 3072 SHA256:a1HVKzRUfaZsPVmA9q3hUWEioHXFQ/GqBLRoqRoktYA root@198a1546-5987-49dd-93bc-0b768d33ffe7 (RSA)
macos  | <14>Feb 19 09:37:35 cloud-init: -----END SSH HOST KEY FINGERPRINTS-----
macos  | <14>Feb 19 09:37:35 cloud-init: #############################################################
macos  | -----BEGIN SSH HOST KEY KEYS-----
macos  | ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOqmUjZlcSxXC7/L6PVtoY+pLE1GzK07GaH8J5R+k+Y1+hRX50XziWuSKR6ne3fbK8e5OSH4YMDgUrHGb+sWfG8= root@198a1546-5987-49dd-93bc-0b768d33ffe7
macos  | ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFyXJLMpzG8Xzw9FHmgLmZsbloXwHPt0v6ErMy+OUNG7 root@198a1546-5987-49dd-93bc-0b768d33ffe7
macos  | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHsVNrcYhxkoxZxFdfyU59IZLJSqW/xGHcmaCM4xRb0FFiLeYHyiyaF8Ig3fZrbJplcMVvdO0P6tvyxxqky8IK8ZM97j9sVjUJedo8RU1cThRxMy4330TFYsy4OjGkCsFPp6DE4i7e2mLUbc7k0fRxkQMu0/QexhtBzf+NmzLdUEo0MIasvufiEkdXhxBMreeXWWZsfXaTn8RjwqWf/or1pdEIz64iphcjTDVhr/Ui6OBtCJXFc6MO/KH9CfZ5h/428HeNLooPecj+lEdDLtpZqTgHgsc1o+/ZNGjn5p9jRznLsDdmKpV+10NqIROsiGoyiRA5fi4GTGaJU1WiqiBIeZ46lyErdDX7QOzS8s59aLhrxyc/XXKWCmeIvNVQah43SQG/Hi6C7EMZy4KO8GUEkpZYLZHCSdT0FhNRMCw3LN5GqFUsUsD+rFcM0mZsqEUBXlKerPBsHfDWnsxTCEhJhwgTW9rw3MQaaS1j8mX/oAqVYh6ONc6qd1XQfXga0H0= root@198a1546-5987-49dd-93bc-0b768d33ffe7
macos  | -----END SSH HOST KEY KEYS-----
macos  | [  218.389055] cloud-init[1175]: Cloud-init v. 25.1.2-0ubuntu0~22.04.2 finished at Thu, 19 Feb 2026 09:37:35 +0000. Datasource DataSourceAzure [seed=/var/lib/waagent].  Up 218.38 seconds
macos  | [FAILED] Failed to start Cloud-init: Final Stage.
macos  | See 'systemctl status cloud-final.service' for details.
macos  | [  OK  ] Reached target Cloud-init target.
macos  | 
macos  | Ubuntu 22.04.5 LTS 198a1546-5987-49dd-93bc-0b768d33ffe7 ttyS0
macos  | 
macos  | 198a1546-5987-49dd-93bc-0b768d33ffe7 login: 2026-02-19T09:37:48.396687Z INFO Daemon Run daemon
macos  | 2026-02-19T09:37:48.402795Z INFO Daemon cloud-init is enabled: True
macos  | 2026-02-19T09:37:48.404418Z INFO Daemon Using cloud-init for provisioning
macos  | 2026-02-19T09:37:48.406391Z INFO Daemon Clean protocol and wireserver endpoint
macos  | 2026-02-19T09:37:48.408377Z INFO Daemon Provisioning already completed, skipping.
macos  | 2026-02-19T09:37:48.410350Z INFO Daemon RDMA capabilities are not enabled, skipping
macos  | 2026-02-19T09:37:48.414403Z INFO Daemon Determined Agent WALinuxAgent-2.13.1.1 to be the latest agent
macos  | 2026-02-19T09:37:48.709848Z INFO ExtHandler ExtHandler The agent will now check for updates and then will process extensions. Output to /dev/console will be suspended during those operations.

Screenshots (optional)

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions