RE: RHEL 6 Anaconda Error - AttributeError

"Speagle, Andy" <[email protected]>
Newsgroups gmane.linux.redhat.kickstart.general
Message-ID <EC2F9E5D7C19B444ACAC860BAA6F93941BEA8A3972@exchange-01.ad.wichita.edu>
> > Here's a link to the anaconda-tb-* ...
> >
> > http://www.aqr.aero/files/anaconda-tb-tTx5Tj
> 
> Hm, that wasn't very enlightening.  This is one of those bugs where a lot
> of people should be hitting it, but this is the first I have heard of it.
> Can you think of anything unusual you did during install?  Did you run
> media check?  Is it at all reproducible?

Well, keep in mind this is a kickstart generated via Spacewalk v1.2 ... I cloned the majority of it from a RHEL 5 kickstart.  I'm not certain if there are new directives I need to be considering.  Here's the relevant generated kickstart...  Perhaps there's something you can readily identify.

# Kickstart config file generated by Spacewalk Config Management
# Profile Label : rhel-x86_64-server-6-0
# Date Created  : 2010-11-29 21:27:30.0

install
text
network --device=eth0 --bootproto=dhcp --noipv6
url --url http://spacewalk.wichita.edu/ks/dist/rhel-x86_64-server-6-0
lang en_US
keyboard us
zerombr yes
clearpart --all --drives=sda --initlabel
bootloader --location mbr --driveorder=sda --append="rhgb quiet"
timezone --utc America/Chicago
auth --enablemd5 --enableshadow
rootpw --iscrypted <nunya>
selinux --disabled
reboot
firewall --enabled --port=22:tcp
skipx
firstboot --disabled
part /boot --fstype ext4 --size=200 --ondisk=sda
part pv.6 --size=100 --grow --ondisk=sda
volgroup rootvg --pesize=32768 pv.6
logvol swap --fstype=swap --name=swap --vgname=rootvg --size=2048
logvol /var --fstype=ext4 --name=var --vgname=rootvg --size=2048
logvol /var/tmp --fstype=ext4 --name=vartmp --vgname=rootvg --size=1024
logvol /home --fstype=ext4 --name=home --vgname=rootvg --size=2048
logvol /tmp --fstype=ext4 --name=tmp --vgname=rootvg --size=1024
logvol /opt --fstype=ext4 --name=opt --vgname=rootvg --size=2048
logvol / --fstype=ext4 --name=root --vgname=rootvg --size=4096

%packages 
@core
@base
@java
lvm2
gcc
gcc-c++
net-snmp
sysstat
strace
ntp
screen
compat-libstdc++-33
-NetworkManager*
-bluez*
-yum-updatesd
%end


Thanks,

Andy
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.