-
Notifications
You must be signed in to change notification settings - Fork 1.3k
WSL2 sock bind error: 38 function not implement #9587
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
Comments
WslLogs-2023-02-04_15-20-51.zip grafana/loki in K8S Error: attach to container : $ python -m http.server |
I've had similar |
@wangjf78, In the future please let the log collection run while reproducing the issue, else there isn't anything for me to see. It only collects logs from events while it is running (not a time machine). Else go ahead and try 1.1.3 |
I had update to 1.1.3 in last 2 days. It's worked, thanks ! |
/dupe #9508 |
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Version
Windows version: 10.0.19044.2546
WSL Version
Kernel Version
5.15.83.1
Distro Version
Ubuntu-18.04
Other Software
Docker ce 23.0.0
minikube version: v1.28.0 (with k8s 1.23)
VSCode
Repro Steps
Start minikube , deploy some workload
Running after 2-3 hours.
Any call to sock bind will report errorno 38
Expected Behavior
In docker / K8S bind a server sock
In WSL, bind a server sock
e.g. : python -m http.server
Actual Behavior
In docker / K8S tcp sock bind return errorno 38
docker run nginx:alpine will cause :
bind: 38: function not implemed
In WSL, any tcp sock bind call return errno 38
python -m http.server
bind: errorno 38
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: