@sickcodes commented on GitHub (Jun 5, 2020):
Try this
echo $DISPLAY
# ARCH
sudo pacman -S xorg-xhost
# UBUNTU DEBIAN
sudo apt install x11-xserver-utils
# CENTOS RHEL FEDORA
sudo…
@sickcodes commented on GitHub (Jun 6, 2020):
@jhasse let me know if that solved it so I can close this :)
@icanc0 commented on GitHub (Jun 4, 2020):
same issue here, but mine doesnt even support avx, could that be a problem
@luposlip commented on GitHub (Jun 4, 2020):
Just tried ghgrp kvm /dev/kvm. Now ls -la /dev/kvm reveals:
crw-rw----+ 1 root kvm 10, 232 Jun 4 20:56 /dev/kvm
Still same error.
@sickcodes commented on GitHub (Jun 4, 2020):
Show the output of these:
pgrep -a X
echo $DISPLAY
echo $TERM
My output is:
1858 /usr/lib/Xorg -nolisten tcp :0 vt1
:0.0
…
@arsham commented on GitHub (Jun 4, 2020):
Try this then run the container:
xhost +
@wooque commented on GitHub (Jun 4, 2020):
My output is
884 /usr/lib/Xorg :0 -keeptty vt1 -keeptty -auth /tmp/serverauth.TZlK7LVmUW
:0
rxvt-unicode-256color
Running i3 window…
@sickcodes commented on GitHub (Jun 4, 2020):
Mines like this crw-rw-rw- 1 root kvm 10, 232 Jun 5 03:20 kvm
Try this:
sudo ghgrp kvm /dev/kvm
sudo chmod 666 /dev/kvm
@luposlip commented on GitHub (Jun 4, 2020):
I've tried anything in the README and here, and (also) still have the same issue:
docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix…
@sickcodes commented on GitHub (Jun 4, 2020):
Which display number are you using? This uses Display=:0.0 you can change it in the docker file
echo $DISPLAY
@maietta commented on GitHub (Dec 22, 2022):
I got stuck here too, finally got the OS installed only to restart my container and everything gone. (Wish the docs were just a bit more clear about this)
@ghost commented on GitHub (Jun 4, 2020):
@sickcodes
-
archisn't a member of thekvmandlibvirtdgroups -
/dev/kvmneeds to be owned by thekvmgroup
those two issues cause…
@wooque commented on GitHub (Jun 4, 2020):
Same problem.
~ (master) echo $DISPLAY
:0
@xlash123 commented on GitHub (Jun 4, 2020):
Why are we running qemu on the host? Can't that go inside the Docker container?
@sickcodes commented on GitHub (Jun 4, 2020):
I get the error if I run it without --privileged and also without the tmp folders
Try running it with this: `docker run --privileged --net host…
@jhasse commented on GitHub (Jun 4, 2020):
GNOME Shell 3.36.2, X11 with Nvidia proprietary driver
@sickcodes commented on GitHub (Jun 4, 2020):
Try adding all these: ~~`sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager uml-utilities libguestfs-tool…
@sickcodes commented on GitHub (Mar 13, 2021):
Yeah you don't even have to partition it, just erase the biggest disk and quit the disk utility
@livefromph commented on GitHub (Dec 22, 2022):
Have you tried these?
# Boot the macOS Base System # Click Disk Utility # Erase the biggest disk # Partition…