Hi There,
I am brand new to this whole server thing and am learning as I go. I have this problem and am hopeful someone can guide me in the right direction.
I have a Linux VPS running Centos 6.6
When I went to perform a "yum update" I received the following errors:
Is there anything that I can do to fix these issues?
I have already tried this:
su -
yum clean all
rpm --rebuilddb
yum update
su -
yum repolist all
These did not help.
Any input/help would be greatly appreciated.
Thank you.
I am brand new to this whole server thing and am learning as I go. I have this problem and am hopeful someone can guide me in the right direction.
I have a Linux VPS running Centos 6.6
When I went to perform a "yum update" I received the following errors:
Code:
Error: Package: 32:bind-chroot-9.8.2-0.23.rc1.el6_5.1.x86_64 (@updates)
Requires: bind = 32:9.8.2-0.23.rc1.el6_5.1
Removing: 32:bind-9.8.2-0.23.rc1.el6_5.1.x86_64 (@updates)
bind = 32:9.8.2-0.23.rc1.el6_5.1
Updated By: 32:bind-9.8.2-0.30.rc1.el6_6.1.x86_64 (updates)
bind = 32:9.8.2-0.30.rc1.el6_6.1
Available: 32:bind-9.8.2-0.30.rc1.el6.x86_64 (base)
bind = 32:9.8.2-0.30.rc1.el6
You could try using --skip-broken to work around the problem
** Found 5 pre-existing rpmdb problem(s), 'yum check' output follows:
3:mailman-2.1.12-18.el6.x86_64 has missing requires of httpd
mod_fcgid-2.3.7-1.el6.x86_64 has missing requires of httpd-mmn = ('0', '20051115', None)
2:mod_ssl-2.2.15-30.el6.vm.x86_64 has missing requires of httpd = ('1', '2.2.15', '30.el6.vm')
2:mod_ssl-2.2.15-30.el6.vm.x86_64 has missing requires of httpd-mmn = ('0', '20051115', None)
webalizer-2.21_02-3.3.el6.x86_64 has missing requires of httpd
Is there anything that I can do to fix these issues?
I have already tried this:
su -
yum clean all
rpm --rebuilddb
yum update
su -
yum repolist all
These did not help.
Any input/help would be greatly appreciated.
Thank you.
Last edited by a moderator: