Bug 246709 - crash in raid6 config
Summary: crash in raid6 config
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pykickstart
Version: 7
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-04 09:29 UTC by Levente Farkas
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-07-10 14:41:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
the kickstart file (3.29 KB, text/plain)
2007-07-04 09:29 UTC, Levente Farkas
no flags Details

Description Levente Farkas 2007-07-04 09:29:58 UTC
Description of problem:
when i run revisor-2.0.4.0-1.fc7 with one of our kickstart file i always got
this error, the reason can be that we use raid6 in the attached config:
-----------------------------------------
    File "/usr/lib/python2.5/site-packages/revisor/ready_screen.py", line 165,
in button_forward_clicked
        self.gui.displayBuildMedia()
    File "/usr/lib/python2.5/site-packages/revisor/gui.py", line 255, in
displayBuildMedia
        self.BuildMedia?.start()
    File "/usr/lib/python2.5/site-packages/revisor/build_media.py", line 69, in
start
        self.base.lift_off()
    File "/usr/lib/python2.5/site-packages/revisor/base.py", line 460, in lift_off
        self.buildInstallationMedia()
    File "/usr/lib/python2.5/site-packages/revisor/base.py", line 679, in
buildInstallationMedia
        f.write(self.cfg.kshandler.str())
    File "/usr/lib/python2.5/site-packages/pykickstart/base.py", line 215, in str
        retval += obj.str()
    File "/usr/lib/python2.5/site-packages/pykickstart/commands/raid.py", line
111, in str
        retval += raid.str()
    File "/usr/lib/python2.5/site-packages/pykickstart/commands/raid.py", line
55, in str
        return "raid %s %s %s\n" % (self.mountpoint, self._argsToStr(),
    File "/usr/lib/python2.5/site-packages/pykickstart/commands/raid.py", line
89, in _argsToStr
        retval = FC4_RaidData._argsToStr()
TypeError?: unbound method _argsToStr() must be called with FC4_RaidData
instance as first argument (got nothing instead) 
-----------------------------------------
see the reference:
https://hosted.fedoraproject.org/projects/revisor/ticket/195

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

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Levente Farkas 2007-07-04 09:29:58 UTC
Created attachment 158508 [details]
the kickstart file

Comment 2 Levente Farkas 2007-07-04 09:31:02 UTC
but the same config works when use in pxe boot.

Comment 3 Chris Lumens 2007-07-10 14:41:37 UTC
This will be fixed in the next build of pykickstart.  Thanks for the report.

Comment 4 Levente Farkas 2007-07-10 15:17:58 UTC
which build? konji, fedora, updates, rhel ...?
from where can i get the latest new rpm?:-)

Comment 5 Chris Lumens 2007-07-10 15:25:27 UTC
It will show up in the Fedora development tree after I build a new version of
the package.  That may still be a day or two away, though.

Comment 6 Levente Farkas 2007-07-16 08:20:23 UTC
i still can't seen anything in konji:-(


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