Cannot connect to WSL, usermod error

Hi @jeremias.tx

I was having to restart docker every time I opened VSCode using the command

wsl sudo service docker start

And I wanted a more permanent solution so I went with the info in this thread:

And after I ran the command provided by @matheus.tx

wsl sudo bash -c “wget ``https://raw.githubusercontent.com/torizon/cookbook-torizon-wsl/refs/heads/dev/cookbook/recipes-wsl/boot/boot.xsh`` -O /usr/bin/boot.xsh && wget ``https://raw.githubusercontent.com/torizon/cookbook-torizon-wsl/refs/heads/dev/cookbook/recipes-wsl/profile/profile`` -O /etc/profile”

And this behavior started happening. I will attempt a WSL reset/refresh today.