10 Dec 2024 |
mwoodpatrickmx | Redacted or Malformed Event | 03:51:01 |
K900 | @nzbr (they/it) so do you want me to take over on the shell-wrapper thing | 06:53:17 |
K900 | I kinda want to get it off my stack | 06:53:22 |
nzbr (they/it) | assuming that the tests pass and i didn't miss anything, it should be done now | 17:54:57 |
K900 | I'll let the test finish but code looks OK to me | 17:57:10 |
K900 | The tests failed | 18:02:19 |
K900 | But I think it's the flaky runner nonsense again | 18:02:26 |
nzbr (they/it) | MS redid the installation code, so I hope that gets better when it becomes stable | 18:10:44 |
11 Dec 2024 |
| @dminca:matrix.org left the room. | 14:18:58 |
12 Dec 2024 |
| suswombat changed their display name from Tomas Vojtisek to suswombat. | 14:58:38 |
17 Dec 2024 |
Whovian9369 | Anyone have a clue why using a specific (dotnet) program a couple times successfully could make it further freeze up for seemingly no reason when used later (including in new shell sessions)?
Other programs (including other dotnet ones) seems to work fine, and I don't immediately have a good way to troubleshoot this. | 02:12:46 |
20 Dec 2024 |
| 🐰 xiaoxiangmoe joined the room. | 13:58:52 |
21 Dec 2024 |
| @stablejoy:matrix.org left the room. | 05:08:16 |
| Dimitar joined the room. | 19:47:04 |
22 Dec 2024 |
| @imnotdwight:matrix.org left the room. | 17:27:53 |
24 Dec 2024 |
| karlthane joined the room. | 14:10:01 |
25 Dec 2024 |
| hackerman_1337 changed their display name from hackerman to hackerman_1337. | 19:06:53 |
26 Dec 2024 |
| @10leej:matrix.org joined the room. | 01:41:20 |
| @10leej:matrix.org left the room. | 01:42:02 |
| Lorenz Leutgeb changed their display name from Lorenz Leutgeb to Lorenz Leutgeb (📞6343). | 19:33:02 |
| Lorenz Leutgeb changed their display name from Lorenz Leutgeb (📞6343) to Lorenz Leutgeb 📞6343. | 19:36:18 |
27 Dec 2024 |
| Dimitar set a profile picture. | 11:41:22 |
| Dimitar changed their display name from dimitarnestorov to Dimitar. | 11:42:01 |
29 Dec 2024 |
mwoodpatrickmx | I'm trying to run vscode on NixOS 24.11 running on WSL-2 with nix-ld installed but I'm getting:
/home/mwoodpatrick/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/bin/code-server --host=127.0.0.1 --port=0 --connection-token=258513541-3459138071-4034234884-3707113654 --use-host-proxy --without-browser-env-var --disable-websocket-compression --accept-server-license-terms --telemetry-level=al
Could not start dynamically linked executable: /home/mwoodpatrick/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/node
NixOS cannot run dynamically linked executables intended for generic
linux environments out of the box. For more information, see:
https://nix.dev/permalink/stub-ld
Anyone know what I need to do to fix or debug this?
| 03:33:24 |
mwoodpatrickmx | * I'm trying to run vscode on NixOS 24.11 running on WSL-2 (using flakes) with nix-ld installed but I'm getting:
/home/mwoodpatrick/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/bin/code-server --host=127.0.0.1 --port=0 --connection-token=258513541-3459138071-4034234884-3707113654 --use-host-proxy --without-browser-env-var --disable-websocket-compression --accept-server-license-terms --telemetry-level=al
Could not start dynamically linked executable: /home/mwoodpatrick/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/node
NixOS cannot run dynamically linked executables intended for generic
linux environments out of the box. For more information, see:
https://nix.dev/permalink/stub-ld
Anyone know what I need to do to fix or debug this?
| 03:37:16 |
98765abc | Redacted or Malformed Event | 06:52:35 |
98765abc | * You need add the missing libraries into
programs.nix-ld.libraries = with pkgs; [ | 06:53:08 |
98765abc | docs/src/how-to/vscode.md | 06:58:19 |
mwoodpatrickmx | I read the "Setup VSCode Remote" and was trying to use method 1. as noted I do have nix_ld installed in my OS but it looks like the setup also involves setting up environment variables NIX_LD_LIBRARY_PATH and NIX_LD along with a shell hook. It would be helpful to include the details needed for vscode and update the doc to 24.11. Does anyone have the full set of changes needed for vscode on nixos running under WSL-2. | 12:03:24 |
K900 | nix-ld is enough | 12:04:52 |