clj-on-windows

chucklehead 2022-05-25T03:32:24.472959Z

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

chucklehead 2022-05-25T03:33:27.496849Z

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.

seancorfield 2022-05-25T04:13:04.840609Z

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 @chuck.cassel?

chucklehead 2022-05-25T04:22:22.874429Z

currently 11 preview build 22621 and WSL2 version 0.58.3.0

chucklehead 2022-05-25T04:24:48.282239Z

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

seancorfield 2022-05-25T04:34:01.724239Z

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).

seancorfield 2022-05-25T04:34:34.784379Z

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

seancorfield 2022-05-25T04:36:31.334909Z

0.58.3.0 apparently

chucklehead 2022-05-25T04:36:51.357069Z

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

chucklehead 2022-05-25T04:37:27.129509Z

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

seancorfield 2022-05-25T04:37:29.235679Z

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

chucklehead 2022-05-25T04:39:23.328099Z

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

borkdude 2022-05-25T20:37:54.561239Z

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

chucklehead 2022-05-25T21:28:02.577899Z

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.

chucklehead 2022-05-25T21:28:35.171669Z

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.

borkdude 2022-05-25T21:33:26.899819Z

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

chucklehead 2022-05-25T21:55:42.206929Z

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.