Hide Forgot
Here's a quick patch that removes the obsolete/unused /mnt/* mountpoints and adds the corresponding and new ones in /media/* from FHS. (And while at it, converts specfile to UTF-8.)
Created attachment 121319 [details] Bring media mountpoints up to date
/media/XXXX is created by HAL, I wouldn't want to own them.
What about still owning /mnt/floppy and /mnt/cdrom, specfied in the specfile in a way that looks very much to me as taking care of things being created at runtime by something?
REOPENED status has been deprecated. ASSIGNED with keyword of Reopened is preferred.
Based on the date this bug was created, it appears to have been reported against rawhide during the development of a Fedora release that is no longer maintained. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained. If this bug remains in NEEDINFO thirty (30) days from now, we will automatically close it. If you can reproduce this bug in a maintained Fedora version (7, 8, or rawhide), please change this bug to the respective version and change the status to ASSIGNED. (If you're unable to change the bug's version or status, add a comment to the bug and someone will change it for you.) Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again.
(See comment 3)
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
This message is a reminder that Fedora 9 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 9. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '9'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 9's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 9 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Changing to rawhide again to prevent autoclosing again, I'll take a look if something really depends on those ghosted dirs later.
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
"rpm -qRa |grep /mnt" turns up nothing, at least for the packages in the Fedora 12 Desktop Spin. Not sure if there's an easy way to confirm *nothing* depends on these packages without installing Everything (or the source code to all packages, to be incredibly thorough).
I think this way of dependency search is not usable - as the filesystem package is always installed. From what I have seen, /mnt/cdrom and /mnt/floppy is referenced on few places - like /etc/security/console.perms.d/50-default.perms from pam. Anyway - those dirs are ghosted, so not created automatically - so the biggest possible harm is an unowned directory (which already happens with /media/XXXX dirs). I see two (correct) possibilities - 1) to own the basic four /media/XXXX directories from fhs (http://www.pathname.com/fhs/pub/fhs-2.3.html#MEDIAMOUNTPOINT) in filesystem and rest possibly created dirs in media owned by hal 2) to own all possible /media/xxxx subdirs created by hal directly in hal Or to stay with the current situation (just with /mnt/xxxx subdirs dropped from filesystem package)
Well, the bigger possible harm is strikeback of https://bugzilla.redhat.com/show_bug.cgi?id=52046 ... after upgrade. If someone uses /mnt/cdrom or /mnt/floppy as location for floppy/cdrom mounts points, those empty dirs will get removed after this filesystem update. However - media dirs are now more in use and I do plan to do that in rawhide only (and just once). So let's see... dropped ownership in filesystem-2.4.34-1.fc14. Closing RAWHIDE.