Red Hat 7.2
I am trying to build a kickstart floppy.  When I run the ks.cfg
listed below, I get the following error:

File "/usr/lib/anaconda/kickstart.py", line 726 in
definePartition
  raise ValueError, "partition command requires one anonymous
argument"
ValueError, "partition command requires one anonymous argument"
install exited abnormally

anyone have any clues?

# Kickstart file automatically generated by anaconda.
lang en_US
langsupport --default en_US en_US
keyboard us
mouse generic3ps/2 --device psaux
xconfig --card "Matrox Millennium G450" --videoram 16384 --hsync
30.0-107.0 --vsync 50.0-160.0 --resolution 1024x768 --depth 16
network --device eth0 --bootproto static --ip
204.34.175.194 --netmask 255.255.255.0 --gateway
204.34.175.194 --nameserver 204.34.175.194 --hostname kpchost
rootpw --iscrypted zÑJMLDOtQORFI
firewall --disabled
authconfig --enableshadow
timezone America/Phoenix
bootloader --append hdd=ide-scsi
# 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
install
cdrom
zerombr yes
clearpart --all
part /boot   --fstype ext3 --size 128 --asprimary 1
part  swap   --size 512 --asprimary 2
part /   --fstype ext3 --size 1000 --asprimary 3
part /home1 --fstype ext3 -- size 1000
part /home2 --fstype ext3 --size 1000
part /opt --fstype ext3 --size 1000
part /usr --fstype ext3 --size 2000
part /var --fstype ext3 --size 1000
part /security1 --fstype ext3 --size 1000
part /security2 --fstype ext3 --size 1000
part /tmp --fstype ext3 --size 512
part /test --fstype ext3 --size 512
part /h --fstype ext3 --size 1000 --grow

%packages
@ Printing Support
@ Classic X Window System
@ X Window System
@ GNOME
@ Network Support
@ NFS File Server
@ Web Server
@ DNS Name Server
@ Games and Entertainment
xbill
libogg
compat-libstdc++
SDL_image
gnome-games
tuxracer
libpcap
asp2php-gtk
SDL
gnuchess
Maelstrom
rhn_register-gnome
chromium
redhat-config-network
nmap-frontend
up2date-gnome
smpeg
Mesa-demos
SDL_net
SDL_mixer
vnc-server
freeciv
openssh-askpass-gnome
bindconf
vnc
xsnow
ucd-snmp
xboard
apacheconf
libvorbis
openssh-askpass
xpilot
gq

%post

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Shriram NK
Sent: Saturday, January 18, 2003 2:15 AM
To: [EMAIL PROTECTED]
Subject: Re: startx and Blank screen


/var/log/messages didnt have anything related to monitor or
Silicon Lynx.
Standard errors from startx were redirected to a file and is
attached with
this message. The screen blacks out after 'Initializing system'
and while
'Initializing peripherals', afterwards it seems to continue
initializing
sound card (startup audio is heard), etc.
Any other error catching logging suggestions ?

Also I had X running via startx previously, but due to a mishap,
entire hard
disk was wiped out and the trouble is after reinstall which is
thru a RH
boxed set.

thanks
sriram
----- Original Message -----
From: "Ian Firla" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 17, 2003 11:09 PM
Subject: Re: startx and Blank screen


>
> Perhaps you can post the relevant output from
/var/log/messages
>
> Ian
>
> ------------
> Dr Ian Firla
> Robert Graves Trust | "A partial count of the software
available
> St John's College, Oxford       | in just one noncommerical
Linux system
> OX1 3JP - +44-(0)7855-310565 | would have cost about $1.9
billion to
develop
> http://www.robertgraves.org | ... the way Microsoft does it"
Bruce Perens
>
>
> On Fri, 17 Jan 2003, Shriram NK wrote:
>
> > Hello,
> > I do not know if this is the proper forum, if not my
apologies and a
pointer to FAQ/user group to solve my problem will be greatly
appreciated.
> >
> > The problem:
> > I have a HP Pavillion N3390 Laptop
> > Monitor adapter - Silicon Lynx 3DM
> > Monitor - Unknown (14 " laptop display panel)
> > RH 7.1 being run
> > The OS has been installed and set to run in text mode.
> > After running 'Xconfigurator' and setting up Vertical
frequencies,
Display type, etc ; the configurator makes a 'test display' of
KDE desktop
properly. Subsequently when 'startx' is given the X session
starts up, but
within 5 seconds while its still initializing the peripherals,
the screen
goes blank. ctrl-alt-+ OR ctrl-alt-minus OR ctrl-alt-backspace do
not seem
to have any effect and I have to reboot. Doesnt even go back to
text mode
!!!
> >
> > I have followed most readily accessible RH FAQs and XFree86
FAQs and
tried various things without luck.
> > A solution to above will be greatly appreciated, an
explanation of this
peculiar behaviour, even more so.
> > regards
> > sriram
> >
>
>
>
> _______________________________________________
> Seawolf-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/seawolf-list
>



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to