Bug 901378
| Summary: | [abrt] fedup-0.7.2-1.fc17: subprocess.py:511:check_call:CalledProcessError: Command '['mount', '-oloop', '/home/harish/iso/Fedora-18-x86_64-Live-Desktop.iso', '/tmp/fedup.mnt.Bxn3lV']' returned non-zero exit status 1 | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Harish Pillay <h.pillay> | ||||||||||||
| Component: | fedup | Assignee: | Will Woods <wwoods> | ||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||
| Priority: | unspecified | ||||||||||||||
| Version: | 17 | CC: | tflink, wwoods | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | x86_64 | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Whiteboard: | abrt_hash:69377aeea962cd0e0fc68c5595300b0e85cc48dc | ||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2013-01-24 02:23:52 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: | |||||||||||||||
| Attachments: |
|
||||||||||||||
Created attachment 682031 [details]
File: executable
Created attachment 682032 [details]
File: dso_list
Created attachment 682033 [details]
File: environ
Created attachment 682034 [details]
File: smolt_data
Created attachment 682035 [details]
File: core_backtrace
*** This bug has been marked as a duplicate of bug 895665 *** |
Version-Release number of selected component: fedup-0.7.2-1.fc17 Additional info: libreport version: 2.0.18 abrt_version: 2.0.18 cmdline: /usr/bin/python /usr/bin/fedup --iso /home/harish/iso/Fedora-18-x86_64-Live-Desktop.iso kernel: 3.6.11-1.fc17.x86_64 backtrace: :subprocess.py:511:check_call:CalledProcessError: Command '['mount', '-oloop', '/home/harish/iso/Fedora-18-x86_64-Live-Desktop.iso', '/tmp/fedup.mnt.Bxn3lV']' returned non-zero exit status 1 : :Traceback (most recent call last): : File "/usr/bin/fedup", line 316, in <module> : args = parse_args() : File "/usr/bin/fedup", line 215, in parse_args : args.device = fedup.media.loopmount(args.iso) : File "/usr/lib/python2.7/site-packages/fedup/media.py", line 62, in loopmount : check_call(['mount', '-oloop', filename, mntpoint]) : File "/usr/lib64/python2.7/subprocess.py", line 511, in check_call : raise CalledProcessError(retcode, cmd) :CalledProcessError: Command '['mount', '-oloop', '/home/harish/iso/Fedora-18-x86_64-Live-Desktop.iso', '/tmp/fedup.mnt.Bxn3lV']' returned non-zero exit status 1 : :Local variables in innermost frame: :cmd: ['mount', '-oloop', '/home/harish/iso/Fedora-18-x86_64-Live-Desktop.iso', '/tmp/fedup.mnt.Bxn3lV'] :retcode: 1 :popenargs: (['mount', '-oloop', '/home/harish/iso/Fedora-18-x86_64-Live-Desktop.iso', '/tmp/fedup.mnt.Bxn3lV'],) :kwargs: {}