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
Entirely possible I'm doing something stupid here, but following the README gets me to where I'm launching the vpnkit distro from powershell:
wsl.exe -d wsl-vpnkit --cd /app wsl-vpnkit
but when I do that, I get the following set of errors, which are relatively undecipherable to me (sorry!)
... these are from the latest distro v0.4 on a current win11 system running the stock Ubuntu distro in the only other VM.
PS C:\Users\lwobker> wsl.exe -d wsl-vpnkit --cd /app wsl-vpnkit
Processing fstab with mount -a failed.
<3>WSL (8) ERROR: CreateProcessEntryCommon:370: getpwuid(0) failed 2
<3>WSL (8) ERROR: CreateProcessEntryCommon:374: getpwuid(0) failed 2
<3>WSL (8) ERROR: CreateProcessEntryCommon:566: chdir(/app) failed 2
<3>WSL (8) ERROR: CreateProcessEntryCommon:577: execvpe /bin/sh failed 2
<3>WSL (8) ERROR: CreateProcessEntryCommon:586: Create process not expected to return
The text was updated successfully, but these errors were encountered:
Entirely possible I'm doing something stupid here, but following the README gets me to where I'm launching the vpnkit distro from powershell:
but when I do that, I get the following set of errors, which are relatively undecipherable to me (sorry!)
... these are from the latest distro v0.4 on a current win11 system running the stock Ubuntu distro in the only other VM.
The text was updated successfully, but these errors were encountered: