Bug 920764
| Summary: | livemedia-creator fails to make an ISO image using --novirt | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | D. Marlin <dmarlin> | ||||
| Component: | lorax | Assignee: | Brian Lane <bcl> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | anaconda-maint-list, bcl, jdulaney, pbrobinson | ||||
| 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: | 2013-04-26 21:25:19 UTC | Type: | Bug | ||||
| 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: | 245418 | ||||||
| Attachments: |
|
||||||
This was actually a curl problem. *** This bug has been marked as a duplicate of bug 906031 *** |
Created attachment 709080 [details] log of livemedia-creator run, with traceback. Description of problem: When using livemedia-creator in --novirt mode to make an ISO image, it fails with a traceback (see attached). Version-Release number of selected component (if applicable): anaconda-18.37.12-1.fc18.x86_64 lorax-18.31-1.fc18.x86_64 How reproducible: Consistently Steps to Reproduce: 1. install/update to the anaconda and lorax versions specified 2. run livemedia-creator: livemedia-creator \ --no-virt --make-iso \ --ks=./F18-test.ks 3. Actual results: A traceback occurs indicating an error: Error: Error accessing file for config file:///tmp/anaconda-yum.conf Expected results: ISO is created with no errors. Additional info: The command was run as 'root' and SELinux was disabled. The file in question does exist: -rw-r--r-- 1 root root 325 Mar 12 11:33 /tmp/anaconda-yum.conf After the error occurs, the process does not appear to terminate, even after being interrupted with Ctrl-C.