nbdd0121 / wsld

WSL Daemon - Stable X11 connection and time synchronisation for WSL2
Apache License 2.0
299 stars 26 forks source link

Failed to listen: No such file or directory (os error 2) (on windows 11) #17

Closed idanz closed 3 years ago

idanz commented 3 years ago

Trying to run WSLD in WSL2 on Windows 11, results in : Failed to listen: No such file or directory (os error 2)

nbdd0121 commented 3 years ago

Can you check that:

idanz commented 3 years ago

Thanks for the quick reply!

You were right, it seems wslg created a link on /tmp/.X11-unix and that caused the issue

ls -ll /tmp/.X11-unix lrwxrwxrwx 1 root root 19 Oct 29 17:30 /tmp/.X11-unix -> /mnt/wslg/.X11-unix

removing the link and starting wsld again solved the issue