Stephen Neoh
2007-Nov-29 08:58 UTC
[Xen-users] Error create domain :Disk image does not exist
I''m using Fedora Virtual Manager to create a full virtualization Windows XP domU and i got this error message Error create domain : Disk image does not exist (home/user/xen/winxp.dsk) Need help on this.... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sadique Puthen
2007-Nov-29 09:13 UTC
Re: [Xen-users] Error create domain :Disk image does not exist
Stephen Neoh wrote:> I''m using Fedora Virtual Manager to create a full virtualization > Windows XP domU and i got this error message > > Error create domain : Disk image does not exist (home/user/xen/winxp.dsk)It''s SElinux causing this issue. By default SElinux would allow xend to read/write images from any location in filesystem except /var/lib/xen/images. Your solutions are, - Put the image at /var/lib/xen/images - Add /home to the SElinux policies so that SElinux would allow xend to read files from /home - Or turn off Selinux. setenforce 0 --Sadique> > Need help on this.... > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sadique Puthen
2007-Nov-29 09:19 UTC
Re: [Xen-users] Error create domain :Disk image does not exist
Sadique Puthen wrote:> Stephen Neoh wrote: >> I''m using Fedora Virtual Manager to create a full virtualization >> Windows XP domU and i got this error message >> >> Error create domain : Disk image does not exist >> (home/user/xen/winxp.dsk) > > It''s SElinux causing this issue. By default SElinux wouldwould = wouldn''t> allow xend to read/write images from any location in filesystem except > /var/lib/xen/images. Your solutions are, > > - Put the image at /var/lib/xen/images > - Add /home to the SElinux policies so that SElinux would allow xend > to read files from /home > - Or turn off Selinux. setenforce 0 > > --Sadique >> >> Need help on this.... >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users