There are missing updates (there could be more of them):
libselinux-1.33.4-5.7.el5.src.rpm (RHBA-2011:0029, 1/12/11) device-mapper-1.02.55-2.el5.src.rpm (RHBA-2011:0051, 1/13/11)
My error message:
--> Running transaction check ---> Package libvirt.x86_64 0:0.8.2-15.el5_6.1 set to be updated --> Processing Dependency: libselinux >= 1.33.4-5.6 for package: libvirt ---> Package libvirt-python.x86_64 0:0.8.2-15.el5_6.1 set to be updated ---> Package lvm2.x86_64 0:2.02.74-5.el5_6.1 set to be updated --> Processing Dependency: device-mapper >= 1.02.55-2 for package: lvm2 --> Finished Dependency Resolution libvirt-0.8.2-15.el5_6.1.x86_64 from updates has depsolving problems --> Missing Dependency: libselinux >= 1.33.4-5.6 is needed by package libvirt-0.8.2-15.el5_6.1.x86_64 (updates) lvm2-2.02.74-5.el5_6.1.x86_64 from updates has depsolving problems --> Missing Dependency: device-mapper >= 1.02.55-2 is needed by package lvm2-2.02.74-5.el5_6.1.x86_64 (updates) Error: Missing Dependency: device-mapper >= 1.02.55-2 is needed by package lvm2-2.02.74-5.el5_6.1.x86_64 (updates) Error: Missing Dependency: libselinux >= 1.33.4-5.6 is needed by package libvirt-0.8.2-15.el5_6.1.x86_64 (updates)
M.K.
There are missing updates (there could be more of them):
libselinux-1.33.4-5.7.el5.src.rpm (RHBA-2011:0029, 1/12/11) device-mapper-1.02.55-2.el5.src.rpm (RHBA-2011:0051, 1/13/11)
You should check why they are missing on your systems, because we have them :) Do you have a broken mirror or something? Did you already try 'yum clean all' before trying the update?
Simon
My error message:
--> Running transaction check ---> Package libvirt.x86_64 0:0.8.2-15.el5_6.1 set to be updated --> Processing Dependency: libselinux >= 1.33.4-5.6 for package: libvirt ---> Package libvirt-python.x86_64 0:0.8.2-15.el5_6.1 set to be updated ---> Package lvm2.x86_64 0:2.02.74-5.el5_6.1 set to be updated --> Processing Dependency: device-mapper >= 1.02.55-2 for package: lvm2 --> Finished Dependency Resolution libvirt-0.8.2-15.el5_6.1.x86_64 from updates has depsolving problems --> Missing Dependency: libselinux >= 1.33.4-5.6 is needed by package libvirt-0.8.2-15.el5_6.1.x86_64 (updates) lvm2-2.02.74-5.el5_6.1.x86_64 from updates has depsolving problems --> Missing Dependency: device-mapper >= 1.02.55-2 is needed by package lvm2-2.02.74-5.el5_6.1.x86_64 (updates) Error: Missing Dependency: device-mapper >= 1.02.55-2 is needed by package lvm2-2.02.74-5.el5_6.1.x86_64 (updates) Error: Missing Dependency: libselinux >= 1.33.4-5.6 is needed by package libvirt-0.8.2-15.el5_6.1.x86_64 (updates)
M.K.
-- Milan Ker¹láger http://www.pslib.cz/ke/ http://www.nti.tul.cz/wiki/Milan.Kerslager _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
2011/4/28 Milan Keršláger milan.kerslager@pslib.cz:
There are missing updates (there could be more of them):
libselinux-1.33.4-5.7.el5.src.rpm (RHBA-2011:0029, 1/12/11) device-mapper-1.02.55-2.el5.src.rpm (RHBA-2011:0051, 1/13/11)
Please do not post to multiple mailing lists.
FYI this list, CentOS-devel (i.e. CentOS-development and not, as you have erroneously assumed, CentOS-developers), is not appropriate for your comment. The general list, however, is appropriate.
Alan.
G'day
Attached are a couple of simple test scripts that I hope can be put to good use.
The first performs a LAMP install - checking the return value from yum as a sign of success/failure.
The second attempts to fire up httpd and mysqld and then confirm they're both in the process list. It also performs a simple PHP script check.
If these scripts are deficient in some way, please let me know. If there's an obvious flaw in how I'm doing something, please let me know.
The first script is the same one I posted to #centos-devel IRC with a minor aesthetic update to the screen logging. Based on that initial effort I figured it would be useful to follow up with a daemon startup test script.
More to follow.
Cheers
Steve