kickstart file and fc 8 anaconda don't work ??

Gregory Machin gdm at linuxpro.co.za
Tue Aug 5 07:04:50 UTC 2008


On Tue, Aug 5, 2008 at 8:27 AM, Clint Dilks <clintd at scms.waikato.ac.nz> wrote:
> Gregory Machin wrote:
>>
>> Hi
>> I have a kickstart file generated by an fc 8 install. but when I try
>> and install using it "linux ks=htp://192.168.2.203/ks.cgi" anaconda
>> crashes spitting out errors
>> the same kickstart file works fine on fc 6 .. the file is below ..
>> what have I missed ?
>>
>> # Kickstart file automatically generated by anaconda.
>>
>> install
>> cdrom
>> lang en_US.UTF-8
>> keyboard us
>> xconfig --startxonboot
>> #network --device eth0 --bootproto dhcp
>> network --device eth0 --bootproto static --ip 192.168.2.15 --netmask
>> 255.255.255.0 --gateway 192.168.2.254 --nameserver
>> 192.168.2.196,192.168.1.240 --hostname localmail
>> #network --device eth1 --onboot no --bootproto dhcp
>> rootpw  --iscrypted $1$aUncFjoy$J7ze.LFhCyAYJABgB3GJX/
>> firewall --enabled --port=22:tcp
>> authconfig --enableshadow --enablemd5
>> selinux --enforcing
>> timezone --utc Africa/Johannesburg
>> bootloader --location=mbr --driveorder=sda,sdb --append="rhgb quiet"
>> # The following is the partition information you requested
>> # Note that any partitions you deleted are not expressed
>> # here so unless you clear all partitions first, this is
>> # not guaranteed to work
>> #clearpart --linux --drives=sda
>> #part /boot --fstype ext3 --size=200 --ondisk=sda
>> #part pv.7 --size=0 --grow --ondisk=sda
>> #volgroup VolGroup00 --pesize=32768 pv.7
>> #logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00
>> --size=1000 --grow --maxsize=1984
>> #logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024
>> --grow
>>
>> %packages
>> @mysql
>> @admin-tools
>> @editors
>> @system-tools
>> #@fonts
>> @text-internet
>> @dns-server
>> @gnome-desktop
>> @core
>> @authoring-and-publishing
>> @base
>> @ftp-server
>> @hardware-support
>> @java
>> @base-x
>> @web-server
>> @dial-up
>> @server-cfg
>> @development-libs
>> #@legacy-fonts
>> @development-tools
>> @graphical-internet
>> php-mysql
>> radeontool
>> wireshark-gnome
>> fuse
>> audit
>> lynx
>> gnome-netstatus
>> pax
>> bridge-utils
>> urw-fonts
>> ghostscript-fonts
>> imake
>> -NetworkManager-openvpn
>> -NetworkManager-vpnc
>> -BackupPC
>> -fetchmail
>> -vino
>> -gnome-power-manager
>> -gnome-system-monitor
>> -gnome-bluetooth
>> -gok
>> -gnome-audio
>> -gnome-phone-manager
>> -bluez-gnome
>> -gnome-vfs2-obexftp
>> -pulseaudio-module-x11
>> -pulseaudio-module-gconf
>> -nautilus-sendto
>> -gnome-screensaver
>> -pulseaudio-esound-compat
>> -bluez-utils
>> -system-config-nfs
>> -system-config-samba
>>
>> %post
>> yum -y update
>>
>>
>
> Hi
>
> Some obvious questions here if you are kick starting from a Web Server do
> you really want the install method to be CD Rom ?  And If so is a CD / DVD
> in the system ?  And are you deliberately leaving the partitioning
> information commented out ?
>
> It would probably be more helpful if you can tell us what errors Anaconda is
> displaying.
> Have nice day :)
>
>
Yes for the time being I want to install from DVD Rom
Yes I'm leaving the partioning out as the drive sizes will change
between machines

There are alot of errors if I shift page up ..

The last few on the screen are

File "/usr/lib/python2.5/site-packages/pykickstart/base.py", line 321,
in dispatcher
  self.commands[cmd].parse(args[1:1])
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]


thanks
Greg




More information about the fedora-list mailing list