<div dir="ltr"><div dir="ltr"><div>I considered that, and verified that it is enabled.</div><div><br></div><div>[root@ohpc-admin1 yum.repos.d]# cat elrepo.repo</div><div>### Name: ELRepo.org Community Enterprise Linux Repository for el7</div><div>### URL: <a href="http://elrepo.org/">http://elrepo.org/</a></div><div><br></div><div>[elrepo]</div><div>name=ELRepo.org Community Enterprise Linux Repository - el7</div><div>baseurl=<a href="http://elrepo.org/linux/elrepo/el7/$basearch/">http://elrepo.org/linux/elrepo/el7/$basearch/</a></div><div> <a href="http://mirrors.coreix.net/elrepo/elrepo/el7/$basearch/">http://mirrors.coreix.net/elrepo/elrepo/el7/$basearch/</a></div><div> <a href="http://mirror.rackspace.com/elrepo/elrepo/el7/$basearch/">http://mirror.rackspace.com/elrepo/elrepo/el7/$basearch/</a></div><div> <a href="http://repos.lax-noc.com/elrepo/elrepo/el7/$basearch/">http://repos.lax-noc.com/elrepo/elrepo/el7/$basearch/</a></div><div> <a href="http://mirror.ventraip.net.au/elrepo/elrepo/el7/$basearch/">http://mirror.ventraip.net.au/elrepo/elrepo/el7/$basearch/</a></div><div>mirrorlist=<a href="http://mirrors.elrepo.org/mirrors-elrepo.el7">http://mirrors.elrepo.org/mirrors-elrepo.el7</a></div><div>enabled=1</div><div>gpgcheck=1</div><div>gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org</div><div>protect=0</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Oct 26, 2018 at 5:31 PM Manuel Wolfshant <<a href="mailto:wolfy@nobugconsulting.ro">wolfy@nobugconsulting.ro</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On October 27, 2018 2:09:55 AM GMT+03:00, <a href="mailto:aaronhcarr@gmail.com" target="_blank">aaronhcarr@gmail.com</a> wrote:<br>
>I'm using a warewulf cluster (image based software provisioner).<br>
><br>
>I'm trying to get GPU nodes setup.<br>
><br>
>I've addded the ELRepo information to the master node.<br>
>rpm --import <a href="https://www.elrepo.org/RPM-GPG-KEY-elrepo.org" rel="noreferrer" target="_blank">https://www.elrepo.org/RPM-GPG-KEY-elrepo.org</a><br>
>rpm -Uvh<br>
><a href="http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm" rel="noreferrer" target="_blank">http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm</a><br>
><br>
>After this, if I do yum search kmod-nvidia, I get this:<br>
>Loaded plugins: fastestmirror, langpacks<br>
>Loading mirror speeds from cached hostfile<br>
> * base: <a href="http://mirror.jaleco.com" rel="noreferrer" target="_blank">mirror.jaleco.com</a><br>
> * elrepo: <a href="http://repos.lax-noc.com" rel="noreferrer" target="_blank">repos.lax-noc.com</a><br>
> * epel: <a href="http://mirrors.cat.pdx.edu" rel="noreferrer" target="_blank">mirrors.cat.pdx.edu</a><br>
> * extras: <a href="http://mirror.jaleco.com" rel="noreferrer" target="_blank">mirror.jaleco.com</a><br>
> * updates: <a href="http://mirror.jaleco.com" rel="noreferrer" target="_blank">mirror.jaleco.com</a><br>
>============================================ N/S matched: kmod-nvidia<br>
>=============================================<br>
>kmod-nvidia.x86_64 : nvidia kernel module(s)<br>
>kmod-nvidia-304xx.x86_64 : nvidia-304xx kernel module(s)<br>
>kmod-nvidia-340xx.x86_64 : nvidia-340xx kernel module(s)<br>
>kmod-nvidia-390xx.x86_64 : nvidia-390xx kernel module(s)<br>
><br>
> Name and summary matches only, use "search all" for everything.<br>
><br>
>Now, I want to load this into my GPU image. So I use the installroot<br>
>directive, and it can't find it.<br>
><br>
>yum --installroot=/opt/ohpc/admin/images/gpu/ install -y kmod-nvidia<br>
>Loaded plugins: fastestmirror, langpacks<br>
>Loading mirror speeds from cached hostfile<br>
> * base: <a href="http://centos.s.uw.edu" rel="noreferrer" target="_blank">centos.s.uw.edu</a><br>
> * epel: <a href="http://mirrors.cat.pdx.edu" rel="noreferrer" target="_blank">mirrors.cat.pdx.edu</a><br>
> * extras: <a href="http://centos.s.uw.edu" rel="noreferrer" target="_blank">centos.s.uw.edu</a><br>
> * updates: <a href="http://centos.s.uw.edu" rel="noreferrer" target="_blank">centos.s.uw.edu</a><br>
the elrepo repository is not enabled, <br>
according to the list above<br>
<br>
<br>
>No package kmod-nvidia available.<br>
>Error: Nothing to do<br>
><br>
>Any insight as to why this fails?<br>
Enable the repo...<br>
<br>
<br>
><br>
>Right now, I'm using the workaround of logging in to a running GPU<br>
>node,<br>
>adding the repo, and using downloadonly. Then copying those RPMs to<br>
>the<br>
>master, and doing yum localinstall with the<br>
>--installroot=/opt/ohpc/admin/images/gpu/.<br>
><br>
>That works, but I'd really like to be able to cut out that step.<br>
<br>
</blockquote></div>