| 17 Nov 2022 |
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 |
Arson Copperflame | 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 |
Arson Copperflame | 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 |
Arson Copperflame | Interesting | 21:22:47 |
Sandro 🐧 | and it is also available in the microsoft store | 21:24:14 |
| 18 Nov 2022 |
K900 | Does this mean we can rip out syschdemd | 00:18:28 |
Arson Copperflame | I'd not say rip out, but deprecate and most importantly: stop building workarounds for it | 00:25:51 |
K900 | Nice | 09:05:42 |
K900 | The latest WSL update also writes a /run/tmpfiles.d file for the X11 socekt | 09:06:01 |
K900 | * The latest WSL update also writes a /run/tmpfiles.d file for the X11 socket | 09:06:02 |
K900 | So we don't need to carry a separate one | 09:06:09 |
K900 | I still have no idea what's going on with the runtime dir though | 09:12:51 |
K900 | I have a sneaking suspicion it's just racy | 09:13:00 |
| 19 Nov 2022 |
Sandro 🐧 | In reply to @k900:0upti.me The latest WSL update also writes a /run/tmpfiles.d file for the X11 socket not for me | 03:04:15 |
Sandro 🐧 | but also currently /mnt/wslg is empty | 03:04:35 |