-
Notifications
You must be signed in to change notification settings - Fork 79
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
yum commands result in Killed in Almalinux
#214
Comments
I re-deployed in a new VM and now I'm getting the following error $ sudo yum update --skip-broken
Failed to set locale, defaulting to C.UTF-8
AlmaLinux 8 - BaseOS 5.3 MB/s | 5.2 MB 00:00
AlmaLinux 8 - AppStream 9.7 MB/s | 11 MB 00:01
AlmaLinux 8 - Extras 25 kB/s | 19 kB 00:00
AlmaLinux 8 - PowerTools 3.5 MB/s | 3.1 MB 00:00
Azure Lustre Packages 5.9 MB/s | 3.0 MB 00:00
cuda-rhel8-x86_64 4.8 MB/s | 2.1 MB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 6.9 MB/s | 14 MB 00:01
InfluxDB Repository - RHEL 8 195 kB/s | 50 kB 00:00
Error:
Problem: package amlfs-lustre-client-2.15.1_24_gbaa21ca-4.18.0.425.13.1.el8.7-1.noarch requires kmod-lustre-client-4.18.0.425.13.1.el8.7 = 2.15.1_24_gbaa21ca, but none of the providers can be installed
- cannot install the best update candidate for package amlfs-lustre-client-2.15.1_24_gbaa21ca-4.18.0.425.3.1.el8-1.noarch
- package kmod-lustre-client-4.18.0.425.13.1.el8.7-2.15.1_24_gbaa21ca-1.el8.x86_64 is filtered out by exclude filtering
(try to add '--nobest' to use not only best candidate packages) This seems very similar to the error in #202. Should one use the Is an error similar to this present in the ubuntu based images also? The reason I'm asking is that if I set this as a head node in a system it might be running for a while, and being able to update and set the latest security patches would be very nice. @ltalirz do you have any ideas on this? |
Thanks @ltalirz ! that solves the problem :) |
@JPchico is this the same image published by azhop? |
Hi @abhamidipati0614 yes this is a azhop image, it is exactly the same than the one reported in #211 "imageReference": {
"publisher": "azhpc",
"offer": "azhop-compute",
"sku": "almalinux-8_7",
"version": "latest",
"exactVersion": "2023.0313.1406"
}, "plan": {
"name": "almalinux-8_7",
"publisher": "azhpc",
"product": "azhop-compute"
}, |
@JPchico I am not sure of your use case, the image almalinux:almalinux-hpc:8_6-hpc-gen2:8.6.2023022301 in the marketplace is the one prepared from this repository. Would it be possible to give it a try with this one? (if it fits your use case) |
@JPchico this is fixed in our latest marketplace image. Following is the image information { |
I was testing updating the image using yum and no matter what yum command I use the result is always
Killed
I tried with
yum clean
and then running the update again but no joy. I was wondering if this is a known issue.The text was updated successfully, but these errors were encountered: