Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Community Lounge > Reviews, Rants & Things That Make You Scream
FedoraForum Search

Forgot Password? Join Us!

Reviews, Rants & Things That Make You Scream The place for you to submit reviews of all those applications you use with Fedora. The Devs probably aren't listening, but some times you've just GOT to blow off steam or sing its praises.

Reply
 
Thread Tools Search this Thread Display Modes
  #76  
Old 14th June 2012, 04:40 PM
hvniekerk Offline
Registered User
 
Join Date: Mar 2006
Posts: 195
linuxfirefox
Re: F17: Worst upgrade ever?

After downloading the F17 DVD, II tried to do an upgrade from F16. This failed because of a too small /boot. Wondering why, because the other machine I upgraded using preupgrade previously went fine. Then I did a clean install, which went fine. And to my surprise even the latest Gnome works without fallback. On F16 I could only use fallback mode or an entirely other desktop, so I had LXDE running.
Reply With Quote
  #77  
Old 17th June 2012, 02:25 AM
alxxG Offline
Registered User
 
Join Date: Jun 2012
Location: Sydney
Posts: 4
windows_7chrome
Re: F17: Worst upgrade ever?

For me its been the easiest upgrade so far and I've been using fedora since fedora 4.

Upgraded 2 pc's and 4 vm's so far from 16 to 17.

Just followed the preupgrade instructions and they worked seamlessly everytime so far.
Few more vm's to go.

Trick is to give it a week or few to let others be the guinea pigs ;-)
Reply With Quote
  #78  
Old 19th June 2012, 07:16 AM
hvniekerk Offline
Registered User
 
Join Date: Mar 2006
Posts: 195
linuxfirefox
Re: F17: Worst upgrade ever?

Sine the upgrade from DVD went wrong as well I ended up doing a clean install. To my surprise gnome3 works fine too, which in f16 wouldn't work at all.
Reply With Quote
  #79  
Old 20th June 2012, 07:27 PM
griff's Avatar
griff Offline
Registered User
 
Join Date: Feb 2008
Location: 127.0.0.1
Posts: 9
linuxfirefox
Re: F17: Worst upgrade ever?

Rupert, I realize your post is about the crappy upgrade process, which I will not dispute.... But not to scare people away from Fedora 17; the fresh install of Fedora 17 is, in my opinion the best release in many, many releases (and I see where you also state what a fine release it is). My hat is off to Robyn Bergeron and the entire team for a very nice distro, thanks.

For those afraid to try the upgrade route, there are scripts you can run to collect the 1000's of packages you want to have into a file, then simple run a command like: yum install $(cat mypackages_F16.txt), and you have your packages back.

Again, Fedora 17 is a GREAT release, even the dual monitors came right up. (I only use XFCE, I abandonded gnome desktop (3) when they abandonded people who use their computers for work).
Reply With Quote
  #80  
Old 20th June 2012, 07:33 PM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,304
linuxubuntuchrome
Re: F17: Worst upgrade ever?

I upgraded with pre-upgrade and didn't have a single problem.
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
  #81  
Old 24th June 2012, 12:44 PM
Dutchy Offline
Registered User
 
Join Date: Aug 2011
Posts: 697
linuxfirefox
Re: F17: Worst upgrade ever?

I just upgraded 3 installations through yum and yet have to find a single thing that is wrong with them (which wasn't the case when going from 15 to 16 where all kind of services started acting up).
So maybe it can be nominated for worst upgrade with preupgrade or DVD upgrade but certainly not with yum!
Reply With Quote
  #82  
Old 2nd July 2012, 09:45 AM
darkpoison Offline
Registered User
 
Join Date: Jul 2012
Location: USA
Posts: 2
linuxopera
Re: F17: Worst upgrade ever?

I ran preupgrade and all packages where downloaded.After rebooting I got a grub entry(http://fpaste.org/mjxo/) to start the installation process but once it starts booting it drops me to a maintenance shell.(dracut)

Quote:
Originally Posted by griff View Post
For those afraid to try the upgrade route, there are scripts you can run to collect the 1000's of packages you want to have into a file, then simple run a command like: yum install $(cat mypackages_F16.txt), and you have your packages back.
Where we can find those scripts?

Last edited by darkpoison; 2nd July 2012 at 10:41 AM.
Reply With Quote
  #83  
Old 2nd July 2012, 02:25 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: F17: Worst upgrade ever?

Easy way?

Code:
su -
(root password)

rpm -qa --queryformat '%{NAME}\n' | tee mypackages_F16.txt
This will give you a text file with all package names you have installed on your system (one package per line, just package name, no version number, no release number, no Fedora version, no arch)
Reply With Quote
  #84  
Old 2nd July 2012, 05:40 PM
weitjong's Avatar
weitjong Online
Registered User
 
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 736
linuxfedorafirefox
Re: F17: Worst upgrade ever?

I usually use below for package comparison.

Code:
$ rpm -qa --qf '%{NAME}.%{ARCH}\n' |sort |uniq
It lists the package names with their corresponding architecture. Really useful for my case where I have x86_64 system with quite a number of i686 packages installed.
__________________
YaoWT - Leave no window unbroken ^_^
Reply With Quote
  #85  
Old 7th July 2012, 12:49 AM
AndyW Offline
Registered User
 
Join Date: Nov 2008
Location: London
Posts: 27
linuxfirefox
Re: F17: Worst upgrade ever?

I would have to agree about this being a "hard" upgrade... I tried upgrading from the x86_64 DVD; the /usr-move script said it failed due to lack of space on the /usr partitioon (even though it seems in fact to have finished), and now it refuses to recognise the FC16 installation at all - even though that still boots perfectly well.

I posted the story here http://forums.fedoraforum.org/showthread.php?t=281463 as well as raising a bug report https://bugzilla.redhat.com/show_bug.cgi?id=835307 but no response to either. I can't believe I am the only person to have experienced something like this?
__________________
Gigabyte GA-970A-DS3 - AMD FX-6100 - 2 x 2GB PC6400 - Asus Radeon HD 4670 - Hauppauge WinTV Go! BT878 - Hauppauge HVR-2200
Reply With Quote
  #86  
Old 3rd October 2012, 09:50 PM
Jon Heron Offline
Registered User
 
Join Date: Jun 2012
Location: Ontario, Canada
Posts: 7
unknownsafari
Re: F17: Worst upgrade ever?

Quote:
Originally Posted by JohnTaylor1887 View Post
The problem lies in "upgrading" via overwriting existing files. I keep the same /home and just delete all config files except .mozilla and .thunderbird and just format /(root) doing a clean install. It took me all of 7 min to install F17 from usb flash drive. Why people insist on "upgrading" is beyond me, when most of the time it presents problems.

Using my method, I keep my /home and can install any distro no problems. But hey, what do I know, it only works everytime.
Hey that sounds great!
Can you please elaborate on how to accomplish that?
I am relatively new to Linux....
Cheers!
Jon
Reply With Quote
Reply

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
kernel-2.6.31 52 worst than 46 SlowJet Fedora 12 Alpha, Beta & Release Candidates 2 3rd October 2009 03:10 AM
The WORST Game EVER pete_1967 Wibble 15 8th July 2008 08:19 AM
Fedora 9 the worst yet? gmchenry Using Fedora 1 27th May 2008 08:19 AM
FTP - what's the worst that can happen? Chris NS Security and Privacy 3 2nd September 2006 02:26 PM
SoundCard - e-Machines - worst ever? jsabarese Hardware & Laptops 9 3rd July 2006 09:05 PM


Current GMT-time: 03:20 (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