| 19 Nov 2022 |
Sandro 🐧 | but also currently /mnt/wslg is empty | 03:04:35 |
Sandro 🐧 | 🤦 had it off in .wslconfig | 03:05:44 |
Sandro 🐧 | Can we somehow manage that, too?
Theoretically we just need to copy something to /mnt/c/Users/$WIN_USERNAME/.wslconfig | 03:06:14 |
Sandro 🐧 | still better than my Makefile I forget to run everytime | 03:06:30 |
| dx1nt changed their profile picture. | 12:49:58 |
| dx1nt changed their profile picture. | 12:50:55 |
| 21 Nov 2022 |
Sandro 🐧 | Can someone help me with https://github.com/nix-community/NixOS-WSL/issues/163 ?
Generally ssh-agent seems to be a bit broken right now. | 10:19:22 |
Sandro 🐧 | I think since we switched to runuser pseudo terminals under /dev/pts/ which are used by gpg-agent have the wrong ownership. | 13:43:56 |
Sandro 🐧 | They should owner by $USER:tty but they are owner by root:tty. gpg fails with the generic error gpg: signing failed: Permission denied but with strace you can figure out why it fails. | 13:45:44 |
Sandro 🐧 | https://github.com/nix-community/NixOS-WSL/pull/166 | 13:54:49 |
Sandro 🐧 | Why are we nesting runuser inside of systemd-run even? I have the feeling we are duplicating some things there. | 14:38:02 |
K900 | We should really figure out what's going wrong with the native systemd stuff | 14:45:20 |
K900 | It's almost usable | 14:45:30 |
K900 | Just need to fix the user socket race and the locale thing | 14:45:48 |
Arson Copperflame | I want to get #161 merged, so we can check that new PRs don't break anything that was working before | 14:50:09 |
Arson Copperflame | I just don't really know how to simulate native systemd yet (I mean I can just start systemd as PID 1 in the container, but then I need to get the whole logind thing to work somehow) | 14:51:48 |
| 23 Nov 2022 |
Sandro 🐧 | Am I the only one that encounters the following:
After building many packages and the system being under load for 15 to 30 minutes I cannot load new wsl processes and they just hang? | 16:20:46 |
| 24 Nov 2022 |
p10r | In reply to @sandro:supersandro.de Am I the only one that encounters the following: After building many packages and the system being under load for 15 to 30 minutes I cannot load new wsl processes and they just hang? You're still on W10, right? I haven't encountered this on Windows 11 yet | 09:11:32 |
Sandro 🐧 | I have two machines. One on Win10 and one on Win11.
I think I actually encountered this on both. | 10:35:50 |
Sandro 🐧 | * I have two machines. One on Win10 and one on Win11.
I think I actually encountered this on both, but recently only on the Win11. | 10:35:58 |
Sandro 🐧 | sudo ssh with JumpHost is broken.
/nix/store/x411w196j7fvznixm9517mya5g3rhnvs-syschdemd/bin/.syschdemd-wrapped: line 114: exec: exec: not found
sudo NIXOS_WSL_DEBUG=1 ssh host
+ rundir=/run/nixos-wsl
+ pidfile=/run/nixos-wsl/unshare.pid
+ main -c 'exec ssh -l tunnel -W '\''[host]:22'\'' jumpHost'
+ ensure_root
+ '[' 0 -ne 0 ']'
+ '[' '!' -e /run/current-system ']'
+ '[' '!' -e /run/nixos-wsl ']'
+ is_in_container
+ '[' true == true ']'
+ '[' 2 -gt 0 ']'
+ shift
+ command='exec ssh -l tunnel -W '\''[host]:22'\'' jumpHost'
+ is_in_container
+ '[' true == true ']'
+ exec exec ssh -l tunnel -W ''\''[host]:22'\''' jumpHost
/nix/store/x411w196j7fvznixm9517mya5g3rhnvs-syschdemd/bin/.syschdemd-wrapped: line 114: exec: exec: not found
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535
| 11:22:29 |
Sandro 🐧 | https://github.com/nix-community/NixOS-WSL/pull/167 | 11:53:58 |
| 25 Nov 2022 |
| find me at @ryan:freumh.org changed their display name from Ryan Gibb to find me at @ryan:freumh.org. | 13:33:31 |
psvo | Hi, https://github.com/nix-community/NixOS-WSL/pull/169 should solve the missing user systemd service support with native systemd enabled (works for me in W10, I cannot test it on W11 system though). | 16:32:25 |
K900 | Really. Fucking really. | 16:36:52 |
K900 | Should just symlink everything into /bin at this point ffs | 16:37:10 |
K900 | Maybe the kitchen sink | 16:37:15 |
psvo | yeah, don't shoot the messenger ;) | 16:37:47 |
K900 | Oh yeah let me test it real quick | 16:38:14 |
K900 | Thanks, I hate it | 16:39:37 |