Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14th November 2006, 04:22 PM
Ricky2004 Offline
Registered User
 
Join Date: Jun 2006
Posts: 10
Question yum asks for package already installed

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
Reply With Quote
  #2  
Old 14th November 2006, 05:29 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Hello:
I looks like you have this bug:http://rpm.livna.org/
https://bugzilla.redhat.com/bugzilla....cgi?id=211941
There is a work around solution posted here:
Under Common Issues
http://fedoraproject.org/wiki/Bugs/FC6Common

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #3  
Old 14th November 2006, 05:48 PM
Ricky2004 Offline
Registered User
 
Join Date: Jun 2006
Posts: 10
Thanks!
Now, I should follow the instructions for the fix, but change the name of the kernel listed there (2.6.18-1.2798) to the one I actually have installed here, right? (2.6.18-1.2849)
Or will it actually downgrade my kernel so that when I install the ntfs driver it updates the kernel as well?
Reply With Quote
  #4  
Old 14th November 2006, 05:56 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Quote:
Originally Posted by Ricky2004
Thanks!
Now, I should follow the instructions for the fix, but change the name of the kernel listed there (2.6.18-1.2798) to the one I actually have installed here, right? (2.6.18-1.2849)
Or will it actually downgrade my kernel so that when I install the ntfs driver it updates the kernel as well?
Hello:
Can you open a terminal and type
rpm -aq | grep kernel
and post the output

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #5  
Old 14th November 2006, 06:06 PM
Ricky2004 Offline
Registered User
 
Join Date: Jun 2006
Posts: 10
[ricky@localhost ~]$ rpm -aq | grep kernel
kernel-headers-2.6.18-1.2849.fc6
kernel-module-ntfs-2.6.16-1.2122_FC5smp-2.1.26-0.rr.10.5
kernel-module-ntfs-2.6.16-1.2133_FC5smp-2.1.26-0.rr.10.5
kernel-2.6.18-1.2798.fc6
kernel-module-ntfs-2.6.16-1.2096_FC5smp-2.1.26-0.rr.10.5
kernel-module-ntfs-2.6.16-1.2111_FC5smp-2.1.26-0.rr.10.5
kernel-module-ntfs-2.6.17-1.2145_FC5smp-2.1.27-0.rr.10.5
kernel-module-ntfs-2.6.17-1.2174_FC5smp-2.1.27-0.rr.10.5
kernel-module-ntfs-2.6.17-1.2139_FC5smp-2.1.27-0.rr.10.5
kernel-module-ntfs-2.6.17-1.2157_FC5smp-2.1.27-0.rr.10.5
kernel-2.6.18-1.2849.fc6


BTW, how do I clean all the FC5 stuff? (I did an upgrade, not a clean install)
Thanks!
Reply With Quote
  #6  
Old 14th November 2006, 06:27 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Hello:
I assume you want the i686 arch kernel ?
If, so, then please reboot into the kernel-2.6.18-1.2798.fc6 kernel
to check once you are logged in from a terminal type
uname -r

then open a terminal and log in as root using su -
type
rpm -aq | grep kernel
Quote:
kernel-headers-2.6.18-1.2849.fc6
kernel-module-ntfs-2.6.16-1.2122_FC5smp-2.1.26-0.rr.10.5
kernel-module-ntfs-2.6.16-1.2133_FC5smp-2.1.26-0.rr.10.5
kernel-2.6.18-1.2798.fc6
kernel-module-ntfs-2.6.16-1.2096_FC5smp-2.1.26-0.rr.10.5
kernel-module-ntfs-2.6.16-1.2111_FC5smp-2.1.26-0.rr.10.5
kernel-module-ntfs-2.6.17-1.2145_FC5smp-2.1.27-0.rr.10.5
kernel-module-ntfs-2.6.17-1.2174_FC5smp-2.1.27-0.rr.10.5
kernel-module-ntfs-2.6.17-1.2139_FC5smp-2.1.27-0.rr.10.5
kernel-module-ntfs-2.6.17-1.2157_FC5smp-2.1.27-0.rr.10.5
kernel-2.6.18-1.2849.fc6
Then type
rpm -e kernel-headers-2.6.18-1.2849.fc6
then type
rpm -e kernel-2.6.18-1.2849.fc6
when it is finished close the terminal and
open a terminal as user and type / copy and paste
wget ftp://ftp.linux.ncsu.edu/pub/fedora/...9.fc6.i686.rpm
wget ftp://ftp.linux.ncsu.edu/pub/fedora/...9.fc6.i686.rpm
wget ftp://ftp.linux.ncsu.edu/pub/fedora/...9.fc6.i386.rpm


Then create a folder in your home directory...named /other
then copy the kernel and kernel-devel and kernel-header that you just downloaded to /home/username/other

then login as root using su -
then cd /home/username/other
then run
rpm ivh *.rpm
this will install the kernel kernel-devel & kernel-headers for you.

Then you can reboot and select kernel kernel-2.6.18-1.2849.fc6

You should be all set to go.

If you want to remove the older FC5 kmod-ntfs
then use
rpm -e
Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #7  
Old 14th November 2006, 06:56 PM
Ricky2004 Offline
Registered User
 
Join Date: Jun 2006
Posts: 10
Whoa
Thanks for the solution!
Reply With Quote
  #8  
Old 14th November 2006, 07:00 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Quote:
Originally Posted by Ricky2004
Whoa
Thanks for the solution!
Hello:
Did it work?

I was just using your problem as a test case ...... just kidding

You might want to have a look at installing ntfs-3g it is available from yum and you don't have to update it each time there is a new kernel to read and or write to your ntfs drives.

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #9  
Old 14th November 2006, 07:11 PM
Ricky2004 Offline
Registered User
 
Join Date: Jun 2006
Posts: 10
Won't work...

[root@localhost ricky]# rpm -e kernel-headers-2.6.18-1.2849.fc6
error: Failed dependencies:
kernel-headers >= 2.6.18 is needed by (installed) audit-libs-python-1.2.9-1.fc6.i386

I'm thinking this might unchain the whole system... I'll try ntfs-3G instead
Reply With Quote
  #10  
Old 14th November 2006, 07:16 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Quote:
Originally Posted by Ricky2004
Won't work...

[root@localhost ricky]# rpm -e kernel-headers-2.6.18-1.2849.fc6
error: Failed dependencies:
kernel-headers >= 2.6.18 is needed by (installed) audit-libs-python-1.2.9-1.fc6.i386

I'm thinking this might unchain the whole system... I'll try ntfs-3G instead
Hello:
Open a terminal and log in as root using su -
then type
yum remove kernel-2.6.18-1.2798.fc6
Is this ok [y/N]: will come up and before you say Y, you can post the output of the above and I will have a look at it if you like.

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #11  
Old 14th November 2006, 07:24 PM
Ricky2004 Offline
Registered User
 
Join Date: Jun 2006
Posts: 10
Mmmm. I installed 3G, it's working quite fine. If you think reinstalling the kernel will actually fix something, I'll do it, but otherwise, I'd rather not touch it...
Sorry about taking your time!
Reply With Quote
  #12  
Old 14th November 2006, 07:37 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Quote:
Originally Posted by Ricky2004
Mmmm. I installed 3G, it's working quite fine. If you think reinstalling the kernel will actually fix something, I'll do it, but otherwise, I'd rather not touch it...
Sorry about taking your time!
Hello:
Not to worry.
If you are happy with the way things are then there is no need to change things.
When the next kernel is released, just pay attention and do not let yum install the i586
Just go to one of the repos and download the i686 and install as noted above.

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #13  
Old 14th November 2006, 07:38 PM
Ricky2004 Offline
Registered User
 
Join Date: Jun 2006
Posts: 10
I'll keep that in mind.

Thanks a lot, really!!
Reply With Quote
  #14  
Old 15th November 2006, 09:20 PM
coppertrail Offline
Registered User
 
Join Date: Jan 2005
Posts: 35
I have the same problem. If I install 3G, I will be able to mount and write to my NTFS partitions?

Thanks
__________________
Best Regards,

CT
Reply With Quote
  #15  
Old 15th November 2006, 09:26 PM
Ricky2004 Offline
Registered User
 
Join Date: Jun 2006
Posts: 10
Yep, that's what I'm doing right now!

Remeber, as always, that ntfs-3g is in beta (a very stable one, but still)
Reply With Quote
Reply

Tags
asks, installed, package, yum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
compile rhythmbox asks for totem-plparser (which i have installed) vertigo88x Using Fedora 3 1st April 2008 12:45 AM
SSH package not installed? gforce Installation and Live Media 6 11th July 2007 09:37 AM
rpm error: package installed but NOT installed locutius Using Fedora 8 1st May 2006 03:12 PM
installed sun java..still applicatiosn asks for JVM...why? nimmonika Using Fedora 2 7th August 2005 07:05 PM
Installed FC3 from DVD, asks for Disk 3??? fekkesh EOL (End Of Life) Versions 3 5th February 2005 10:46 AM


Current GMT-time: 19:33 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat