mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 22:30:38 +01:00
qemu restarts, when clicked on MacOS BaseSystem #420
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 @ash-hashtag on GitHub (Nov 5, 2022).
OS related issued, please help us identify the issue by posting the output of this
; echo "${DISPLAY}"
; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
; grep NAME /etc/os-release
; df -h .
; qemu-system-x86_64 --version
; libvirtd --version
; free -mh
; nproc
; egrep -c '(svm|vmx)' /proc/cpuinfo
; ls -lha /dev/kvm
; ls -lha /tmp/.X11-unix/
; ps aux | grep dockerd
; docker ps | grep osx
; grep "docker|kvm|virt" /etc/group
Linux spt-Dell-G15-5515 5.15.0-41-generic #44-Ubuntu SMP Wed Jun 22 14:20:53 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
:0.0
[sudo] password for spt:
1
NAME="Linux Mint"
PRETTY_NAME="Linux Mint 21"
VERSION_CODENAME=vanessa
UBUNTU_CODENAME=jammy
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p5 172G 17G 147G 11% /
QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.5)
Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers
libvirtd (libvirt) 8.0.0
total used free shared buff/cache available
Mem: 11Gi 2.7Gi 464Mi 22Mi 7.9Gi 8.0Gi
Swap: 2.0Gi 3.0Mi 2.0Gi
12
12
crw-rw----+ 1 root kvm 10, 232 Nov 5 18:49 /dev/kvm
total 8.0K
drwxrwxrwt 2 root root 4.0K Nov 5 2022 .
drwxrwxrwt 18 root root 4.0K Nov 5 18:49 ..
srwxrwxrwx 1 root root 0 Nov 5 2022 X0
root 29951 3.5 0.7 2268160 82508 ? Ssl 18:15 1:33 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
spt 56526 0.0 0.0 9208 2388 pts/3 S+ 18:59 0:00 grep --color=auto dockerd
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json": dial unix /var/run/docker.sock: connect: permission denied
kvm:x:109:
docker:x:138:
libvirt:x:141:spt
libvirt-qemu:x:64055:libvirt-qemu
libvirt-dnsmasq:x:142:
This is the console output when the container started, no additional output when it restarts,
this is the picture, just before it restarts

and this is how I'm running, and also followed initial steps
tested with bigsur works fine, but I need monterey, for xcode
@sickcodes commented on GitHub (Nov 18, 2022):
Not sure bout this one, can you try the CPU options in: https://github.com/sickcodes/Docker-OSX/issues/567