microsoft / microsoft/WSL

Can't connect to WSL in VSCode but it works fine on my computer. Lack of Network capabilities on WSL WebSocket closed with 1006

Open
#13,256 5 comments 1 reaction 0 assignees View on GitHub
network
Dominant language
C++
Stars
33.7k
Forks
1.8k
Avg merge
3d 17h
Merged PRs (30d)
116

Description

### Windows Version

Microsoft Windows [Version 10.0.19045.6093]

### WSL Version

2.5.9.0

### Are you using WSL 1 or WSL 2?

- [x] WSL 2
- [ ] WSL 1

### Kernel Version

6.6.87.2-1

### Distro Version

Ubuntu-24.04

### Other Software

Visual Studio Code 1.102.0 with Remote Development Extension 0.26.0
Anything involving network or internet in WSL

### Repro Steps

Open Visual Studio Code
Click on blue remote development button (bottom-left)
Click Connect to WSL
It won't connect
So does anything involving using the internet. My WSL is fine though on it's own but still can't use network I also get
Failed to configure network (networkingMode Nat), falling back to networkingMode VirtioProxy

### Expected Behavior

Connect to WSL

### Actual Behavior

[2025-07-15 17:00:31.379] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu-24.04 -e /root/.vscode-server/bin/cb0c47c0cfaad0757385834bd89d410c78a856c0/node -e const net = require('net'); process.stdin.pause(); const client = net.createConnection({ host: '127.0.0.1', port: 36201 }, () => { client.pipe(process.stdout); process.stdin.pipe(client); }); client.on('close', function (hadError) { console.error(hadError ? 'Remote close with error' : 'Remote close'); process.exit(hadError ? 1 : 0); }); client.on('error', function (err) { process.stderr.write(err && (err.stack || err.message) || String(err)); });
[2025-07-15 17:00:31.569] Exec (0) stderr: Error: connect ECONNREFUSED 127.0.0.1:36201
[2025-07-15 17:00:31.569] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16)
[2025-07-15 17:00:31.570] Exec (0) stderr: Remote close with error
[2025-07-15 17:00:31.828] Exec (0): Local close
[2025-07-15 17:00:31.829] Exec (0) has terminated (local socket closed) with status 1 and message undefined.
[2025-07-15 17:00:31.831] Resolving wsl+Ubuntu-24.04, resolveAttempt: 2
[2025-07-15 17:00:31.831] Returning resolved promise.
[2025-07-15 17:00:31.844] Using executable (1) to forward requests from local 50593 to remote 36201
[2025-07-15 17:00:31.844] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu-24.04 -e /root/.vscode-server/bin/cb0c47c0cfaad0757385834bd89d410c78a856c0/node -e const net = require('net'); process.stdin.pause(); const client = net.createConnection({ host: '127.0.0.1', port: 36201 }, () => { client.pipe(process.stdout); process.stdin.pipe(client); }); client.on('close', function (hadError) { console.error(hadError ? 'Remote close with error' : 'Remote close'); process.exit(hadError ? 1 : 0); }); client.on('error', function (err) { process.stderr.write(err && (err.stack || err.message) || String(err)); });
[2025-07-15 17:00:32.020] Exec (1) stderr: Error: connect ECONNREFUSED 127.0.0.1:36201
[2025-07-15 17:00:32.020] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16)
[2025-07-15 17:00:32.021] Exec (1) stderr: Remote close with error
[2025-07-15 17:00:32.083] Exec (1): Local close
[2025-07-15 17:00:32.083] Exec (1) has terminated (local socket closed) with status 1 and message undefined.
[2025-07-15 17:00:32.095] Using executable (2) to forward requests from local 50593 to remote 36201
[2025-07-15 17:00:32.095] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu-24.04 -e /root/.vscode-server/bin/cb0c47c0cfaad0757385834bd89d410c78a856c0/node -e const net = require('net'); process.stdin.pause(); const client = net.createConnection({ host: '127.0.0.1', port: 36201 }, () => { client.pipe(process.stdout); process.stdin.pipe(client); }); client.on('close', function (hadError) { console.error(hadError ? 'Remote close with error' : 'Remote close'); process.exit(hadError ? 1 : 0); }); client.on('error', function (err) { process.stderr.write(err && (err.stack || err.message) || String(err)); });
[2025-07-15 17:00:32.251] Exec (2) stderr: Error: connect ECONNREFUSED 127.0.0.1:36201
[2025-07-15 17:00:32.251] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16)
[2025-07-15 17:00:32.251] Exec (2) stderr: Remote close with error
[2025-07-15 17:00:32.293] Exec (2): Local close
[2025-07-15 17:00:32.294] Exec (2) has terminated (local socket closed) with status 1 and message undefined.
[2025-07-15 17:00:32.295] Resolving wsl+Ubuntu-24.04, resolveAttempt: 3
[2025-07-15 17:00:32.295] Returning resolved promise.
[2025-07-15 17:00:32.312] Using executable (3) to forward requests from local 50593 to remote 36201
[2025-07-15 17:00:32.312] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu-24.04 -e /root/.vscode-server/bin/cb0c47c0cfaad0757385834bd89d410c78a856c0/node -e const net = require('net'); process.stdin.pause(); const client = net.createConnection({ host: '127.0.0.1', port: 36201 }, () => { client.pipe(process.stdout); process.stdin.pipe(client); }); client.on('close', function (hadError) { console.error(hadError ? 'Remote close with error' : 'Remote close'); process.exit(hadError ? 1 : 0); }); client.on('error', function (err) { process.stderr.write(err && (err.stack || err.message) || String(err)); });
[2025-07-15 17:00:32.443] Exec (3) stderr: Error: connect ECONNREFUSED 127.0.0.1:36201
[2025-07-15 17:00:32.443] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16)
[2025-07-15 17:00:32.443] Exec (3) stderr: Remote close with error
[2025-07-15 17:00:32.482] Exec (3): Local close
[2025-07-15 17:00:32.483] Exec (3) has terminated (local socket closed) with status 1 and message undefined.
[2025-07-15 17:00:32.502] Using executable (4) to forward requests from local 50593 to remote 36201
[2025-07-15 17:00:32.502] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu-24.04 -e /root/.vscode-server/bin/cb0c47c0cfaad0757385834bd89d410c78a856c0/node -e const net = require('net'); process.stdin.pause(); const client = net.createConnection({ host: '127.0.0.1', port: 36201 }, () => { client.pipe(process.stdout); process.stdin.pipe(client); }); client.on('close', function (hadError) { console.error(hadError ? 'Remote close with error' : 'Remote close'); process.exit(hadError ? 1 : 0); }); client.on('error', function (err) { process.stderr.write(err && (err.stack || err.message) || String(err)); });
[2025-07-15 17:00:32.646] Exec (4) stderr: Error: connect ECONNREFUSED 127.0.0.1:36201
[2025-07-15 17:00:32.646] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16)
[2025-07-15 17:00:32.646] Exec (4) stderr: Remote close with error
[2025-07-15 17:00:32.681] Exec (4): Local close
[2025-07-15 17:00:32.684] Resolving wsl+Ubuntu-24.04, resolveAttempt: 4
[2025-07-15 17:00:32.684] Returning resolved promise.
[2025-07-15 17:00:32.684] Exec (4) has terminated (local socket closed) with status 1 and message undefined.
[2025-07-15 17:00:32.692] Using executable (5) to forward requests from local 50593 to remote 36201
[2025-07-15 17:00:32.692] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu-24.04 -e /root/.vscode-server/bin/cb0c47c0cfaad0757385834bd89d410c78a856c0/node -e const net = require('net'); process.stdin.pause(); const client = net.createConnection({ host: '127.0.0.1', port: 36201 }, () => { client.pipe(process.stdout); process.stdin.pipe(client); }); client.on('close', function (hadError) { console.error(hadError ? 'Remote close with error' : 'Remote close'); process.exit(hadError ? 1 : 0); }); client.on('error', function (err) { process.stderr.write(err && (err.stack || err.message) || String(err)); });
[2025-07-15 17:00:32.840] Exec (5) stderr: Error: connect ECONNREFUSED 127.0.0.1:36201
[2025-07-15 17:00:32.840] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16)
[2025-07-15 17:00:32.841] Exec (5) stderr: Remote close with error
[2025-07-15 17:00:32.879] Exec (5): Local close
[2025-07-15 17:00:32.882] Exec (5) has terminated (local socket closed) with status 1 and message undefined.
[2025-07-15 17:00:32.900] Using executable (6) to forward requests from local 50593 to remote 36201
[2025-07-15 17:00:32.900] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu-24.04 -e /root/.vscode-server/bin/cb0c47c0cfaad0757385834bd89d410c78a856c0/node -e const net = require('net'); process.stdin.pause(); const client = net.createConnection({ host: '127.0.0.1', port: 36201 }, () => { client.pipe(process.stdout); process.stdin.pipe(client); }); client.on('close', function (hadError) { console.error(hadError ? 'Remote close with error' : 'Remote close'); process.exit(hadError ? 1 : 0); }); client.on('error', function (err) { process.stderr.write(err && (err.stack || err.message) || String(err)); });
[2025-07-15 17:00:33.051] Exec (6) stderr: Error: connect ECONNREFUSED 127.0.0.1:36201
[2025-07-15 17:00:33.051] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16)
[2025-07-15 17:00:33.052] Exec (6) stderr: Remote close with error
[2025-07-15 17:00:33.113] Exec (6): Local close
[2025-07-15 17:00:33.113] Exec (6) has terminated (local socket closed) with status 1 and message undefined.
[2025-07-15 17:00:33.116] Resolving wsl+Ubuntu-24.04, resolveAttempt: 5
[2025-07-15 17:00:33.116] Returning resolved promise.
[2025-07-15 17:00:33.138] Using executable (7) to forward requests from local 50593 to remote 36201
[2025-07-15 17:00:33.138] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu-24.04 -e /root/.vscode-server/bin/cb0c47c0cfaad0757385834bd89d410c78a856c0/node -e const net = require('net'); process.stdin.pause(); const client = net.createConnection({ host: '127.0.0.1', port: 36201 }, () => { client.pipe(process.stdout); process.stdin.pipe(client); }); client.on('close', function (hadError) { console.error(hadError ? 'Remote close with error' : 'Remote close'); process.exit(hadError ? 1 : 0); }); client.on('error', function (err) { process.stderr.write(err && (err.stack || err.message) || String(err)); });
[2025-07-15 17:00:33.281] Exec (7) stderr: Error: connect ECONNREFUSED 127.0.0.1:36201
[2025-07-15 17:00:33.281] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16)
[2025-07-15 17:00:33.282] Exec (7) stderr: Remote close with error
[2025-07-15 17:00:33.329] Exec (7): Local close
[2025-07-15 17:00:33.331] Exec (7) has terminated (local socket closed) with status 1 and message undefined.
[2025-07-15 17:00:33.343] Using executable (8) to forward requests from local 50593 to remote 36201
[2025-07-15 17:00:33.344] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu-24.04 -e /root/.vscode-server/bin/cb0c47c0cfaad0757385834bd89d410c78a856c0/node -e const net = require('net'); process.stdin.pause(); const client = net.createConnection({ host: '127.0.0.1', port: 36201 }, () => { client.pipe(process.stdout); process.stdin.pipe(client); }); client.on('close', function (hadError) { console.error(hadError ? 'Remote close with error' : 'Remote close'); process.exit(hadError ? 1 : 0); }); client.on('error', function (err) { process.stderr.write(err && (err.stack || err.message) || String(err)); });
[2025-07-15 17:00:33.482] Exec (8) stderr: Error: connect ECONNREFUSED 127.0.0.1:36201
[2025-07-15 17:00:33.482] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16)
[2025-07-15 17:00:33.483] Exec (8) stderr: Remote close with error
[2025-07-15 17:00:33.522] Exec (8): Local close
[2025-07-15 17:00:33.529] Exec (8) has terminated (local socket closed) with status 1 and message undefined.
[2025-07-15 17:00:33.534] Using executable (9) to forward requests from local 50593 to remote 36201
[2025-07-15 17:00:33.535] NodeExecServer run: C:\WINDOWS\System32\wsl.exe -d Ubuntu-24.04 -e /root/.vscode-server/bin/cb0c47c0cfaad0757385834bd89d410c78a856c0/node -e const net = require('net'); process.stdin.pause(); const client = net.createConnection({ host: '127.0.0.1', port: 36201 }, () => { client.pipe(process.stdout); process.stdin.pipe(client); }); client.on('close', function (hadError) { console.error(hadError ? 'Remote close with error' : 'Remote close'); process.exit(hadError ? 1 : 0); }); client.on('error', function (err) { process.stderr.write(err && (err.stack || err.message) || String(err)); });
[2025-07-15 17:00:33.731] Exec (9) stderr: Error: connect ECONNREFUSED 127.0.0.1:36201
[2025-07-15 17:00:33.731] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16)
[2025-07-15 17:00:33.733] Exec (9) stderr: Remote close with error
[2025-07-15 17:00:33.866] Exec (9): Local close
[2025-07-15 17:00:34.186] Exec (9) has terminated (local socket closed) with status 1 and message undefined

[WslLogs-2025-07-16_03-04-22.zip](https://github.com/user-attachments/files/21239414/WslLogs-2025-07-16_03-04-22.zip)

### Diagnostic Logs

[ 0.000000] Linux version 6.6.87.2-microsoft-standard-WSL2 (root@439a258ad544) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37) #1 SMP PREEMPT_DYNAMIC Thu Jun 5 18:30:46 UTC 2025
[ 0.000000] Command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=8 hv_utils.timesync_implicit=1 earlycon=uart8250,io,0x3f8,115200 console=hvc0 debug pty.legacy_count=0 WSL_ENABLE_CRASH_DUMP=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000e0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000001fffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000000200000-0x00000000f7ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004065fffff] usable
[ 0.000000] earlycon: uart8250 at I/O port 0x3f8 (options '115200')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] DMI not present or invalid.
[ 0.000000] Hypervisor detected: Microsoft Hyper-V
[ 0.000000] Hyper-V: privilege flags low 0x2e7f, high 0x3b8030, hints 0x22c2c, misc 0x24bed7b6
[ 0.000000] Hyper-V: Nested features: 0x0
[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500
[ 0.000000] Hyper-V: Using hypercall for remote TLB flush
[ 0.000000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
[ 0.000004] clocksource: hyperv_clocksource_msr: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
[ 0.010704] tsc: Marking TSC unstable due to running on Hyper-V
[ 0.014459] tsc: Detected 3999.998 MHz processor
[ 0.016885] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.020767] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.028883] last_pfn = 0x406600 max_arch_pfn = 0x400000000
[ 0.033173] MTRR map: 5 entries (4 fixed + 1 variable; max 20), built from 8 variable MTRRs
[ 0.042847] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.047756] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[ 0.050876] Using GB pages for direct mapping
[ 0.053856] RAMDISK: [mem 0x04be4000-0x04e7dfff]
[ 0.060334] ACPI: Early table checksum verification disabled
[ 0.064474] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[ 0.068359] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.077654] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.083778] ACPI: DSDT 0x00000000001011B8 01E184 (v02 MSFTVM DSDT01 00000001 MSFT 05000000)
[ 0.091820] ACPI: FACS 0x0000000000101114 000040
[ 0.096430] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.102595] ACPI: SRAT 0x000000000011F33C 000290 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.112723] ACPI: APIC 0x000000000011F5CC 000088 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.118799] ACPI: Reserving FACP table memory at [mem 0x101000-0x101113]
[ 0.126961] ACPI: Reserving DSDT table memory at [mem 0x1011b8-0x11f33b]
[ 0.131238] ACPI: Reserving FACS table memory at [mem 0x101114-0x101153]
[ 0.134965] ACPI: Reserving OEM0 table memory at [mem 0x101154-0x1011b7]
[ 0.140321] ACPI: Reserving SRAT table memory at [mem 0x11f33c-0x11f5cb]
[ 0.144511] ACPI: Reserving APIC table memory at [mem 0x11f5cc-0x11f653]
[ 0.148933] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.151296] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.153755] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.159736] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.162408] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.164791] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.167242] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.169493] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[ 0.173299] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0xf7ffffff] hotplug
[ 0.177668] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x4065fffff] hotplug
[ 0.181313] ACPI: SRAT: Node 0 PXM 0 [mem 0x406600000-0x9ffdfffff] hotplug
[ 0.184918] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug
[ 0.191436] ACPI: SRAT: Node 0 PXM 0 [mem 0x10000000000-0x1ffffffffff] hotplug
[ 0.196275] ACPI: SRAT: Node 0 PXM 0 [mem 0x20000000000-0x3ffffffffff] hotplug
[ 0.200516] ACPI: SRAT: Node 0 PXM 0 [mem 0x40000000000-0x7ffffffffff] hotplug
[ 0.205330] ACPI: SRAT: Node 0 PXM 0 [mem 0x80000000000-0xfffffffffff] hotplug
[ 0.210577] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000000-0x1fffffffffff] hotplug
[ 0.214365] ACPI: SRAT: Node 0 PXM 0 [mem 0x200000000000-0x3fffffffffff] hotplug
[ 0.218643] ACPI: SRAT: Node 0 PXM 0 [mem 0x400000000000-0x7fffffffffff] hotplug
[ 0.227322] ACPI: SRAT: Node 0 PXM 0 [mem 0x800000000000-0xffffffffffff] hotplug
[ 0.232662] NUMA: Node 0 [mem 0x00000000-0xf7ffffff] + [mem 0x100000000-0x4065fffff] -> [mem 0x00000000-0x4065fffff]
[ 0.240813] NODE_DATA(0) allocated [mem 0x4065de000-0x4065fffff]
[ 0.244814] Zone ranges:
[ 0.246540] DMA32 [mem 0x0000000000001000-0x00000000ffffffff]
[ 0.250215] Normal [mem 0x0000000100000000-0x00000004065fffff]
[ 0.253615] Device empty
[ 0.256645] Movable zone start for each node
[ 0.260090] Early memory node ranges
[ 0.262020] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.266709] node 0: [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.270583] node 0: [mem 0x0000000100000000-0x00000004065fffff]
[ 0.277500] Initmem setup node 0 [mem 0x0000000000001000-0x00000004065fffff]
[ 0.283020] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.335924] On node 0, zone DMA32: 352 pages in unavailable ranges
[ 0.344839] On node 0, zone Normal: 6656 pages in unavailable ranges
[ 0.348891] ACPI: PM-Timer IO Port: 0x408
[ 0.359791] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.363497] IOAPIC[0]: apic_id 8, version 17, address 0xfec00000, GSI 0-23
[ 0.367000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.370827] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.378676] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.382114] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.386808] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.394488] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000e0fff]
[ 0.398940] PM: hibernation: Registered nosave memory: [mem 0x000e1000-0x000fffff]
[ 0.403455] PM: hibernation: Registered nosave memory: [mem 0x00100000-0x001fffff]
[ 0.412166] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xffffffff]
[ 0.416663] [mem 0xf8000000-0xffffffff] available for PCI devices
[ 0.422702] Booting paravirtualized kernel on Hyper-V
[ 0.427925] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.434591] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.443203] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 0.446998] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 0.450854] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.453406] Hyper-V: PV spinlocks enabled
[ 0.456956] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.461598] Kernel command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=8 hv_utils.timesync_implicit=1 earlycon=uart8250,io,0x3f8,115200 console=hvc0 debug pty.legacy_count=0 WSL_ENABLE_CRASH_DUMP=1
[ 0.476307] Unknown kernel command line parameters "WSL_ROOT_INIT=1 WSL_ENABLE_CRASH_DUMP=1", will be passed to user space.
[ 0.483698] random: crng init done
[ 0.498165] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.514655] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.521032] Fallback order for Node 0: 0
[ 0.521041] Built 1 zonelists, mobility grouping on. Total pages: 4121192
[ 0.532599] Policy zone: Normal
[ 0.536439] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.545610] software IO TLB: area num 8.
[ 0.648516] Memory: 4123796K/16749180K available (20480K kernel code, 3457K rwdata, 13496K rodata, 4492K init, 6208K bss, 407792K reserved, 0K cma-reserved)
[ 0.662254] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.666134] Kernel/User page tables isolation: enabled
[ 0.669764] ftrace: allocating 55808 entries in 218 pages
[ 0.692516] ftrace: allocated 218 pages with 5 groups
[ 0.697905] Dynamic Preempt: none
[ 0.700192] rcu: Preemptible hierarchical RCU implementation.
[ 0.703584] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.710295] Trampoline variant of Tasks RCU enabled.
[ 0.712995] Rude variant of Tasks RCU enabled.
[ 0.715296] Tracing variant of Tasks RCU enabled.
[ 0.717608] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.722215] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.732825] Using NULL legacy PIC
[ 0.734427] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 0
[ 0.737311] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.743072] Console: colour dummy device 80x25
[ 0.745317] ACPI: Core revision 20230628
[ 0.747419] Failed to register legacy timer interrupt
[ 0.749829] APIC: Switch to symmetric I/O mode setup
[ 0.753893] Hyper-V: Host Build 10.0.19041.6093-6-0
[ 0.757426] Hyper-V: enabling crash_kexec_post_notifiers
[ 0.760501] Hyper-V: Using IPI hypercalls
[ 0.762662] APIC: send_IPI() replaced with hv_send_ipi()
[ 0.765530] APIC: send_IPI_mask() replaced with hv_send_ipi_mask()
[ 0.768941] APIC: send_IPI_mask_allbutself() replaced with hv_send_ipi_mask_allbutself()
[ 0.774427] APIC: send_IPI_allbutself() replaced with hv_send_ipi_allbutself()
[ 0.779892] APIC: send_IPI_all() replaced with hv_send_ipi_all()
[ 0.784160] APIC: send_IPI_self() replaced with hv_send_ipi_self()
[ 0.787988] Hyper-V: Using enlightened APIC (xapic mode)
[ 0.788002] APIC: eoi() replaced with hv_apic_eoi_write()
[ 0.794892] APIC: read() replaced with hv_apic_read()
[ 0.797515] APIC: write() replaced with hv_apic_write()
[ 0.800548] APIC: icr_write() replaced with hv_apic_icr_write()
[ 0.803868] APIC: icr_read() replaced with hv_apic_icr_read()
[ 0.808473] Calibrating delay loop (skipped), value calculated using timer frequency.. 7999.99 BogoMIPS (lpj=15999992)
[ 0.812466] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.812466] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.812466] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.812466] Spectre V2 : Mitigation: Retpolines
[ 0.812466] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.812466] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.812466] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.812466] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.812466] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.812466] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.812466] MDS: Mitigation: Clear CPU buffers
[ 0.812466] MMIO Stale Data: Unknown: No mitigations
[ 0.812466] SRBDS: Unknown: Dependent on hypervisor status
[ 0.812466] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.812466] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.812466] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.812466] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.812466] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.812466] Freeing SMP alternatives memory: 44K
[ 0.812466] pid_max: default: 32768 minimum: 301
[ 0.812466] LSM: initializing lsm=capability,landlock,yama,safesetid,selinux,integrity
[ 0.812466] landlock: Up and running.
[ 0.812466] Yama: becoming mindful.
[ 0.812466] SELinux: Initializing.
[ 0.812466] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.812466] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.812466] smpboot: CPU0: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[ 0.812924] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.816600] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.820522] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.824552] Performance Events: Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.828489] ... version: 3
[ 0.830574] ... bit width: 48
[ 0.832474] ... generic registers: 4
[ 0.834665] ... value mask: 0000ffffffffffff
[ 0.836471] ... max period: 00007fffffffffff
[ 0.840478] ... fixed-purpose events: 3
[ 0.842788] ... event mask: 000000070000000f
[ 0.844661] signal: max sigframe size: 1776
[ 0.846785] rcu: Hierarchical SRCU implementation.
[ 0.848472] rcu: Max phase no-delay instances is 1000.
[ 0.852503] smp: Bringing up secondary CPUs ...
[ 0.856791] smpboot: x86: Booting SMP configuration:
[ 0.859801] .... node #0, CPUs: #2 #4 #6 #1 #3 #5 #7
[ 0.861963] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.868724] smp: Brought up 1 node, 8 CPUs
[ 0.870637] smpboot: Max logical packages: 1
[ 0.872471] smpboot: Total of 8 processors activated (63999.96 BogoMIPS)
[ 0.920508] node 0 deferred pages initialised in 44ms
[ 0.925903] devtmpfs: initialized
[ 0.926183] x86/mm: Memory block size: 128MB
[ 0.929642] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.932566] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.936615] pinctrl core: initialized pinctrl subsystem
[ 0.941583] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.945673] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.949365] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.952501] audit: initializing netlink subsys (disabled)
[ 0.955295] audit: type=2000 audit(1752598777.144:1): state=initialized audit_enabled=0 res=1
[ 0.955295] thermal_sys: Registered thermal governor 'step_wise'
[ 0.956494] thermal_sys: Registered thermal governor 'user_space'
[ 0.959481] cpuidle: using governor ladder
[ 0.963014] cpuidle: using governor menu
[ 0.964579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.968143] dca service started, version 1.12.1
[ 0.968490] PCI: Fatal: No config space access function found
[ 0.972559] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.976772] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.980581] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.984471] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.988477] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.992109] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.992572] cryptd: max_cpu_qlen set to 1000
[ 0.994930] ACPI: Added _OSI(Module Device)
[ 0.996476] ACPI: Added _OSI(Processor Device)
[ 1.000460] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.000474] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.010078] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 1.013293] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[ 1.016212] ACPI: Interpreter enabled
[ 1.016478] ACPI: PM: (supports S0 S5)
[ 1.018375] ACPI: Using IOAPIC for interrupt routing
[ 1.020499] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.024474] PCI: Using E820 reservations for host bridge windows
[ 1.028000] ACPI: Enabled 1 GPEs in block 00 to 0F
[ 1.029777] iommu: Default domain type: Translated
[ 1.030756] iommu: DMA domain TLB invalidation policy: lazy mode
[ 1.033429] SCSI subsystem initialized
[ 1.035543] libata version 3.00 loaded.
[ 1.036520] pps_core: LinuxPPS API ver. 1 registered
[ 1.039273] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 1.040480] PTP clock support registered
[ 1.042884] EDAC MC: Ver: 3.0.0
[ 1.052599] hv_vmbus: Vmbus version:5.2
[ 1.054859] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[ 1.054655] NetLabel: Initializing
[ 1.056549] hv_vmbus: Unknown GUID: dde9cbc0-5060-4436-9448-ea1254a5d177
[ 1.056528] NetLabel: domain hash size = 128
[ 1.063093] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.064497] NetLabel: unlabeled traffic allowed by default
[ 1.068477] PCI: Using ACPI for IRQ routing
[ 1.071326] PCI: System does not support PCI
[ 1.076480] vgaarb: loaded
[ 1.077859] clocksource: Switched to clocksource hyperv_clocksource_tsc_page
[ 1.080744] VFS: Disk quotas dquot_6.6.0
[ 1.083110] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.088208] FS-Cache: Loaded
[ 1.090202] pnp: PnP ACPI init
[ 1.092320] pnp: PnP ACPI: found 3 devices
[ 1.106265] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.110668] NET: Registered PF_INET protocol family
[ 1.113951] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 1.121573] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 1.125999] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.130448] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 1.138827] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 1.142657] TCP: Hash tables configured (established 131072 bind 65536)
[ 1.146069] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 1.150334] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 1.155420] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.158314] NET: Registered PF_XDP protocol family
[ 1.160630] PCI: CLS 0 bytes, default 64
[ 1.162617] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.162836] Trying to unpack rootfs image as initramfs...
[ 1.167292] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[ 1.175772] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[ 1.179027] Freeing initrd memory: 2664K
[ 1.181170] Initialise system trusted keyrings
[ 1.186874] Key type blacklist registered
[ 1.189180] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 1.192974] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.196182] fuse: init (API version 7.39)
[ 1.198737] SGI XFS with ACLs, security attributes, realtime, verbose warnings, quota, no debug enabled
[ 1.206036] 9p: Installing v9fs 9p2000 file system support
[ 1.218822] Key type asymmetric registered
[ 1.221666] Asymmetric key parser 'x509' registered
[ 1.224738] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 1.228960] io scheduler mq-deadline registered
[ 1.231366] io scheduler kyber registered
[ 1.237331] hv_vmbus: registering driver hv_pci
[ 1.240825] hv_pci 789ce25a-02e6-4418-a199-a75077b8f11b: PCI VMBus probing: Using version 0x10003
[ 1.246343] hv_pci 789ce25a-02e6-4418-a199-a75077b8f11b: PCI host bridge to bus 02e6:00
[ 1.251467] pci_bus 02e6:00: root bus resource [mem 0x9ffe00000-0x9ffe02fff window]
[ 1.255911] pci_bus 02e6:00: No busn resource found for root bus, will use [bus 00-ff]
[ 1.260612] pci 02e6:00:00.0: [1af4:1043] type 00 class 0x010000
[ 1.264143] pci 02e6:00:00.0: reg 0x10: [mem 0x9ffe00000-0x9ffe00fff 64bit]
[ 1.269009] pci 02e6:00:00.0: reg 0x18: [mem 0x9ffe01000-0x9ffe01fff 64bit]
[ 1.273222] pci 02e6:00:00.0: reg 0x20: [mem 0x9ffe02000-0x9ffe02fff 64bit]
[ 1.279290] pci_bus 02e6:00: busn_res: [bus 00-ff] end is updated to 00
[ 1.282555] pci 02e6:00:00.0: BAR 0: assigned [mem 0x9ffe00000-0x9ffe00fff 64bit]
[ 1.287675] pci 02e6:00:00.0: BAR 2: assigned [mem 0x9ffe01000-0x9ffe01fff 64bit]
[ 1.292176] pci 02e6:00:00.0: BAR 4: assigned [mem 0x9ffe02000-0x9ffe02fff 64bit]
[ 1.296672] hv_pci 744a6948-7e91-48df-97f8-9cf20f2764e1: PCI VMBus probing: Using version 0x10003
[ 1.303376] hv_pci 744a6948-7e91-48df-97f8-9cf20f2764e1: PCI host bridge to bus 7e91:00
[ 1.307958] pci_bus 7e91:00: No busn resource found for root bus, will use [bus 00-ff]
[ 1.312273] pci 7e91:00:00.0: [1414:008e] type 00 class 0x030200
[ 1.322177] pci_bus 7e91:00: busn_res: [bus 00-ff] end is updated to 00
[ 1.326051] ioatdma: Intel(R) QuickData Technology Driver 5.00
[ 1.329533] virtio-pci 02e6:00:00.0: enabling device (0000 -> 0002)
[ 1.338871] Serial: 8250/16550 driver, 8 ports, IRQ sharing enabled
[ 1.343642] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.348548] 00:01: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 1.397219] Linux agpgart interface v0.103
[ 1.406755] printk: console [hvc0] enabled
[ 1.406782] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 1.422352] brd: module loaded
[ 1.425108] loop: module loaded
[ 1.425448] Loading iSCSI transport class v2.0-870.
[ 1.425967] rdac: device handler registered
[ 1.426314] Microchip SmartPQI Driver (v2.1.24-046)
[ 1.426698] VMware PVSCSI driver - version 1.0.7.0-k
[ 1.426981] hv_vmbus: registering driver hv_storvsc
[ 1.428135] PPP generic driver version 2.4.2
[ 1.428418] scsi host0: storvsc_host_t
[ 1.428551] VMware vmxnet3 virtual NIC driver - version 1.7.0.0-k-NAPI
[ 1.429095] hv_vmbus: registering driver hv_netvsc
[ 1.429403] Fusion MPT base driver 3.04.20
[ 1.429652] Copyright (c) 1999-2008 LSI Corporation
[ 1.429945] Fusion MPT SPI Host driver 3.04.20
[ 1.430259] Fusion MPT SAS Host driver 3.04.20
[ 1.430595] Fusion MPT misc device (ioctl) driver 3.04.20
[ 1.430959] mptctl: Registered with Fusion MPT base driver
[ 1.431226] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 1.431551] i8042: PNP: No PS/2 controller found.
[ 1.431853] hv_vmbus: registering driver hyperv_keyboard
[ 1.432179] rtc_cmos 00:02: RTC can wake from S4
[ 1.438536] rtc_cmos 00:02: registered as rtc0
[ 1.439383] rtc_cmos 00:02: setting system clock to 2025-07-15T16:59:38 UTC (1752598778)
[ 1.440027] rtc_cmos 00:02: alarms up to one month, 114 bytes nvram
[ 1.440514] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 1.441212] device-mapper: uevent: version 1.0.3
[ 1.441781] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 1.442545] intel_pstate: CPU model not supported
[ 1.443053] hv_utils: Registering HyperV Utility Driver
[ 1.443392] hv_vmbus: registering driver hv_utils
[ 1.443768] hv_vmbus: registering driver hv_balloon
[ 1.444374] hv_utils: TimeSync IC version 4.0
[ 1.444692] hv_vmbus: registering driver dxgkrnl
[ 1.445267] hv_balloon: Using Dynamic Memory protocol version 2.0
[ 1.447040] Free page reporting enabled
[ 1.447364] hv_balloon: Cold memory discard hint enabled with order 9
[ 1.448782] drop_monitor: Initializing network drop monitor service
[ 1.468501] NET: Registered PF_INET6 protocol family
[ 1.470180] Segment Routing with IPv6
[ 1.470736] In-situ OAM (IOAM) with IPv6
[ 1.471315] NET: Registered PF_PACKET protocol family
[ 1.471970] 9pnet: Installing 9P2000 support
[ 1.472393] NET: Registered PF_VSOCK protocol family
[ 1.472710] hv_vmbus: registering driver hv_sock
[ 1.474126] IPI shorthand broadcast: enabled
[ 1.474486] AVX2 version of gcm_enc/dec engaged.
[ 1.475610] AES CTR mode by8 optimization enabled
[ 1.478489] sched_clock: Marking stable (1412007900, 65464500)->(1682717100, -205244700)
[ 1.479477] registered taskstats version 1
[ 1.479869] Loading compiled-in X.509 certificates
[ 1.485552] ima: No TPM chip found, activating TPM-bypass!
[ 1.486786] ima: Allocated hash algorithm: sha256
[ 1.487692] ima: No architecture policies found
[ 1.561415] RAS: Correctable Errors collector initialized.
[ 1.561937] clk: Disabling unused clocks
[ 1.563204] Freeing unused decrypted memory: 2028K
[ 1.564030] Freeing unused kernel image (initmem) memory: 4492K
[ 1.564560] Write protecting the kernel read-only data: 34816k
[ 1.565443] Freeing unused kernel image (rodata/data gap) memory: 840K
[ 1.566378] Run /init as init process
[ 1.567280] with arguments:
[ 1.567889] /init
[ 1.568239] with environment:
[ 1.568674] HOME=/
[ 1.569367] TERM=linux
[ 1.569810] WSL_ROOT_INIT=1
[ 1.570272] WSL_ENABLE_CRASH_DUMP=1
[ 1.575170] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 1.579043] scsi 0:0:0:1: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 1.584852] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.585493] sd 0:0:0:0: [sda] 795536 512-byte logical blocks: (407 MB/388 MiB)
[ 1.586815] sd 0:0:0:0: [sda] Write Protect is on
[ 1.587100] sd 0:0:0:1: Attached scsi generic sg1 type 0
[ 1.587340] sd 0:0:0:0: [sda] Mode Sense: 0f 00 80 00
[ 1.588032] sd 0:0:0:1: [sdb] 381016 512-byte logical blocks: (195 MB/186 MiB)
[ 1.588656] sd 0:0:0:1: [sdb] Write Protect is on
[ 1.588661] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 1.588979] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 80 00
[ 1.590119] sd 0:0:0:1: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 1.595565] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.595565] sd 0:0:0:1: [sdb] Attached SCSI disk
[ 1.625049] scsi 0:0:0:2: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 1.627428] EXT4-fs (sda): mounted filesystem 00000000-0000-0000-0000-000000000000 ro without journal. Quota mode: none.
[ 1.630649] sd 0:0:0:2: Attached scsi generic sg2 type 0
[ 1.630728] EXT4-fs (sdb): mounted filesystem 00000000-0000-0000-0000-000000000000 ro without journal. Quota mode: none.
[ 1.631361] sd 0:0:0:2: [sdc] 8388616 512-byte logical blocks: (4.29 GB/4.00 GiB)
[ 1.632331] sd 0:0:0:2: [sdc] 4096-byte physical blocks
[ 1.634355] sd 0:0:0:2: [sdc] Write Protect is off
[ 1.634817] sd 0:0:0:2: [sdc] Mode Sense: 0f 00 00 00
[ 1.636450] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.639506] sd 0:0:0:2: [sdc] Attached SCSI disk
[ 1.687258] tun: Universal TUN/TAP device driver, 1.6
Setting up swapspace version 1, size = 4 GiB (4294967296 bytes)
no label, UUID=9a084ea7-3f1b-4af1-a99e-6c13b7890e7f
[ 1.714634] Adding 4194304k swap on /dev/sdc. Priority:-2 extents:1 across:4194304k
[ 1.730023] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.732897] Bridge firewalling registered
[ 3.475499] hv_balloon: Cold memory discard hypercall failed with status 1c00000005
[ 3.476091] hv_balloon: Underlying Hyper-V does not support order less than 9. Hypercall failed
[ 3.476579] hv_balloon: Defaulting to page_reporting_order 9
[ 4.798865] hv_pci 9ac5eaa0-8847-484c-8cbb-89bd8c78dd38: PCI VMBus probing: Using version 0x10003
[ 4.801236] hv_pci 9ac5eaa0-8847-484c-8cbb-89bd8c78dd38: PCI host bridge to bus 8847:00
[ 4.802115] pci_bus 8847:00: root bus resource [mem 0x9ffe04000-0x9ffe05fff window]
[ 4.802766] pci_bus 8847:00: No busn resource found for root bus, will use [bus 00-ff]
[ 4.804518] pci 8847:00:00.0: [1af4:1041] type 00 class 0x088000
[ 4.805509] pci 8847:00:00.0: reg 0x10: [mem 0x9ffe04000-0x9ffe04fff 64bit]
[ 4.806198] pci 8847:00:00.0: reg 0x18: [mem 0x9ffe05000-0x9ffe05fff 64bit]
[ 4.809665] pci_bus 8847:00: busn_res: [bus 00-ff] end is updated to 00
[ 4.810016] pci 8847:00:00.0: BAR 0: assigned [mem 0x9ffe04000-0x9ffe04fff 64bit]
[ 4.810727] pci 8847:00:00.0: BAR 2: assigned [mem 0x9ffe05000-0x9ffe05fff 64bit]
[ 4.811516] virtio-pci 8847:00:00.0: enabling device (0000 -> 0002)
[ 4.923576] hv_pci 79439e00-f891-4f32-89bd-5b60a5b5d0f1: PCI VMBus probing: Using version 0x10003
[ 4.924875] hv_pci 79439e00-f891-4f32-89bd-5b60a5b5d0f1: PCI host bridge to bus f891:00
[ 4.925384] pci_bus f891:00: root bus resource [mem 0x9ffe06000-0x9ffe07fff window]
[ 4.925844] pci_bus f891:00: No busn resource found for root bus, will use [bus 00-ff]
[ 4.927038] pci f891:00:00.0: [1af4:1041] type 00 class 0x088000
[ 4.927979] pci f891:00:00.0: reg 0x10: [mem 0x9ffe06000-0x9ffe06fff 64bit]
[ 4.928712] pci f891:00:00.0: reg 0x18: [mem 0x9ffe07000-0x9ffe07fff 64bit]
[ 4.932279] pci_bus f891:00: busn_res: [bus 00-ff] end is updated to 00
[ 4.933435] pci f891:00:00.0: BAR 0: assigned [mem 0x9ffe06000-0x9ffe06fff 64bit]
[ 4.934794] pci f891:00:00.0: BAR 2: assigned [mem 0x9ffe07000-0x9ffe07fff 64bit]
[ 4.936074] virtio-pci f891:00:00.0: enabling device (0000 -> 0002)
[ 5.024421] virtio_net virtio2 loopback0: renamed from eth1
[ 5.059433] hv_pci 0fa9b043-acae-4283-8e46-95fc2c2788ce: PCI VMBus probing: Using version 0x10003
[ 5.060739] hv_pci 0fa9b043-acae-4283-8e46-95fc2c2788ce: PCI host bridge to bus acae:00
[ 5.061165] pci_bus acae:00: root bus resource [mem 0xc00000000-0xe00001fff window]
[ 5.061659] pci_bus acae:00: No busn resource found for root bus, will use [bus 00-ff]
[ 5.063052] pci acae:00:00.0: [1af4:105a] type 00 class 0x088000
[ 5.064056] pci acae:00:00.0: reg 0x10: [mem 0xe00000000-0xe00000fff 64bit]
[ 5.064905] pci acae:00:00.0: reg 0x18: [mem 0xe00001000-0xe00001fff 64bit]
[ 5.065767] pci acae:00:00.0: reg 0x20: [mem 0xc00000000-0xdffffffff 64bit]
[ 5.070673] pci_bus acae:00: busn_res: [bus 00-ff] end is updated to 00
[ 5.071266] pci acae:00:00.0: BAR 4: assigned [mem 0xc00000000-0xdffffffff 64bit]
[ 5.072098] pci acae:00:00.0: BAR 0: assigned [mem 0xe00000000-0xe00000fff 64bit]
[ 5.072894] pci acae:00:00.0: BAR 2: assigned [mem 0xe00001000-0xe00001fff 64bit]
[ 5.073840] virtio-pci acae:00:00.0: enabling device (0000 -> 0002)
[ 5.088450] virtiofs virtio3: Cache len: 0x200000000 @ 0xc00000000
[ 5.305532] scsi 0:0:0:3: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 5.310967] sd 0:0:0:3: Attached scsi generic sg3 type 0
[ 5.311530] sd 0:0:0:3: [sdd] 2147483648 512-byte logical blocks: (1.10 TB/1.00 TiB)
[ 5.312065] sd 0:0:0:3: [sdd] 4096-byte physical blocks
[ 5.312456] sd 0:0:0:3: [sdd] Write Protect is off
[ 5.312752] sd 0:0:0:3: [sdd] Mode Sense: 0f 00 00 00
[ 5.313249] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.320871] sd 0:0:0:3: [sdd] Attached SCSI disk
[ 5.390013] EXT4-fs (sdd): mounted filesystem 9500fc21-4439-44e5-a9fe-0a77fdc38ba2 r/w with ordered data mode. Quota mode: none.
[ 8.432193] misc dxg: dxgk: dxgkio_is_feature_enabled: Ioctl failed: -22
[ 8.437703] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[ 8.438249] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[ 8.438756] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[ 8.439397] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.591927] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.669414] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.670099] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.670666] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.671204] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.671713] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.672223] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.672718] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.673219] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.673721] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.674557] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.675069] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[ 8.775900] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
Inserted module 'autofs4'
systemd 255.4-1ubuntu8.8 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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
Detected virtualization wsl.
Detected architecture x86-64.

Welcome to Ubuntu 24.04.1 LTS!

[ 8.939584] pulseaudio[266]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 8.976236] Failed to connect to bus: No such file or directory
[ 9.234555] Failed to connect to bus: No such file or directory
[ 9.491927] Failed to connect to bus: No such file or directory
[ 9.747688] Failed to connect to bus: No such file or directory
[ 10.004105] Failed to connect to bus: No such file or directory
[ 10.260459] Failed to connect to bus: No such file or directory
[ 10.521545] Failed to connect to bus: No such file or directory
[ 10.776970] Failed to connect to bus: No such file or directory
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.
Queued start job for default target graphical.target.
[ OK ] Created slice system-modprobe.slice - Slice /system/modprobe.
[ OK ] Created slice user.slice - User and Session Slice.
[ OK ] Started systemd-ask-password-consol…quests to Console Directory Watch.
[ OK ] Started systemd-ask-password-wall.p… Requests to Wall Directory Watch.
proc-sys-fs-binfmt_misc.automount: Path /proc/sys/fs/binfmt_misc is already a mount point, refusing start.
[FAILED] Failed to set up automount proc-sys…rmats File System Automount Point.
See 'systemctl status proc-sys-fs-binfmt_misc.automount' for details.
[ OK ] Reached target cryptsetup.target - Local Encrypted Volumes.
[ OK ] Reached target integritysetup.targe…Local Integrity Protected Volumes.
[ OK ] Reached target network-online.target - Network is Online.
[ OK ] Reached target remote-fs.target - Remote File Systems.
[ OK ] Reached target slices.target - Slice Units.
[ OK ] Reached target snapd.mounts-pre.target - Mounting snaps.
[ OK ] Reached target snapd.mounts.target - Mounted snaps.
[ OK ] Reached target swap.target - Swaps.
[ OK ] Reached target veritysetup.target - Local Verity Protected Volumes.
[ OK ] Listening on syslog.socket - Syslog Socket.
[ OK ] Listening on systemd-initctl.socket… initctl Compatibility Named Pipe.
[ OK ] Listening on systemd-journald-dev-l…ocket - Journal Socket (/dev/log).
[ OK ] Listening on systemd-journald.socket - Journal Socket.
[ OK ] Listening on systemd-udevd-control.socket - udev Control Socket.
[ OK ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
Mounting dev-hugepages.mount - Huge Pages File System...
Mounting dev-mqueue.mount - POSIX Message Queue File System...
Mounting sys-kernel-debug.mount - Kernel Debug File System...
Mounting sys-kernel-tracing.mount - Kernel Trace File System...
Starting systemd-journald.service - Journal Service...
Starting keyboard-setup.service - Set the console keyboard layout...
Starting kmod-static-nodes.service …ate List of Static Device Nodes...
Starting modprobe@configfs.service - Load Kernel Module configfs...
Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
Starting modprobe@drm.service - Load Kernel Module drm...
Starting modprobe@efi_pstore.servic…- Load Kernel Module efi_pstore...
Starting modprobe@fuse.service - Load Kernel Module fuse...
Starting modprobe@loop.service - Load Kernel Module loop...
Starting systemd-modules-load.service - Load Kernel Modules...
Starting systemd-remount-fs.service…nt Root and Kernel File Systems...
Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ OK ] Mounted dev-hugepages.mount - Huge Pages File System.
[ OK ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ OK ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ OK ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.
modprobe@dm_mod.service: Deactivated successfully.
[ OK ] Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
modprobe@drm.service: Deactivated successfully.
[ OK ] Finished modprobe@drm.service - Load Kernel Module drm.
[ OK ] Finished kmod-static-nodes.service …reate List of Static Device Nodes.
modprobe@efi_pstore.service: Deactivated successfully.
[ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
modprobe@fuse.service: Deactivated successfully.
[ OK ] Finished modprobe@fuse.service - Load Kernel Module fuse.
modprobe@loop.service: Deactivated successfully.
[ OK ] Finished modprobe@loop.service - Load Kernel Module loop.
modprobe@configfs.service: Deactivated successfully.
[ OK ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[ OK ] Finished systemd-remount-fs.service…ount Root and Kernel File Systems.
Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 11.263590] systemd-journald[82]: Collecting audit messages is disabled.
Starting systemd-tmpfiles-setup-dev…Device Nodes in /dev gracefully...
[ OK ] Finished systemd-modules-load.service - Load Kernel Modules.
[ OK ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
Starting systemd-sysctl.service - Apply Kernel Variables...
[ OK ] Started systemd-journald.service - Journal Service.
Starting systemd-journal-flush.serv…h Journal to Persistent Storage...
[ 11.405271] systemd-journald[82]: Received client request to flush runtime journal.
[ OK ] Finished keyboard-setup.service - Set the console keyboard layout.
[ OK ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ 11.805312] systemd-journald[82]: File /var/log/journal/4009fe6f438c43c29823278b0b778c09/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ OK ] Finished systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Finished systemd-tmpfiles-setup-dev…c Device Nodes in /dev gracefully.
Starting systemd-tmpfiles-setup-dev…ate Static Device Nodes in /dev...
[ OK ] Finished systemd-tmpfiles-setup-dev…reate Static Device Nodes in /dev.
[ OK ] Reached target local-fs-pre.target …reparation for Local File Systems.
[ OK ] Reached target local-fs.target - Local File Systems.
[ OK ] Listening on systemd-sysext.socket …ension Image Management (Varlink).
Starting console-setup.service - Set console font and keymap...
Starting systemd-udevd.service - Ru…ger for Device Events and Files...
[ OK ] Finished console-setup.service - Set console font and keymap.
[ OK ] Started systemd-udevd.service - Rul…nager for Device Events and Files.
[ OK ] Finished systemd-journal-flush.serv…ush Journal to Persistent Storage.
Starting systemd-tmpfiles-setup.ser… Volatile Files and Directories...
[ OK ] Finished systemd-tmpfiles-setup.ser…te Volatile Files and Directories.
Starting systemd-resolved.service - Network Name Resolution...
Starting systemd-timesyncd.service - Network Time Synchronization...
Starting systemd-update-utmp.servic…rd System Boot/Shutdown in UTMP...
[ OK ] Finished systemd-update-utmp.servic…cord System Boot/Shutdown in UTMP.
[ OK ] Started systemd-timesyncd.service - Network Time Synchronization.
[ OK ] Reached target time-set.target - System Time Set.
[ OK ] Started systemd-resolved.service - Network Name Resolution.
[ OK ] Reached target nss-lookup.target - Host and Network Name Lookups.
[ OK ] Reached target sysinit.target - System Initialization.
[ OK ] Started apt-daily.timer - Daily apt download activities.
[ OK ] Started apt-daily-upgrade.timer - D… apt upgrade and clean activities.
[ OK ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[ OK ] Started e2scrub_all.timer - Periodi…etadata Check for All Filesystems.
[ OK ] Started logrotate.timer - Daily rotation of log files.
[ OK ] Started man-db.timer - Daily man-db regeneration.
[ OK ] Started motd-news.timer - Message of the Day.
[ OK ] Started systemd-tmpfiles-clean.time… Cleanup of Temporary Directories.
[ OK ] Reached target paths.target - Path Units.
[ OK ] Reached target timers.target - Timer Units.
[ OK ] Listening on apport-forward.socket …ocket for apport crash forwarding.
[ OK ] Listening on dbus.socket - D-Bus System Message Bus Socket.
Starting docker.socket - Docker Socket for the API...
Starting snapd.socket - Socket activation for snappy daemon...
[ OK ] Listening on uuidd.socket - UUID daemon activation socket.
[ OK ] Listening on docker.socket - Docker Socket for the API.
[ OK ] Listening on snapd.socket - Socket activation for snappy daemon.
[ OK ] Reached target sockets.target - Socket Units.
[ OK ] Reached target basic.target - Basic System.
[ OK ] Started cron.service - Regular background program processing daemon.
Starting dbus.service - D-Bus System Message Bus...
[ OK ] Started dmesg.service - Save initial kernel messages after boot.
Starting e2scrub_reap.service - Rem…e ext4 Metadata Check Snapshots...
Starting landscape-client.service - Landscape client daemons...
Starting rsyslog.service - System Logging Service...
[ OK ] Reached target getty-pre.target - Preparation for Logins.
Starting snapd.seeded.service - Wait until snapd is fully seeded...
Starting snapd.service - Snap Daemon...
Starting systemd-logind.service - User Login Management...
Starting systemd-user-sessions.service - Permit User Sessions...
Starting udisks2.service - Disk Manager...
Starting wsl-pro.service - Bridge to Ubuntu Pro agent on Windows...
[ OK ] Finished e2scrub_reap.service - Rem…ine ext4 Metadata Check Snapshots.
[ OK ] Finished systemd-user-sessions.service - Permit User Sessions.
[ OK ] Started console-getty.service - Console Getty.
Starting setvtrgb.service - Set console scheme...
[ OK ] Finished setvtrgb.service - Set console scheme.
[ OK ] Created slice system-getty.slice - Slice /system/getty.
[ OK ] Started getty@tty1.service - Getty on tty1.
[ OK ] Reached target getty.target - Login Prompts.
[ 17.790098] WSL (2 - init-systemd(Ubuntu-24.04)) ERROR: WaitForBootProcess:3497: /sbin/init failed to start within 10000ms
[ OK ] Started systemd-logind.service - User Login Management.
[ OK ] Started unattended-upgrades.service - Unattended Upgrades Shutdown.
[ OK ] Started dbus.service - D-Bus System Message Bus.
Starting containerd.service - containerd container runtime...
[ OK ] Started rsyslog.service - System Logging Service.

Ubuntu 24.04.1 LTS whenshadowsbend console

whenshadowsbend login:

Contributor guide

Open the contributing guide

Research direction

The payload names no source files or tests. Start by reproducing the VS Code Remote Development connection failure with WSL 2, Ubuntu 24.04, and the reported Nat-to-VirtioProxy fallback, then trace the ECONNREFUSED WebSocket path. Done means VS Code connects to WSL and network operations work there without the reported failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, vscode
Domain
devtools, networking, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.