-
fix(nvidia): own /var/log/nvidia-dcgm so dcgmi diag deployment check passes
released this
2026-09-12 11:53:52 +03:00 | 4 commits to main since this releasenv-hostengine drops privileges to --service-account nvidia-dcgm for all
file I/O and writes diagnostics to DCGM_HOME_DIR (/var/log/nvidia-dcgm,
per the packaged unit's Environment=). The package postinst doesn't
reliably create/own this directory inside a live-build chroot, so
dcgmi diag's software deployment check fails with
DCGM_FR_FILE_CREATE_PERMISSIONS at boot even though every GPU passes
the actual hardware tests.Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Downloads