Hello World!
I have collection of servers, most of which have GPUs but some have simple graphics cards which aren’t from nvidia.
Until I upgraded this week all was fine, my ansible installed the full lambdastack headless.
After upgrade+reboot, those without GPUs spend a lot of time in modprobe/systemd-udevd with continual:
root@code1:/home/tonyr# tail /var/log/syslog
Dec 21 21:40:10 code1 kernel: [18928.345252] PKCS#7 signature not signed with a trusted key
Dec 21 21:40:10 code1 kernel: [18928.356814] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Dec 21 21:40:10 code1 kernel: [18928.357062] NVRM: No NVIDIA graphics adapter found!
Dec 21 21:40:10 code1 kernel: [18928.357141] nvidia-nvlink: Unregistered the Nvlink Core, major device number 237
Dec 21 21:40:10 code1 systemd-udevd[2580]: Process ‘/sbin/modprobe nvidia-modeset’ failed with exit code 1.
Dec 21 21:40:10 code1 kernel: [18928.491969] PKCS#7 signature not signed with a trusted key
Dec 21 21:40:10 code1 kernel: [18928.503436] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Dec 21 21:40:10 code1 kernel: [18928.503674] NVRM: No NVIDIA graphics adapter found!
Dec 21 21:40:10 code1 kernel: [18928.503753] nvidia-nvlink: Unregistered the Nvlink Core, major device number 237
Dec 21 21:40:10 code1 systemd-udevd[2580]: Process ‘/sbin/modprobe nvidia-drm’ failed with exit code 1.
Anyone know the easiest work around to ‘/sbin/modprobe nvidia-modeset’ so that it’s not called or doesn’t give an error?
Tony