Hi, I would like to create a FC4 guest over my new FC6 domain, so I use virt-manager...when I finish the wizard I have this error: Guest Install Error ERROR: Invalid URL location given: [Errno 14] HTTP Error 404: Date: Wed, 08 Nov 2006 15:37:00 GMT Server: Apache/2.0.52 (Red Hat) Last-Modified: Wed, 08 Nov 2006 15:16:09 GMT ETag: "2896fb-1051-cc6be040" Accept-Ranges: bytes Content-Length: 4177 Connection: close Content-Type: text/html; charset=UTF-8 Why? this is the summary: machine name: lokildap virtualization method: paravirtualized installation source: http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/ kickstart source: Disk image /xen/fedora/fc4 disk size: 4000mb Maximum memory: 256 mb Initial memory: 128mb Virtual CPU: 1 thank you -- ------------------------------------------------- Cristina Tanzi Tolenti CED - Provincia di Cremona C.so V.Emanuele II, 17 - 26100 Cremona tel. 0372/406362 e-mail cristina.tanzitolenti@provincia.cremona.it -------------------------------------------------
On Wed, Nov 08, 2006 at 04:47:58PM +0100, Cristina Tanzi Tolenti wrote:> Hi, > > I would like to create a FC4 guest over my new FC6 domain, so I use > virt-manager...when I finish the wizard I have this error: > > Guest Install Error > ERROR: Invalid URL location given: [Errno 14] HTTP Error 404: Date: Wed, > 08 Nov 2006 15:37:00 GMT > Server: Apache/2.0.52 (Red Hat) > Last-Modified: Wed, 08 Nov 2006 15:16:09 GMT > ETag: "2896fb-1051-cc6be040" > Accept-Ranges: bytes > Content-Length: 4177 > Connection: close > Content-Type: text/html; charset=UTF-8 > > Why?It is trying to fetch the Xen kernel from the download location. Since FC4 does not support Xen there is no kernel to fetch & this you get this 404 error. We should do better reporting in this case really.> this is the summary: > machine name: lokildap > virtualization method: paravirtualized > installation source: > http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/ > kickstart source: > Disk image /xen/fedora/fc4 > disk size: 4000mb > Maximum memory: 256 mb > Initial memory: 128mb > Virtual CPU: 1Since FC4 has no Xen support you''ll need to do a fully-virtualized install instead (assuming you have VT support in your CPU) Regards, Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
On Thu, 2006-11-09 at 12:23 +0100, Cristina Tanzi Tolenti wrote:> Daniel P. Berrange ha scritto: > > On Wed, Nov 08, 2006 at 04:47:58PM +0100, Cristina Tanzi Tolenti wrote: > > > > > Hi, > > > > > > I would like to create a FC4 guest over my new FC6 domain, so I use > > > virt-manager...when I finish the wizard I have this error: > > > > > > Guest Install Error > > > ERROR: Invalid URL location given: [Errno 14] HTTP Error 404: Date: Wed, > > > 08 Nov 2006 15:37:00 GMT > > > Server: Apache/2.0.52 (Red Hat) > > > Last-Modified: Wed, 08 Nov 2006 15:16:09 GMT > > > ETag: "2896fb-1051-cc6be040" > > > Accept-Ranges: bytes > > > Content-Length: 4177 > > > Connection: close > > > Content-Type: text/html; charset=UTF-8 > > > > > > Why? > > > > > > > It is trying to fetch the Xen kernel from the download location. Since > > FC4 does not support Xen there is no kernel to fetch & this you get this > > 404 error. We should do better reporting in this case really. > >...> > Unfortunately my CPU don''t support VT, and if I try RHEL4.4 instead of > FC4?There will be a pv kernel in RHEL4.5, but currently this would fail in the same way.
Daniel P. Berrange ha scritto:> On Wed, Nov 08, 2006 at 04:47:58PM +0100, Cristina Tanzi Tolenti wrote: > >> Hi, >> >> I would like to create a FC4 guest over my new FC6 domain, so I use >> virt-manager...when I finish the wizard I have this error: >> >> Guest Install Error >> ERROR: Invalid URL location given: [Errno 14] HTTP Error 404: Date: Wed, >> 08 Nov 2006 15:37:00 GMT >> Server: Apache/2.0.52 (Red Hat) >> Last-Modified: Wed, 08 Nov 2006 15:16:09 GMT >> ETag: "2896fb-1051-cc6be040" >> Accept-Ranges: bytes >> Content-Length: 4177 >> Connection: close >> Content-Type: text/html; charset=UTF-8 >> >> Why? >> > > It is trying to fetch the Xen kernel from the download location. Since > FC4 does not support Xen there is no kernel to fetch & this you get this > 404 error. We should do better reporting in this case really. > > >> this is the summary: >> machine name: lokildap >> virtualization method: paravirtualized >> installation source: >> http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/ >> kickstart source: >> Disk image /xen/fedora/fc4 >> disk size: 4000mb >> Maximum memory: 256 mb >> Initial memory: 128mb >> Virtual CPU: 1 >> > > Since FC4 has no Xen support you''ll need to do a fully-virtualized > install instead (assuming you have VT support in your CPU) > > Regards, > Dan. >Unfortunately my CPU don''t support VT, and if I try RHEL4.4 instead of FC4? thany you