Rudi C

Results 53 comments of Rudi C

Another example: recent versions of Dask started warning about using pyarrow 11, because a switch to 14.0.1 is imminent. But pyarrow-14 requires libarrow-flight-14, which requires libgrpc 1.59, or libgoogle-cloud 2.12.0,...

Actually, Dask's error about pyarrow is due to a vulnerability https://github.com/dask/dask/pull/10622

In that case, it added almost 100,000 device IDs (object+string) just for that machine. It's a big waste of CPU and memory and risks causing crashes in the kubelet. This...

You can create /etc/ld.so.conf.d. It's not there by default and /etc is R/W. I've never seen problems with libEGL. The kernel modules could go in a variety of places: /etc/modules,...

Sorry, I missed this. I now have a filter to highlight these issues. Which systemd version are you running on the machine building the driver? I saw similar problems with...

One measure that I could take right away is stopping execution right away. There is no point in continuing, it only obfuscates the real issue. When I last debugged this,...

Speaking of -coreos-r2... I found and fixed a silly bug that affected 1185.2.0 and up. Can you retry with the latest commit?

I think I found the culprit. Running systemd-nspawn with --share-system increases the chances of a SIGKILL. Please try the latest version, I have just pushed a number of fixes. With...

1298.5.0 is never going to work with 367.57. Newer versions of the driver (375, etc.) support Linux 4.9.9 (which is what the latest CoreOS uses), but 367.57 dates back to...

I had the same issue and couldn't figure what was wrong. Then I noticed that I was using the classic solver (it's in your .condarc, too). Switching to libmamba bypassed...