Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > F18 Development
FedoraForum Search

Forgot Password? Join Us!

F18 Development

Pretty much exactly what it sounds like it is. This is the place to discuss and assist in the community development of F18, post Alpha.

WARNING: Any pre-release versions, Beta included, are for experienced testers only. Back up all existing data and read all threads in the version Development Forum before attempting an install. Errors can and will likely occur which may include data destruction or inability to boot other partitions on any and possibly all attached hard drives.

While FedoraProject needs and appreciates testers, you must remember to report issues directly to Bugzilla, after checking for pre-existing bugs.


 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th December 2012, 01:35 PM
mps2006 Offline
Registered User
 
Join Date: Sep 2006
Posts: 170
linuxfirefox
Well done F18 devs

Just made a very smooth upgrade to F18 from F17 using yum --dstrosync. Very nice! Was the smoothest upgrade of fedora I have had since I started in FC5 days. Had to reinstall chrome and virtualbox, and a few texlive dependency things, but basically excellent. net install of 17 and then upgrade could be a fall back if anaconda doesn't work out in time...

One niggle: while overall gnome seems much smoother, there is now an appreciable delay in the notification bar appearing when you move the mouse to the bottom of the screen. Any idea how to shorten that?

Cheesr
M.
  #2  
Old 11th December 2012, 02:07 PM
Dutchy Online
Registered User
 
Join Date: Aug 2011
Posts: 697
linuxfirefox
Re: Well done F18 devs

You can hit the Super-key + m combination to bring it up, that's about it afaik unfortunately.
  #3  
Old 11th December 2012, 04:12 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Well done F18 devs

Upgrade went fine here too but for people using non-en_US keyboard/locale they might want to double check if everything migrated accordingly as the way these things are set changed.
  #4  
Old 11th December 2012, 04:22 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Well done F18 devs

Even considering some of the changes to system config files and several other major things, Fedora 18 has been a very smooth running OS here for me ever since pre-alpha.

Once you get past Anaconda, Fedora is a solid OS.

Edit:

There is one little bug (actually a pretty big one, but is encountered rarely here) where a normal user can totally lock up a complete system, and it's not specific to Fedora 18.

The problem is that a normal user can use up every bit of tmpfs and then the system starts doing really weird things since systemd uses tmpfs for quite a lot of things as well. I have really noticed it here because /tmp is now mounted as tmpfs by default in F18, and some media players still cache video to /tmp.

I had a case where gnome-mplayer crashed a couple of times and left the cache files in /tmp, and soon I wan't able to do much without getting strange errors.

If this ever happens, about all you can do is reboot the system. Deleting the offending files doesn't fix it.
  #5  
Old 11th December 2012, 06:01 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,933
windows_xp_2003firefox
Re: Well done F18 devs

18 has been pretty solid for me too. I'm running the last Beta offering. No major issues to date. Well, there was that one random self-reboot. The thing just up and rebooted all on it's own. Pulled the rug right out from under me, it did. Other than that all is well. I so pleased with it that Fedora 17 is quickly becoming a distant memory.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
  #6  
Old 11th December 2012, 06:13 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Well done F18 devs

Wanna lock up your system, glennzo?

as a regular user you can just use a simple dd command and start getting some weird things happening.

dd if=/dev/zero of=/tmp/test.tmp

Let it run until it runs out of space... Now try mounting a filesystem, or anything that systemd requires tmpfs for, and you are going to have problems.

Don't do that unless you want to reboot to fix things, though. I have tried deleting the file created, and still had issues due to no tmpfs space left.

And yes, bug has been reported for a few years now, and I reported it again about 6 months ago.
  #7  
Old 11th December 2012, 06:21 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,627
linuxfedorafirefox
Re: Well done F18 devs

Yup! Fedora 18 has been really smooth ever since alpha for me. Even anaconda is far more stable now compared to what it was alpha-ish stages ..

Quote:
Originally Posted by DBelton View Post
The problem is that a normal user can use up every bit of tmpfs and then the system starts doing really weird things since systemd uses tmpfs for quite a lot of things as well. I have really noticed it here because /tmp is now mounted as tmpfs by default in F18, and some media players still cache video to /tmp.
Please correct me if I am wrong -

This would be a problem only if /tmp is a separate partition that is not too big and runs out of space, right? If /tmp is not a separate partition, this wouldn't be a problem? For example, typically / would be ~50 GB and a significant portion of that would be free (say, 20 GB). This should not be a problem, right?

I am mainly asking because I remember reading in the tmpfs-tmp page on Fedoraproject wiki about large files being a potential problem and now DBelton has also mentioned this. But, I have not seen it (yet) and so I am confused (and happy ).
  #8  
Old 11th December 2012, 06:39 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Well done F18 devs

With Fedora 18, /tmp is now mounted tmpfs by default.

You can solve the problem with /tmp by mounting it as a regular filesystem in /etc/fstab, but the problem is still there because a normal user has write access to /run/user/<usernumber> which is also mounted tmpfs.

The bug I am referring to affects tmpfs since you can't put quotas on it. If you had /tmp as a regular filesystem, either mounted under / or a separate fielsystem, you could put a quota on it to prevent someone from eating up all of your disk space. But with tmpfs, you can't do that, and someone could take all of the tmpfs (which by default is sized as half of your system RAM), quite a few system processes (especially in systemd) need tmpfs to work right.
  #9  
Old 11th December 2012, 07:38 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,933
windows_xp_2003firefox
Re: Well done F18 devs

Quote:
Originally Posted by DBelton View Post
Wanna lock up your system, glennzo?
Muhahaha!!! 21st century forkbomb!
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
  #10  
Old 11th December 2012, 07:51 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,627
linuxfedorafirefox
Re: Well done F18 devs

Quote:
Originally Posted by DBelton View Post
[ ... ]

But with tmpfs, you can't do that, and someone could take all of the tmpfs (which by default is sized as half of your system RAM), quite a few system processes (especially in systemd) need tmpfs to work right.
That clears it up for me! Thanks for the explanation DBelton!
  #11  
Old 12th December 2012, 10:54 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,768
linuxfirefox
Re: Well done F18 devs

In general, nothing should write anything of significant size to /tmp . You should file a bug against any app which is doing this - like gnome-mplayer, apparently. Large stuff should get written to /var/tmp .
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #12  
Old 12th December 2012, 10:55 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,768
linuxfirefox
Re: Well done F18 devs

mps2006: the delay is in fact intentional - lots of people were complaining about triggering the notification bar unintentionally, apparently, and the delay is to guard against that.

You can always access the notification bar simply by accessing the overview - so not even super+M, just super will 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
  #13  
Old 12th December 2012, 11:33 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Well done F18 devs

Linux filesystem hierarchy says nothing about /tmp not being for large files. The only thing it specifies is that there should not be files written to /tmp that are expected to be there over a reboot. And Gnome-mplayer cache files aren't expected to be there over a reboot, so it complies with the Linux filesystem heirarchy specifications. So, where's the bug? The application really doesn't have a bug.

Quote:
1.20. /tmp

This directory contains mostly files that are required temporarily. Many programs use this to create lock files and for temporary storage of data. Do not remove files from this directory unless you know exactly what you are doing! Many of these files are important for currently running programs and deleting them may result in a system crash. Usually it won't contain more than a few KB anyway. On most systems, this directory is cleared out at boot or at shutdown by the local system. The basis for this was historical precedent and common practice. However, it was not made a requirement because system administration is not within the scope of the FSSTND. For this reason people and programs must not assume that any files or directories in /tmp are preserved between invocations of the program. The reasoning behind this is for compliance with IEEE standard P1003.2 (POSIX, part 2).
But the bug really isn't about any application in particular. The big bug is the security/stability risk of the entire system

A normal user without any admin permissions can bring the entire system to it's knees in just a few seconds.

A normal user has write privledges to /tmp and /run/user/<user number> So a normal user could completey fill up tmpfs which systemd depends upon having for various tasks. So, effectively a normal user can shut down a mission critical server if it's running systemd.
 

Tags
devs, f18

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
Kudos to the devs caf4926 Fedora 13 Development Branch 4 3rd May 2010 01:33 PM
The Devs Aren't Here! bob Reviews, Rants & Things That Make You Scream 2 25th February 2010 07:15 AM
F10 Installer: a question for devs LDC Alpha, Beta & Snapshots Discussions (Fedora 10 Only) 1 17th October 2008 09:51 PM
SELinux ignored by devs, SlowJet Fedora Focus 2 16th March 2008 08:16 PM


Current GMT-time: 13:56 (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