Difference between revisions of "GNS3: KVM dan QEMU Permission Deny"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Jika ada error QEMU process has stopped, return code: 1 Start QEMU with -- Execution log: Could not access KVM kernel module: Permission denied qemu-system-x86_64: fai...") |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
Cara menangani-nya | Cara menangani-nya | ||
+ | sudo su | ||
chown root:usernameanda /dev/kvm | chown root:usernameanda /dev/kvm | ||
+ | Bisa coba install pip3 | ||
+ | |||
+ | pip3 install -U yarl==0.9.8 | ||
+ | pip3 install -U aiohttp-cors==0.5.1 | ||
Latest revision as of 08:49, 13 December 2018
Jika ada error
QEMU process has stopped, return code: 1 Start QEMU with -- Execution log: Could not access KVM kernel module: Permission denied qemu-system-x86_64: failed to initialize KVM: Permission denied
Cara menangani-nya
sudo su chown root:usernameanda /dev/kvm
Bisa coba install pip3
pip3 install -U yarl==0.9.8 pip3 install -U aiohttp-cors==0.5.1