Missing packages in compute/cuda/repos/debian12 apt repo

Debian12 nvidia repo : Index of /compute/cuda/repos/debian12/x86_64 /

is missing 565 packages, like nvidia-smi, nvidia-modprobe, etc
Please release those updated packages.

This is bad to release half of the packages, I would not be surprised it broke some peoples install.

3 Likes

Yes. This probably broke my DietPi installation (Debian 12). After updating to 565 drivers, my Jellyfin in Docker refuses to launch with the following message:

Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: load library failed: libnvidia-ml.so.1: cannot open shared object file: no such file or directory: unknown

And nvidia-smi stopped working:

NVIDIA-SMI couldn't find libnvidia-ml.so library in your system. Please make sure that the NVIDIA Display Driver is properly installed and present in your system.
Please also try adding directory that contains libnvidia-ml.so to your system PATH.

Everything was working previously on 560 drivers.

3 Likes

Yes, these missing packages broke some things for me. I am going to try and purge it all and install nvidia-open-560

1 Like

Unfortunately, that did not work… When trying to install the nvidia-open-560 I got this message…

sudo apt install nvidia-open-560
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

Unsatisfied dependencies:
 nvidia-open-560 : Depends: nvidia-kernel-open-dkms (< 561) but 565.57.01-1 is to be installed
                   Depends: nvidia-driver (< 561) but 565.57.01-1 is to be installed
                   Depends: libcuda1 (< 561) but 565.57.01-1 is to be installed
                   Depends: libcudadebugger1 (< 561) but 565.57.01-1 is to be installed
                   Depends: libnvcuvid1 (< 561) but 565.57.01-1 is to be installed
                   Depends: libnvidia-allocator1 (< 561) but 565.57.01-1 is to be installed
                   Depends: libnvidia-pkcs11-openssl3 (< 561) but 565.57.01-1 is to be installed
                   Depends: libnvidia-encode1 (< 561) but 565.57.01-1 is to be installed
                   Depends: libnvidia-fbc1 (< 561) but 565.57.01-1 is to be installed
                   Depends: libnvidia-opticalflow1 (< 561) but 565.57.01-1 is to be installed
                   Depends: libnvidia-ptxjitcompiler1 (< 561) but 565.57.01-1 is to be installed
                   Depends: libnvoptix1 (< 561) but 565.57.01-1 is to be installed
                   Depends: libxnvctrl-dev (< 561) but 565.57.01-1 is to be installed
                   Depends: nvidia-cuda-mps (>= 560.35.03)
                   Depends: nvidia-cuda-mps (< 561)
                   Depends: nvidia-opencl-common (>= 560.35.03)
                   Depends: nvidia-opencl-common (< 561)
                   Depends: nvidia-opencl-icd (< 561) but 565.57.01-1 is to be installed
                   Depends: nvidia-smi (>= 560.35.03)
                   Depends: nvidia-smi (< 561)
                   Depends: nvidia-modprobe (< 561)
                   Depends: nvidia-settings (< 561) but 565.57.01-1 is to be installed
Error: Unable to correct problems, you have held broken packages.

1 Like

Same issue here. This is need to be fixed ASAP: update break drivers installation and rollback is a PAIN…

PLEASE FIX.

Thanks.

Edit: rollback solution tmp fix below.

to anyone needing a quick fix

apt install \
    --fix-broken \
    --fix-missing \
    --allow-downgrades \
    nvidia-kernel-support=560.35.03-1 \
    nvidia-kernel-dkms=560.35.03-1 \
    nvidia-driver=560.35.03-1 \
    nvidia-smi=560.35.03-1 \
    nvidia-driver-libs=560.35.03-1 \
    nvidia-driver-bin=560.35.03-1 \
    libnvidia-glcore=560.35.03-1 \
    libcuda1=560.35.03-1 \
    libcudadebugger1=560.35.03-1 \
    libglx-nvidia0=560.35.03-1 \
    libgles-nvidia1=560.35.03-1 \
    libnvidia-cfg1=560.35.03-1 \
    libnvcuvid1=560.35.03-1 \
    libnvidia-allocator1=560.35.03-1 \
    libnvidia-pkcs11-openssl3=560.35.03-1 \
    libnvidia-encode1=560.35.03-1 \
    libnvidia-fbc1=560.35.03-1 \
    libnvidia-opticalflow1=560.35.03-1 \
    libnvidia-ptxjitcompiler1=560.35.03-1 \
    libxnvctrl-dev=560.35.03-1 \
    libnvidia-ml1=560.35.03-1 \
    nvidia-modprobe=560.35.03-1 \
    nvidia-settings=560.35.03-1 \
    nvidia-xconfig=560.35.03-1 \
    nvidia-opencl-icd=560.35.03-1 \
    firmware-nvidia-gsp=560.35.03-1 \
    libnvidia-vksc-core=560.35.03-1 \
    libnvidia-egl-xcb1=560.35.03-1 \
    nvidia-vulkan-icd=560.35.03-1 \
    libgles-nvidia2=560.35.03-1 \
    nvidia-egl-icd=560.35.03-1 \
    nvidia-persistenced=560.35.03-1 \
    nvidia-vdpau-driver=560.35.03-1 \
    xserver-xorg-video-nvidia=560.35.03-1 \
    libxnvctrl0=560.35.03-1 \
    libnvidia-eglcore=560.35.03-1 \
    libnvidia-glvkspirv=560.35.03-1 \
    libegl-nvidia0=560.35.03-1 \
    libnvoptix1=560.35.03-1 \
    libnvidia-nvvm4=560.35.03-1 \
    libnvidia-api1=560.35.03-1 \
    libnvidia-gpucomp=560.35.03-1 \
    libnvidia-ngx1=560.35.03-1 \
    libnvidia-rtcore=560.35.03-1 \
    nvidia-kernel-source=560.35.03-1

to anyone stuck in a tty, https://termbin.com/ednp

3 Likes

Hi, please install the meta package cuda-drivers
it will install all packages. nvidia-smi binary also has moved from nvidia-smi to the nvidia-cuda-driver package.

same for nvidia-modprobe @user27558

Regards.

1 Like

Can confirm than installing the nvidia-drivers-cuda package solve the issue.

For the new comer seeing this issue for the first time, the solution is to have both nvidia-drivers nvidia-drivers-cuda installed on the host.

sudo apt install nvidia-driver nvidia-driver-cuda

Cheers.

Edit: typo

I completely uninstalled Nvidia drivers and installed with your command. It did not help and I’m still getting a error message when trying to run nvidia-smi:

NVIDIA-SMI couldn't find libnvidia-ml.so library in your system. Please make sure that the NVIDIA Display Driver is properly installed and present in your system.
Please also try adding directory that contains libnvidia-ml.so to your system PATH.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.