search for: hd1short

Displaying 4 results from an estimated 4 matches for "hd1short".

2008 Aug 16
0
kickstart and 5.2 x86_64 giving errors.
...tp authconfig --enableshadow --enablemd5 selinux --disabled timezone --utc America/Indiana/Indianapolis %include /tmp/partition-information %pre #!/bin/sh ##? generic? script? to? pick? hda, sda, or RAID 1 # -a "`cat /proc/ide/hda/media`"? =? "disk"? ] HD1="/dev/sda" HD1SHORT="sda" HD2="/dev/sdb" HD2SHORT="sdb" if [ -e /proc/ide/hda/media ] then if [ "`cat /proc/ide/hda/media`" == "disk" ] then HD1="/dev/hda" HD1SHORT="hda" HD2="/dev/hdb" HD2SHORT="hdb" fi fi ## Determi...
2011 Jul 18
2
Centos EL6 install issue
I am trying to install on a kvm virtual machine (host is C5). At some point it stops with install error about cyrus-sasl. I goto the /root/install.log in I have a number of errors about: Installing libstdc++ warning %post scriplet failed. exit status 127 Install zlib warning %post scriptlet failed. exit status 127 Install libxml2 warning %post scriplet failed. exit status 127 this continues for
2009 Apr 28
2
new install and software raid
...e a reason why after a software raid install (from kickstart) that md1 is always unclean. md0 seems fine. boot screen says md1 is dirty and cat /proc/mdstat show md1 as being rebuilt. Any ideas? Jerry --------------- my kickstart -------------- echo "bootloader --location=mbr --driveorder=$HD1SHORT --append=\"rhgb quiet\" " > /tmp/partition-information echo "clearpart --all --initlabel " >> /tmp/partition-information echo "part --ondisk=$HD1...
2008 Aug 21
0
kickstart error on 5.2 exception
...;autoscreenshot': False} id.ksdata.authconfig: --enableshadow --enablemd5 id.ksdata.driverdisk: id.ksdata.key: id.ksdata.scripts: [AnacondaKSScript instance, containing members: script: #!/bin/sh ##? generic? script? to? pick? hda, sda, or RAID 1 HD1="/dev/sda" HD1SHORT="sda" HD2="/dev/sdb" HD2SHORT="sdb" if [ -e /proc/ide/hda/media ] then if [ "`cat /proc/ide/hda/media`" = "disk" ] then HD1="/dev/hda" HD1SHORT="hda" HD2="/dev/hdb" HD2SHORT="hdb" fi fi ## Determin...