Hi
So, I'm trying to install NTFS read support (I don't read write capabilities) in my FC6
I either use yum from a console or Yumex, and try to install the kmod-ntfs package. Fine so far, and then yum then tries to install the corresponding kernel. Only, it is already installed, so it gives me an error. How can I make yum acknowledge the installed kernel, or use the existing installed package? FWIW, here's the error:
Transaction Check Error: package kernel-2.6.18-1.2849.fc6 is already installed
file /boot/System.map-2.6.18-1.2849.fc6 from install of kernel-2.6.18-1.2849.fc6 conflicts with file from package kernel-2.6.18-1.2849.fc6
file /boot/config-2.6.18-1.2849.fc6 from install of kernel-2.6.18-1.2849.fc6 conflicts with file from package kernel-2.6.18-1.2849.fc6
file /boot/symvers-2.6.18-1.2849.fc6.gz from install of kernel-2.6.18-1.2849.fc6 conflicts with file from package kernel-2.6.18-1.2849.fc6
file /boot/vmlinuz-2.6.18-1.2849.fc6 from install of kernel-2.6.18-1.2849.fc6 conflicts with file from package kernel-2.6.18-1.2849.fc6
Thanks
Ricky2004