Bug 50986 - Installer crashes with TypeError
Summary: Installer crashes with TypeError
Keywords:
Status: CLOSED DUPLICATE of bug 50791
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: anaconda
Version: roswell
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brent Fox
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-08-06 03:54 UTC by Need Real Name
Modified: 2007-04-18 16:35 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-08-06 04:57:23 UTC
Embargoed:


Attachments (Terms of Use)

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 ***


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