package updater issue

Hey all, So I'm running FedoraCore 6 (yay!!!) successfully, but I'm having this issue every time I try to run the package updater. Updater keeps giving me this message about the updater kernel being already installed or somesuch.

Everything Linux 1798 This topic was started by ,



data/avatar/default/avatar26.webp

16 Posts
Location -
Joined 2006-08-01
Hey all,
 
So I'm running FedoraCore 6 (yay!!!) successfully, but I'm having this issue every time I try to run the package updater. Updater keeps giving me this message about the updater kernel being already installed or somesuch. For some reason the file manager won't allow me to add a screenshot, so i'm going to copy and paste the text of the error box:
 
[('package kernel-2.6.18-1.2798.fc6 is already installed', (2, None, 0L)), ('file /boot/System.map-2.6.18-1.2798.fc6 from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6', (7, '/boot/System.map-2.6.18-1.2798.fc6', 0L)), ('file /boot/config-2.6.18-1.2798.fc6 from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6', (7, '/boot/config-2.6.18-1.2798.fc6', 0L)), ('file /boot/symvers-2.6.18-1.2798.fc6.gz from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6', (7, '/boot/symvers-2.6.18-1.2798.fc6.gz', 0L)), ('file /boot/vmlinuz-2.6.18-1.2798.fc6 from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6', (7, '/boot/vmlinuz-2.6.18-1.2798.fc6', 0L))]
 
In addition, every time I try to open my hdc or hdd windows partitions, nothing shows up in the /mnt directory. Would appreciate some assistance... You guys have all been so helpful in the past.
 
Thanks!
 
-Michael

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar09.webp

1019 Posts
Location -
Joined 2004-12-21
What architecture your FC6 kernel is?
Enter to konsole/console/terminal:
uname -rm
 
I had similar problems with my FC, for some reason the installer installed i586 instead of i686.
 
To solve this try installing Yumex:
>su [enter root password]
>yum -y install yumex
 
When installed it is located in Applications->System Tools->Yum Extender.
Install i686 version of kernel and kernel-devel.
 
Reboot and select the i686 kernel entry from grub.
 
Again start Yumex and this time remove the i586 kernel & kernel-devel.
 

Quote:In addition, every time I try to open my hdc or hdd windows partitions, nothing shows up in the /mnt directory. Would appreciate some assistance... You guys have all been so helpful in the past.

 
When you have solved the kernel problem,
head over here:
http://www.mjmwired.net/resources/mjm-fedora-fc6.html#ntfs
 
Follow instructions carefully and you should be able to access (read-only) your windows partitions.
 
It is possible to use the NTFS-3G driver for read AND write to NTFS partitons.
 
Personally, I did not dared to install it...
 


data/avatar/default/avatar26.webp

16 Posts
Location -
Joined 2006-08-01
OP
Quote:To solve this try installing Yumex:
>su [enter root password]
>yum -y install yumex

Thanks Wilhelmus. When I run that line in console, here's what I get:

2.6.18-1.2798.fc6 i686

So it looks like I am already running 686 architecture. Hopefully I am following your directions properly. If not, let me know. Thanks!

-Michael