Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xpe/45100f145b10fb4912789910a46a053a to your computer and use it in GitHub Desktop.
Save xpe/45100f145b10fb4912789910a46a053a to your computer and use it in GitHub Desktop.
NVIDIA persistenced permission error

I noticed this in my syslog:

Mar 19 08:23:23 ralph systemd[1]: Configuration file /lib/systemd/system/nvidia-persistenced.service is marked executable. Please remove executable permission bits. Proceeding anyway.

I corrected the permissions with:

sudo chmod -x /lib/systemd/system/nvidia-persistenced.service

This is likely a problem with NVIDIA's installer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment