Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

QEMU KVM on UBUNTU 16.04 PERMISSION DENIED

$
0
0
I am trying to add qemu arguments to my vm. However I am constantly running into an issue with a newly created file that I put into the temp directory, /tmp/ivshmem_socket, in which when I start my domain using virsh I am getting the following error message:
error: internal error: process exited while connecting to monitor: 2017-12-19T14:49:54.446516Z qemu-system-x86_64: -chardev socket,path=/tmp/ivshmem_socket,id=ivshmem: Failed to connect socket: Permission denied

for my setupon /etc/libvirt/qemu.conf
I made the following changes:
Code:

# Some examples of valid values are:
#
#      user = "qemu"  # A user named "qemu"
#      user = "+0"    # Super user (uid=0)
#      user = "100"    # A user named "100" or a user with uid=100
#
#user = "root"
user = "root"
group = "root"


I also rebooted after that as well, please let me know what I am doing wrong?

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>