-
|
my log is currently full of those entries: Mar 25 01:14:04 DEBIAN-WSL unknown: WSL (204) ERROR: CheckConnection: connect() failed: 101
Mar 25 01:13:44 DEBIAN-WSL unknown: WSL (204) ERROR: CheckConnection: getaddrinfo() failed: -5
Mar 25 01:13:44 DEBIAN-WSL unknown: WSL (204) ERROR: CheckConnection: getaddrinfo() failed: -5
Mar 25 01:13:44 DEBIAN-WSL unknown: WSL (204) ERROR: CheckConnection: connect() failed: 101
Mar 25 01:13:38 DEBIAN-WSL unknown: WSL (204) ERROR: CheckConnection: getaddrinfo() failed: -5
Mar 25 01:13:38 DEBIAN-WSL unknown: WSL (204) ERROR: CheckConnection: getaddrinfo() failed: -5
Mar 25 01:13:38 DEBIAN-WSL unknown: WSL (204) ERROR: CheckConnection: connect() failed: 101the error code for connect, it's network unreachable. my [wsl2]
ipv6=true
kernelCommandLine="cgroup_no_v1=all"
networkingMode=mirrored
nestedVirtualization=true
vmIdleTimeout=-1
firewall=true
dnsTunneling=true
autoProxy=true
virtio9p=falsefor [boot]
systemd = true
[network]
hostname = "DEBIAN-WSL"
generateHosts = true
generateResolvConf = trueeverything is working, can ping the host, can connect to listening services, use docker, etc. just annoyed by this mysterious error log that seems to be executing every 30 seconds or so. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
@pocesar: This is written by the You can disable the connectivity checks by adding: To .wslconfig |
Beta Was this translation helpful? Give feedback.
@pocesar: This is written by the
/gnsprocess, which runs in the root namespace (which is why you can't see it for your distro).You can disable the connectivity checks by adding:
To .wslconfig