On 10 August 2010 10:39, Kirby Zhou <[email protected]> wrote: > fail again: > > [...@djt_10_48 ~]# virt-install -p -n xen-rhel5guest2 --ram 2048 --vcpus=4 -w > bridge:vbr0 --disk=pool=vgext,size=24 --nographics --os-variant=rhel5.4 -l > http://ftp.no.sohu.com/pub/os/Linux/RedHat/enterprise/x86_64/5ASU5/install > -x<http://ftp.no.sohu.com/pub/os/Linux/RedHat/enterprise/x86_64/5ASU5/install%0A-x>'ks=" > http://192.168.1.201/pub/ks/as-ins.php?v=5AS&a=x86_64&r=U5" > devfs=nomount ramdisk_size=16384 nofb text ksdevice=eth0 ip=10.12.10.192 > gateway=10.12.11.254 netmask=255.255.252.0 dns=192.168.131.1 > console=ttyS0,115200' > > What happens if you do
wget ' http://192.168.1.201/pub/ks/as-ins.php?v=5AS&a=x86_64&r=U5'<http://192.168.1.201/pub/ks/as-ins.php?v=5AS&a=x86_64&r=U5> and wget --post-data='v=5AS&a=x86_64&r=U5<http://192.168.1.201/pub/ks/as-ins.php?v=5AS&a=x86_64&r=U5>' ' http://192.168.1.201/pub/ks/as-ins.php<http://192.168.1.201/pub/ks/as-ins.php?v=5AS&a=x86_64&r=U5> ' (I think I've got the syntax of the second command right.) It looks to me as through as-ins.php doesn't like a POST request instead of a GET jch
_______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
