LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   There it goes again when I upgrade my Centos 6.5, 64 (https://www.linuxquestions.org/questions/linux-newbie-8/there-it-goes-again-when-i-upgrade-my-centos-6-5-64-a-4175501357/)

jyunker 04-11-2014 09:28 AM

There it goes again when I upgrade my Centos 6.5, 64
 
I came in to my office this morning and typed

sudo yum update

on my computer terminal and this is what came out.


Code:

sudo yum update
Loaded plugins: downloadonly, fastestmirror, priorities, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: centos-distro.cavecreek.net
 * elrepo: ftp.cc.uoc.gr
 * epel: mirrors.syringanetworks.net
 * extras: mirror.5ninesolutions.com
 * rpmforge: apt.sw.be
 * updates: centos.mirror.freedomvoice.com
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package kmod-nvidia.x86_64 0:331.49-1.el6.elrepo will be updated
---> Package kmod-nvidia.x86_64 0:331.67-1.el6.elrepo will be an update
---> Package nvidia-x11-drv.x86_64 0:331.49-1.el6.elrepo will be updated
---> Package nvidia-x11-drv.x86_64 0:331.67-1.el6.elrepo will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================================================================================================
 Package                                                    Arch                                                Version                                                          Repository                                          Size
=============================================================================================================================================================================================================================================
Updating:
 kmod-nvidia                                                x86_64                                              331.67-1.el6.elrepo                                              elrepo                                              4.3 M
 nvidia-x11-drv                                              x86_64                                              331.67-1.el6.elrepo                                              elrepo                                              28 M

Transaction Summary
=============================================================================================================================================================================================================================================
Upgrade      2 Package(s)

Total download size: 32 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): kmod-nvidia-331.67-1.el6.elrepo.x86_64.rpm                                                                                                                                                                    | 4.3 MB    00:23   
(2/2): nvidia-x11-drv-331.67-1.el6.elrepo.x86_64.rpm                                                                                                                                                                  |  28 MB    02:05   
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                                        219 kB/s |  32 MB    02:30   
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating  : kmod-nvidia-331.67-1.el6.elrepo.x86_64                                                                                                                                                                                    1/4
Working. This may take some time ...
WARNING: /lib/modules/2.6.32-431.11.2.el6.x86_64/extra/nvidia-uvm.ko needs unknown symbol nvUvmInterfaceRegisterUvmOps
WARNING: /lib/modules/2.6.32-431.1.2.0.1.el6.x86_64/weak-updates/nvidia-uvm.ko needs unknown symbol nvUvmInterfaceRegisterUvmOps
WARNING: /lib/modules/2.6.32-431.1.2.el6.x86_64/weak-updates/nvidia-uvm.ko needs unknown symbol nvUvmInterfaceRegisterUvmOps
WARNING: /lib/modules/2.6.32-431.3.1.el6.x86_64/extra/nvidia-uvm.ko needs unknown symbol nvUvmInterfaceRegisterUvmOps
WARNING: /lib/modules/2.6.32-431.5.1.el6.x86_64/extra/nvidia-uvm.ko needs unknown symbol nvUvmInterfaceRegisterUvmOps

gzip: /boot/initramfs-2.6.32-431.1.2.0.1.el6.x86_64.img: decompression OK, trailing garbage ignored

gzip: /boot/initramfs-2.6.32-431.5.1.el6.x86_64.img: decompression OK, trailing garbage ignored
Done.
  Updating  : nvidia-x11-drv-331.67-1.el6.elrepo.x86_64                                                                                                                                                                                2/4
WARNING: libglamoregl conflicts with NVIDIA drivers
        Disable glamoregl or uninstall xorg-x11-glamor
        See: http://elrepo.org/tiki/kmod-nvidia (Known Issues) for more information
  Cleanup    : nvidia-x11-drv-331.49-1.el6.elrepo.x86_64                                                                                                                                                                                3/4
  Cleanup    : kmod-nvidia-331.49-1.el6.elrepo.x86_64                                                                                                                                                                                    4/4
  Verifying  : kmod-nvidia-331.67-1.el6.elrepo.x86_64                                                                                                                                                                                    1/4
  Verifying  : nvidia-x11-drv-331.67-1.el6.elrepo.x86_64                                                                                                                                                                                2/4
  Verifying  : nvidia-x11-drv-331.49-1.el6.elrepo.x86_64                                                                                                                                                                                3/4
  Verifying  : kmod-nvidia-331.49-1.el6.elrepo.x86_64                                                                                                                                                                                    4/4

Updated:
  kmod-nvidia.x86_64 0:331.67-1.el6.elrepo                                                                            nvidia-x11-drv.x86_64 0:331.67-1.el6.elrepo                                                                         

Complete!

I am confused. It seemed to update my Centos 6.5, 64 bit system, but not without a lot of warnings.

What is nvUvmInterfaceRegisterUvmOps and how do I get it?


Also, this error:
Code:

WARNING: libglamoregl conflicts with NVIDIA drivers
        Disable glamoregl or uninstall xorg-x11-glamor
        See: http://elrepo.org/tiki/kmod-nvidia (Known Issues) for more information

is confusing. If I diable glamoregl or uninstall xorg-x11-glamor won't that just cause problems
in my Centos installation in other areas?

Any help appreaciated.


Thanks.

R,

jyunker

John VV 04-12-2014 12:35 AM

those nvidia warnings are a bit NORMAL

they are just about links

i would just run as root
Code:

su -
nvidia-xconfig

or the nvidia GUI as root , and ( as root ! ) save the xorg.conf
Code:

su -
nvidia-settings


chrism01 04-12-2014 09:25 PM

Given that you've got several different repo sets you're pointing at, I highly recommend you use http://wiki.centos.org/PackageManagement/Yum/Priorities to protect your system from repo clashes.

jyunker 04-14-2014 03:34 PM

I ran the two commands
 
I run su -
nvdia-xconfig

and

su -

nvdia-settings

what are they supposed to do? The second gives me the same output when I click on a menu item.

I am not sure what the first command:

su -
nvidia-xconfig

does?

Do you want me to post something?

Thanks in advance.

R,

jyunker


All times are GMT -5. The time now is 02:27 AM.