Bug 50986

Summary: Installer crashes with TypeError
Product: [Retired] Red Hat Public Beta Reporter: Need Real Name <ccasal>
Component: anacondaAssignee: Brent Fox <bfox>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: roswell   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-06 04:57:23 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 Need Real Name 2001-08-06 03:54:50 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801

Description of problem:
Error ocurrs on the post installation phase after a default Workstation
install on expert mode.

How reproducible:
Always

Steps to Reproduce:
- expert install
- Workstation install


	

Actual Results:  



Additional info:

Traceback (innermost last):
  File "/usr/bin/anaconda", line 608, in ?
    intf.run(id, dispatch, configFileData)
  File "/usr/lib/anaconda/gui.py", line 348, in run
    self.icw.run (self.runres, configFileData)
  File "/usr/lib/anaconda/gui.py", line 776, in run
    mainloop ()
  File "/usr/lib/python1.5/site-packages/gtk.py", line 2608, in mainloop
    _gtk.gtk_main()
  File "/usr/lib/anaconda/gui.py", line 495, in handleRenderCallback
    self.currentWindow.renderCallback()
  File "/usr/lib/anaconda/iw/progress_gui.py", line 122, in renderCallback
    self.intf.icw.nextClicked()
  File "/usr/lib/anaconda/gui.py", line 397, in nextClicked
    self.dispatch.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 139, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 204, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/lib/anaconda/bootloader.py", line 658, in writeBootloader
    justConfigFile)
  File "/usr/lib/anaconda/bootloader.py", line 540, in write
    justConfig | (self.useGrubVal))
  File "/usr/lib/anaconda/bootloader.py", line 523, in writeLilo
    kernelList, chainList, defaultDev)
  File "/usr/lib/anaconda/bootloader.py", line 498, in getBootloaderConfig
    config.addEntry("boot", '/dev/' + liloTarget, replace = 0)
TypeError: illegal argument type for built-in operation

Comment 1 Matt Wilson 2001-08-06 04:57:18 UTC
There should be more information if you saved this to a floppy.  Did it get cut
out?


Comment 2 Jeremy Katz 2001-08-06 05:10:14 UTC
No need for the extra bits... a fix for this got committed to CVS yesterday
afternoon

*** This bug has been marked as a duplicate of 50791 ***