Bug 682917

Summary: RuntimeError: error copying filesystem!
Product: [Fedora] Fedora Reporter: David L Logsdon <davidlee.logsdon>
Component: anacondaAssignee: Brian Lane <bcl>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 14CC: anaconda-maint-list, davidlee.logsdon, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: anaconda_trace_hash:ef11e51b07cedb31747a4c825bd15ccf8c96f6a0247c0c6a510e7b678a0d3f24
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-14 22:55:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Attached traceback automatically from anaconda.
none
Attached traceback automatically from anaconda. none

Description David L Logsdon 2011-03-08 00:01:38 UTC
The following was filed automatically by anaconda:
anaconda 14.22 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/pyanaconda/livecd.py", line 216, in doInstall
    raise RuntimeError, "error copying filesystem!"
  File "/usr/lib/python2.7/site-packages/pyanaconda/backend.py", line 286, in doInstall
    return anaconda.backend.doInstall(anaconda)
  File "/usr/lib/python2.7/site-packages/pyanaconda/dispatch.py", line 212, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/python2.7/site-packages/pyanaconda/dispatch.py", line 131, in gotoNext
    self.moveStep()
  File "/usr/lib/python2.7/site-packages/pyanaconda/gui.py", line 1190, in nextClicked
    self.anaconda.dispatch.gotoNext()
  File "/usr/lib/python2.7/site-packages/pyanaconda/iw/progress_gui.py", line 79, in renderCallback
    self.intf.icw.nextClicked()
  File "/usr/lib/python2.7/site-packages/pyanaconda/gui.py", line 1211, in handleRenderCallback
    self.currentWindow.renderCallback()
RuntimeError: error copying filesystem!

Comment 1 David L Logsdon 2011-03-08 00:02:17 UTC
Created attachment 482813 [details]
Attached traceback automatically from anaconda.

Comment 2 David L Logsdon 2011-03-08 00:04:30 UTC
Created attachment 482814 [details]
Attached traceback automatically from anaconda.

Comment 3 David L Logsdon 2011-03-08 00:10:26 UTC
This error occurred during install at about 98% completion.

Comment 4 Chris Lumens 2011-03-08 15:29:11 UTC
Can you grab /var/log/messages (or /var/log/dmesg, whichever it's called right now) after you hit this error and attach it to this bug report?

Comment 5 Brian Lane 2011-03-08 23:07:41 UTC
Your target partition is too small. The size of the image you are trying to write is 2214453248 bytes and your partition is only 2111M which is about 1M too small.