Bug 682917 - RuntimeError: error copying filesystem!
Summary: RuntimeError: error copying filesystem!
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 14
Hardware: i386
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: anaconda_trace_hash:ef11e51b07cedb317...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-08 00:01 UTC by David L Logsdon
Modified: 2011-09-14 22:55 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-09-14 22:55:40 UTC
Type: ---


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (9.01 MB, text/plain)
2011-03-08 00:02 UTC, David L Logsdon
no flags Details
Attached traceback automatically from anaconda. (9.01 MB, text/plain)
2011-03-08 00:04 UTC, David L Logsdon
no flags Details

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.


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