Re: [CentOS] kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 fails to install

2019-08-25 Thread Gregory P. Ennis
On 25/08/2019 15:50, Gregory P. Ennis wrote:
> 
> On 25/08/2019 02:28, Gregory P. Ennis wrote:
> > 
> > On Sat, Aug 24, 2019 at 3:21 PM Ian Mortimer  wrote:
> > > 
> > > On Sat, 24 Aug 2019, Gregory P. Ennis wrote:
> > > 
> > > > On August  2, my desktop unit updated with
> > > > kmod-nvidia-430.40-1.el7_6.elrepo.x86_64
> > > > which broke yum having a multiple of dependencies not being present.
> > > 
> > > The latest from elrepo - kmod-nvidia-430.40-2.el7_7.elrepo.x86_64.rpm -
> > > is built for EL 7.7 and is not compatible with CentOS 7.6.
> > > 
> > > kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 is the last that will work
> > > with the latest CentOS 7.6 kernel.
> > > 
> > > 
> > > ---
> > > Ian
> > 
> > This issue can be taken care of by installing yum-plugin-elrepo from ELRepo.
> > 
> > Akemi
> > ___
> > ---
> > Akemi,
> > 
> > Thank you for your help.  I actually had already installed 
> > yum-plugin-elrepo, and that
> > was
> > apparently part of the problem.   When I do an update with this repo active 
> > kmod-
> > nvidia-
> > 430.40-2.el7_7.elrepo.x86_64.rpm is the rpm that is set to be installed 
> > which does not
> > work
> > because I an running Centos 7.6.   When I installed kmod-nvidia-430.40-
> > 1.el7_7.elrepo.x86_64.rpm instead of doing an update everything worked 
> > perfectly.
> > 
> > Looks like the elrep repsitory may have a problem with this update.
> > 
> > 
> > Greg
> > 
> 
> What kernel are you running? Please show the output from:
> 
> rpm -q kernel
> uname -a
> 
> yum-plugin-elrepo is designed to mask kmod packages from the yum
> transaction when the required kernel from those packages is not
> available to yum. In order for the yum-plugin-elrepo to work correctly,
> all kernels should be available. Unfortunately, because of the
> differences between RHEL and CentOS, whereby RHEL makes ALL packages
> continuously available whereas CentOS repositories ONLY contain the
> latest point release and update packages, yum-plugin-elrepo may not work
> correctly on CentOS in some circumstances.
> 
> The workaround is to enable the CentOS vault repository so that all
> previous kernel packages are available to yum as they are on RHEL. See
> this bug:
> 
> https://bugs.centos.org/view.php?id=15476
> 
> Please try enabling the CentOS vault repo and see if that fixes your
> issue with yum.
> 
> Thanks,
> 
> Phil
> 
> 
> Phil,
> 
> That bug report was very helpful.
> 
> rpm -q kernel
> kernel-3.10.0-957.5.1.el7.x86_64
> kernel-3.10.0-957.10.1.el7.x86_64
> kernel-3.10.0-957.12.1.el7.x86_64
> kernel-3.10.0-957.21.3.el7.x86_64
> kernel-3.10.0-957.27.2.el7.x86_64
> 
> uname -a :
> 
> 3.10.0-957.27.2.el7.x86_64 #1 SMP Mon Jul 29 17:46:05 UTC 2019 x86_64 x86_64 
> x86_64
> GNU/Linux
> 
> When I look at what is in elrepo I get the following :
> 
> yum --showduplicates list kmod-nvidia
> Loaded plugins: fastestmirror, langpacks, nvidia

^^^ the 'elrepo' plugin is missing above. Please install yum-plugin-elrepo:

yum install yum-plugin-elrepo

> Loading mirror speeds from cached hostfile
>   * base: mirror.dal10.us.leaseweb.net
>   * elrepo: repos.dfw.lax-noc.com
>   * elrepo-extras: repos.dfw.lax-noc.com
>   * epel: fedora-epel.mirror.lstn.net
>   * extras: mirror.dal10.us.leaseweb.net
>   * nux-dextop: mirror.li.nux.ro
>   * updates: mirror.dal10.us.leaseweb.net
> Installed Packages
> kmod-nvidia.x86_64  430.40-1.el7_6.elrepo   
> @elrepo
> Available Packages
> kmod-nvidia.x86_64  430.14-1.el7_6.elrepo   
> elrepo
> kmod-nvidia.x86_64  430.26-1.el7_6.elrepo   
> elrepo
> kmod-nvidia.x86_64  430.34-1.el7_6.elrepo   
> elrepo
> kmod-nvidia.x86_64  430.40-1.el7_6.elrepo   
> elrepo
> kmod-nvidia.x86_64  430.40-2.el7_7.elrepo   
> elrepo
> 
> 
> As you  can see I get both  430.40-1.el7_6.elrepo
> 430.40-2.el7_7.elrepo as being present.  If I am understanding things 
> properly, yum
> should
> pick  '_6' over '_7' because my system is running 7.6.
> 

Once you have installed yum-plugin-elrepo, when repeating the above the 
package for el7.7 (kmod-nvidia-30.40-2.el7_7.elrepo.x86_64) should be 
automagically hidden until such time as CentOS 7.7 has been released.

> I would think that when CentOs7.7 is released this problem will be resolved. 
> I am very
> thankful of the maintainers of these repos!
> 

Yes, once CentOS 7.7 is released, you will be able to update to the 
el7.7 kernel and the corresponding 
kmod-nvidia-30.40-2.el7_7.elrepo.x86_64 package built for that kernel.

In the meantime, yum-plugin-elrepo will ensure everything works as it 
should.

Phil



Phil,

I thought I had installed 

Re: [CentOS] kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 fails to install

2019-08-25 Thread Phil Perry

On 25/08/2019 15:50, Gregory P. Ennis wrote:


On 25/08/2019 02:28, Gregory P. Ennis wrote:


On Sat, Aug 24, 2019 at 3:21 PM Ian Mortimer  wrote:


On Sat, 24 Aug 2019, Gregory P. Ennis wrote:


On August  2, my desktop unit updated with
kmod-nvidia-430.40-1.el7_6.elrepo.x86_64
which broke yum having a multiple of dependencies not being present.


The latest from elrepo - kmod-nvidia-430.40-2.el7_7.elrepo.x86_64.rpm -
is built for EL 7.7 and is not compatible with CentOS 7.6.

kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 is the last that will work
with the latest CentOS 7.6 kernel.


---
Ian


This issue can be taken care of by installing yum-plugin-elrepo from ELRepo.

Akemi
___
---
Akemi,

Thank you for your help.  I actually had already installed yum-plugin-elrepo, 
and that
was
apparently part of the problem.   When I do an update with this repo active 
kmod-nvidia-
430.40-2.el7_7.elrepo.x86_64.rpm is the rpm that is set to be installed which 
does not
work
because I an running Centos 7.6.   When I installed kmod-nvidia-430.40-
1.el7_7.elrepo.x86_64.rpm instead of doing an update everything worked 
perfectly.

Looks like the elrep repsitory may have a problem with this update.


Greg



What kernel are you running? Please show the output from:

rpm -q kernel
uname -a

yum-plugin-elrepo is designed to mask kmod packages from the yum
transaction when the required kernel from those packages is not
available to yum. In order for the yum-plugin-elrepo to work correctly,
all kernels should be available. Unfortunately, because of the
differences between RHEL and CentOS, whereby RHEL makes ALL packages
continuously available whereas CentOS repositories ONLY contain the
latest point release and update packages, yum-plugin-elrepo may not work
correctly on CentOS in some circumstances.

The workaround is to enable the CentOS vault repository so that all
previous kernel packages are available to yum as they are on RHEL. See
this bug:

https://bugs.centos.org/view.php?id=15476

Please try enabling the CentOS vault repo and see if that fixes your
issue with yum.

Thanks,

Phil


Phil,

That bug report was very helpful.

rpm -q kernel
kernel-3.10.0-957.5.1.el7.x86_64
kernel-3.10.0-957.10.1.el7.x86_64
kernel-3.10.0-957.12.1.el7.x86_64
kernel-3.10.0-957.21.3.el7.x86_64
kernel-3.10.0-957.27.2.el7.x86_64

uname -a :

3.10.0-957.27.2.el7.x86_64 #1 SMP Mon Jul 29 17:46:05 UTC 2019 x86_64 x86_64 
x86_64
GNU/Linux

When I look at what is in elrepo I get the following :

yum --showduplicates list kmod-nvidia
Loaded plugins: fastestmirror, langpacks, nvidia


^^^ the 'elrepo' plugin is missing above. Please install yum-plugin-elrepo:

yum install yum-plugin-elrepo


Loading mirror speeds from cached hostfile
  * base: mirror.dal10.us.leaseweb.net
  * elrepo: repos.dfw.lax-noc.com
  * elrepo-extras: repos.dfw.lax-noc.com
  * epel: fedora-epel.mirror.lstn.net
  * extras: mirror.dal10.us.leaseweb.net
  * nux-dextop: mirror.li.nux.ro
  * updates: mirror.dal10.us.leaseweb.net
Installed Packages
kmod-nvidia.x86_64  430.40-1.el7_6.elrepo   
@elrepo
Available Packages
kmod-nvidia.x86_64  430.14-1.el7_6.elrepo   
elrepo
kmod-nvidia.x86_64  430.26-1.el7_6.elrepo   
elrepo
kmod-nvidia.x86_64  430.34-1.el7_6.elrepo   
elrepo
kmod-nvidia.x86_64  430.40-1.el7_6.elrepo   
elrepo
kmod-nvidia.x86_64  430.40-2.el7_7.elrepo   
elrepo


As you  can see I get both  430.40-1.el7_6.elrepo
430.40-2.el7_7.elrepo as being present.  If I am understanding things properly, 
yum should
pick  '_6' over '_7' because my system is running 7.6.



Once you have installed yum-plugin-elrepo, when repeating the above the 
package for el7.7 (kmod-nvidia-30.40-2.el7_7.elrepo.x86_64) should be 
automagically hidden until such time as CentOS 7.7 has been released.



I would think that when CentOs7.7 is released this problem will be resolved. I 
am very
thankful of the maintainers of these repos!



Yes, once CentOS 7.7 is released, you will be able to update to the 
el7.7 kernel and the corresponding 
kmod-nvidia-30.40-2.el7_7.elrepo.x86_64 package built for that kernel.


In the meantime, yum-plugin-elrepo will ensure everything works as it 
should.


Phil

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 fails to install

2019-08-25 Thread Gregory P. Ennis


On 25/08/2019 02:28, Gregory P. Ennis wrote:
> 
> On Sat, Aug 24, 2019 at 3:21 PM Ian Mortimer  wrote:
> > 
> > On Sat, 24 Aug 2019, Gregory P. Ennis wrote:
> > 
> > > On August  2, my desktop unit updated with
> > > kmod-nvidia-430.40-1.el7_6.elrepo.x86_64
> > > which broke yum having a multiple of dependencies not being present.
> > 
> > The latest from elrepo - kmod-nvidia-430.40-2.el7_7.elrepo.x86_64.rpm -
> > is built for EL 7.7 and is not compatible with CentOS 7.6.
> > 
> > kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 is the last that will work
> > with the latest CentOS 7.6 kernel.
> > 
> > 
> > ---
> > Ian
> 
> This issue can be taken care of by installing yum-plugin-elrepo from ELRepo.
> 
> Akemi
> ___
> ---
> Akemi,
> 
> Thank you for your help.  I actually had already installed yum-plugin-elrepo, 
> and that
> was
> apparently part of the problem.   When I do an update with this repo active 
> kmod-nvidia-
> 430.40-2.el7_7.elrepo.x86_64.rpm is the rpm that is set to be installed which 
> does not
> work
> because I an running Centos 7.6.   When I installed kmod-nvidia-430.40-
> 1.el7_7.elrepo.x86_64.rpm instead of doing an update everything worked 
> perfectly.
> 
> Looks like the elrep repsitory may have a problem with this update.
> 
> 
> Greg
> 

What kernel are you running? Please show the output from:

rpm -q kernel
uname -a

yum-plugin-elrepo is designed to mask kmod packages from the yum 
transaction when the required kernel from those packages is not 
available to yum. In order for the yum-plugin-elrepo to work correctly, 
all kernels should be available. Unfortunately, because of the 
differences between RHEL and CentOS, whereby RHEL makes ALL packages 
continuously available whereas CentOS repositories ONLY contain the 
latest point release and update packages, yum-plugin-elrepo may not work 
correctly on CentOS in some circumstances.

The workaround is to enable the CentOS vault repository so that all 
previous kernel packages are available to yum as they are on RHEL. See 
this bug:

https://bugs.centos.org/view.php?id=15476

Please try enabling the CentOS vault repo and see if that fixes your 
issue with yum.

Thanks,

Phil


Phil,

That bug report was very helpful. 

rpm -q kernel
kernel-3.10.0-957.5.1.el7.x86_64
kernel-3.10.0-957.10.1.el7.x86_64
kernel-3.10.0-957.12.1.el7.x86_64
kernel-3.10.0-957.21.3.el7.x86_64
kernel-3.10.0-957.27.2.el7.x86_64

uname -a :

3.10.0-957.27.2.el7.x86_64 #1 SMP Mon Jul 29 17:46:05 UTC 2019 x86_64 x86_64 
x86_64
GNU/Linux

When I look at what is in elrepo I get the following :

yum --showduplicates list kmod-nvidia
Loaded plugins: fastestmirror, langpacks, nvidia
Loading mirror speeds from cached hostfile
 * base: mirror.dal10.us.leaseweb.net
 * elrepo: repos.dfw.lax-noc.com
 * elrepo-extras: repos.dfw.lax-noc.com
 * epel: fedora-epel.mirror.lstn.net
 * extras: mirror.dal10.us.leaseweb.net
 * nux-dextop: mirror.li.nux.ro
 * updates: mirror.dal10.us.leaseweb.net
Installed Packages
kmod-nvidia.x86_64  430.40-1.el7_6.elrepo   
@elrepo
Available Packages
kmod-nvidia.x86_64  430.14-1.el7_6.elrepo   
elrepo
kmod-nvidia.x86_64  430.26-1.el7_6.elrepo   
elrepo
kmod-nvidia.x86_64  430.34-1.el7_6.elrepo   
elrepo
kmod-nvidia.x86_64  430.40-1.el7_6.elrepo   
elrepo
kmod-nvidia.x86_64  430.40-2.el7_7.elrepo   
elrepo


As you  can see I get both  430.40-1.el7_6.elrepo 
430.40-2.el7_7.elrepo as being present.  If I am understanding things properly, 
yum should
pick  '_6' over '_7' because my system is running 7.6.

I would think that when CentOs7.7 is released this problem will be resolved. I 
am very
thankful of the maintainers of these repos!

Greg
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 fails to install

2019-08-25 Thread Phil Perry

On 25/08/2019 02:28, Gregory P. Ennis wrote:


On Sat, Aug 24, 2019 at 3:21 PM Ian Mortimer  wrote:


On Sat, 24 Aug 2019, Gregory P. Ennis wrote:


On August  2, my desktop unit updated with
kmod-nvidia-430.40-1.el7_6.elrepo.x86_64
which broke yum having a multiple of dependencies not being present.


The latest from elrepo - kmod-nvidia-430.40-2.el7_7.elrepo.x86_64.rpm -
is built for EL 7.7 and is not compatible with CentOS 7.6.

kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 is the last that will work
with the latest CentOS 7.6 kernel.


---
Ian


This issue can be taken care of by installing yum-plugin-elrepo from ELRepo.

Akemi
___
---
Akemi,

Thank you for your help.  I actually had already installed yum-plugin-elrepo, 
and that was
apparently part of the problem.   When I do an update with this repo active 
kmod-nvidia-
430.40-2.el7_7.elrepo.x86_64.rpm is the rpm that is set to be installed which 
does not work
because I an running Centos 7.6.   When I installed kmod-nvidia-430.40-
1.el7_7.elrepo.x86_64.rpm instead of doing an update everything worked 
perfectly.

Looks like the elrep repsitory may have a problem with this update.


Greg



What kernel are you running? Please show the output from:

rpm -q kernel
uname -a

yum-plugin-elrepo is designed to mask kmod packages from the yum 
transaction when the required kernel from those packages is not 
available to yum. In order for the yum-plugin-elrepo to work correctly, 
all kernels should be available. Unfortunately, because of the 
differences between RHEL and CentOS, whereby RHEL makes ALL packages 
continuously available whereas CentOS repositories ONLY contain the 
latest point release and update packages, yum-plugin-elrepo may not work 
correctly on CentOS in some circumstances.


The workaround is to enable the CentOS vault repository so that all 
previous kernel packages are available to yum as they are on RHEL. See 
this bug:


https://bugs.centos.org/view.php?id=15476

Please try enabling the CentOS vault repo and see if that fixes your 
issue with yum.


Thanks,

Phil


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 fails to install

2019-08-24 Thread Gregory P. Ennis


On Sat, Aug 24, 2019 at 3:21 PM Ian Mortimer  wrote:
> 
> On Sat, 24 Aug 2019, Gregory P. Ennis wrote:
> 
> > On August  2, my desktop unit updated with
> > kmod-nvidia-430.40-1.el7_6.elrepo.x86_64
> > which broke yum having a multiple of dependencies not being present.
> 
> The latest from elrepo - kmod-nvidia-430.40-2.el7_7.elrepo.x86_64.rpm -
> is built for EL 7.7 and is not compatible with CentOS 7.6.
> 
> kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 is the last that will work
> with the latest CentOS 7.6 kernel.
> 
> 
> ---
> Ian

This issue can be taken care of by installing yum-plugin-elrepo from ELRepo.

Akemi
___
---
Akemi,

Thank you for your help.  I actually had already installed yum-plugin-elrepo, 
and that was
apparently part of the problem.   When I do an update with this repo active 
kmod-nvidia-
430.40-2.el7_7.elrepo.x86_64.rpm is the rpm that is set to be installed which 
does not work
because I an running Centos 7.6.   When I installed kmod-nvidia-430.40-
1.el7_7.elrepo.x86_64.rpm instead of doing an update everything worked 
perfectly. 

Looks like the elrep repsitory may have a problem with this update.


Greg

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 fails to install

2019-08-24 Thread Gregory P. Ennis
On Sat, 24 Aug 2019, Gregory P. Ennis wrote:

> On August  2, my desktop unit updated with
> kmod-nvidia-430.40-1.el7_6.elrepo.x86_64
> which broke yum having a multiple of dependencies not being present.

The latest from elrepo - kmod-nvidia-430.40-2.el7_7.elrepo.x86_64.rpm -
is built for EL 7.7 and is not compatible with CentOS 7.6.

kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 is the last that will work
with the latest CentOS 7.6 kernel.


---
Ian
___
Ian,

Thank you very much 

That solved the problem!

Greg

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 fails to install

2019-08-24 Thread Akemi Yagi
On Sat, Aug 24, 2019 at 3:21 PM Ian Mortimer  wrote:
>
> On Sat, 24 Aug 2019, Gregory P. Ennis wrote:
>
> > On August  2, my desktop unit updated with
> > kmod-nvidia-430.40-1.el7_6.elrepo.x86_64
> > which broke yum having a multiple of dependencies not being present.
>
> The latest from elrepo - kmod-nvidia-430.40-2.el7_7.elrepo.x86_64.rpm -
> is built for EL 7.7 and is not compatible with CentOS 7.6.
>
> kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 is the last that will work
> with the latest CentOS 7.6 kernel.
>
>
> ---
> Ian

This issue can be taken care of by installing yum-plugin-elrepo from ELRepo.

Akemi
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 fails to install

2019-08-24 Thread Ian Mortimer

On Sat, 24 Aug 2019, Gregory P. Ennis wrote:


On August  2, my desktop unit updated with
kmod-nvidia-430.40-1.el7_6.elrepo.x86_64
which broke yum having a multiple of dependencies not being present.


The latest from elrepo - kmod-nvidia-430.40-2.el7_7.elrepo.x86_64.rpm -
is built for EL 7.7 and is not compatible with CentOS 7.6.

kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 is the last that will work
with the latest CentOS 7.6 kernel.


---
Ian
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 fails to install

2019-08-24 Thread Gregory P. Ennis
Everyone,

On August  2, my desktop unit updated with 
kmod-nvidia-430.40-1.el7_6.elrepo.x86_64nnn
which broke yum having a multiple of dependencies not being present.  I 
uninstall kmod-
dvidia with the hopes that a fresh install would fix the provlem, but it did 
not.

nvidia-detect returns :

kmod-nvidia
An Intel display controller was also detected

I was hoping that this was a repository problem that would become fixed, but I 
am still now
unable to reinstall kmod-nvidia.

Has anyone else had this problem, and does anyone have any suggestions as to 
how I might
begin a fix.  I would surely like to use my nvidia card again.

Thanks for your help!!!

Greg Ennis

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia problems

2016-12-11 Thread Rob Kampen

On 11/12/16 09:28, Akemi Yagi wrote:

On Sat, Dec 10, 2016 at 12:21 PM, Rob Kampen  wrote:

Hi List,

I use the kmod-nvidia package on my CentOS workstations.

Always this has "just worked".

Doing a yum update this morning I now get this:


09:15:28 : ERROR:   Package: kmod-nvidia-367.57-2.el7.elrepo.x86_64 (elrepo)
 Requires: kernel(drm_atomic_helper_plane_reset) = 0xabd4c98d
 Installed: kernel-3.10.0-327.28.2.el7.x86_64 (@updates)
 kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Anyone else get this? any pointers?
TIA
Rob

Later versions of kmod-nvidia are for EL7.3 (not backward compatible).
You need to update your CentOS system using the CR repo. Or wait until
the full release of CentOS 7.3.1611 (next week?).

Ahhh - no problems, I'll await 7.3 and exclude kmod-nvidia for now.
Thanks


Akemi
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia problems

2016-12-10 Thread Fred Smith
On Sat, Dec 10, 2016 at 04:31:50PM -0500, Scott Robbins wrote:
> On Sat, Dec 10, 2016 at 12:49:50PM -0800, Alice Wonder wrote:
> > On 12/10/2016 12:28 PM, Akemi Yagi wrote:
> > >On Sat, Dec 10, 2016 at 12:21 PM, Rob Kampen  
> > >wrote:
> > >>Hi List,
> > >>
> > >>I use the kmod-nvidia package on my CentOS workstations.
> > >>
> > >>Always this has "just worked".
> > >>
> > >>Doing a yum update this morning I now get this:
> > >>
> > >>
> > >>09:15:28 : ERROR:   Package: kmod-nvidia-367.57-2.el7.elrepo.x86_64 
> > >>(elrepo)
> > >>Requires: kernel(drm_atomic_helper_plane_reset) = 0xabd4c98d
> > >>Installed: kernel-3.10.0-327.28.2.el7.x86_64 (@updates)
> > >>kernel(drm_atomic_helper_plane_reset) = 0xb23805db
> 
> This is a known issue.  I think you can find mention of it on the forums,
> but I don't remember where I actually found mention of it. 
> 
> It has to do with what will be needed when 7.3 comes along.  
> Ah here's the link.
> https://www.centos.org/forums/viewtopic.php?t=59965

I've been doing:

yum --exclude=\*nvidia\*, since I'm not currently taking the CR updates.

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us 
Do you not know? Have you not heard? 
The LORD is the everlasting God, the Creator of the ends of the earth. 
  He will not grow tired or weary, and his understanding no one can fathom.
- Isaiah 40:28 (niv) -
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia problems

2016-12-10 Thread Scott Robbins
On Sat, Dec 10, 2016 at 12:49:50PM -0800, Alice Wonder wrote:
> On 12/10/2016 12:28 PM, Akemi Yagi wrote:
> >On Sat, Dec 10, 2016 at 12:21 PM, Rob Kampen  
> >wrote:
> >>Hi List,
> >>
> >>I use the kmod-nvidia package on my CentOS workstations.
> >>
> >>Always this has "just worked".
> >>
> >>Doing a yum update this morning I now get this:
> >>
> >>
> >>09:15:28 : ERROR:   Package: kmod-nvidia-367.57-2.el7.elrepo.x86_64 (elrepo)
> >>Requires: kernel(drm_atomic_helper_plane_reset) = 0xabd4c98d
> >>Installed: kernel-3.10.0-327.28.2.el7.x86_64 (@updates)
> >>kernel(drm_atomic_helper_plane_reset) = 0xb23805db

This is a known issue.  I think you can find mention of it on the forums,
but I don't remember where I actually found mention of it. 

It has to do with what will be needed when 7.3 comes along.  
Ah here's the link.
https://www.centos.org/forums/viewtopic.php?t=59965


-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia problems

2016-12-10 Thread Alice Wonder

On 12/10/2016 12:28 PM, Akemi Yagi wrote:

On Sat, Dec 10, 2016 at 12:21 PM, Rob Kampen  wrote:

Hi List,

I use the kmod-nvidia package on my CentOS workstations.

Always this has "just worked".

Doing a yum update this morning I now get this:


09:15:28 : ERROR:   Package: kmod-nvidia-367.57-2.el7.elrepo.x86_64 (elrepo)
Requires: kernel(drm_atomic_helper_plane_reset) = 0xabd4c98d
Installed: kernel-3.10.0-327.28.2.el7.x86_64 (@updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db



Anyone else get this? any pointers?
TIA
Rob


Later versions of kmod-nvidia are for EL7.3 (not backward compatible).
You need to update your CentOS system using the CR repo. Or wait until
the full release of CentOS 7.3.1611 (next week?).

Akemi


Um this morning my rsync mirror script grabbed the package tree from 
kernel.org mirror - is that an accidental release?


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia problems

2016-12-10 Thread Akemi Yagi
On Sat, Dec 10, 2016 at 12:21 PM, Rob Kampen  wrote:
> Hi List,
>
> I use the kmod-nvidia package on my CentOS workstations.
>
> Always this has "just worked".
>
> Doing a yum update this morning I now get this:
>
>
> 09:15:28 : ERROR:   Package: kmod-nvidia-367.57-2.el7.elrepo.x86_64 (elrepo)
> Requires: kernel(drm_atomic_helper_plane_reset) = 0xabd4c98d
> Installed: kernel-3.10.0-327.28.2.el7.x86_64 (@updates)
> kernel(drm_atomic_helper_plane_reset) = 0xb23805db

> Anyone else get this? any pointers?
> TIA
> Rob

Later versions of kmod-nvidia are for EL7.3 (not backward compatible).
You need to update your CentOS system using the CR repo. Or wait until
the full release of CentOS 7.3.1611 (next week?).

Akemi
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] kmod-nvidia problems

2016-12-10 Thread Rob Kampen

Hi List,

I use the kmod-nvidia package on my CentOS workstations.

Always this has "just worked".

Doing a yum update this morning I now get this:


09:15:28 : ERROR:   Package: kmod-nvidia-367.57-2.el7.elrepo.x86_64 (elrepo)
Requires: kernel(drm_atomic_helper_plane_reset) = 0xabd4c98d
Installed: kernel-3.10.0-327.28.2.el7.x86_64 (@updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Installed: kernel-3.10.0-327.28.3.el7.x86_64 (@updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Installed: kernel-3.10.0-327.36.1.el7.x86_64 (@updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Installed: kernel-3.10.0-327.36.2.el7.x86_64 (@updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Installed: kernel-3.10.0-327.36.3.el7.x86_64 (@updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Available: kernel-3.10.0-327.el7.x86_64 (base)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Available: kernel-3.10.0-327.3.1.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Available: kernel-3.10.0-327.4.4.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Available: kernel-3.10.0-327.4.5.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Available: kernel-3.10.0-327.10.1.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Available: kernel-3.10.0-327.13.1.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Available: kernel-3.10.0-327.18.2.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Available: kernel-3.10.0-327.22.2.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb23805db
Available: kernel-debug-3.10.0-327.el7.x86_64 (base)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.3.1.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.4.4.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.4.5.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.10.1.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.13.1.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.18.2.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.22.2.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.28.2.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.28.3.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.36.1.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.36.2.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d
Available: kernel-debug-3.10.0-327.36.3.el7.x86_64 (updates)
kernel(drm_atomic_helper_plane_reset) = 0xb92b713d

Anyone else get this? any pointers?
TIA
Rob
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-08-02 Thread Tilman Schmidt
Am 30.07.2012 15:45, schrieb m.r...@5-cent.us:
 Hey, Johnny, catching up on last week? I'd added that, then it *seemed* to
 be the case that if I had two separate lines of includepkgs, it only saw
 one. As soon as I had both on one line, it saw them.

That's how it works. You have to put everything on one line.

-- 
Tilman Schmidt
Phoenix Software GmbH
Bonn, Germany

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-30 Thread Johnny Hughes
On 07/20/2012 02:34 PM, m.r...@5-cent.us wrote:
 Ned Slider wrote:
 On 20/07/12 16:55, m.r...@5-cent.us wrote:
 Jay Leafey wrote:
 On 07/20/2012 10:32 AM, m.r...@5-cent.us wrote:
 Now that he's up, which was my highest priority, I'm back to looking
 around. I did a yum clean all, then yum --enablerepo=elrepo list
 ^
 \*nvidia\*, and see
* elrepo: mirror.symnds.com
 so this was what the mirrorlist came up with. That there's something
 screwy there.

 So I just pointed my browser there, and found elrepo there under
 distributions/elrepo. Anyone got any ideas why it finds that it's
 there, but yum doesn't see the actual repo (and yes, the
 kmod-nvidia packages are there)?
 snip
 Just a thought, have you tried flushing yum's metadata?  I have run
 across a couple of instances where yum seems to get a bit... retentive
 and won't retrieve new metadata for one or more repositories.  I
 usually
 run yum clean metadata or yum clean all, then re-try the operation.
Unless it is something *I* have boogered badly it usually works.

 See emphasized line, above, from previous email. 

 Please post the output from:

 cat /etc/yum.repos.d/elrepo.repo

 and

 yum list \*kmod-nvidia\*

 thanks.
 Y'know, I appreciate any and all help, but I'm beginning to feel those
 trying to help haven't actually *read* my previous posts. Jay suggested I
 do a yum clean all, when I already said I'd done that; Ned's asking for
 what the repo looks like, when I posted the top bit and said the rest of
 the entries were the same

 Repeating my original post:
 ### Name: ELRepo.org Community Enterprise Linux Repository for el6
 ### URL: http://elrepo.org/

 [elrepo]
 name=ELRepo.org Community Enterprise Linux Repository - el6
 baseurl=http://elrepo.org/linux/elrepo/el6/$basearch/
 mirrorlist=http://elrepo.org/mirrors-elrepo.el6
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
 protect=0
 includepkgs=kmod-nvidia

 and the entries for elrepo-testing, elrepo-kernel, and elrepo-extras are
 the same.
 PS - This query would really be better placed on the elrepo users
 mailing lists rather than the general CentOS mailing lists.
 But the real question not about elrepo, which clearly *has* kmod-nvidia,
 but why yum can't find the repo, and that is on target for this list.

The problem is that you do not ONLY need kmod-nvidia ... you also need
nvidia-x11-drv from elrepo ... however, you only have
includepkgs=kmod-nvidia in your config, so the requirements of
nvidia-x11-drv can not be met.  If you add nvidia-x11-drv to your
includepkgs line, it should work fine.




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-30 Thread m . roth
Johnny Hughes wrote:
 On 07/20/2012 02:34 PM, m.r...@5-cent.us wrote:
 Ned Slider wrote:
 On 20/07/12 16:55, m.r...@5-cent.us wrote:
 Jay Leafey wrote:
 On 07/20/2012 10:32 AM, m.r...@5-cent.us wrote:
 Now that he's up, which was my highest priority, I'm back to looking
 around. I did a yum clean all, then yum --enablerepo=elrepo list
 ^
 \*nvidia\*, and see
* elrepo: mirror.symnds.com
 so this was what the mirrorlist came up with. That there's something
 screwy there.

 So I just pointed my browser there, and found elrepo there under
 distributions/elrepo. Anyone got any ideas why it finds that it's
 there, but yum doesn't see the actual repo (and yes, the
 kmod-nvidia packages are there)?
 snip
 Just a thought, have you tried flushing yum's metadata?  I have run
 across a couple of instances where yum seems to get a bit...
 retentive
 and won't retrieve new metadata for one or more repositories.  I
 usually
 run yum clean metadata or yum clean all, then re-try the
 operation.
Unless it is something *I* have boogered badly it usually works.

 See emphasized line, above, from previous email. 

 Please post the output from:

 cat /etc/yum.repos.d/elrepo.repo

 and

 yum list \*kmod-nvidia\*

 thanks.
 Y'know, I appreciate any and all help, but I'm beginning to feel those
 trying to help haven't actually *read* my previous posts. Jay suggested
 I
 do a yum clean all, when I already said I'd done that; Ned's asking for
 what the repo looks like, when I posted the top bit and said the rest of
 the entries were the same

 Repeating my original post:
 ### Name: ELRepo.org Community Enterprise Linux Repository for el6
 ### URL: http://elrepo.org/

 [elrepo]
 name=ELRepo.org Community Enterprise Linux Repository - el6
 baseurl=http://elrepo.org/linux/elrepo/el6/$basearch/
 mirrorlist=http://elrepo.org/mirrors-elrepo.el6
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
 protect=0
 includepkgs=kmod-nvidia

 and the entries for elrepo-testing, elrepo-kernel, and elrepo-extras are
 the same.
 PS - This query would really be better placed on the elrepo users
 mailing lists rather than the general CentOS mailing lists.
 But the real question not about elrepo, which clearly *has* kmod-nvidia,
 but why yum can't find the repo, and that is on target for this list.

 The problem is that you do not ONLY need kmod-nvidia ... you also need
 nvidia-x11-drv from elrepo ... however, you only have
 includepkgs=kmod-nvidia in your config, so the requirements of
 nvidia-x11-drv can not be met.  If you add nvidia-x11-drv to your
 includepkgs line, it should work fine.

Hey, Johnny, catching up on last week? I'd added that, then it *seemed* to
be the case that if I had two separate lines of includepkgs, it only saw
one. As soon as I had both on one line, it saw them.

Unfortunately, there's something odd between my user's machine and CentOS
and kmod-nvidia - he started getting weird messages he'd never seen
before, so I had to uninstall it (after all that work), and go back to
building using the proprietary installer.

*sigh*

mark at least there's only two machines I have to deal with
like that

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] kmod-nvidia?

2012-07-20 Thread m . roth
I just went to install kmod-nvidia on a 64-bit CentOS 6.2 system... and
enabling elrepo, yum can't find it. There's a page for it, but that was
last updated last year, and there are also references to packages for
older Nvidia cards, but not the current.

What do I not know?

  mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread Andreas Rogge
Am 20.07.2012 16:44, schrieb m.r...@5-cent.us:
 I just went to install kmod-nvidia on a 64-bit CentOS 6.2 system... and
 enabling elrepo, yum can't find it. There's a page for it, but that was
 last updated last year, and there are also references to packages for
 older Nvidia cards, but not the current.

 What do I not know?

You seem to have missed the fact that Nvidia sucks :)

At least on our elrepo mirror site there are recent kmod-nvidia 
packages. The Package kmod-nvidia-295.59-1.el6.elrepo.x86_64.rpm is just 
a few days old.
Maybe your yum configuration went bad?

Regards,
Andreas

-- 
Solvention Ltd.  Co. KG
St.-Sebastianus-Str. 5
51147 Köln

Tel: +49 2203 989967-0
Fax: +49 2203 989967-9

http://www.solvention.de
mailto:i...@solvention.de
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread m . roth
Andreas Rogge wrote:
 Am 20.07.2012 16:44, schrieb m.r...@5-cent.us:
 I just went to install kmod-nvidia on a 64-bit CentOS 6.2 system... and
 enabling elrepo, yum can't find it. There's a page for it, but that was
 last updated last year, and there are also references to packages for
 older Nvidia cards, but not the current.

 What do I not know?

 You seem to have missed the fact that Nvidia sucks :)

I have no control over Nvidia. It's a very popular maker of cards. Oh, and
the AMD/ATI is even more of a pain to get and install drivers

 At least on our elrepo mirror site there are recent kmod-nvidia
 packages. The Package kmod-nvidia-295.59-1.el6.elrepo.x86_64.rpm is just
 a few days old.
 Maybe your yum configuration went bad?

Dunno why it would.
[elrepo]
name=ELRepo.org Community Enterprise Linux Repository - el6
baseurl=http://elrepo.org/linux/elrepo/el6/$basearch/
mirrorlist=http://elrepo.org/mirrors-elrepo.el6

And the same for testing, kernel, and extras. Did they change the
repository names?

 mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread m . roth
Andreas Rogge wrote:
 Am 20.07.2012 16:44, schrieb m.r...@5-cent.us:
 I just went to install kmod-nvidia on a 64-bit CentOS 6.2 system... and
 enabling elrepo, yum can't find it. There's a page for it, but that was
 last updated last year, and there are also references to packages for
 older Nvidia cards, but not the current.
snip
 At least on our elrepo mirror site there are recent kmod-nvidia
 packages. The Package kmod-nvidia-295.59-1.el6.elrepo.x86_64.rpm is just
 a few days old.
 Maybe your yum configuration went bad?

Ok, build the driver using the proprietary package, and he's back up.

Well, *after* I ran nvidia-xconfig, since there was no xorg.conf, and
nothing in /etc/X11/xorg.conf.d, which created /etc/X11/xorg.conf.

Now that he's up, which was my highest priority, I'm back to looking
around. I did a yum clean all, then yum --enablerepo=elrepo list
\*nvidia\*, and see
 * elrepo: mirror.symnds.com
so this was what the mirrorlist came up with. That there's something
screwy there.

So I just pointed my browser there, and found elrepo there under
distributions/elrepo. Anyone got any ideas why it finds that it's there,
but yum doesn't see the actual repo (and yes, the kmod-nvidia packages are
there)?

   mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread Jay Leafey

On 07/20/2012 10:32 AM, m.r...@5-cent.us wrote:

Now that he's up, which was my highest priority, I'm back to looking
around. I did a yum clean all, then yum --enablerepo=elrepo list
\*nvidia\*, and see
  * elrepo: mirror.symnds.com
so this was what the mirrorlist came up with. That there's something
screwy there.

So I just pointed my browser there, and found elrepo there under
distributions/elrepo. Anyone got any ideas why it finds that it's there,
but yum doesn't see the actual repo (and yes, the kmod-nvidia packages are
there)?

mark


Here's what the same operation looks like on my box:


[jleafey@megamind ~]$ sudo yum list \*nvidia\*
Loaded plugins: downloadonly, fastestmirror, priorities, refresh-packagekit,
  : security
Loading mirror speeds from cached hostfile
 * base: dallas.tx.mirror.xygenhosting.com
 * elrepo: elrepo.org
 * epel: mirror.steadfast.net
 * extras: mirror.raystedman.net
 * nux-libreoffice.org-rpms: mirror.li.nux.ro
 * rpmforge: mirror.us.leaseweb.net
 * updates: mirror.raystedman.net
1314 packages excluded due to repository priority protections
Installed Packages
kmod-nvidia.x86_64295.59-1.el6.elrepo@elrepo
nvidia-x11-drv.x86_64 295.59-1.el6.elrepo@elrepo
Available Packages
kmod-nvidia-173xx.x86_64  173.14.31-1.el6.elrepo elrepo
kmod-nvidia-96xx.x86_64   96.43.20-1.el6.elrepo  elrepo
nvidia-x11-drv-173xx.x86_64   173.14.31-1.el6.elrepo elrepo
nvidia-x11-drv-173xx-32bit.x86_64 173.14.31-1.el6.elrepo elrepo
nvidia-x11-drv-32bit.x86_64   295.59-1.el6.elrepoelrepo
nvidia-x11-drv-96xx.x86_6496.43.20-1.el6.elrepo  elrepo
nvidia-x11-drv-96xx-32bit.x86_64  96.43.20-1.el6.elrepo  elrepo
[jleafey@megamind ~]$


Just a thought, have you tried flushing yum's metadata?  I have run 
across a couple of instances where yum seems to get a bit... retentive 
and won't retrieve new metadata for one or more repositories.  I usually 
run yum clean metadata or yum clean all, then re-try the operation. 
 Unless it is something *I* have boogered badly it usually works.


Of course, YMMV!
--
Jay Leafey - jay.lea...@mindless.com
Memphis, TN

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread m . roth
Jay Leafey wrote:
 On 07/20/2012 10:32 AM, m.r...@5-cent.us wrote:
 Now that he's up, which was my highest priority, I'm back to looking
 around. I did a yum clean all, then yum --enablerepo=elrepo list
   ^


 \*nvidia\*, and see
   * elrepo: mirror.symnds.com
 so this was what the mirrorlist came up with. That there's something
 screwy there.

 So I just pointed my browser there, and found elrepo there under
 distributions/elrepo. Anyone got any ideas why it finds that it's there,
 but yum doesn't see the actual repo (and yes, the kmod-nvidia packages
 are there)?

snip
 Just a thought, have you tried flushing yum's metadata?  I have run
 across a couple of instances where yum seems to get a bit... retentive
 and won't retrieve new metadata for one or more repositories.  I usually
 run yum clean metadata or yum clean all, then re-try the operation.
   Unless it is something *I* have boogered badly it usually works.

See emphasized line, above, from previous email. 

 mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread Ned Slider
On 20/07/12 16:55, m.r...@5-cent.us wrote:
 Jay Leafey wrote:
 On 07/20/2012 10:32 AM, m.r...@5-cent.us wrote:
 Now that he's up, which was my highest priority, I'm back to looking
 around. I did a yum clean all, then yum --enablerepo=elrepo list
 ^


 \*nvidia\*, and see
* elrepo: mirror.symnds.com
 so this was what the mirrorlist came up with. That there's something
 screwy there.

 So I just pointed my browser there, and found elrepo there under
 distributions/elrepo. Anyone got any ideas why it finds that it's there,
 but yum doesn't see the actual repo (and yes, the kmod-nvidia packages
 are there)?

 snip
 Just a thought, have you tried flushing yum's metadata?  I have run
 across a couple of instances where yum seems to get a bit... retentive
 and won't retrieve new metadata for one or more repositories.  I usually
 run yum clean metadata or yum clean all, then re-try the operation.
Unless it is something *I* have boogered badly it usually works.

 See emphasized line, above, from previous email. 

   mark


Please post the output from:

cat /etc/yum.repos.d/elrepo.repo

and

yum list \*kmod-nvidia\*

thanks.

PS - This query would really be better placed on the elrepo users 
mailing lists rather than the general CentOS mailing lists.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread m . roth
Ned Slider wrote:
 On 20/07/12 16:55, m.r...@5-cent.us wrote:
 Jay Leafey wrote:
 On 07/20/2012 10:32 AM, m.r...@5-cent.us wrote:
 Now that he's up, which was my highest priority, I'm back to looking
 around. I did a yum clean all, then yum --enablerepo=elrepo list
 ^
 \*nvidia\*, and see
* elrepo: mirror.symnds.com
 so this was what the mirrorlist came up with. That there's something
 screwy there.

 So I just pointed my browser there, and found elrepo there under
 distributions/elrepo. Anyone got any ideas why it finds that it's
 there, but yum doesn't see the actual repo (and yes, the
 kmod-nvidia packages are there)?

 snip
 Just a thought, have you tried flushing yum's metadata?  I have run
 across a couple of instances where yum seems to get a bit... retentive
 and won't retrieve new metadata for one or more repositories.  I
 usually
 run yum clean metadata or yum clean all, then re-try the operation.
Unless it is something *I* have boogered badly it usually works.

 See emphasized line, above, from previous email. 


 Please post the output from:

 cat /etc/yum.repos.d/elrepo.repo

 and

 yum list \*kmod-nvidia\*

 thanks.

Y'know, I appreciate any and all help, but I'm beginning to feel those
trying to help haven't actually *read* my previous posts. Jay suggested I
do a yum clean all, when I already said I'd done that; Ned's asking for
what the repo looks like, when I posted the top bit and said the rest of
the entries were the same

Repeating my original post:
### Name: ELRepo.org Community Enterprise Linux Repository for el6
### URL: http://elrepo.org/

[elrepo]
name=ELRepo.org Community Enterprise Linux Repository - el6
baseurl=http://elrepo.org/linux/elrepo/el6/$basearch/
mirrorlist=http://elrepo.org/mirrors-elrepo.el6
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
protect=0
includepkgs=kmod-nvidia

and the entries for elrepo-testing, elrepo-kernel, and elrepo-extras are
the same.

 PS - This query would really be better placed on the elrepo users
 mailing lists rather than the general CentOS mailing lists.

But the real question not about elrepo, which clearly *has* kmod-nvidia,
but why yum can't find the repo, and that is on target for this list.

mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread m . roth
Ned Slider wrote:
 On 20/07/12 16:55, m.r...@5-cent.us wrote:
 Jay Leafey wrote:
 On 07/20/2012 10:32 AM, m.r...@5-cent.us wrote:
 Now that he's up, which was my highest priority, I'm back to looking
around. I did a yum clean all, then yum --enablerepo=elrepo list
 ^
 \*nvidia\*, and see
* elrepo: mirror.symnds.com
 so this was what the mirrorlist came up with. That there's something
screwy there.

 So I just pointed my browser there, and found elrepo there under
distributions/elrepo. Anyone got any ideas why it finds that it's
there, but yum doesn't see the actual repo (and yes, the
 kmod-nvidia packages are there)?

 snip
 Just a thought, have you tried flushing yum's metadata?  I have run
across a couple of instances where yum seems to get a bit... retentive
and won't retrieve new metadata for one or more repositories.  I
usually
 run yum clean metadata or yum clean all, then re-try the operation.
Unless it is something *I* have boogered badly it usually works.

 See emphasized line, above, from previous email. 


 Please post the output from:

 cat /etc/yum.repos.d/elrepo.repo

 and

 yum list \*kmod-nvidia\*

 thanks.

Y'know, I appreciate any and all help, but I'm beginning to feel those
trying to help haven't actually *read* my previous posts. Jay suggested I
do a yum clean all, when I already said I'd done that; Ned's asking for
what the repo looks like, when I posted the top bit and said the rest of
the entries were the same

Repeating my original post:
### Name: ELRepo.org Community Enterprise Linux Repository for el6 ###
URL: http://elrepo.org/

[elrepo]
name=ELRepo.org Community Enterprise Linux Repository - el6
baseurl=http://elrepo.org/linux/elrepo/el6/$basearch/
mirrorlist=http://elrepo.org/mirrors-elrepo.el6
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
protect=0
includepkgs=kmod-nvidia

and the entries for elrepo-testing, elrepo-kernel, and elrepo-extras are
the same.

 PS - This query would really be better placed on the elrepo users
mailing lists rather than the general CentOS mailing lists.

But the real question not about elrepo, which clearly *has* kmod-nvidia,
but why yum can't find the repo, and that is on target for this list.

mark



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread Ned Slider
On 20/07/12 20:34, m.r...@5-cent.us wrote:
 Ned Slider wrote:

 Please post the output from:

 cat /etc/yum.repos.d/elrepo.repo

 and

 yum list \*kmod-nvidia\*

 thanks.

 Y'know, I appreciate any and all help, but I'm beginning to feel those
 trying to help haven't actually *read* my previous posts. Jay suggested I
 do a yum clean all, when I already said I'd done that; Ned's asking for
 what the repo looks like, when I posted the top bit and said the rest of
 the entries were the same


Your attitude doesn't make it easy for folks to help you. So far you 
haven't actually provided any information that might be useful in 
determining the issue.

 Repeating my original post:
 ### Name: ELRepo.org Community Enterprise Linux Repository for el6
 ### URL: http://elrepo.org/

 [elrepo]
 name=ELRepo.org Community Enterprise Linux Repository - el6
 baseurl=http://elrepo.org/linux/elrepo/el6/$basearch/
 mirrorlist=http://elrepo.org/mirrors-elrepo.el6
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
 protect=0
 includepkgs=kmod-nvidia


and here we see you have made modifications to the config file. I know, 
because I wrote the config file.

 and the entries for elrepo-testing, elrepo-kernel, and elrepo-extras are
 the same.


and perhaps it would have been better to simply provide what was asked 
for rather than making yet more assumptions.

 PS - This query would really be better placed on the elrepo users
 mailing lists rather than the general CentOS mailing lists.

 But the real question not about elrepo, which clearly *has* kmod-nvidia,
 but why yum can't find the repo, and that is on target for this list.


The real question is why the elrepo repository is not working as 
intended for you. TBH I'm past caring as I have better things to do than 
have you waste my time when I try to help. Please don't bother 
subscribing to elrepo mailing lists.

Thanks.



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread Stephen Harris
On Fri, Jul 20, 2012 at 03:48:43PM -0400, m.r...@5-cent.us wrote:
 around. I did a yum clean all, then yum --enablerepo=elrepo list

FWIW, that probably didn't do what you thought.

On my machine I have EPEL configured, but disabled.

  $ pwd 
  /var/cache/yum/x86_64/6
  $ yum --enablerepo=epel list  /dev/null
  $ du -hs *
  8.0Kbase
  20M epel
  8.0Kextras
  21M local-base
  56K local-extras
  5.6Mlocal-updates
  0   timedhosts.txt
  8.0Kupdates

We can see the cache has been populated.

  $ yum clean all
  Loaded plugins: fastestmirror, priorities, security
  Cleaning repos: local-base local-extras local-updates
  Cleaning up Everything
  Cleaning up list of fastest mirrors
  $ du -hs * 
  8.0Kbase
  20M epel
  8.0Kextras
  8.0Klocal-base
  8.0Klocal-extras
  8.0Klocal-updates
  8.0Kupdates

Wait, the epel directory still has data!

  $ yum --enablerepo=epel clean all
  Loaded plugins: fastestmirror, priorities, security
  Determining fastest mirrors
  Cleaning repos: epel local-base local-extras local-updates
  Cleaning up Everything
  Cleaning up list of fastest mirrors
  $ du -hs *   
  8.0Kbase
  8.0Kepel
  8.0Kextras
  8.0Klocal-base
  8.0Klocal-extras
  8.0Klocal-updates
  8.0Kupdates

That's better.

So you might need to do yum --enablerepo=elrepo clean all to flush
your cache.

-- 

rgds
Stephen
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread Ned Slider
On 20/07/12 21:09, Stephen Harris wrote:
 On Fri, Jul 20, 2012 at 03:48:43PM -0400, m.r...@5-cent.us wrote:
 around. I did a yum clean all, then yum --enablerepo=elrepo list

 FWIW, that probably didn't do what you thought.

 On my machine I have EPEL configured, but disabled.


*Exactly*

Which is *exactly* the reason I asked to see the .repo file and got a 
bunch of attitude in return :-)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread m . roth
Stephen Harris wrote:
 On Fri, Jul 20, 2012 at 03:48:43PM -0400, m.r...@5-cent.us wrote:
 around. I did a yum clean all, then yum --enablerepo=elrepo list

 FWIW, that probably didn't do what you thought.

 On my machine I have EPEL configured, but disabled.

Yeah. As you saw, I only want to enable it for kmod-nvidia, since I don't
want to get anything else from there, resulting in conflicts with the
usual repos.
snip

 So you might need to do yum --enablerepo=elrepo clean all to flush
 your cache.

Ok. Just did that, and see
Cleaning repos: adobe-linux-i386 base cr dcb-CentOS-base dcb-CentOS-updates
  : dcb-rome elrepo epel extras rpmfusion-free-updates
  : rpmfusion-free-updates-testing rpmfusion-nonfree-updates
  : rpmfusion-nonfree-updates-testing updates

Then I do
yum --enablerepo=elrepo list \*nvidia\*
...
 * elrepo: mirror.symnds.com
...
elrepo   | 1.9 kB 00:00
elrepo/primary_db| 420 kB 00:00
...
And all I get is:
Available Packages
nvidia-x11-drv.x86_64 295.59-1.el6.elrepo
elrepo

So I'm still where I was: I cannot figure out why I see nvidia-x11-drv,
and not the kmod itself.

Oh, well, I was just showing my manager the problem, and his reaction is
to ask whether it's worth wading through filelists.xml; he prefers I just
d/l the package(s) to our local repo, which is what I guess I'll have to
do, then write an automated script to rsync it every so often, maybe a
cron job

Thanks anyway.

   mark

  mark



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread Stephen Harris
On Fri, Jul 20, 2012 at 04:29:53PM -0400, m.r...@5-cent.us wrote:

 Cleaning repos: adobe-linux-i386 base cr dcb-CentOS-base dcb-CentOS-updates
   : dcb-rome elrepo epel extras rpmfusion-free-updates
   : rpmfusion-free-updates-testing rpmfusion-nonfree-updates
   : rpmfusion-nonfree-updates-testing updates

Blimey, you have lots of repos enabled.

Try --disablerepo=\* --enablerepo=elrepo so that you only have the
one repo enabled when running the list command.

-- 

rgds
Stephen
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread m . roth
Stephen Harris wrote:
 On Fri, Jul 20, 2012 at 04:29:53PM -0400, m.r...@5-cent.us wrote:

 Cleaning repos: adobe-linux-i386 base cr dcb-CentOS-base
 dcb-CentOS-updates
   : dcb-rome elrepo epel extras rpmfusion-free-updates
   : rpmfusion-free-updates-testing rpmfusion-nonfree-updates
   : rpmfusion-nonfree-updates-testing updates

 Blimey, you have lots of repos enabled.

We need some for packages not in the regular repos. Torque, for example, I
think, isn't in the base (that's a packages for clustered computing).

 Try --disablerepo=\* --enablerepo=elrepo so that you only have the
 one repo enabled when running the list command.

No joy.
Loading mirror speeds from cached hostfile
 * elrepo: mirror.symnds.com
Installed Packages
kmod-nvidia.x86_64  290.10-1.el6.elrepo 
@elrepo
nvidia-x11-drv.x86_64   290.10-1.el6.elrepo 
@elrepo
nvidia-x11-drv-32bit.x86_64 290.10-1.el6.elrepo 
@elrepo
Available Packages
kmod-nvidia.x86_64  295.59-1.el6.elrepo 
elrepo

And I know from going to the elrepo master site that the 295's are there.

  mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread Stephen Harris
On Fri, Jul 20, 2012 at 04:44:07PM -0400, m.r...@5-cent.us wrote:
 Available Packages
 kmod-nvidia.x86_64  295.59-1.el6.elrepo 
 elrepo
 
 And I know from going to the elrepo master site that the 295's are there.

Yes, and it showed up in your list...

Or am I missing something?

-- 

rgds
Stephen
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread m . roth
Stephen Harris wrote:
 On Fri, Jul 20, 2012 at 04:44:07PM -0400, m.r...@5-cent.us wrote:
 Available Packages
 kmod-nvidia.x86_64  295.59-1.el6.elrepo
 elrepo

 And I know from going to the elrepo master site that the 295's are
 there.

 Yes, and it showed up in your list...

 Or am I missing something?

Think so. That was from my machine, where it's installed months ago. On
the user's machine, all that shows, regardless of whether I disable all
other repos and enable only elrepo, or if I use all and enable elrepo, all
I see under available packages is nvidia-x11-drv. Sorry if I pasted in
stuff to confuse.

   mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kmod-nvidia?

2012-07-20 Thread Lamar Owen
On Friday, July 20, 2012 05:30:14 PM m.r...@5-cent.us wrote:
 Stephen Harris wrote:
  On Fri, Jul 20, 2012 at 04:44:07PM -0400, m.r...@5-cent.us wrote:
  Available Packages
  kmod-nvidia.x86_64  295.59-1.el6.elrepo

  Yes, and it showed up in your list...

  Or am I missing something?
 
 Think so. That was from my machine, where it's installed months ago. On
 the user's machine, all that shows, regardless of whether I disable all
 other repos and enable only elrepo, or if I use all and enable elrepo, all
 I see under available packages is nvidia-x11-drv. Sorry if I pasted in
 stuff to confuse.

Whoa, Mark.  Man, you must be tired.  The fact that your machine with the 290 
driver only sees the kmod-nvidia for 295 and does not see nvidia-x11-drv is a 
big clue.

You might want to double check the includepkgs= line on the machine you 
originally posted about (not this latest machine), and make sure that it isn't:
includepkgs=nvidia-x11-drv

I can duplicate this behavior very easily, and can duplicate the reverse 
behavior as well, by manipulating the includepkgs= line.  Here's an example 
run, from a RHEL 6.3 machine (same would apply to CentOS, just with a few 
differences in the yum output dealing with the RHN repos):

First, I edit the elrepo.repo file:

[root@www ~]# vi /etc/yum.repos.d/elrepo.repo
[root@www ~]# grep includepkgs /etc/yum.repos.d/elrepo.repo
includepkgs=kmod-nvidia
[root@www ~]#

Ok, only kmod-nvidia.

[root@www ~]# yum --enablerepo=elrepo list \*nvidia\*
Loaded plugins: product-id, refresh-packagekit, rhnplugin, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
elrepo | 1.9 kB 
00:00 
Available Packages
kmod-nvidia.i686  295.59-1.el6.elrepo   
elrepo
[root@www ~]#

Which is exactly what I told it to do with the includepkgs directive, and 
duplicates what you posted above (re-read your post carefully to see that I'm 
not spinning you a line, here).  Point of fact is that you can't just install 
the kmod without the X11 driver, as we'll see in a few command sequences 
below

[root@www ~]# vi /etc/yum.repos.d/elrepo.repo
[root@www ~]# grep includepkgs /etc/yum.repos.d/elrepo.repo
#includepkgs=kmod-nvidia
[root@www ~]#

Commented it out to double check.

[root@www ~]# yum --enablerepo=elrepo list \*nvidia\*
Loaded plugins: product-id, refresh-packagekit, rhnplugin, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
elrepo | 1.9 kB 
00:00 
Available Packages
kmod-nvidia.i686 295.59-1.el6.elrepo
elrepo
kmod-nvidia-173xx.i686   173.14.31-1.el6.elrepo 
elrepo
kmod-nvidia-96xx.i68696.43.20-1.el6.elrepo  
elrepo
nvidia-x11-drv.i686  295.59-1.el6.elrepo
elrepo
nvidia-x11-drv-173xx.i686173.14.31-1.el6.elrepo 
elrepo
nvidia-x11-drv-96xx.i686 96.43.20-1.el6.elrepo  
elrepo
[root@www ~]#

They're all there.

[root@www ~]# vi /etc/yum.repos.d/elrepo.repo
[root@www ~]# grep includepkgs /etc/yum.repos.d/elrepo.repo
includepkgs=nvidia-x11-drv
[root@www ~]#

Now just nvidia-x11-drv.

[root@www ~]# yum --enablerepo=elrepo list \*nvidia\*
Loaded plugins: product-id, refresh-packagekit, rhnplugin, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
elrepo | 1.9 kB 
00:00 
Available Packages
nvidia-x11-drv.i686 295.59-1.el6.elrepo 
elrepo
[root@www ~]#

Which duplicates your original result that does not show the kmod.

[root@www ~]# vi /etc/yum.repos.d/elrepo.repo
[root@www ~]# grep includepkgs /etc/yum.repos.d/elrepo.repo
includepkgs=nvidia-x11-drv kmod-nvidia
[root@www ~]#

Ok, now this is what you really want.

[root@www ~]# yum --enablerepo=elrepo list \*nvidia\*
Loaded plugins: product-id, refresh-packagekit, rhnplugin, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
elrepo | 1.9 kB 
00:00 
Available Packages
kmod-nvidia.i686295.59-1.el6.elrepo 
elrepo
nvidia-x11-drv.i686 295.59-1.el6.elrepo 
elrepo
[root@www ~]# 

Ok, so can I install just the kmod and nothing else?  Let's see.

[root@www ~]# vi /etc/yum.repos.d/elrepo.repo
[root@www ~]# grep includepkgs /etc/yum.repos.d/elrepo.repo
includepkgs=kmod-nvidia
[root@www ~]# yum --enablerepo=elrepo install kmod-nvidia
Loaded plugins: product-id, refresh-packagekit, rhnplugin, subscription-manager
Updating