Todd Zullinger wrote:
Darlene Wallach wrote:
Todd,
Thank you, I tried
# yum update kernel-headers.i386
Transaction Check Error:
file /usr/include/linux/netfilter_ipv4/ipt_iprange.h from install of
kernel-headers-2.6.22.4-65.fc7 conflicts with file from package
kernel-headers-2.6.22.1-41.fc7
Odd. I updated my system yesterday and it properly pulled in the
newer kernel-headers package. So I don't think it's a generic problem
with the package or the repos. But that doesn't help a lot in solving
the issue you're having. ;)
It could help to clean out your yum cache, but that's just a WAG.
Before I emailed regarding my problem, I did
yum clean all and even rebooted
So I guess I'll stick with kernel-2.6.22.1-41.fc7 and
kernel-headers-2.6.22.1-41.fc7
A quick way to work around this would be to remove kernel-headers,
then yum update, and then yum install kernel-headers (if you need it,
that is).
Todd,
You are suggesting I do:
yum remove kernel-headers-2.6.22.1-41.fc7
yum install kernel-headers.i386
yum install kernel.i686
I'm assuming I should install kernel stuff.
Darlene Wallach