search for: virt_use_execmem

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

2014 Sep 17
2
Re: Need Help
...sr/libexec/qemu-kvm -nographic -machine accel=kvm:tcg -device \? > > open /dev/kvm: No such file or directory > failed to initialize KVM: Operation not permitted > Back to tcg accelerator. > Could not allocate dynamic translator buffer > > I tried executing "setsebool -P virt_use_execmem=on" also after looking at > "http://libguestfs.org/guestfs-faq.1.html" but that also did not help. > Please guide me how to fix this issue and proceed further. That command is the way you're supposed to fix this problem. If it doesn't work then I don't know -- p...
2014 Sep 17
2
Re: Need Help
On Wed, Sep 17, 2014 at 07:59:03PM +0530, Priyanka Ranjan wrote: > libguestfs: command: run: /usr/libexec/qemu-kvm > libguestfs: command: run: \ -nographic > libguestfs: command: run: \ -machine accel=kvm:tcg > libguestfs: command: run: \ -device ? > libguestfs: error: /usr/libexec/qemu-kvm exited with error status 1, see > debug messages above > libguestfs: trace: launch = -1
2014 Sep 18
2
Re: Need Help
...\? >> > >> > open /dev/kvm: No such file or directory >> > failed to initialize KVM: Operation not permitted >> > Back to tcg accelerator. >> > Could not allocate dynamic translator buffer >> > >> > I tried executing "setsebool -P virt_use_execmem=on" also after looking >> at >> > "http://libguestfs.org/guestfs-faq.1.html" but that also did not >> help. >> > Please guide me how to fix this issue and proceed further. >> >> That command is the way you're supposed to fix this proble...