Bug 444843
| Summary: | LiveCD install fails due to mdadm location | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Warren Togami <wtogami> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-05-07 21:09:01 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: | 235706 | ||||||
| Attachments: |
|
||||||
Created attachment 304292 [details]
anaconda traceback
Fixed in git. Verified. |
LiveCD from April 30th 2008 anaconda-11.4.0.78-1 * Thu Apr 24 2008 Chris Lumens <clumens> - 11.4.0.76-1 - Use the execWithCapture wrapper to be consistent. (jgranado) - Call the mdadm with full path. (jgranado) def mdadmConf(self): """Make the mdadm.conf file with mdadm command. This creates a conf file with active arrays. In other words the arrays that we don't want included must be inactive. """ activeArrays = iutil.execWithCapture("/usr/sbin/mdadm", ["--detail", "--scan"]) mdadm doesn't exist at this location in LiveCD. mdadm exists at /sbin/mdadm in the LiveCD filesystem. This causes certain (or all?) LiveCD installs to break. anaconda None exception report Traceback (most recent call first): File "/usr/lib/anaconda/iutil.py", line 103, in execWithCapture raise RuntimeError, "Error running " + command + ": " + msg File "/usr/lib/anaconda/fsset.py", line 1446, in mdadmConf activeArrays = iutil.execWithCapture("/usr/sbin/mdadm", ["--detail", "--scan"]) File "/usr/lib/anaconda/fsset.py", line 1473, in write cf = self.mdadmConf() File "/usr/lib/anaconda/livecd.py", line 326, in doPostInstall anaconda.id.fsset.write(anaconda.rootPath) File "/usr/lib/anaconda/backend.py", line 212, in doPostInstall anaconda.backend.doPostInstall(anaconda) File "/usr/lib/anaconda/dispatch.py", line 208, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 131, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1278, in nextClicked self.anaconda.dispatch.gotoNext() File "/usr/lib/anaconda/iw/progress_gui.py", line 80, in renderCallback self.intf.icw.nextClicked() File "/usr/lib/anaconda/gui.py", line 1299, in handleRenderCallback self.currentWindow.renderCallback() RuntimeError: Error running /usr/sbin/mdadm: No such file or directory