Hi, It's been some time ago since I last played with Cobbler so there are certain things I've forgotten. Excuse me if I ask the obvious :)
I'm trying to install a Debian 6 virtual (kvm). I've imported a Debian 6 DVD (the first) succesfully, adjusted the generated profile to match my network settings and pointed to the sample.seed (fresh from git) but when I try to roll out a vm I'm getting errors: # koan -v -y debtest01 -s 192.168.122.1 - looking for Cobbler at http://192.168.122.1:80/cobbler_api install_tree: http://192.168.122.1/cblr/ks_mirror/debian6 libvirtd.service - Virtualization daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled) Active: active (running) since Wed, 31 Oct 2012 07:43:40 +0100; 2h 24min ago Main PID: 1041 (libvirtd) CGroup: name=systemd:/system/libvirtd.service ├ 1041 /usr/sbin/libvirtd --listen └ 1153 /sbin/dnsmasq --strict-order --bind-interfaces --local=// --domain-needed --pid-file=/var/run/libvirt/network/default.pid --conf-file... Oct 31 07:43:41 porcaria.keijser.lan dnsmasq[1153]: compile time options: IPv6 GNU-getopt DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack Oct 31 07:43:41 porcaria.keijser.lan dnsmasq-dhcp[1153]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h Oct 31 07:43:41 porcaria.keijser.lan dnsmasq[1153]: using local addresses only for unqualified names Oct 31 07:43:41 porcaria.keijser.lan dnsmasq[1153]: reading /etc/resolv.conf Oct 31 07:43:41 porcaria.keijser.lan dnsmasq[1153]: using nameserver 192.168.1.1#53 Oct 31 07:43:41 porcaria.keijser.lan dnsmasq[1153]: using local addresses only for unqualified names Oct 31 07:43:41 porcaria.keijser.lan dnsmasq[1153]: read /etc/hosts - 57 addresses Oct 31 07:43:48 porcaria.keijser.lan dnsmasq[1153]: reading /etc/resolv.conf Oct 31 07:43:48 porcaria.keijser.lan dnsmasq[1153]: using nameserver 192.168.1.1#53 Oct 31 07:43:48 porcaria.keijser.lan dnsmasq[1153]: using local addresses only for unqualified names - warning: old python-virtinst detected, a lot of features will be disabled - adding disk: /var/lib/libvirt/images/debtest01-disk0 of size 6 (driver type=raw) - ['virt-install', '--connect', 'qemu:///system', '--name', 'debtest01', '--ram', '1024', '--vcpus', '1', '--vnc', '--extra-args=url=http://192.168.122.1/cblr/svc/op/ks/system/debtest01 auto ksdevice=link lang= text ', '--location', 'http://192.168.122.1/cblr/ks_mirror/debian6/', '--arch', 'x86_64', '--os-variant', 'generic26', '--disk', 'path=/var/lib/libvirt/images/debtest01-disk0,size=6', '--network', 'bridge=virbr01', '--mac=00:16:3e:69:4b:99', '--wait', '0', '--noautoconsole'] ERROR Error validating install location: Could not find an installable distribution at 'http://192.168.122.1/cblr/ks_mirror/debian6/' The location must be the root directory of an install tree. command failed (1) Running cobbler 2.4.0 from the fedora updates-testing repo. Thanks in advance, Léon _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
