Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1285903 - newly-added livenet-generator.sh script is not executable, entirely breaks installer images ("Permission denied")
Summary: newly-added livenet-generator.sh script is not executable, entirely breaks in...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: dracut
Version: rawhide
Hardware: All
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: dracut-maint-list
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: AcceptedBlocker
Depends On:
Blocks: F24AlphaBlocker
TreeView+ depends on / blocked
 
Reported: 2015-11-26 23:16 UTC by Adam Williamson
Modified: 2015-11-27 09:13 UTC (History)
5 users (show)

Fixed In Version: dracut-044-4.git20151127.fc24
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-27 09:13:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
patch against upstream dracut git master to fix the bug (639 bytes, patch)
2015-11-26 23:16 UTC, Adam Williamson
no flags Details | Diff

Description Adam Williamson 2015-11-26 23:16:23 UTC
2015-11-26 Rawhide nightly boot.iso's completely fail to boot. With a bit of research we easily see the cause:

Failed to execute /usr/lib/systemd/system-generators/dracut-livenet-generator: Permission denied
/usr/lib/systemd/system-generators/dracut-livenet-generator failed with error code 1.

this script was added recently:

https://git.kernel.org/cgit/boot/dracut/dracut.git/commit/?id=a455ad1c272170664022b4cc0a160fe9c737d993

but was set to the wrong mode (0644 not 0755). This is an automatic blocker for F24 Alpha:

"Complete failure of any release-blocking TC/RC image to boot at all under any circumstance - "DOA" image (conditional failure is not an automatic blocker)"

https://fedoraproject.org/wiki/QA:SOP_blocker_bug_process#Automatic_blockers

Attaching a patch.

Comment 1 Adam Williamson 2015-11-26 23:16:57 UTC
Created attachment 1099486 [details]
patch against upstream dracut git master to fix the bug


Note You need to log in before you can comment on or make changes to this bug.