error using kickstart file

Douglas Hubler douglas at hubler.us
Mon Jan 14 19:34:34 UTC 2008


Hello All, 

I'm getting this error from anaconda 11.3.0.50 doing a kickstart install from
cdrom or the http on the F8 release built using pungi (a tool that assembles
packages and files to create an ISO installer)

Stack Trace

  File "/usr/bin/anaconda", line 917, in <module> 
        kickstart.processKickstartFile(anaconda, opts.ksfile)

 ... (omitted)

   File "/usr/lib/python2.5/site-packages/pykickstart/commands/method.py", line
81, in parse
   (opts, extra) = op.parse_args(args=args)
AttributeError: 'NoneType' object has no attribute 'parse_args'
install exited abnormally [1/1]

I originally posted here
  http://thread.gmane.org/gmane.linux.redhat.fedora.buildsystem/1158
And to anaconda list...
  http://thread.gmane.org/gmane.linux.redhat.anaconda.devel/5616
And to re-spin list...
  no link access

* another person got it too.
* someone suggested I post to re-spin project for updates but  
  I did not hear back from anyone there. I think access to the source
  requires authorization
* I would happily build my own updates.img file from the latest 
  anaconda code if someone thinks that may work and can point me to
  the code

I get this error with every incarnation of kickstart files. Here's
the simplest one I have
-----------------------------
install
cdrom
lang en_US.UTF-8
keyboard us

%packages
@core
anaconda-runtime
iscsi-initiator-utils
memtest86+
vnc-server
%end




More information about the Kickstart-list mailing list