| 16 Nov 2022 |
nzbr (they/it) | Because now we have to specify version numbers like WSL v2 Windows-Store v1.0.0 - what's not to love about that? /s | 11:55:26 |
nzbr (they/it) | I tried to update, but the latest version in the store and with wsl --update seems to still be 0.70.5.0 | 12:00:47 |
Sandro 🐧 | In reply to @k900:0upti.me Why now Counter question: why not? | 16:11:06 |
K900 | systemd is still horribly busted for many use cases | 16:11:33 |
| omlet joined the room. | 20:34:22 |
| 17 Nov 2022 |
nzbr (they/it) | They seem to have working systemctl --user now | 11:56:27 |
K900 | Do they? | 12:02:06 |
nzbr (they/it) |  Download image.png | 12:03:06 |
K900 | Oh yeah | 12:04:18 |
K900 | It's actually running now | 12:04:21 |
K900 | But doesn't work on NixOS | 12:04:38 |
K900 | hmmm | 12:04:39 |
K900 | tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=4933168k,nr_inodes=1233292,mode=700,uid=1000,gid=100)
none on /run/user/1000 type tmpfs (rw,relatime)
| 12:11:01 |
K900 | huh | 12:11:03 |
K900 | What the hell is happening here tbh | 12:13:09 |
K900 | Yep, it's two different filesystems | 12:18:10 |
K900 | Something is definitely racy | 12:18:13 |
K900 | OK so the none is a bind mount of /mnt/wslg/runtime-dir | 12:20:42 |
nzbr (they/it) | The none one is present on Ubuntu as well, so that's probably the one we need | 12:21:38 |
| omlet left the room. | 12:21:41 |
K900 | Yeah | 12:23:08 |
K900 | It's worse | 12:23:11 |
K900 | I'm looking at what bottle-imp does | 12:23:15 |
K900 | https://github.com/arkane-systems/bottle-imp/blob/master/othersrc/usr-lib/systemd/system/user-runtime-dir%40.service.d/override.conf | 12:23:22 |
K900 | Also, just masking out the user-runtime-dir doesn't help | 12:31:27 |
K900 | The user instance gets there first | 12:31:57 |
Sandro 🐧 | lol, what
C:\Users\sandro>wsl --version
WSL version: 1.0.0.0
Kernel version: 5.15.74.2
WSLg version: 1.0.47
MSRDC version: 1.2.3575
Direct3D version: 1.606.4
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.19045.2311
C:\Users\sandro>ver
Microsoft Windows [Version 10.0.19045.2311]
| 21:21:18 |
Sandro 🐧 | I just ran wsl --update on Windows 10 | 21:21:26 |
nzbr (they/it) | So the article I read today did not have a typo when they said WSL 1.0.0 would be coming to Windows 10 | 21:22:41 |
nzbr (they/it) | Interesting | 21:22:47 |