| 28 Jun 2024 |
Titus | i'll keep updating the gist with the output of the commands that you make me run for anyone joining the party and trying to get a complete picture :)
https://gist.github.com/Titus-von-Koeller/e541c1175b0a191bac75b72d9964e9d0 | 15:29:54 |
hexa | https://github.com/NixOS/nixpkgs/pull/323154#event-13334193852 | 16:57:30 |
| 29 Jun 2024 |
SomeoneSerge (matrix works sometimes) | In reply to @titus-von-koeller:matrix.org i'll keep updating the gist with the output of the commands that you make me run for anyone joining the party and trying to get a complete picture :) https://gist.github.com/Titus-von-Koeller/e541c1175b0a191bac75b72d9964e9d0
31778:
31778: find library=libcuda.so.1 [0]; searching
31778: search path=/nix/store/7w8bfjj6njzc8gbyqibq3ss4yp4fkjky-cuda-merged-12.2/lib (LD_LIBRARY_PATH)
| 02:19:10 |
SomeoneSerge (matrix works sometimes) | You've set an LD_LIBRARY_PATH to cudatoolkit which currently, after a certain regression, inlcudes the stub driver | 02:19:46 |
SomeoneSerge (matrix works sometimes) | LD_LIBRARY_PATH is often a footgun | 02:20:05 |
SomeoneSerge (matrix works sometimes) | * LD_LIBRARY_PATH is often a footgun, it has a higher priority than DT_RUNPATH (which would have lead the linker to /run/opengl-dirver/lib/libcuda.so | 02:20:29 |
SomeoneSerge (matrix works sometimes) | Unset LD_LIBRARY_PATH or remove cudatoolkit from there | 02:20:38 |