mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
(qemu) gtk initialization failed #302
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaetan1903 on GitHub (Jan 12, 2022).
uname -a
; echo "${DISPLAY}"
; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
; grep NAME /etc/os-release
; df -h .
;
; libvirtd --version
; free -mh
; nproc
; egrep -c '(svm|vmx)' /proc/cpuinfo
; ls -lha /dev/kvm
;
; ps aux | grep dockerd
; docker ps | grep osx
; grep "docker|kvm|virt" /etc/group
Linux DevArch 5.15.13-arch1-1 #1 SMP PREEMPT Wed, 05 Jan 2022 16:20:59 +0000 x86_64 GNU/Linux
:0
[sudo] Mot de passe de gaetan1903 :
1
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/nvme0n1p7 93G 79G 9,3G 90% /home
libvirtd (libvirt) 7.10.0
total utilisé libre partagé tamp/cache disponible
Mem: 15Gi 2,1Gi 9,4Gi 622Mi 4,0Gi 12Gi
Partition d'échange: 3,1Gi 0B 3,1Gi
8
16
crw-rw-rw- 1 root kvm 10, 232 12 janv. 21:55 /dev/kvm
root 1488 0.1 0.5 1903092 82192 ? Ssl 21:52 0:00 /usr/bin/dockerd -H fd://
gaetan1+ 3332 0.0 0.0 6512 2404 pts/1 S+ 21:59 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox dockerd
kvm:x:992:gaetan1903
libvirt:x:969:gaetan1903
docker:x:966:gaetan1903
log
@gaetan1903 commented on GitHub (Jan 12, 2022):
remove t in docker run -it fix the problem
@gaetan1903 commented on GitHub (Jan 12, 2022):
what i do after installing

@gaetan1903 commented on GitHub (Jan 14, 2022):
I pulled the auto version 👍🏾