- 30 Nov, 2020 1 commit
-
-
Baptiste Jonglez authored
On ppc64, the installer asks confirmation to install without /boot. It's not a problem, so add the answer to the preseed configuration.
-
- 26 Nov, 2020 4 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
- 19 Nov, 2020 6 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
This should be used for any software that builds kernel modules, so that it pulls the correct version of linux-headers.
-
JONGLEZ Baptiste authored
Fix nvidia for ppc64 See merge request !72
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
Fixes: 26bab2b0 ("Correctly set the kernel to use when creating Debian images")
-
Baptiste Jonglez authored
-
- 18 Nov, 2020 4 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Samir Noir authored
Correctly set the kernel to use when creating Debian images See merge request !70
-
Samir Noir authored
It can happen that after the initial upgrade, a kernel upgrade occures. In such case, the links /{vmlinuz,/initrd.img} point to the "old" kernel version. Also, the Nvidia driver is compiled for the currently running kernel. Now, the last kernel while be used to correct both cases.
-
- 17 Nov, 2020 4 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
dcgm-exporter links against datacenter-gpu-manager 1.X, so it does not find the .so file of datacenter-gpu-manager 2.X. Force version 1.X.
-
- 16 Nov, 2020 16 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
Both cuda and prometheus have services that need to start only on machines with GPU. They rely on /dev/nvidia0 being present on such machines to detect the presence of GPU. However, /dev/nvidia0 is not created when the nvidia driver is loaded, but only when `nvidia-smi` is first run. The new service calls `nvidia-smi` once during boot to create /dev/nvidia0 and thus to allow the other services to start. On machines without GPU, `nvidia-smi` will fail, so we ignore its exit code.
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
This was apparently never done, so the service is installed since 2018 but never actually run... We only start the service if /dev/nvidia0 exists (i.e nvidia driver is loaded), because otherwise the service would fail.
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
- 13 Nov, 2020 2 commits
-
-
Simon Delamare authored
-
LOUP David authored
-
- 12 Nov, 2020 2 commits
-
-
Pierre Neyron authored
-
Pierre Neyron authored
-
- 10 Nov, 2020 1 commit
-
-
Pierre Neyron authored
-