[Assist] qemu VS virt-manager

pelzflorian (Florian Pelz) pelzflorian at pelzflorian.de
Thu Oct 25 05:56:50 GMT 2018


On Wed, Oct 24, 2018 at 05:15:44PM -0400, Jonathan Lapointe wrote:
> Yes this command is on a single line: there the command...sudo
> QEMU_PA_SAMPLES=128 QEMU_AUDIO_DRV=alsa qemu-system-x86_64 -enable-kvm -cpu
> host -smp cores=2 -m 4096 -vga virtio -soundhw ac97
> /home/j2lapoin/Vm/windows10.qcow2 -runas j2lapoin
> 
> it give as error:  " doesn't exist (and is not <uid>:<gid>)
> 
> 

Ah I see now, the sudo should be to the right of the environment
variables:

QEMU_PA_SAMPLES=128 QEMU_AUDIO_DRV=alsa qemu-system-x86_64 sudo -enable-kvm -cpu host -smp cores=2 -m 4096 -vga virtio -soundhw ac97 /home/j2lapoin/Vm/windows10.qcow2 -runas j2lapoin

Regards,
Florian


More information about the Assist mailing list