Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Whenever I try to do a yum update on my server, i get this error for xen-libs. I've ran the three commands it says I should try running and i still get the errors.
--> Running transaction check
--> Processing Dependency: xen-libs = 3.0.3-64.el5_2.1 for package: xen
---> Package xen-libs.i386 0:3.0.3-135.el5_8.2 set to be updated
--> Processing Dependency: liblzma.so.0 for package: xen-libs
--> Processing Dependency: libext4fs.so.2 for package: xen-libs
--> Running transaction check
---> Package e4fsprogs-libs.i386 0:1.41.12-2.el5 set to be updated
--> Processing Dependency: xen-libs = 3.0.3-64.el5_2.1 for package: xen
---> Package xz-libs.i386 0:4.999.9-0.3.beta.20091007git.el5 set to be updated
--> Finished Dependency Resolution
xen-3.0.3-64.el5_2.1.i386 from installed has depsolving problems
--> Missing Dependency: xen-libs = 3.0.3-64.el5_2.1 is needed by package xen-3.0.3-64.el5_2.1.i386 (installed)
Error: Missing Dependency: xen-libs = 3.0.3-64.el5_2.1 is needed by package xen-3.0.3-64.el5_2.1.i386 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
here's the output from a rpm -qa | grep xen
xen-3.0.3-64.el5_2.1
kernel-xen-2.6.18-274.18.1.el5
kernel-xen-2.6.18-308.4.1.el5
xen-libs-3.0.3-64.el5_2.1
kernel-xen-2.6.18-308.1.1.el5
Anyone have any thoughts on how I can fix this? usually i just exclude xen-libs when i update but ideally i'd like to resolve the issue.
It appears like the repositories you have in your system does not have xen-libs package. You can try fixing this issue by manually upgrading xen and xen-libs package. You can get the packages from the links given below.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.