wsld
wsld copied to clipboard
WSL Daemon - Stable X11 connection and time synchronisation for WSL2
`wsldhost.exe --daemon` fails to run with windows update to 21H1 (OS build 19043.1586)  I have created a windows shortcut with target "C:\pathto\wsldhost.exe" --daemon, and setup the shortcut properties->compatibility->run this...
Would it be possible to add a DNS resolver to wsld? I imagine that one could then set /etc/resolv.conf to 127.0.0.1 and wsldhost.exe would perform the DNS lookup on the...
When running wsld on wsl2 side I get an eror: `Failed to listen: Address already in use (os error 98)`. I have in my setup [wsl-vpnkit](https://github.com/sakai135/wsl-vpnkit/) and [systemd](https://github.com/diddledani/one-script-wsl2-systemd) which I...
I tied below, First ( at Windows10 Pro 64bit powershell by admin ) `$ wsldhost.exe --daemon` Second ( at WSL2 Ubuntu 18.04 LTS) `$ sudo ~/.cargo/bin/wsld` and got Error, ```...
Explicitly delete the lock files before starting wsld following the https://github.com/nbdd0121/wsld/commit/c3a2bb7ccab8c11710fa6b49cf10434a80a853dd commit. WSL2 never deletes the tmp directory - https://github.com/microsoft/WSL/issues/6999
Hello, as stated in the previous issue. I'm unable to run `wsldhost.exe --daemon` nor am I able to run `wsldhost.exe `. Both of them result in the same error which...
Hello! I've been using WSLD on Ubuntu 20.04 and it's been working wonderfully! I'm wondering though if it is at all possible to run 2 instances of VcXsrv Server corresponding...
When running wsld using the instructions on the doc, it show this error: Failed to listen: Operation not permitted (os error 1) If I run the command with sudo wsld,...
Recently wsld started failing on one of my machines with an obscure `permission denied` message. After fumbling with it for a while, I figured out that this is an issue...
Hi @nbdd0121, I am having issues with running Terminator GUI via WSL2 Ubuntu. Here is my setup: 1. Start VcXSrv on windows host with `vcxsrv.exe :0 -ac -terminate -lesspointer -multiwindow...