Bug 439747

Summary: anaconda traceback at the end of install
Product: [Fedora] Fedora Reporter: Jon Stanley <jonstanley>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
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: 2008-03-31 12:53:17 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:

Description Jon Stanley 2008-03-31 04:21:15 UTC
I recall seeing this on mailing lists, but I didn't see a bug for it.  So here
it is :).

At the end of install, anaconda dumps out this exception:

anaconda 11.4.0.61 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/iutil.py", line 62, in execWithRedirect
    stdout.write("Running... %s\n" %([command] + argv,))
  File "/usr/lib/anaconda/instdata.py", line 177, in write
    root = self.anaconda.rootPath)
  File "/usr/lib/anaconda/backend.py", line 222, in writeConfiguration
    anaconda.id.write()
  File "/usr/lib/anaconda/dispatch.py", line 208, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 131, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/text.py", line 702, in run
    anaconda.dispatch.gotoNext()
  File "/usr/bin/anaconda", line 1049, in <module>
    anaconda.intf.run(anaconda)
AttributeError: 'NoneType' object has no attribute 'write'

The system minimally boots - i.e. grub is installed.  There is no grub.conf and
therefore no menu.  Manually inputting required grub info gets me to a point
where it complains about permission denied attempting to open /etc/fstab, and I
cannot login.

Comment 1 Chris Lumens 2008-03-31 12:53:17 UTC
This is fixed in the latest build of anaconda.