Coder Social home page Coder Social logo

Comments (7)

JPchico avatar JPchico commented on July 26, 2024 1

Hi @abhamidipati0614 yes this is a azhop image, it is exactly the same than the one reported in #211
The information is the following

            "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"
    },

from azhpc-images.

JPchico avatar JPchico commented on July 26, 2024

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 --nobest option as recommended? or is there something else that one should use?

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?

from azhpc-images.

ltalirz avatar ltalirz commented on July 26, 2024

Hey @JPchico ,

the quick fix is to run sudo yum --exclude=kernel* --exclude=amlfs* update (you also don't want to update the kernel)

To make it permanent, add it to the /etc/yum.conf:

[main]
...
exclude=kernel* amlfs* 

Thanks to @edwardsp for the hints, he may be able to prepare a PR later this week

from azhpc-images.

JPchico avatar JPchico commented on July 26, 2024

Thanks @ltalirz ! that solves the problem :)

from azhpc-images.

abhamidipati-msft avatar abhamidipati-msft commented on July 26, 2024

@JPchico is this the same image published by azhop?
Please share the image URI

from azhpc-images.

abhamidipati-msft avatar abhamidipati-msft commented on July 26, 2024

@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)

from azhpc-images.

abhamidipati-msft avatar abhamidipati-msft commented on July 26, 2024

@JPchico this is fixed in our latest marketplace image. Following is the image information

{
"architecture": "x64",
"offer": "almalinux-hpc",
"publisher": "almalinux",
"sku": "8-hpc-gen1",
"urn": "almalinux:almalinux-hpc:8-hpc-gen1:8.7.2023060101",
"version": "8.7.2023060101"
},
{
"architecture": "x64",
"offer": "almalinux-hpc",
"publisher": "almalinux",
"sku": "8-hpc-gen2",
"urn": "almalinux:almalinux-hpc:8-hpc-gen2:8.7.2023060101",
"version": "8.7.2023060101"
},
{
"architecture": "x64",
"offer": "almalinux-hpc",
"publisher": "almalinux",
"sku": "8_7-hpc-gen1",
"urn": "almalinux:almalinux-hpc:8_7-hpc-gen1:8.7.2023060101",
"version": "8.7.2023060101"
},
{
"architecture": "x64",
"offer": "almalinux-hpc",
"publisher": "almalinux",
"sku": "8_7-hpc-gen2",
"urn": "almalinux:almalinux-hpc:8_7-hpc-gen2:8.7.2023060101",
"version": "8.7.2023060101"
}

from azhpc-images.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.