On Sun, Jul 8, 2012 at 9:59 AM, Tim Dunphy <[email protected]> wrote: > Hi Bob, > > Well I stopped iptables altogether on the cobbler host just a quick test. > But I think I unblocked 25151 only on tcp and not on udp. At any rate, the > test with iptables stopped should have ruled that out as a possible cause It > believe . > > > > [root@LCENT01:~] #koan --virt --server=cobbler --profile=rhel62-i386 > --virt-name=vm01 > - looking for Cobbler at http://cobbler:80/cobbler_api > - reading URL: http://192.168.1.36/cblr/svc/op/ks/profile/rhel62-i386 > install_tree: http://192.168.1.36/cblr/links/rhel62-i386 > libvirtd (pid 2801) is running... > - warning: old python-virtinst detected, a lot of features will be disabled > - adding disk: /var/lib/libvirt/images//vm01-disk0 of size 5 (driver > type=raw) > - ['virt-install', '--connect', 'qemu:///system', '--name', 'vm01', '--ram', > '512', '--vcpus', '1', '--autostart', '--vnc', '--hvm', '--location', > 'http://192.168.1.36/cblr/links/rhel62-i386/', '--arch', 'i386', > '--os-variant', 'rhel6', '--disk', > 'path=/var/lib/libvirt/images//vm01-disk0,size=5', '--network', > 'bridge=xenbr0', '--wait', '0', '--noautoconsole'] > usage: virt-install --name NAME --ram RAM STORAGE INSTALL [options] > > virt-install: error: no such option: --autostart > command failed (2) > > > Same thing. and as to the ServerName directive, looks like the only place I > actually have that set is in cobbler.conf > > [root@VIRTCENT14 conf.d]# grep -i servername * > cobbler.conf:ServerName cobbler.example.com > ssl.conf:#ServerName www.example.com:443
There is no longer any 404 in that output, so it seems that IPtables may have been the culprit? Adding --virt-auto-boot=0 to the end of your command should get you past that last error now. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
