Dan,<br><br>Thanks for the response.  I changed my command to: <br><br>virt-install --name=fc6g3 --ram=512 --vcpus=1 --file=/var/lib/xen/images/fc6g3.img --file-size=5 --paravirt --location=<a href="http://download.fedora.redhat.com/pub/fedora/linux/core/6/x86_64/os">
http://download.fedora.redhat.com/pub/fedora/linux/core/6/x86_64/os</a> --vnc<br><br>But, I get the same error.  I then disabled SELinux and still got the same error.<br><br>Do you know of any working tutorials on this?  I have looked at:
<br><a href="https://virt.108.redhat.com/articles/2007/01/15/xen-chapter-from-fedora-core-6-unleashed.html">https://virt.108.redhat.com/articles/2007/01/15/xen-chapter-from-fedora-core-6-unleashed.html</a><br><a href="http://fedoraproject.org/wiki/FedoraXenQuickstartFC6">
http://fedoraproject.org/wiki/FedoraXenQuickstartFC6</a><br>They both are short on details.<br><br>Thanks,<br><br>Bill<br><br><br><div><span class="gmail_quote">On 2/4/07, <b class="gmail_sendername">Daniel P. Berrange</b>
 <<a href="mailto:berrange@redhat.com">berrange@redhat.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Thu, Feb 01, 2007 at 03:38:33PM -0500, Bill Zingler wrote:
<br>> The following command yeilds the error below.  Anyone have any ideas what<br>> could be the problem.  Am I encountering a problem due to using the x86_64<br>> version of FC6?<br>><br>> Thanks,<br>>
<br>> Bill<br>><br>> virt-install --name=fc6g3 --ram=512 --vcpus=1 --file=/home/admin/fc6g3.img<br>> --file-size=5 --paravirt --location=<br>> <a href="http://download.fedora.redhat.com/pub/fedora/linux/core/6/x86_64/os">
http://download.fedora.redhat.com/pub/fedora/linux/core/6/x86_64/os</a> --vnc<br><br>If you have SELinux enabled, then this will fail because the disk image is<br>under in a permitted directory. SELinux policy requires disk images to be
<br>in either /xen (for legacy compat), or /var/lib/xen/images (current preferred).<br><br>If you really really want to keep disk images elsewhere, then you need to<br>add the extra directory to the policy & make sure its labelled, eg
<br><br>To add to policy:<br><br>    semanage fcontext --add -t xen_image_t '/home/admin/xen(/.*)?'<br><br>And then to label the dir:<br><br>    restorecon /home/admin/xen<br><br>Regards,<br>Dan.<br>--<br>|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|
<br>|=-           Perl modules: <a href="http://search.cpan.org/~danberr/">http://search.cpan.org/~danberr/</a>              -=|<br>|=-               Projects: <a href="http://freshmeat.net/~danielpb/">http://freshmeat.net/~danielpb/
</a>               -=|<br>|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=|<br></blockquote></div><br><br clear="all"><br>-- <br>Bill Zingler<br>Zingler & Associates, Inc.<br>(443) 822-4857