| 21 Nov 2022 |
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 |
nzbr (they/it) | I want to get #161 merged, so we can check that new PRs don't break anything that was working before | 14:50:09 |
nzbr (they/it) | 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 |
K900 | Oh wait I don't have the commit bit | 16:39:54 |
K900 | lmaoa | 16:39:59 |
K900 | * lmao | 16:40:00 |
psvo | just for the background: reverse engineered from Ubuntu | 16:40:20 |
K900 | Figures | 16:40:41 |
K900 | nzbr (they/it): merge? | 16:40:57 |
psvo | ... and there's another issue with nixos that ubuntu does not have: systemctl status does not work me, while it works fine for them :/ | 16:41:29 |
psvo | I'm not sure, if that's captured by some existing issue | 16:41:46 |