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
I'm trying to install k3d on Windows 11, already have the required dependencies.
C:\Users\User>kubectl version
Client Version: v1.30.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Unable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it.
C:\Users\User>docker -v
Docker version 27.2.0, build 3ab4256
Currently trying with curl command, but getting this error:
<3>WSL (9) ERROR: CreateProcessParseCommon:763: Failed to translate C:\Users\User
<3>WSL (9) ERROR: CreateProcessParseCommon:809: getpwuid(0) failed 2
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files\Python312\Scripts\
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files\Python312\
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files\Java\jdk-17\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files\Common Files\Oracle\Java\javapath
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\WINDOWS\system32
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\WINDOWS
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\WINDOWS\System32\Wbem
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\WINDOWS\System32\WindowsPowerShell\v1.0\
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\WINDOWS\System32\OpenSSH\
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\msys64\mingw64\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files\Intel\WiFi\bin\
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files\Common Files\Intel\WirelessCommon\
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files (x86)\dotnet\
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files\gnuplot\bin\
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files\Apache Software Foundation\apache-maven-3.9.1\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Strawberry\c\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Strawberry\perl\site\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Strawberry\perl\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files\Docker\Docker\resources\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Users\User\AppData\Local\Microsoft\WindowsApps
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\msys64\mingw64\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Users\User\AppData\Local\Programs\MiKTeX\miktex\bin\x64\
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Users\User\AppData\Local\Programs\Microsoft VS Code\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Users\User\flutter\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Users\User\AppData\Local\Pub\Cache\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Users\User\Documents\Flutter
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files\Git\bin
<3>WSL (9) ERROR: UtilTranslatePathList:2852: Failed to translate C:\Program Files\Apache Software Foundation\apache-maven-3.9.1\bin
Processing fstab with mount -a failed.
Failed to mount C:\, see dmesg for more details.
<3>WSL (9) ERROR: CreateProcessCommon:392: getpwuid(0) failed 2
<3>WSL (9) ERROR: CreateProcessCommon:559: execvpe(/bin/bash) failed: No such file or directory
Any idea?
The text was updated successfully, but these errors were encountered:
WSL give error when installing k3d
I'm trying to install k3d on Windows 11, already have the required dependencies.
Currently trying with
curl
command, but getting this error:Any idea?
The text was updated successfully, but these errors were encountered: