Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > Alpha - Beta (Fedora 9 Only)
FedoraForum Search

Forgot Password? Join Us!

Alpha - Beta (Fedora 9 Only) Post Development Version comments and questions that don't belong in Bugzilla here. These posts will be moved or deleted once the Final version is released

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 7th April 2008, 03:44 AM
hariprs Offline
Registered User
 
Join Date: Mar 2008
Location: Chennai, India
Age: 30
Posts: 3
How to upgrade from FC8 -->> FC9 Beta?

Hi,

Does anyone know how to upgrade to FC9 beta from FC8 using YUM?
__________________
((¯`·._ Harikumar_.·´¯))
  #2  
Old 7th April 2008, 03:45 AM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
( Moved to Alpha - Beta )
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)

Last edited by Seve; 9th April 2008 at 02:07 AM.
  #3  
Old 7th April 2008, 03:58 AM
Wayne
Guest
 
Posts: n/a
Not recommended, especially if you're not sure what you're doing...

Wayne
  #4  
Old 7th April 2008, 03:42 PM
RahulSundaram Online
Registered User
 
Join Date: May 2005
Posts: 3,549
Quote:
Originally Posted by hariprs
Hi,

Does anyone know how to upgrade to FC9 beta from FC8 using YUM?
Disable fedora.repo and fedora-updates.repo and enable fedora-development.repo. Refer http://fedoraproject.org/wiki/Testing for more details. For installation, testing I recommend the latest rawhide snapshot at

http://torrent.fedoraproject.org
__________________
Rahul
http://fedoraproject.org/wiki/RahulSundaram
  #5  
Old 7th April 2008, 08:51 PM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
How is switching the BETA software an upgrade ?
  #6  
Old 7th April 2008, 09:18 PM
RahulSundaram Online
Registered User
 
Join Date: May 2005
Posts: 3,549
Hi,

Well in technical terms, all packages have newer versions. So it is an upgrade. Now if you want to argue semantics, go ahead.
__________________
Rahul
http://fedoraproject.org/wiki/RahulSundaram
  #7  
Old 8th April 2008, 02:56 AM
ejket Offline
Registered User
 
Join Date: Nov 2006
Location: Ontario, Canada
Age: 58
Posts: 67
Quote:
Originally Posted by RahulSundaram
For installation, testing I recommend the latest rawhide snapshot at

http://torrent.fedoraproject.org
I just tried that and got "Bad File or Directory" error on the kernel on first boot after install.
__________________
noobus in perpetuum
  #8  
Old 8th April 2008, 06:04 AM
RahulSundaram Online
Registered User
 
Join Date: May 2005
Posts: 3,549
Hi,

Make sure you burned right and file a bug report. Posting here doesn't reach the right developers. Refer

http://fedoraproject.org/wiki/BugsAndFeatureRequests
__________________
Rahul
http://fedoraproject.org/wiki/RahulSundaram
  #9  
Old 29th April 2008, 08:11 PM
javier_cepa Offline
Registered User
 
Join Date: Apr 2008
Posts: 3
Hi,

[root@deymos ~]#rpm -Uhv ftp://download.fedora.redhat.com/pub....rc.noarch.rpm

edit yum.repos.d repositories and enable the new ones
[root@deymos ~]# cat /etc/yum.repos.d/fedora-rawhide.repo
# These packages are untested and still under development. This
# repository is used for development of new releases.
#
# This repository can see significant daily turnover and major
# functionality changes which cause unexpected problems with other
# development packages. Please use these packages if you want to work
# with the Fedora developers by testing these new development packages.
#
# fedora-test-list@redhat.com is available as a discussion forum for
# testing and troubleshooting for development packages in conjunction
# with new test releases.
#
# More information is available at http://fedoraproject.org/wiki/Testing
#
# Reproducible and reportable issues should be filed at
# http://bugzilla.redhat.com/.
#
# Product: Fedora
# Version: rawhide

[rawhide]
name=Fedora - Rawhide
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/$basearch/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
enabled1=
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[rawhide-debuginfo]
name=Fedora - Rawhide - Debug
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/$basearch/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-debug&arch=$basearch
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[rawhide-source]
name=Fedora - Rawhide - Source
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch
enabled=0
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[root@deymos ~]# cat /etc/yum.repos.d/fedora-updates-testing.repo
[updates-testing]
name=Fedora $releasever - $basearch - Test Updates
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/testing/$releasever/$basearch/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test

[updates-testing-debuginfo]
name=Fedora $releasever - $basearch - Test Updates Debug
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/testing/$releasever/$basearch/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-debug-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test

[updates-testing-source]
name=Fedora $releasever - Test Updates Source
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/testing/$releasever/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-source-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test


[root@deymos ~]#yum upgrade

It works relatively fine. Perhaps you need to uninstall some packages to resolve dependencies.

Sorry for my bad english...
 

Tags
>>, beta, fc8, fc9, upgrade

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
Fedora 11 beta upgrade to full release jbhardman Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 9 22nd April 2009 04:37 AM
Problens to upgrade to fedora 10 beta renepreto Alpha, Beta & Snapshots Discussions (Fedora 10 Only) 2 26th October 2008 12:37 PM
Fedora 10 Alpha-Beta Upgrade from Fedora 9 issues alsa snostorm Alpha, Beta & Snapshots Discussions (Fedora 10 Only) 9 18th September 2008 04:13 AM
Warzone 2100 is not working after upgrade to 2.1.0 beta 2 in Fedora 9 helloworld1 Gamers' Lounge 6 8th June 2008 12:05 AM
Upgrade from customized 7 to 8 beta 2 kombucha Installation and Live Media 6 14th September 2007 05:29 AM


Current GMT-time: 07:07 (Saturday, 25-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