Bug 493263 - Traceback during installation of Fedora 11. It's for a encrypted file system.
Summary: Traceback during installation of Fedora 11. It's for a encrypted file system.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: anaconda_trace_hash:0660f7fc7abd03e4c...
: 500834 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-01 07:28 UTC by Christopher Grebs
Modified: 2009-06-22 04:16 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-29 14:37:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (80.18 KB, text/plain)
2009-04-01 07:28 UTC, Christopher Grebs
no flags Details
Attached traceback automatically from anaconda. (205.59 KB, text/plain)
2009-06-22 04:16 UTC, Jason Elwell
no flags Details

Description Christopher Grebs 2009-04-01 07:28:13 UTC
The following was filed automatically by anaconda:
anaconda None exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/iutil.py", line 566, in writeRpmPlatform
    os.mkdir("%s/etc/rpm" %(root,))
  File "/usr/lib/anaconda/livecd.py", line 340, in doPostInstall
    iutil.writeRpmPlatform(anaconda.rootPath)
  File "/usr/lib/anaconda/backend.py", line 284, in doPostInstall
    anaconda.backend.doPostInstall(anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 128, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1317, in nextClicked
    self.anaconda.dispatch.gotoNext()
  File "/usr/lib/anaconda/iw/progress_gui.py", line 79, in renderCallback
    self.intf.icw.nextClicked()
  File "/usr/lib/anaconda/gui.py", line 1338, in handleRenderCallback
    self.currentWindow.renderCallback()
OSError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/rpm'

Comment 1 Christopher Grebs 2009-04-01 07:28:21 UTC
Created attachment 337453 [details]
Attached traceback automatically from anaconda.

Comment 2 Chris Lumens 2009-04-08 19:14:08 UTC
Can we also get /tmp/syslog (/var/log/anaconda.syslog on the installed system)?  This has all the makings of filesystem errors.

Comment 3 Chris Lumens 2009-05-29 14:37:54 UTC
We finally have a handle on this one.  It appears what's going on is that the Next button is still able to be clicked even when a progress bar is on the screen during livecd installs.  So if you're too fast or accidentally double click the Next button, we skip steps and end up in some really weird situations.

This will be fixed in anaconda after F11.  For F11, just be slower on clicking the next button.  See bug 498553 for more information.  Thanks for the report.

Comment 4 Chris Lumens 2009-05-29 14:41:15 UTC
*** Bug 500834 has been marked as a duplicate of this bug. ***

Comment 5 Jason Elwell 2009-06-22 04:16:08 UTC
Created attachment 348848 [details]
Attached traceback automatically from anaconda.


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