Bug 178502 - Traceback writing anaconda-ks.cfg
Summary: Traceback writing anaconda-ks.cfg
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-20 23:32 UTC by Orion Poplawski
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-20 23:38:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2006-01-20 23:32:57 UTC
Description of problem:
I'm sure you've seen this already with today's Rawhide:

Traceback (most recent call last):
  File "/usr/bin/anaconda", line 1188, in ?
    intf.run(id, dispatch)
  File "/usr/lib/anaconda/text.py", line 562, in run
    dispatch.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 144, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 215, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/lib/anaconda/packages.py", line 85, in writeKSConfiguration
    id.writeKS(fn)
TypeError: writeKS() takes exactly 3 arguments (2 given)

Local variables in innermost frame:
instPath: /mnt/sysimage
fn: /mnt/sysimage/root/anaconda-ks.cfg
id: <instdata.InstallData instance at 0xb7b3204c>

Comment 1 Paul Nasrat 2006-01-20 23:38:38 UTC
Should work with tomorrows rawhide.


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