Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WSL stopped working after latest windows update #8133

Closed
1 of 2 tasks
sameerkattel opened this issue Mar 10, 2022 · 3 comments
Closed
1 of 2 tasks

WSL stopped working after latest windows update #8133

sameerkattel opened this issue Mar 10, 2022 · 3 comments

Comments

@sameerkattel
Copy link

Version

Microsoft Windows 11 Pro [10.0.22000 Build 22000]

WSL Version

  • WSL 2
  • WSL 1

Kernel Version

5.10.60.1

Distro Version

Ubuntu 20.04

Other Software

Docker Desktop Windows version 4.5.1 (74721)
Visual Studio Code 1.65.1 with Remote WSL extension 0.64.2

Repro Steps

After installing latest update, WSL is totally broken.
When opening ubuntu 16.04 that was already installed after restart, It was again getting installed.
Remote wsl is not working in vscode.
Docker desktop is not working.

Expected Behavior

wsl should work.
Remote wsl should work
Docker desktop should work

Actual Behavior

After installing latest update, WSL is totally broken.
When opening ubuntu 16.04 that was already installed after restart, It was again getting installed.
Remote wsl is not working in vscode.
Docker desktop is not working.

Diagnostic Logs

an error occurred mounting one of your file systems. Please run 'dmesg' for more details.
sam@SAM:~$ dmesg
[ 0.000000] Linux version 5.10.60.1-microsoft-standard-WSL2 (oe-user@oe-host) (x86_64-msft-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 SMP Wed Aug 25 23:20:18 UTC 2021
[ 0.000000] Command line: initrd=\initrd.img panic=-1 nr_cpus=12 swiotlb=force pty.legacy_count=0
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 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-0x00000002001fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 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 0xa4e24, misc 0xe0bed7b2
[ 0.000000] Hyper-V Host Build:22000-10.0-0-0.527
[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0x1e8480
[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V
[ 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.000001] tsc: Detected 2592.007 MHz processor
[ 0.000008] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000010] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000012] last_pfn = 0x200200 max_arch_pfn = 0x400000000
[ 0.000026] MTRR default type: uncachable
[ 0.000027] MTRR fixed ranges enabled:
[ 0.000027] 00000-3FFFF write-back
[ 0.000028] 40000-7FFFF uncachable
[ 0.000028] 80000-8FFFF write-back
[ 0.000029] 90000-FFFFF uncachable
[ 0.000029] MTRR variable ranges enabled:
[ 0.000030] 0 base 0000000000 mask 7F00000000 write-back
[ 0.000031] 1 base 0100000000 mask 7000000000 write-back
[ 0.000031] 2 disabled
[ 0.000032] 3 disabled
[ 0.000032] 4 disabled
[ 0.000032] 5 disabled
[ 0.000033] 6 disabled
[ 0.000033] 7 disabled
[ 0.000038] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000046] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[ 0.000055] Using GB pages for direct mapping
[ 0.000369] RAMDISK: [mem 0x03235000-0x03243fff]
[ 0.000370] ACPI: Early table checksum verification disabled
[ 0.000380] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[ 0.000383] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000387] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000391] ACPI: DSDT 0x00000000001011B8 01E184 (v02 MSFTVM DSDT01 00000001 MSFT 05000000)
[ 0.000393] ACPI: FACS 0x0000000000101114 000040
[ 0.000395] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000398] ACPI: SRAT 0x000000000011F33C 000370 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000400] ACPI: APIC 0x000000000011F6AC 0000A8 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000402] ACPI: Reserving FACP table memory at [mem 0x101000-0x101113]
[ 0.000403] ACPI: Reserving DSDT table memory at [mem 0x1011b8-0x11f33b]
[ 0.000404] ACPI: Reserving FACS table memory at [mem 0x101114-0x101153]
[ 0.000404] ACPI: Reserving OEM0 table memory at [mem 0x101154-0x1011b7]
[ 0.000405] ACPI: Reserving SRAT table memory at [mem 0x11f33c-0x11f6ab]
[ 0.000405] ACPI: Reserving APIC table memory at [mem 0x11f6ac-0x11f753]
[ 0.000412] ACPI: Local APIC address 0xfee00000
[ 0.000622] Zone ranges:
[ 0.000623] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000624] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000625] Normal [mem 0x0000000100000000-0x00000002001fffff]
[ 0.000626] Device empty
[ 0.000626] Movable zone start for each node
[ 0.000627] Early memory node ranges
[ 0.000627] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000628] node 0: [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000629] node 0: [mem 0x0000000100000000-0x00000002001fffff]
[ 0.000630] Initmem setup node 0 [mem 0x0000000000001000-0x00000002001fffff]
[ 0.000631] On node 0 totalpages: 2064543
[ 0.000631] DMA zone: 59 pages used for memmap
[ 0.000632] DMA zone: 22 pages reserved
[ 0.000633] DMA zone: 3743 pages, LIFO batch:0
[ 0.000633] DMA32 zone: 16320 pages used for memmap
[ 0.000634] DMA32 zone: 1011712 pages, LIFO batch:63
[ 0.000634] Normal zone: 16392 pages used for memmap
[ 0.000635] Normal zone: 1049088 pages, LIFO batch:63
[ 0.000785] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.000814] On node 0, zone DMA: 352 pages in unavailable ranges
[ 0.015247] On node 0, zone Normal: 32256 pages in unavailable ranges
[ 0.015275] ACPI: Local APIC address 0xfee00000
[ 0.015281] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.015456] IOAPIC[0]: apic_id 12, version 17, address 0xfec00000, GSI 0-23
[ 0.015458] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.015460] ACPI: IRQ9 used by override.
[ 0.015461] Using ACPI (MADT) for SMP configuration information
[ 0.015462] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[ 0.015471] [mem 0xf8000000-0xffffffff] available for PCI devices
[ 0.015471] Booting paravirtualized kernel on Hyper-V
[ 0.015473] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.020770] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:12 nr_node_ids:1
[ 0.021332] percpu: Embedded 52 pages/cpu s173464 r8192 d31336 u262144
[ 0.021336] pcpu-alloc: s173464 r8192 d31336 u262144 alloc=1*2097152
[ 0.021337] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
[ 0.021351] Hyper-V: PV spinlocks enabled
[ 0.021353] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.021354] Built 1 zonelists, mobility grouping on. Total pages: 2031750
[ 0.021355] Kernel command line: initrd=\initrd.img panic=-1 nr_cpus=12 swiotlb=force pty.legacy_count=0
[ 0.022326] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.022771] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.022860] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.041312] Memory: 4092084K/8258172K available (16404K kernel code, 2538K rwdata, 3648K rodata, 1564K init, 2828K bss, 246852K reserved, 0K cma-reserved)
[ 0.041344] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[ 0.041350] ftrace: allocating 51335 entries in 201 pages
[ 0.052909] ftrace: allocated 201 pages with 4 groups
[ 0.053184] rcu: Hierarchical RCU implementation.
[ 0.053185] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=12.
[ 0.053186] Rude variant of Tasks RCU enabled.
[ 0.053186] Tracing variant of Tasks RCU enabled.
[ 0.053187] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.053188] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[ 0.055902] Using NULL legacy PIC
[ 0.055903] NR_IRQS: 16640, nr_irqs: 520, preallocated irqs: 0
[ 0.056137] random: crng done (trusting CPU's manufacturer)
[ 0.056154] Console: colour dummy device 80x25
[ 0.056160] printk: console [tty0] enabled
[ 0.056164] ACPI: Core revision 20200925
[ 0.056244] Failed to register legacy timer interrupt
[ 0.056244] APIC: Switch to symmetric I/O mode setup
[ 0.057436] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.058613] Switched APIC routing to physical flat.
[ 0.058626] Hyper-V: Using IPI hypercalls
[ 0.058654] Calibrating delay loop (skipped), value calculated using timer frequency.. 5184.01 BogoMIPS (lpj=25920070)
[ 0.058656] pid_max: default: 32768 minimum: 301
[ 0.058666] LSM: Security Framework initializing
[ 0.058679] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.058690] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.058840] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.058840] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.058842] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.058843] Spectre V2 : Mitigation: Enhanced IBRS
[ 0.058843] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.058844] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.058845] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.058943] Freeing SMP alternatives memory: 52K
[ 0.059788] smpboot: CPU0: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (family: 0x6, model: 0xa5, stepping: 0x2)
[ 0.059840] Performance Events: unsupported p6 CPU model 165 no PMU driver, software events only.
[ 0.059854] rcu: Hierarchical SRCU implementation.
[ 0.060129] smp: Bringing up secondary CPUs ...
[ 0.060166] x86: Booting SMP configuration:
[ 0.060167] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
[ 0.060377] smp: Brought up 1 node, 12 CPUs
[ 0.060377] smpboot: Max logical packages: 1
[ 0.060377] smpboot: Total of 12 processors activated (62208.16 BogoMIPS)
[ 0.071579] node 0 deferred pages initialised in 10ms
[ 0.071910] devtmpfs: initialized
[ 0.071910] x86/mm: Memory block size: 128MB
[ 0.071910] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.071910] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.071910] NET: Registered protocol family 16
[ 0.071910] thermal_sys: Registered thermal governor 'step_wise'
[ 0.071910] cpuidle: using governor menu
[ 0.071910] ACPI: bus type PCI registered
[ 0.071910] PCI: Fatal: No config space access function found
[ 0.071910] Kprobes globally optimized
[ 0.071910] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.071910] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.078886] raid6: skip pq benchmark and using algorithm avx2x4
[ 0.078886] raid6: using avx2x2 recovery algorithm
[ 0.078886] ACPI: Added _OSI(Module Device)
[ 0.078886] ACPI: Added _OSI(Processor Device)
[ 0.078886] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.078886] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.078886] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.078886] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.078886] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.082312] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.082920] ACPI: Interpreter enabled
[ 0.082922] ACPI: (supports S0 S5)
[ 0.082923] ACPI: Using IOAPIC for interrupt routing
[ 0.082928] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.083029] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.088750] iommu: Default domain type: Translated
[ 0.088793] SCSI subsystem initialized
[ 0.088795] ACPI: bus type USB registered
[ 0.088800] usbcore: registered new interface driver usbfs
[ 0.088803] usbcore: registered new interface driver hub
[ 0.088808] usbcore: registered new device driver usb
[ 0.088831] hv_vmbus: Vmbus version:5.2
[ 0.088831] PCI: Using ACPI for IRQ routing
[ 0.088831] PCI: System does not support PCI
[ 0.088898] clocksource: Switched to clocksource hyperv_clocksource_tsc_page
[ 0.088851] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[ 0.088893] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[ 0.088901] hv_vmbus: Unknown GUID: dde9cbc0-5060-4436-9448-ea1254a5d177
[ 0.195375] VFS: Disk quotas dquot_6.6.0
[ 0.195383] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.195395] FS-Cache: Loaded
[ 0.195414] pnp: PnP ACPI init
[ 0.195528] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.195556] pnp: PnP ACPI: found 1 devices
[ 0.201384] NET: Registered protocol family 2
[ 0.201598] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.202285] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.202291] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.202330] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.202587] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.202610] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.202626] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.202660] NET: Registered protocol family 1
[ 0.203178] RPC: Registered named UNIX socket transport module.
[ 0.203179] RPC: Registered udp transport module.
[ 0.203179] RPC: Registered tcp transport module.
[ 0.203180] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.203182] PCI: CLS 0 bytes, default 64
[ 0.203204] Trying to unpack rootfs image as initramfs...
[ 0.203347] Freeing initrd memory: 60K
[ 0.203349] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.203351] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[ 0.203389] KVM: vmx: using Hyper-V Enlightened VMCS
[ 0.207413] kvm: already loaded the other module
[ 0.212274] Initialise system trusted keyrings
[ 0.212480] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 0.213099] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.213333] NFS: Registering the id_resolver key type
[ 0.213336] Key type id_resolver registered
[ 0.213336] Key type id_legacy registered
[ 0.213338] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.213339] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.213339] Installing knfsd (copyright (C) 1996 [email protected]).
[ 0.214378] Key type cifs.idmap registered
[ 0.214532] fuse: init (API version 7.32)
[ 0.214875] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[ 0.215416] 9p: Installing v9fs 9p2000 file system support
[ 0.215422] FS-Cache: Netfs '9p' registered for caching
[ 0.215454] FS-Cache: Netfs 'ceph' registered for caching
[ 0.215456] ceph: loaded (mds proto 32)
[ 0.221077] NET: Registered protocol family 38
[ 0.221078] xor: automatically using best checksumming function avx
[ 0.221079] Key type asymmetric registered
[ 0.221080] Asymmetric key parser 'x509' registered
[ 0.221085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.222214] hv_vmbus: registering driver hv_pci
[ 0.222723] hv_pci 62c50c66-7cb5-49b9-a0a9-1a6362da2556: PCI VMBus probing: Using version 0x10003
[ 0.223528] hv_pci 62c50c66-7cb5-49b9-a0a9-1a6362da2556: PCI host bridge to bus 7cb5:00
[ 0.223757] pci 7cb5:00:00.0: [1414:008e] type 00 class 0x030200
[ 0.226509] ACPI: AC Adapter [AC1] (off-line)
[ 0.226990] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.227159] battery: ACPI: Battery Slot [BAT1] (battery present)
[ 0.227586] Non-volatile memory driver v1.3
[ 0.230897] brd: module loaded
[ 0.231974] loop: module loaded
[ 0.232005] hv_vmbus: registering driver hv_storvsc
[ 0.232731] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ 0.232732] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld [email protected]. All Rights Reserved.
[ 0.232743] tun: Universal TUN/TAP device driver, 1.6
[ 0.232918] PPP generic driver version 2.4.2
[ 0.233041] PPP BSD Compression module registered
[ 0.233042] PPP Deflate Compression module registered
[ 0.233045] PPP MPPE Compression module registered
[ 0.233046] NET: Registered protocol family 24
[ 0.233057] hv_vmbus: registering driver hv_netvsc
[ 0.233273] VFIO - User Level meta-driver version: 0.3
[ 0.233478] usbcore: registered new interface driver cdc_acm
[ 0.233478] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 0.233485] usbcore: registered new interface driver ftdi_sio
[ 0.233502] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 0.233773] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[ 0.233775] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 1
[ 0.233780] vhci_hcd: created sysfs vhci_hcd.0
[ 0.233813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 0.233814] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.233815] usb usb1: Product: USB/IP Virtual Host Controller
[ 0.233816] usb usb1: Manufacturer: Linux 5.10.60.1-microsoft-standard-WSL2 vhci_hcd
[ 0.233816] usb usb1: SerialNumber: vhci_hcd.0
[ 0.234000] hub 1-0:1.0: USB hub found
[ 0.234003] hub 1-0:1.0: 8 ports detected
[ 0.234066] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[ 0.234067] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[ 0.234101] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.234111] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 0.234112] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.234113] usb usb2: Product: USB/IP Virtual Host Controller
[ 0.234114] usb usb2: Manufacturer: Linux 5.10.60.1-microsoft-standard-WSL2 vhci_hcd
[ 0.234114] usb usb2: SerialNumber: vhci_hcd.0
[ 0.234311] hub 2-0:1.0: USB hub found
[ 0.234314] hub 2-0:1.0: 8 ports detected
[ 0.234396] hv_vmbus: registering driver hyperv_keyboard
[ 0.234458] scsi host0: storvsc_host_t
[ 0.234610] rtc_cmos 00:00: RTC can wake from S4
[ 0.235536] rtc_cmos 00:00: registered as rtc0
[ 0.235949] rtc_cmos 00:00: setting system clock to 2022-03-10T03:25:50 UTC (1646882750)
[ 0.235957] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[ 0.236542] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: [email protected]
[ 0.236789] device-mapper: raid: Loading target version 1.15.1
[ 0.236838] usbcore: registered new interface driver usbhid
[ 0.236910] usbhid: USB HID core driver
[ 0.237101] hv_utils: Registering HyperV Utility Driver
[ 0.237102] hv_vmbus: registering driver hv_utils
[ 0.237185] hv_utils: cannot register PTP clock: 0
[ 0.237239] hv_vmbus: registering driver hv_balloon
[ 0.237302] hv_vmbus: registering driver dxgkrnl
[ 0.237308] (NULL device *): dxgk: dxg_drv_init Version: 2108
[ 0.237820] hv_utils: TimeSync IC version 4.0
[ 0.237872] hv_balloon: Using Dynamic Memory protocol version 2.0
[ 0.237951] drop_monitor: Initializing network drop monitor service
[ 0.237973] Mirror/redirect action on
[ 0.238499] Free page reporting enabled
[ 0.238500] hv_balloon: Cold memory discard hint enabled
[ 0.238553] IPVS: Registered protocols (TCP, UDP)
[ 0.238566] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 0.238597] IPVS: ipvs loaded.
[ 0.238599] IPVS: [rr] scheduler registered.
[ 0.238599] IPVS: [wrr] scheduler registered.
[ 0.238600] IPVS: [sh] scheduler registered.
[ 0.238636] ipip: IPv4 and MPLS over IPv4 tunneling driver
[ 0.238851] (NULL device *): dxgk: mmio allocated 9ffe00000 200000000 9ffe00000 bffdfffff
[ 0.240625] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[ 0.241329] Initializing XFRM netlink socket
[ 0.241390] NET: Registered protocol family 10
[ 0.241715] Segment Routing with IPv6
[ 0.243750] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.243858] NET: Registered protocol family 17
[ 0.243871] Bridge firewalling registered
[ 0.243877] 8021q: 802.1Q VLAN Support v1.8
[ 0.243891] sctp: Hash tables configured (bind 256/256)
[ 0.243926] 9pnet: Installing 9P2000 support
[ 0.243936] Key type dns_resolver registered
[ 0.243939] Key type ceph registered
[ 0.244041] libceph: loaded (mon/osd proto 15/24)
[ 0.244131] NET: Registered protocol family 40
[ 0.244132] hv_vmbus: registering driver hv_sock
[ 0.244156] IPI shorthand broadcast: enabled
[ 0.244218] registered taskstats version 1
[ 0.244224] Loading compiled-in X.509 certificates
[ 0.244387] Btrfs loaded, crc32c=crc32c-generic
[ 0.244533] Unstable clock detected, switching default tracing clock to "global"
If you want to keep using the local clock, then add:
"trace_clock=local"
on the kernel command line
[ 0.245528] Freeing unused kernel image (initmem) memory: 1564K
[ 0.328814] Write protecting the kernel read-only data: 22528k
[ 0.329679] Freeing unused kernel image (text/rodata gap) memory: 2024K
[ 0.330009] Freeing unused kernel image (rodata/data gap) memory: 448K
[ 0.330012] Run /init as init process
[ 0.330012] with arguments:
[ 0.330012] /init
[ 0.330013] with environment:
[ 0.330013] HOME=/
[ 0.330014] TERM=linux
[ 0.965258] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[ 0.965538] hv_pci bec831d0-9f1b-43f9-ac98-a33bc00609b0: PCI VMBus probing: Using version 0x10003
[ 0.966772] hv_pci bec831d0-9f1b-43f9-ac98-a33bc00609b0: PCI host bridge to bus 9f1b:00
[ 0.967124] pci 9f1b:00:00.0: [1414:008e] type 00 class 0x030200
[ 1.229966] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 1.230600] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.232136] sd 0:0:0:0: [sda] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[ 1.232137] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.232470] sd 0:0:0:0: [sda] Write Protect is off
[ 1.232492] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
[ 1.233153] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.238754] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 1.258483] hv_pci d24b4029-b5d4-406b-bf08-1f2413f6c949: PCI VMBus probing: Using version 0x10003
[ 1.260098] hv_pci d24b4029-b5d4-406b-bf08-1f2413f6c949: PCI host bridge to bus b5d4:00
[ 1.260100] pci_bus b5d4:00: root bus resource [mem 0xc00000000-0xe00001fff window]
[ 1.260846] pci b5d4:00:00.0: [1af4:105a] type 00 class 0x088000
[ 1.262372] pci b5d4:00:00.0: reg 0x10: [mem 0xe00000000-0xe00000fff 64bit]
[ 1.263711] pci b5d4:00:00.0: reg 0x18: [mem 0xe00001000-0xe00001fff 64bit]
[ 1.265046] pci b5d4:00:00.0: reg 0x20: [mem 0xc00000000-0xdffffffff 64bit]
[ 1.268296] pci b5d4:00:00.0: BAR 4: assigned [mem 0xc00000000-0xdffffffff 64bit]
[ 1.270072] pci b5d4:00:00.0: BAR 0: assigned [mem 0xe00000000-0xe00000fff 64bit]
[ 1.271484] pci b5d4:00:00.0: BAR 2: assigned [mem 0xe00001000-0xe00001fff 64bit]
[ 1.284492] virtiofs virtio0: Cache len: 0x200000000 @ 0xc00000000
[ 1.352827] memmap_init_zone_device initialised 2097152 pages in 20ms
[ 1.679740] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.725047] EXT4-fs (sda): mounted filesystem with ordered data mode. Opts: (null)
[ 2.528878] Adding 2097152k swap on /swap/file. Priority:-2 extents:3 across:2113536k
[ 3.199651] scsi 0:0:0:1: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 3.201770] sd 0:0:0:1: Attached scsi generic sg1 type 0
[ 3.202652] scsi 0:0:0:2: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 3.204592] sd 0:0:0:2: Attached scsi generic sg2 type 0
[ 3.205098] sd 0:0:0:1: [sdb] 695784 512-byte logical blocks: (356 MB/340 MiB)
[ 3.205540] sd 0:0:0:1: [sdb] Write Protect is on
[ 3.205546] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 80 00
[ 3.206068] sd 0:0:0:1: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.208296] sd 0:0:0:2: [sdc] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[ 3.208302] sd 0:0:0:2: [sdc] 4096-byte physical blocks
[ 3.208707] sd 0:0:0:2: [sdc] Write Protect is off
[ 3.208714] sd 0:0:0:2: [sdc] Mode Sense: 0f 00 00 00
[ 3.209873] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.216413] EXT4-fs (sdb): mounted filesystem without journal. Opts: (null)
[ 3.217588] sd 0:0:0:1: [sdb] Attached SCSI disk
[ 3.221949] sd 0:0:0:2: [sdc] Attached SCSI disk
[ 3.238410] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered
[ 9.482149] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered
[ 9.512763] hv_pci e1eb67e2-abc0-4399-9b9e-b4e92f2b7dee: PCI VMBus probing: Using version 0x10003
[ 9.558873] hv_pci e1eb67e2-abc0-4399-9b9e-b4e92f2b7dee: PCI host bridge to bus abc0:00
[ 9.558874] pci_bus abc0:00: root bus resource [mem 0xbffe00000-0xbffe02fff window]
[ 9.559526] pci abc0:00:00.0: [1af4:1049] type 00 class 0x010000
[ 9.560259] pci abc0:00:00.0: reg 0x10: [mem 0xbffe00000-0xbffe00fff 64bit]
[ 9.560680] pci abc0:00:00.0: reg 0x18: [mem 0xbffe01000-0xbffe01fff 64bit]
[ 9.561103] pci abc0:00:00.0: reg 0x20: [mem 0xbffe02000-0xbffe02fff 64bit]
[ 9.563554] pci abc0:00:00.0: BAR 0: assigned [mem 0xbffe00000-0xbffe00fff 64bit]
[ 9.563847] pci abc0:00:00.0: BAR 2: assigned [mem 0xbffe01000-0xbffe01fff 64bit]
[ 9.564137] pci abc0:00:00.0: BAR 4: assigned [mem 0xbffe02000-0xbffe02fff 64bit]
[ 9.581193] FS-Cache: Duplicate cookie detected
[ 9.581194] FS-Cache: O-cookie c=0000000067d6054c [p=00000000b445dce8 fl=222 nc=0 na=1]
[ 9.581195] FS-Cache: O-cookie d=000000006d4dab79 n=00000000f44a482a
[ 9.581195] FS-Cache: O-key=[10] '34323934393338323439'
[ 9.581199] FS-Cache: N-cookie c=000000002ffa15a6 [p=00000000b445dce8 fl=2 nc=0 na=1]
[ 9.581200] FS-Cache: N-cookie d=000000006d4dab79 n=0000000066bbb32c
[ 9.581200] FS-Cache: N-key=[10] '34323934393338323439'
[ 9.851274] 9pnet_virtio: no channels available for device drvfs
[ 9.851278] WARNING: mount: waiting for virtio device...
[ 9.951520] 9pnet_virtio: no channels available for device drvfs
[ 10.052061] 9pnet_virtio: no channels available for device drvfs
[ 10.152612] 9pnet_virtio: no channels available for device drvfs
[ 10.252929] 9pnet_virtio: no channels available for device drvfs
[ 10.353484] 9pnet_virtio: no channels available for device drvfs
[ 10.454043] 9pnet_virtio: no channels available for device drvfs
[ 10.554546] 9pnet_virtio: no channels available for device drvfs
[ 10.655119] 9pnet_virtio: no channels available for device drvfs
[ 10.755676] 9pnet_virtio: no channels available for device drvfs
[ 10.856135] 9pnet_virtio: no channels available for device drvfs
[ 10.956322] 9pnet_virtio: no channels available for device drvfs
[ 11.056599] 9pnet_virtio: no channels available for device drvfs
[ 11.157140] 9pnet_virtio: no channels available for device drvfs
[ 11.257602] 9pnet_virtio: no channels available for device drvfs
[ 11.357973] 9pnet_virtio: no channels available for device drvfs
[ 11.458156] 9pnet_virtio: no channels available for device drvfs
[ 11.558356] 9pnet_virtio: no channels available for device drvfs
[ 11.658701] 9pnet_virtio: no channels available for device drvfs
[ 11.759131] 9pnet_virtio: no channels available for device drvfs
[ 11.759142] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/c (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=C:;uid=0;gid=0;symlinkroot=/mnt/
[ 11.759143] ) failed: 2
[ 11.772305] FS-Cache: Duplicate cookie detected
[ 11.772307] FS-Cache: O-cookie c=00000000a072c3a7 [p=00000000b445dce8 fl=222 nc=0 na=1]
[ 11.772308] FS-Cache: O-cookie d=000000006d4dab79 n=0000000092e119d2
[ 11.772309] FS-Cache: O-key=[10] '34323934393338343638'
[ 11.772313] FS-Cache: N-cookie c=00000000e4b3f0d0 [p=00000000b445dce8 fl=2 nc=0 na=1]
[ 11.772314] FS-Cache: N-cookie d=000000006d4dab79 n=0000000046cc9116
[ 11.772314] FS-Cache: N-key=[10] '34323934393338343638'
[ 12.126399] 9pnet_virtio: no channels available for device drvfs
[ 12.126404] WARNING: mount: waiting for virtio device...
[ 12.226547] 9pnet_virtio: no channels available for device drvfs
[ 12.326699] 9pnet_virtio: no channels available for device drvfs
[ 12.426893] 9pnet_virtio: no channels available for device drvfs
[ 12.527061] 9pnet_virtio: no channels available for device drvfs
[ 12.627186] 9pnet_virtio: no channels available for device drvfs
[ 12.727272] 9pnet_virtio: no channels available for device drvfs
[ 12.827434] 9pnet_virtio: no channels available for device drvfs
[ 12.927560] 9pnet_virtio: no channels available for device drvfs
[ 13.027714] 9pnet_virtio: no channels available for device drvfs
[ 13.127845] 9pnet_virtio: no channels available for device drvfs
[ 13.227966] 9pnet_virtio: no channels available for device drvfs
[ 13.328052] 9pnet_virtio: no channels available for device drvfs
[ 13.428197] 9pnet_virtio: no channels available for device drvfs
[ 13.528335] 9pnet_virtio: no channels available for device drvfs
[ 13.628475] 9pnet_virtio: no channels available for device drvfs
[ 13.728569] 9pnet_virtio: no channels available for device drvfs
[ 13.828754] 9pnet_virtio: no channels available for device drvfs
[ 13.928842] 9pnet_virtio: no channels available for device drvfs
[ 14.028933] 9pnet_virtio: no channels available for device drvfs
[ 14.028941] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/c (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=C:;uid=0;gid=0;symlinkroot=/mnt/
[ 14.028942] ) failed: 2
[ 14.050419] init: (9) ERROR: CreateProcessParseCommon:818: Failed to translate C:\WINDOWS\system32

[ 14.050517] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\WINDOWS\system32

[ 14.050589] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\WINDOWS
[ 14.050693] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\WINDOWS\System32\Wbem

[ 14.050736] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\WINDOWS\System32\WindowsPowerShell\v1.0\

[ 14.050801] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\WINDOWS\System32\OpenSSH\

.................................. Lots of UtilTranslatePathList Errors

[ 124.339936] scsi 0:0:0:3: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 124.340252] sd 0:0:0:3: Attached scsi generic sg3 type 0
[ 124.340745] sd 0:0:0:3: [sdd] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[ 124.340747] sd 0:0:0:3: [sdd] 4096-byte physical blocks
[ 124.340820] sd 0:0:0:3: [sdd] Write Protect is off
[ 124.340823] sd 0:0:0:3: [sdd] Mode Sense: 0f 00 00 00
[ 124.341015] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 124.344231] sd 0:0:0:3: [sdd] Attached SCSI disk
[ 124.356464] EXT4-fs (sdd): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered
[ 124.365238] FS-Cache: Duplicate cookie detected
[ 124.365241] FS-Cache: O-cookie c=00000000e4b3f0d0 [p=00000000b445dce8 fl=222 nc=0 na=1]
[ 124.365241] FS-Cache: O-cookie d=000000006d4dab79 n=00000000e094abe1
[ 124.365242] FS-Cache: O-key=[10] '34323934393439373237'
[ 124.365247] FS-Cache: N-cookie c=0000000054c8f448 [p=00000000b445dce8 fl=2 nc=0 na=1]
[ 124.365247] FS-Cache: N-cookie d=000000006d4dab79 n=00000000480e4d1e
[ 124.365248] FS-Cache: N-key=[10] '34323934393439373237'
[ 124.504742] 9pnet_virtio: no channels available for device drvfs
[ 124.504746] WARNING: mount: waiting for virtio device...
[ 124.604845] 9pnet_virtio: no channels available for device drvfs
[ 124.705064] 9pnet_virtio: no channels available for device drvfs
[ 124.805279] 9pnet_virtio: no channels available for device drvfs
[ 124.905530] 9pnet_virtio: no channels available for device drvfs
[ 125.005697] 9pnet_virtio: no channels available for device drvfs
[ 125.105904] 9pnet_virtio: no channels available for device drvfs
[ 125.206038] 9pnet_virtio: no channels available for device drvfs
[ 125.306185] 9pnet_virtio: no channels available for device drvfs
[ 125.406315] 9pnet_virtio: no channels available for device drvfs
[ 125.506414] 9pnet_virtio: no channels available for device drvfs
[ 125.606551] 9pnet_virtio: no channels available for device drvfs
[ 125.706673] 9pnet_virtio: no channels available for device drvfs
[ 125.806812] 9pnet_virtio: no channels available for device drvfs
[ 125.906948] 9pnet_virtio: no channels available for device drvfs
[ 126.007054] 9pnet_virtio: no channels available for device drvfs
[ 126.107192] 9pnet_virtio: no channels available for device drvfs
[ 126.207290] 9pnet_virtio: no channels available for device drvfs
[ 126.307427] 9pnet_virtio: no channels available for device drvfs
[ 126.407558] 9pnet_virtio: no channels available for device drvfs
[ 126.407566] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/c (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=C:;uid=0;gid=0;symlinkroot=/mnt/
[ 126.407567] ) failed: 2
[ 126.424278] FS-Cache: Duplicate cookie detected
[ 126.424280] FS-Cache: O-cookie c=000000008b13f0e0 [p=00000000b445dce8 fl=222 nc=0 na=1]
[ 126.424281] FS-Cache: O-cookie d=000000006d4dab79 n=000000003cad55af
[ 126.424282] FS-Cache: O-key=[10] '34323934393439393333'
[ 126.424286] FS-Cache: N-cookie c=00000000f0fac731 [p=00000000b445dce8 fl=2 nc=0 na=1]
[ 126.424287] FS-Cache: N-cookie d=000000006d4dab79 n=000000009f966c39
[ 126.424287] FS-Cache: N-key=[10] '34323934393439393333'
[ 126.959912] 9pnet_virtio: no channels available for device drvfs
[ 126.959916] WARNING: mount: waiting for virtio device...
[ 127.060059] 9pnet_virtio: no channels available for device drvfs
[ 127.160198] 9pnet_virtio: no channels available for device drvfs
[ 127.260334] 9pnet_virtio: no channels available for device drvfs
[ 127.360490] 9pnet_virtio: no channels available for device drvfs
[ 127.460604] 9pnet_virtio: no channels available for device drvfs
[ 127.560818] 9pnet_virtio: no channels available for device drvfs
[ 127.660940] 9pnet_virtio: no channels available for device drvfs
[ 127.761045] 9pnet_virtio: no channels available for device drvfs
[ 127.861167] 9pnet_virtio: no channels available for device drvfs
[ 127.961299] 9pnet_virtio: no channels available for device drvfs
[ 128.061489] 9pnet_virtio: no channels available for device drvfs
[ 128.161626] 9pnet_virtio: no channels available for device drvfs
[ 128.261749] 9pnet_virtio: no channels available for device drvfs
[ 128.361896] 9pnet_virtio: no channels available for device drvfs
[ 128.462046] 9pnet_virtio: no channels available for device drvfs
[ 128.562218] 9pnet_virtio: no channels available for device drvfs
[ 128.662347] 9pnet_virtio: no channels available for device drvfs
[ 128.762477] 9pnet_virtio: no channels available for device drvfs
[ 128.862666] 9pnet_virtio: no channels available for device drvfs
[ 128.862674] init: (1) ERROR: MountPlan9WithRetry:285: mount drvfs on /mnt/c (cache=mmap,noatime,msize=262144,trans=virtio,aname=drvfs;path=C:;uid=1000;gid=1000;symlinkroot=/mnt/
[ 128.862675] ) failed: 2
[ 128.893283] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\WINDOWS\system32

[ 128.893343] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\WINDOWS
[ 128.893410] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\WINDOWS\System32\Wbem

[ 128.893477] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\WINDOWS\System32\WindowsPowerShell\v1.0\

[ 128.893543] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\WINDOWS\System32\OpenSSH\

[ 128.893589] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Program Files\dotnet\

[ 128.893634] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Program Files\Microsoft SQL Server\130\Tools\Binn\

[ 128.893680] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\

[ 128.893741] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Program Files\Git\cmd

[ 128.893807] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\ProgramData\chocolatey\bin

[ 128.893877] init: (9) ERROR: UtilTranslatePathList:2688: Failed to translate C:\Program Files\Microsoft VS Code\bin

This is Remote WSL logs
[2022-03-10 03:27:21.021] Resolving wsl+ubuntu-20.04, resolveAttempt: 1
[2022-03-10 03:27:21.108] Starting VS Code Server inside WSL (wsl2)
[2022-03-10 03:27:21.108] Extension version: 0.64.2
[2022-03-10 03:27:21.108] Windows build: 22000. Multi distro support: available. WSL path support: enabled
[2022-03-10 03:27:21.108] No shell environment set or found for current distro.
[2022-03-10 03:27:21.213] WSL daemon log file:
[2022-03-10 03:27:21.214] Probing if server is already installed: C:\WINDOWS\System32\wsl.exe -d Ubuntu-20.04 -e sh -c "[ -d ~/.vscode-server/bin/8908a9ca0f221f36507231afb39d2d8d1e182702 ] && printf found || ([ -f /etc/alpine-release ] && printf alpine-; uname -m)"
[2022-03-10 03:27:21.304] Probing result: x86_64
[2022-03-10 03:27:21.304] No server install found in WSL, needs linux-x64
[2022-03-10 03:27:21.305] Launching C:\WINDOWS\System32\wsl.exe -d Ubuntu-20.04 sh -c '"$VSCODE_WSL_EXT_LOCATION/scripts/wslServer.sh" 8908a9ca0f221f36507231afb39d2d8d1e182702 stable code-server .vscode-server --host=127.0.0.1 --port=0 --connection-token=3434306862-2525811537 --use-host-proxy --without-browser-env-var --disable-websocket-compression --accept-server-license-terms'
[2022-03-10 03:27:21.396] sh: 1: /scripts/wslServer.sh: not found
[2022-03-10 03:27:21.396] VS Code Server for WSL closed unexpectedly.
[2022-03-10 03:27:21.396] For help with startup problems, go to
[2022-03-10 03:27:21.396] https://code.visualstudio.com/docs/remote/troubleshooting#_wsl-tips
[2022-03-10 03:27:21.406] WSL Daemon exited with code 0

@OneBlue
Copy link
Collaborator

OneBlue commented Mar 16, 2022

/logs

@ghost
Copy link

ghost commented Mar 16, 2022

Hello! Could you please provide more logs to help us better diagnose your issue? You can find instructions on how to attach logs here, please make sure to post the link to the Feedback Hub item in this chat so we can see it.

Thank you!

@ghost ghost closed this as completed Mar 23, 2022
@ghost
Copy link

ghost commented Mar 23, 2022

This issue has been automatically closed since it has not had any author activity for the past 7 days. If you're still experiencing this issue please re-open it.

Thank you!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants