Code Monkey home page Code Monkey logo

Comments (5)

github-actions avatar github-actions commented on August 23, 2024

Logs are required for review from WSL team

If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'.
Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.

How to collect WSL logs

Download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
.\collect-wsl-logs.ps1

The script will output the path of the log file once done.

If this is a networking issue, please use collect-networking-logs.ps1, following the instructions here

Once completed please upload the output files to this Github issue.

Click here for more info on logging
If you choose to email these logs instead of attaching to the bug, please send them to [email protected] with the number of the github issue in the subject, and in the message a link to your comment in the github issue and reply with '/emailed-logs'.

View similar issues

Please 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!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

from wsl.

jcrben avatar jcrben commented on August 23, 2024

closing for now as I've had trouble replicating

from wsl.

jcrben avatar jcrben commented on August 23, 2024

Reopening this as I just hit this again in another case - the vscode wsl server update which runs when you run code on wsl.

Attaching the logs - @OneBlue I'm hoping this is more complete than your average issue report. Let me know if there's anything I can add.

Reproduction steps - ~/.wslconfig and /etc/wsl.conf are the same as above.

Open WSL and run code . - see that it hangs - strace shows that it is using ipv6
image

Hangs for as long as I was willing to wait.

Disable ipv6 - I edited /etc/gai.conf and uncommented the precedence ::ffff:0:0/96 100 line.

Rerun code and notice that it works now.

WslLogs-2024-08-11_22-34-29.zip
WslNetworkingLogs-2024-08-11_22-41-55.zip

from wsl.

github-actions avatar github-actions commented on August 23, 2024
Diagnostic information
Multiple log files found, using: https://github.com/user-attachments/files/16577731/WslLogs-2024-08-11_22-34-29.zip
.wslconfig found
Detected appx version: 2.2.4.0

from wsl.

CatalinFetoiu avatar CatalinFetoiu commented on August 23, 2024

@jcrben thanks for reporting the issue and attaching the logs and the strace output

the logs show that the IP you are trying to connect to at port 443 is 2620:1ec:bdf::69

I also see that your host machine only has local IPv6 connectivity, it does not have global IPv6 connectivity, which leads to connecting to global IPv6 address 2620:1ec:bdf::69 to fail - can you please confirm if you Windows machine has global IPv6 connectivity (e.g. does connecting to 2620:1ec:bdf::69, port 443 work on Windows) ?

from wsl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.