Fork me on GitHub
#clj-on-windows
<
2022-05-25
>
chucklehead03:05:24

curious if anyone has seen issues with WSL hanging after resume from suspend...not immediately after, but something like the next interaction that requires interop/9pfs will cause the session to hang indefinitely

chucklehead03:05:27

e.g., after resume I can use an old WSL terminal session 'normally' but as soon as I run ls /mnt it will hang or a VS Code remote session will work fine for a while until it presumably does something that expands PATH and hits a /mnt/c path and hangs.

seancorfield04:05:04

I haven't seen that -- and I regularly sleep and restart my laptop with WSL sessions running, and run commands that touch /mnt/c. What version of Windows and what version of WSL are you running @U015879P2F8?

chucklehead04:05:22

currently 11 preview build 22621 and WSL2 version 0.58.3.0

chucklehead04:05:48

although it's been an issue for at least a few months and rolling back to various release channels

seancorfield04:05:01

Hmm, don't know what to suggest -- I've not seen that problem (and I definitely would have done with my workflow, based on your description).

seancorfield04:05:34

Right now I'm on Win11 build 25120... I'd have to go look up my WSL version...

seancorfield04:05:31

0.58.3.0 apparently

chucklehead04:05:51

there's a decent chance it's something Pro X/arm64-specific

chucklehead04:05:27

and I'm just doomed to want to throw this thing out a window a few times a day

seancorfield04:05:29

Ah... possibly... I'm on Intel (Microsoft Surface Laptop 3)

chucklehead04:05:23

about to try disabling interop and running vscode from linux for a while to at least confirm what I think is causing it

borkdude20:05:54

Interesting: https://twitter.com/unixterminal/status/1529556480352997377 It seems Windows is now also investing heavily in aarch64 tooling

chucklehead21:05:02

It's definitely gotten/getting better, but it doesn't feel like MS take aarch64 half as seriously as Apple despite shipping MS branded Windows on ARM hardware for years longer.

chucklehead21:05:35

Windows server on graviton 3 able to run win-x86/x64/aarch64 and linux-aarch64 software seems like a winner of a product to me.

borkdude21:05:26

With WSL2 linux-aarch64 should be possible right? I'm seeing lots of tweets and retweets from unixterminal on the Build conference and it's a lot of aarch64 being mentioned

chucklehead21:05:42

Yeah I've been using a surface pro x (win-aarch64) as my main machine for a couple years. I do most of my clojure stuff on the wsl2 linux-aarch64 side.