On Mon, Oct 30, 2006 at 06:19:46AM -0600, Paul Clark wrote:
Here is the /root/.virt-manager/virt-manager.log
Sun, 29 Oct 2006 01:35:13 DEBUG Creating a VM test UUID: a43ba159-c6c2-df63-275e-b11547bbfce4 Source: http://mormon.home/distro/i386/os/ Kickstart: Memory: 500 # VCPUs: 1 Filesize: 4.8828125 Disk image: /vm/test1 Sun, 29 Oct 2006 01:35:13 DEBUG Starting background install process Sun, 29 Oct 2006 01:35:13 ERROR Could not complete install Invalid URL location given: [Errno 14] HTTP Error 404: Date: Sun, 29 Oct 2006
Ok, so its trying to fetch the Xen kernel & initrd images. On the same machine as virt-manager is running, are you able to do:
wget http://mormon.home/distro/i386/os/images/xen/vmlinux
And
wget http://mormon.home/distro/i386/os/images/xen/initrd
Which are the two URLs virt-manager will be looking for here. Since you said going to download.fedora.redhat.com works OK, I think you must have an apache mis-configuration, or the URL itself has a typo perhaps ?
Regards, Dan.