
Me uní a Windows 10 Insider Preview. Hoy el sistema se actualizó a la versión 2004, compilación 19555.1001, y ahora no puedo abrir WSL.
Veo los siguientes errores cuando ejecuto CMD:
Microsoft Windows [Version 10.0.19555.1001]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>bash
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
C:\WINDOWS\system32>wsl
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
C:\WINDOWS\system32>ubuntu
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
C:\WINDOWS\system32>
Respuesta1
Referirse aWSL/números/4860(gracias @Biswapriyo)
Este problema aparece con 3 condiciones:
- Compilación del sistema 19555.1001 (edición originalWSL/números/4860)
- WSL2 (comentario1,comentario2)
$Env:Path.length
(%PATH%
) demasiado largo (comentario3)
En consecuencia, existen 3 soluciones:
- Revertir la actualización de Win 10 (comentario4)
- Cambiar a WSL1 (comentario2, No recomendado)
- Reducir
$Env:Path.length
, para mí 2k+ → 1058 funciona.
Parece claro que se resolverá en una compilación futura, pero también parece haber diferentes respuestas sobre la compilación 19559. Consulteeste comentarioque dice que no se resolvió y el comentario anterior de @Ramhound que dice que su WSL funciona en esa compilación sin problemas.