Fedora Linux Support Community & Resources Center
  #1  
Old 26th May 2012, 08:09 AM
jonathonp's Avatar
jonathonp Offline
Registered User
 
Join Date: Oct 2006
Location: Melbourne
Age: 41
Posts: 528
linuxfirefox
Do i need to install the final fedora 17 release?

Do i need to reinstall with the final version of fedora 17 or will the beta install end up being the same thing?
__________________
http://poppleit.com/

Fedora 17 XFCE x64, Xubuntu 12.04 LTS x64, Windows 7 64bit
HP-ProBook 5830 i3 - PC AMD Core 4
MacBookPro v10.7.4 - 2.8GHz i7 4GB RAM
Reply With Quote
  #2  
Old 26th May 2012, 11:26 AM
bigflopper2's Avatar
bigflopper2 Offline
Registered User
 
Join Date: Dec 2011
Posts: 213
linuxfirefox
Re: Do i need to install the final fedora 17 release?

no need to do so,

http://forums.fedoraforum.org/showpo...53&postcount=9

further infos
http://forums.fedoraforum.org/showpo...7&postcount=13
Reply With Quote
  #3  
Old 26th May 2012, 04:39 PM
jonathonp's Avatar
jonathonp Offline
Registered User
 
Join Date: Oct 2006
Location: Melbourne
Age: 41
Posts: 528
linuxfirefox
Re: Do i need to install the final fedora 17 release?

Ok thanks..)
__________________
http://poppleit.com/

Fedora 17 XFCE x64, Xubuntu 12.04 LTS x64, Windows 7 64bit
HP-ProBook 5830 i3 - PC AMD Core 4
MacBookPro v10.7.4 - 2.8GHz i7 4GB RAM
Reply With Quote
  #4  
Old 26th May 2012, 09:16 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,761
linuxfirefox
Re: Do i need to install the final fedora 17 release?

well, a small caveat; we did change a few things since the Beta which won't show up with yum update. the most notable is that in Beta, firewalld was installed and enabled by default; in Final, it isn't. yum update won't disable it, though. If you want to switch back to the old firewalling setup, like we did in Final, you can do 'systemctl disable firewalld.service', 'systemctl enable iptables.service', and reboot. That should more or less do it.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
  #5  
Old 26th May 2012, 09:51 PM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,099
linuxfirefox
Re: Do i need to install the final fedora 17 release?

Quote:
Originally Posted by AdamW View Post
well, a small caveat; we did change a few things since the Beta which won't show up with yum update. the most notable is that in Beta, firewalld was installed and enabled by default; in Final, it isn't. yum update won't disable it, though. If you want to switch back to the old firewalling setup, like we did in Final, you can do 'systemctl disable firewalld.service', 'systemctl enable iptables.service', and reboot. That should more or less do it.
What about the grub2 theme issue? I installed the Alpha, am still seeing "unable to find file" and "press any key to continue..." messages during boot. I've been waiting for an update to fix that but - is it time to roll up my sleeves?
Reply With Quote
  #6  
Old 26th May 2012, 11:10 PM
bigflopper2's Avatar
bigflopper2 Offline
Registered User
 
Join Date: Dec 2011
Posts: 213
linuxfirefox
Re: Do i need to install the final fedora 17 release?

Quote:
Originally Posted by AdamW View Post
well, a small caveat; we did change a few things since the Beta which won't show up with yum update. the most notable is that in Beta, firewalld was installed and enabled by default; in Final, it isn't. yum update won't disable it, though. If you want to switch back to the old firewalling setup, like we did in Final, you can do 'systemctl disable firewalld.service', 'systemctl enable iptables.service', and reboot. That should more or less do it.
thanks for the info Adam, I did that and it's working...configuring with system-config-firewall works fluently
Reply With Quote
  #7  
Old 27th May 2012, 12:51 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: Do i need to install the final fedora 17 release?

Quote:
Originally Posted by sonoran View Post
What about the grub2 theme issue? I installed the Alpha, am still seeing "unable to find file" and "press any key to continue..." messages during boot. I've been waiting for an update to fix that but - is it time to roll up my sleeves?
Have you gotten any grub2 updates since the aplha?

By default, a grub2 update with yum won't replace the bootloader.

Try running grub2-install /dev/sdX and then running grub2-mkconfig -o /boot/grub2/grub.cfg and see if your error is resolved then. I believe I am still getting it here as well, though.
Reply With Quote
  #8  
Old 27th May 2012, 04:01 AM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,099
linuxfirefox
Re: Do i need to install the final fedora 17 release?

There is a bug report about this: https://bugzilla.redhat.com/show_bug.cgi?id=810348

And since I have grub2 on a partition I had to use
Code:
# grub2-install --force /dev/sda6
which produced this:
Quote:
/usr/sbin/grub2-bios-setup: warning: File system `ext2' doesn't support embedding.
/usr/sbin/grub2-bios-setup: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
Installation finished. No error reported.
But according to this bug resolution: https://bugzilla.redhat.com/show_bug.cgi?id=730915 that warning can be disregarded.

So, at least for now, the error messages and the delay are gone and my 3 penguins are happy again. Thanks for the suggestion DBelton.

(BTW, it wasn't necessary to run grub2-mkconfig, the reinstall was enough)
Reply With Quote
  #9  
Old 27th May 2012, 04:01 AM
jonathonp's Avatar
jonathonp Offline
Registered User
 
Join Date: Oct 2006
Location: Melbourne
Age: 41
Posts: 528
linuxfirefox
Re: Do i need to install the final fedora 17 release?

Hi, for the firewall in the fedora 17 beta i did this:

Code:
yum remove firewalld
Code:
yum install system-config-firewall
i had to use the --force option too for the grub2 installation on the root partition.
Code:
grub2-install --force /dev/sda6
__________________
http://poppleit.com/

Fedora 17 XFCE x64, Xubuntu 12.04 LTS x64, Windows 7 64bit
HP-ProBook 5830 i3 - PC AMD Core 4
MacBookPro v10.7.4 - 2.8GHz i7 4GB RAM

Last edited by jonathonp; 27th May 2012 at 04:04 AM.
Reply With Quote
  #10  
Old 29th May 2012, 06:07 AM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,761
linuxfirefox
Re: Do i need to install the final fedora 17 release?

sonoran: the --force option you passed tells grub to go ahead and do the install with the 'unreliable and discouraged' blocklists. If you didn't pass --force, it wouldn't do the install.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
Reply

Tags
fedora, final, install, release

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 16 Final Release Candidate 5 Available Now! tox F16 Development 22 7th November 2011 08:29 AM
Fedora 16 Final Release Candidate 4 Available Now tox F16 Development 5 2nd November 2011 11:34 PM
Fedora 15 Final Release Candidate 3 (RC3) Available Now! RahulSundaram News 0 11th May 2011 08:53 PM
Well It's Here ... Fedora 14 Final Release!!!! HMSS013 Reviews, Rants & Things That Make You Scream 30 4th November 2010 07:29 PM
Upgrading from pre-release (alpha, beta, snapshot, preview etc) to the final release RahulSundaram Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 4 23rd April 2009 01:33 PM


Current GMT-time: 02:55 (Monday, 20-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