Fedora Linux Support Community & Resources Center
  #1  
Old 21st November 2007, 08:52 PM
.:neogeo:. Offline
Registered User
 
Join Date: Feb 2006
Posts: 49
fc6 to fc7 errors

Hi all

I have been trying to update from fc6 to fc7 and I think I am almost there... I have the following errors. I have done the usual yum clean all, yum update, yum clean all (again ), then yum upgrade, then yum updgrade kernel and now I have this ....

Code:
yum -y upgrade kernel
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
livna                     100% |=========================| 2.1 kB    00:00     
skype                     100% |=========================|  951 B    00:00     
fedora                    100% |=========================| 2.1 kB    00:00     
adobe-linux-i386          100% |=========================|  951 B    00:00     
updates                   100% |=========================| 2.3 kB    00:00     
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: kernel-i686 = 2.6.22.9-61.fc6 for package: kmod-ntfs
---> Package kernel.i686 0:2.6.23.1-21.fc7 set to be updated
--> Processing Dependency: mkinitrd >= 6.0.9-7.1 for package: kernel
--> Running transaction check
---> Package kmod-ntfs.i686 0:2.1.28-4.2.6.23.1_21.fc7 set to be updated
---> Package mkinitrd.i386 0:6.0.9-7.1 set to be updated
--> Processing Dependency: libdhcp.so.1 for package: mkinitrd
--> Processing Dependency: libdhcp6client-0.10.so.0 for package: mkinitrd
--> Processing Dependency: libnash.so.6.0.9 for package: mkinitrd
--> Processing Dependency: libbdevid.so.6.0.9 for package: mkinitrd
--> Processing Dependency: libdhcp4client-3.0.5.so.0 for package: mkinitrd
--> Processing Dependency: libparted-1.8.so.6 for package: mkinitrd
--> Processing Dependency: nash = 6.0.9-7.1 for package: mkinitrd
--> Running transaction check
---> Package libdhcp4client.i386 12:3.0.5-40.fc7 set to be updated
---> Package nash.i386 0:6.0.9-7.1 set to be updated
--> Processing Dependency: device-mapper-libs for package: nash
---> Package libdhcp6client.i386 0:0.10-44.fc7 set to be updated
---> Package libdhcp.i386 0:1.24-4.fc7 set to be updated
---> Package parted.i386 0:1.8.6-4.fc7 set to be updated
--> Running transaction check
---> Package device-mapper-libs.i386 0:1.02.17-7.fc7 set to be updated
---> Package kernel.i686 0:2.6.22.2-42.fc6 set to be erased
---> Package libdhcp6client.i386 0:0.10-44.fc7 set to be updated
---> Package libdhcp.i386 0:1.24-4.fc7 set to be updated
---> Package parted.i386 0:1.8.6-4.fc7 set to be updated
---> Package kernel.i686 0:2.6.23.1-21.fc7 set to be installed
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Removing:
 kernel                  i686       2.6.22.2-42.fc6  installed          46 M
 kmod-ntfs               i686       2.1.28-3.2.6.22.2_42.fc6  installed         244 k
Installing for dependencies:
 device-mapper-libs      i386       1.02.17-7.fc7    fedora             42 k
 kernel                  i686       2.6.23.1-21.fc7  updates            16 M
 kmod-ntfs               i686       2.1.28-4.2.6.23.1_21.fc7  livna             104 k
 libdhcp                 i386       1.24-4.fc7       fedora             61 k
 libdhcp4client          i386       12:3.0.5-40.fc7  updates           247 k
 libdhcp6client          i386       0.10-44.fc7      updates            78 k
Updating for dependencies:
 mkinitrd                i386       6.0.9-7.1        updates            91 k
 nash                    i386       6.0.9-7.1        updates           158 k
 parted                  i386       1.8.6-4.fc7      fedora            570 k

Transaction Summary
=============================================================================
Install      6 Package(s)         
Update       3 Package(s)         
Remove       2 Package(s)         

Total download size: 17 M
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package mkinitrd needs device-mapper, this is not available.
Package e2fsprogs needs device-mapper, this is not available.
Package lvm2 needs device-mapper >= 1.02.13, this is not available.
Complete!
I cannot see in boot any new kernel images, can someone point me in the correct direction. I also have these three packages that where not able to be updgraded.

Code:
 foomatic - 3.0.2-47.2.fc7.i386: failure: foomatic-3.0.2-47.2.fc7.i386.rpm from updates: [Errno 256] No more mirrors to try.
  libxkbfile - 1.0.4-1.fc7.i386: failure: Fedora/libxkbfile-1.0.4-1.fc7.i386.rpm from fedora: [Errno 256] No more mirrors to try.
  libXres - 1.0.2-1.fc7.i386: failure: Fedora/libXres-1.0.2-1.fc7.i386.rpm from fedora: [Errno 256] No more mirrors to try.
Reply With Quote
  #2  
Old 21st November 2007, 09:18 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try


Code:
su
wget http://koji.fedoraproject.org/packages/device-mapper/1.02.17/7.fc7/i386/device-mapper-1.02.17-7.fc7.i386.rpm
rpm -U --nodeps device-mapper-1.02.17-7.fc7.i386.rpm
yum -y upgrade kernel
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #3  
Old 22nd November 2007, 11:20 AM
.:neogeo:. Offline
Registered User
 
Join Date: Feb 2006
Posts: 49
hi leigh123,

that worked, thanks alot!

geo
Reply With Quote
  #4  
Old 22nd November 2007, 12:48 PM
.:neogeo:. Offline
Registered User
 
Join Date: Feb 2006
Posts: 49
upgrade worked but now FC7 wont boot!!

Hey Guys,

I have been reading all about the "dont upgrade from fc6 to fedora7" but I did it anyway and now after NASH starts i get ata1:00 exceptions blah blah.

I know that Fedora 7 replaces the old IDE subsystem with libata etc... my question is how do I now fix my box?

Could someone point me to the correct links?

This is what I have done so far, these are already labeled

Code:
cat /etc/fstab
LABEL=/                 /                       ext3    defaults        1 1
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
tmpfs                   /dev/shm                tmpfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
sysfs                   /sys                    sysfs   defaults        0 0
LABEL=SWAP-hda10        swap                    swap    defaults        0 0
# mount the NTFS disk partitions from the WIN XP PRO SP2 BOX
#/dev/hda1   /mnt/c_drive     ntfs-3g    rw,defaults,umask=0000 0 0
#/dev/hda5   /mnt/music       ntfs-3g    rw,defaults,umask=0000 0 0
#/dev/hda6   /mnt/videos      ntfs-3g    rw,defaults,umask=0000 0 0
#/dev/hda7   /mnt/software    ntfs-3g    rw,defaults,umask=0000 0 0
#/dev/hda8   /mnt/games       ntfs-3g    rw,defaults,umask=0000 0 0
My fdisk to me seems wrong, from what I read I am supposed to have something like /dev/sda or something not /dev/hda ... but how do I fix this?? I have an ST-3200826A (Barracuda 7200.8 PATA 200, Ultra ATA/100 HDD.

Code:
 fdisk -l

Disk /dev/hda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1        1275    10241406    7  HPFS/NTFS
/dev/hda2            1276       24320   185108962+   f  W95 Ext'd (LBA)
/dev/hda5            1276        8924    61440561    7  HPFS/NTFS
/dev/hda6            8925       12748    30716248+   7  HPFS/NTFS
/dev/hda7           12749       16572    30716248+   7  HPFS/NTFS
/dev/hda8           16573       20396    30716248+   7  HPFS/NTFS
/dev/hda9           20397       24093    29696121   83  Linux
/dev/hda10          24094       24320     1823346   82  Linux swap / Solaris
geo
Reply With Quote
Reply

Tags
errors, fc6, fc7

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
Yum Errors syaoran Using Fedora 2 18th May 2008 07:03 PM
.xsession-errors: X Error BadMatch... errors Hlingler Using Fedora 0 8th August 2007 09:28 PM
Update Errors and Errors When Installing New Software fluxxuate Using Fedora 9 25th January 2007 11:22 AM
ldconfig errors (and possibly other errors) kcyanks1 Using Fedora 8 3rd December 2005 09:31 PM


Current GMT-time: 06:51 (Friday, 24-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