<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>F8 rawhide, error from method.py during kickstart install from cdrom</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>F8 RAWHIDE updated. I get the following error from anaconda doing a kickstart install from cdrom:<BR>
<BR>
 File "/usr/lib/python2.5/site-packages/pykickstart/commands/method.py", line 81, in parse<BR>
   (opts, extra) = op.parse_args(args=args)<BR>
AttributeError: 'NoneType' object has no attribute 'parse_args'<BR>
install exited abnormally [1/1]<BR>
<BR>
This happens right after anaconda started the X server.<BR>
<BR>
The kickstart file used looks fairly straight forward. Could this be a known error?<BR>
thanks<BR>
--martin<BR>
<BR>
ks.cfg:<BR>
#--- Installation method (install, no upgrade) and source (CD-ROM)<BR>
install<BR>
cdrom<BR>
<BR>
#--- Debugging (uncomment next line to debug in the interactive mode)<BR>
#interactive<BR>
<BR>
#--- Language and input support<BR>
lang en_US.UTF-8<BR>
##langsupport --default=en_US.UTF-8 en_US.UTF-8<BR>
keyboard us<BR>
##mouse generic3ps/2<BR>
<BR>
#--- X-Windows (use "skipx" directive to skip X-Windows configuration)<BR>
skipx<BR>
<BR>
#--- Network configuration<BR>
# Add some default or else Anaconda will pop a window and ask<BR>
network --device eth0 --bootproto static --ip 192.168.1.176 --netmask 255.255.255.0 --gateway 192.168.1.1 --nameserver 192.168.1.145 --hostname sipx.example.com<BR>
<BR>
#--- Authentication and security<BR>
rootpw setup<BR>
firewall --disabled<BR>
selinux --disabled<BR>
authconfig --enableshadow --enablemd5<BR>
<BR>
#--- Time zone<BR>
timezone America/New_York<BR>
<BR>
#--- Boot loader<BR>
bootloader --location=mbr<BR>
<BR>
#--- Partitioning<BR>
#--- NON_RAID Disk partitioning (LVM)<BR>
zerombr yes<BR>
clearpart --all --initlabel<BR>
part /boot --fstype ext3 --size=128<BR>
part swap --size=1024<BR>
part /recovery --fstype ext3 --size=1024<BR>
part / --fstype ext3 --size=4096<BR>
part /var --fstype ext3 --size 1 --grow<BR>
<BR>
#--- Reboot the host after installation is done<BR>
reboot<BR>
<BR>
#--- Package selection<BR>
%packages --resolvedeps<BR>
e2fsprogs<BR>
<snip><BR>
</FONT>
</P>

</BODY>
</HTML>