You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From time to time the logs output is filled with this error:
time="2024-06-14T09:42:10Z" level=error msg="cannot connect to host: fork/exec /app/wsl-gvproxy.exe: too many open files"
time="2024-06-14T09:42:11Z" level=error msg="cannot connect to host: fork/exec /app/wsl-gvproxy.exe: too many open files"
time="2024-06-14T09:42:12Z" level=error msg="cannot connect to host: fork/exec /app/wsl-gvproxy.exe: too many open files"
time="2024-06-14T09:42:13Z" level=error msg="cannot connect to host: fork/exec /app/wsl-gvproxy.exe: too many open files"
time="2024-06-14T09:42:14Z" level=error msg="cannot connect to host: fork/exec /app/wsl-gvproxy.exe: too many open files"
time="2024-06-14T09:42:15Z" level=error msg="cannot connect to host: fork/exec /app/wsl-gvproxy.exe: too many open files"
time="2024-06-14T09:42:16Z" level=error msg="cannot connect to host: fork/exec /app/wsl-gvproxy.exe: too many open files"
time="2024-06-14T09:42:17Z" level=error msg="cannot connect to host: fork/exec /app/wsl-gvproxy.exe: too many open files"
time="2024-06-14T09:42:18Z" level=error msg="cannot connect to host: fork/exec /app/wsl-gvproxy.exe: too many open files"
time="2024-06-14T09:42:19Z" level=error msg="cannot connect to host: fork/exec /app/wsl-gvproxy.exe: too many open files"
It doesn't prevent it from working:
$ curl -I google.com
HTTP/1.1 301 Moved Permanently
... but still I figured I would open an issue
I tried upgrading the limit on open files, from 1024 (default) to 65535, and then restarting the vpnkit, but to no avail:
ulimit -n 65535
EDIT: this might be caused by trying to start a second instance of wsl-vpnkit, not sure
The text was updated successfully, but these errors were encountered:
From time to time the logs output is filled with this error:
It doesn't prevent it from working:
... but still I figured I would open an issue
I tried upgrading the limit on open files, from
1024
(default) to65535
, and then restarting the vpnkit, but to no avail:EDIT: this might be caused by trying to start a second instance of wsl-vpnkit, not sure
The text was updated successfully, but these errors were encountered: