search for: roload

Displaying 3 results from an estimated 3 matches for "roload".

Did you mean: reload
2013 Jun 25
0
Re: Permission denied
...;/> > <target dev='hda' bus='ide'/> > <address type='drive' controller='0' bus='0' target='0' unit='0'/> > </disk> Here you're putting the disk in /home/roland, and I'm guessing that /home/roload is mode -rwx-------, which will prevent the QEMU user ID from accessing the disk. When using qemu:///system, it is recommended to use /var/lib/libvirt/images as the disk storage location. If you really want to use /home/roland, then make sure it has go+x permission bit set. Daniel -- |: http:...
2013 Jun 25
1
Re: Permission denied
...rget dev='hda' bus='ide'/> > > <address type='drive' controller='0' bus='0' target='0' unit='0'/> > > </disk> > > Here you're putting the disk in /home/roland, and I'm guessing > that /home/roload is mode -rwx-------, which will prevent the > QEMU user ID from accessing the disk. > > When using qemu:///system, it is recommended to use > /var/lib/libvirt/images as the disk storage location. > I have done that now, but still have the same problem. $ ls -la total 15899728 drw...
2013 Jun 25
2
Permission denied
System: $ cat /etc/issue Ubuntu 12.10 \n \l $ uname -a Linux Matt-HP 3.5.0-34-generic #55-Ubuntu SMP Thu Jun 6 20:20:19 UTC 2013 i686 i686 i686 GNU/Linux I have a converted VMWare virtual machine which I converted by using: $ vmware2libvirt -f ./WinXPPro.vmx > WinXPPro.xml $ virsh -c qemu:///system define WinXPPro.xml After various efforts to start the machine, I changed some of the