Bug 499700 - cmdline kickstart failure - AttributeError: InstallInterface instance has no attribute 'detailedMessageWindow'
Summary: cmdline kickstart failure - AttributeError: InstallInterface instance has no ...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-07 17:53 UTC by James Laska
Modified: 2013-09-02 06:35 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-07 23:02:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
ks.cfg (2.34 KB, text/plain)
2009-05-07 17:53 UTC, James Laska
no flags Details

Description James Laska 2009-05-07 17:53:50 UTC
Created attachment 342899 [details]
ks.cfg

Description of problem:

 * cmdline kickstart install fails

Version-Release number of selected component (if applicable):

 * anaconda-11.5.0.50

How reproducible:

Steps to Reproduce:
1. Perform an autopart manual install on IBM Power5 system
2. Perform a cmdline-mode kickstart install on that same system
  
Actual results:
registered taskstats version 1
Initalizing network drop monitor service
Freeing unused kernel memory: 4812k freed
[9;0][8]
Greetings.
anaconda installer init version 11.5.0.50 starting
mounting /proc filesystem... done
creating /dev filesystem... done
starting udev...done
mounting /dev/pts (unix98 pty) filesystem... done
mounting /sys filesystem... done
anaconda installer init version 11.5.0.50 using /dev/hvc0 as console
trying to remount root filesystem read write... done
mounting /tmp as ramfs... done
running install...
running /sbin/loader
detecting hardware...
waiting for hardware to initialize...
Waiting for NetworkManager to configure eth2...
Retrieving ibm-sf2b-lp1...
Looking for installation images on CD device /dev/sr0Waiting for NetworkManager to configure eth2...
Retrieving install.img...
Running anaconda 11.5.0.50, the Fedora system installer - please wait...
Running pre-install scripts
Finding storage devices...
anaconda 11.5.0.50 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/packages.py", line 145, in turnOnFilesystems
    anaconda.intf.detailedMessageWindow(_("Device Setup Failed"),
  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/dispatch.py", line 227, in currentStep
    self.gotoNext()
  File "/usr/lib/anaconda/cmdline.py", line 131, in run
    (step, instance) = anaconda.dispatch.currentStep()
  File "/usr/bin/anaconda", line 966, in <module>
    anaconda.intf.run(anaconda)
AttributeError: InstallInterface instance has no attribute 'detailedMessageWindow'

install exited abnormally [1/1] 
disabling swap...
unmounting filesystems...
	/mnt/runtime done
	disabling /dev/loop0 LOOP_CLR_FD failed: 16
	/proc done
	/dev/pts done
	/sys done
	/selinux done
sending termination signals...done
sending kill signals...done
you may safely reboot your system


Expected results:

 *

Additional info:

 * See attached kickstart file

Comment 1 Chris Lumens 2009-05-07 23:02:05 UTC
This should be fixed in the next build of anaconda.


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