nbdd0121 / wsld

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

WSL2 docs: Add better error handling support #18

Closed codebymikey closed 1 year ago

codebymikey commented 3 years ago

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

Lamarcke commented 1 year ago

Why wasn't this implemented? Any problems with the approach?

nbdd0121 commented 1 year ago

There is a force option if your setup does not have /tmp cleaned (implemented in f758bd403cf54431cd7078e1e330c5b2da256ae9). I have added it to the doc.