LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-11-2014, 09:28 AM   #1
jyunker
Member
 
Registered: Aug 2009
Posts: 167

Rep: Reputation: 0
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
 
Old 04-12-2014, 12:35 AM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
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
 
Old 04-12-2014, 09:25 PM   #3
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
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.
 
1 members found this post helpful.
Old 04-14-2014, 03:34 PM   #4
jyunker
Member
 
Registered: Aug 2009
Posts: 167

Original Poster
Rep: Reputation: 0
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Upgrade CentOS release 5.9 (Final) to CentOS 6.x yogesh_attarde Linux - Server 3 06-07-2013 01:42 AM
LXer: CentOS 5.6 is released! Upgrade now from CentOS 5.5 to 5.6 LXer Syndicated Linux News 0 04-10-2011 08:10 PM
LXer: CentOS 5.5 is Out ! Upgrade now from CentOS 5.4 to 5.5 LXer Syndicated Linux News 0 05-15-2010 07:02 PM
Cant Upgrade Centos 4.6 to Centos 5.3 with I2O subsystem crackyblue Linux - Software 2 11-25-2009 05:02 PM
[SOLVED] Upgrade CentOS 5 to CentOS 5.2 mail4vijay Linux - General 9 11-12-2009 02:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration