-
Notifications
You must be signed in to change notification settings - Fork 822
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
UtilBindVsockAnyPort:286: socket failed 1 #11398
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The scipt will output the path of the log file once done. Once completed please upload the output files to this Github issue. Click here for more info on logging View similar issuesPlease view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it! Open similar issues:
Closed similar issues:
|
Solved by #10883 |
Hello medoni, can you give more details on how you resolved this issue |
Sry for the late response. > docker run --rm `
--privileged `
-v "/mnt/c:/mnt/c" `
-v "/run/WSL:/run/WSL" `
-it alpine:latest Inside the alpine, I can execute: > /mnt/c/Windows/System32/calc.exe My Environment: > wsl --version
# WSL version: 2.3.26.0
# Kernel version: 5.15.167.4-1
# WSLg version: 1.0.65
# MSRDC version: 1.2.5620
# Direct3D version: 1.611.1-81528511
# DXCore version: 10.0.26100.1-240331-1435.ge-release
# Windows version: 10.0.22631.4391
> docker info
# Client:
# Version: 27.2.1-rd
# Context: default
# Debug Mode: false
# Plugins:
# buildx: Docker Buildx (Docker Inc.)
# Version: v0.17.1
# Path: C:\Program Files\Rancher Desktop\resources\resources\win32\docker-cli-plugins\docker-buildx.exe
# compose: Docker Compose (Docker Inc.)
# Version: v2.29.5
# Path: C:\Program Files\Rancher Desktop\resources\resources\win32\docker-cli-plugins\docker-compose.exe
#
# Server:
# Containers: 83
# Running: 71
# Paused: 0
# Stopped: 12
# Images: 57
# Server Version: 26.1.5
# Storage Driver: overlay2
# Backing Filesystem: extfs
# Supports d_type: true
# Using metacopy: false
# Native Overlay Diff: true
# userxattr: false
# Logging Driver: json-file
# Cgroup Driver: cgroupfs
# Cgroup Version: 1
# Plugins:
# Volume: local
# Network: bridge host ipvlan macvlan null overlay
# Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
# Swarm: inactive
# Runtimes: runc io.containerd.runc.v2
# Default Runtime: runc
# Init Binary: docker-init
# containerd version: 3a4de459a68952ffb703bbe7f2290861a75b6b67
# runc version: 2c9f5602f0ba3d9da1c2596322dfc4e156844890
# init version:
# Security Options:
# seccomp
# Profile: builtin
# Kernel Version: 5.15.167.4-microsoft-standard-WSL2
# Operating System: Rancher Desktop WSL Distribution
# OSType: linux
# Architecture: x86_64
# CPUs: 24
# Total Memory: 31.35GiB
# Name: N12
# ID: db784088-f883-48bb-990b-ebb3b2bf57a4
# Docker Root Dir: /var/lib/docker
# Debug Mode: false
# Experimental: false
# Insecure Registries:
# 127.0.0.0/8
# Live Restore Enabled: false
#
# WARNING: No blkio throttle.read_bps_device support
# WARNING: No blkio throttle.write_bps_device support
# WARNING: No blkio throttle.read_iops_device support
# WARNING: No blkio throttle.write_iops_device support
# |
Windows Version
Microsoft Windows [Version 10.0.22631.3296]
WSL Version
2.1.5.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.146.1-2
Distro Version
Ubuntu 20.04.6 LTS
Other Software
Repro Steps
Expected Behavior
Output of cmd.exe or any similar windows host exe
Actual Behavior
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: