-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for almalinux #70
Open
pbronneberg
wants to merge
1
commit into
NVIDIA:master
Choose a base branch
from
pbronneberg:feature/support-almalinux-9
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verified to work on AlmaLinux 9.1: PLAY [Install NVidia driver] ****************************************************************************************************************************
TASK [Gathering Facts] **********************************************************************************************************************************[WARNING]: Platform linux on host client-pc is using the discovered Python interpreter at /usr/libexec/platform-python, but future installation of
another Python interpreter could change this. See https://docs.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more
information.
ok: [client-pc]
TASK [nvidia.nvidia_driver : unload nouveau] ************************************************************************************************************changed: [client-pc]
TASK [nvidia.nvidia_driver : ubuntu install tasks (canonical repos)] ************************************************************************************skipping: [client-pc]
TASK [nvidia.nvidia_driver : ubuntu install tasks (CUDA repo)] ******************************************************************************************skipping: [client-pc]
TASK [nvidia.nvidia_driver : redhat family install tasks] ***********************************************************************************************included: /home/pbronneberg/.ansible/roles/nvidia.nvidia_driver/tasks/install-redhat.yml for client-pc
TASK [nvidia.nvidia_driver : attempt to install kernel support packages for current version] ************************************************************changed: [client-pc]
TASK [nvidia.nvidia_driver : add epel repo gpg key] *****************************************************************************************************changed: [client-pc]
TASK [nvidia.nvidia_driver : add epel repo] *************************************************************************************************************changed: [client-pc]
TASK [nvidia.nvidia_driver : install dependencies] ******************************************************************************************************changed: [client-pc]
TASK [nvidia.nvidia_driver : blacklist nouveau] *********************************************************************************************************changed: [client-pc]
TASK [nvidia.nvidia_driver : add repo] ******************************************************************************************************************changed: [client-pc]
TASK [nvidia.nvidia_driver : install driver packages RHEL/CentOS 7 and older] ***************************************************************************skipping: [client-pc]
TASK [nvidia.nvidia_driver : install driver packages RHEL/CentOS 8 and newer] ***************************************************************************
changed: [client-pc]
TASK [nvidia.nvidia_driver : Set install_driver.changed var for RHEL 7/8] *******************************************************************************changed: [client-pc] => {
"msg": "Driver installed for RHEL"
}
TASK [nvidia.nvidia_driver : create persistenced override dir] ******************************************************************************************ok: [client-pc]
TASK [nvidia.nvidia_driver : configure persistenced service to turn on persistence mode] ****************************************************************ok: [client-pc]
TASK [nvidia.nvidia_driver : remove persistenced service override] **************************************************************************************skipping: [client-pc]
TASK [nvidia.nvidia_driver : enable persistenced] *******************************************************************************************************changed: [client-pc]
TASK [nvidia.nvidia_driver : set module parameters] *****************************************************************************************************changed: [client-pc]
TASK [nvidia.nvidia_driver : reboot after driver install] ***********************************************************************************************changed: [client-pc]
PLAY RECAP **********************************************************************************************************************************************client-pc : ok=16 changed=12 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0
|
client system details: uname -r
> 5.14.0-162.6.1.el9_1.x86_64 cat /etc/os-release
cat /etc/os-release
NAME="AlmaLinux"
VERSION="9.1 (Lime Lynx)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.1"
PLATFORM_ID="platform:el9"
PRETTY_NAME="AlmaLinux 9.1 (Lime Lynx)"
ANSI_COLOR="0;34"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:almalinux:almalinux:9::baseos"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"
ALMALINUX_MANTISBT_PROJECT="AlmaLinux-9"
ALMALINUX_MANTISBT_PROJECT_VERSION="9.1"
REDHAT_SUPPORT_PRODUCT="AlmaLinux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.1" |
After installation, +-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.60.13 Driver Version: 525.60.13 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA T1200 La... On | 00000000:01:00.0 Off | N/A |
| N/A 41C P8 4W / N/A | 1MiB / 4096MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses #69