Bug 435319
Summary: | /boot/efi on ia64 needs to be mounted with quiet option | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Doug Chapman <dchapman> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | rawhide | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | ia64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-03-05 21:06:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 163350 |
Description
Doug Chapman
2008-02-28 17:45:00 UTC
This is kernel brokenness. We mount filesystems with the defaults. If the defaults are broken, they need to be fixed. Otherwise, users are in for unbearable pain on things like upgrades. Doug, can you take this to linux-kernel? Breaking programs like cpio that used to work on vfat can't possibly be a good idea... (In reply to comment #2) > Doug, can you take this to linux-kernel? Breaking programs like cpio that used > to work on vfat can't possibly be a good idea... Actually yeah, I need to report this upstream. I did some additional testing on this and even chmod commands that _should_ work fail after this patch. More info on this: cpio doesn't actually fail, I did some experimenting and found that even though cpio prints out an error message it _does_ create the file and does not even return a non-zero exit code. Evidently RPM is either seeing the error message from cpio OR it just verifies that the mode is what it expects and if it isn't it removes the files. I discovered that the only modes that work on a fat filesystem are 755 and 555 and after some deliberation I realize that makes sense. So, cpio isn't broken and it _does_ appear the kernel is doing the right thing. I came up with a cleaner solotion of just setting vmlinuz to mode 755 in the spec file when it is built. From the discussion on fedora-kernel-list it sounds like they will take that in. I will verify this once the chmod 755 change it made to the specfile and close then. Fix committed to the kernel specfile. |