Hello,
I was following this guide:
https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#post-installation-actions
first of all I removed Nvidia stuffs by purge and autoremove then I did the pre-installation actions and then I went trough installation (ubuntu. Paragraph 3.10) up to the command
sudo apt-get install cuda
once finished it told me to set a password that would be used after restart. I restarted but It did not ask me for any password. Anyway I run the next command of the guide
sudo apt-get install nvidia-gds
And I rebooted again.
During the post-installation actions I exported the path
export PATH=/usr/local/cuda-12.0/bin${PATH:+:${PATH}}
and than I run this command
systemctl status nvidia-persistenced
getting the error:
× nvidia-persistenced.service - NVIDIA Persistence Daemon
Loaded: loaded (/lib/systemd/system/nvidia-persistenced.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sun 2023-05-28 11:56:26 CEST; 18min ago
Process: 1018 ExecStart=/usr/bin/nvidia-persistenced --verbose (code=exited, status=1/FAILURE)
Process: 1021 ExecStopPost=/bin/rm -rf /var/run/nvidia-persistenced/* (code=exited, status=0/SUCCESS)
CPU: 186ms
mag 28 11:56:26 gm-G5-KE systemd[1]: nvidia-persistenced.service: Scheduled restart job, restart counter is at 5.
mag 28 11:56:26 gm-G5-KE systemd[1]: Stopped nvidia-persistenced.service - NVIDIA Persistence Daemon.
mag 28 11:56:26 gm-G5-KE systemd[1]: nvidia-persistenced.service: Start request repeated too quickly.
mag 28 11:56:26 gm-G5-KE systemd[1]: nvidia-persistenced.service: Failed with result 'exit-code'.
mag 28 11:56:26 gm-G5-KE systemd[1]: Failed to start nvidia-persistenced.service - NVIDIA Persistence Daemon.
Where I failed?
OS: Ubuntu 22.04
GPU 3060 mobile
nvidia-bug-report.log.gz (140.2 KB)