Jens Elkner
Jens Elkner
According to the log it seems npm is broken, not? ``` 72 timing command:update Completed in 627ms 73 verbose stack TypeError: Cannot read properties of null (reading 'edgesOut') 73 verbose...
Because my project does __not__ depend on `styled-components`, I prefer to patch the bogus npm (Q&D): ```patch --- /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js.orig 2023-04-12 05:45:24.000000000 +0200 +++ /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js 2023-05-24 18:15:49.699840640 +0200 @@ -1304,6 +1304,11...
IMHO this change adds a lot of overhead and thus should not be merged. Logging the IPs when a session gets established is sufficient and is already a DoS vector...
IMHO not a good idea to pull in C++ things, unless they are completely standalone, i.e. do not require libstdc++, etc. Aren't there any pure C alternatives?
> They are completely standalone. OK, just checked Ubuntu 20.04 because Ubuntu is IMHO a late adopter, i.e. if a certain package/version is there, probably all other distrOS have it,...
@pwilczynskiclearcode I've running an instance since mid of December: the main log contains 1-2K lines per week, only - and these are just the connection logs like `2024-01-17 23:25:55.610058 (18732):...
This issue seems to exists on `525.60.13` for **A40** and **A100** as well. Please fix ASAP! [bug-nv-smi.txt](https://github.com/NVIDIA/open-gpu-kernel-modules/files/10832170/bug-nv-smi.txt) [dmesg.txt](https://github.com/NVIDIA/open-gpu-kernel-modules/files/10832171/dmesg.txt)
FWIIW: We do not use any nvidia-docker or similar bloat, just plain lxc and passthrough the devices to the related zones alias containers as needed. So IMHO the nvidia-container-toolkit is...
Happend again on another machine: ``` ... [ +0.000094] ? _nv011159rm+0x62/0x2e0 [nvidia] [ +0.000090] ? _nv039897rm+0xdb/0x140 [nvidia] [ +0.000073] ? _nv041022rm+0x2ce/0x3a0 [nvidia] [ +0.000103] ? _nv015438rm+0x788/0x800 [nvidia] [ +0.000064] ?...
FWIW: Most of our users use PyTorch as well. Perhaps it tortures GPUs too hard ;-)