mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
failed to start on Ubuntu 20.04 due to pulseaudio #305
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 @j75 on GitHub (Jan 21, 2022).
OS related issued, please help us identify the issue by posting the output of this
uname -a
; 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 5.13.0-27-generic #29~20.04.1-Ubuntu SMP Fri Jan 14 00:32:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
:0
1
NAME="Ubuntu"
PRETTY_NAME="Ubuntu 20.04.3 LTS"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 283G 196G 73G 73% /home
QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.19)
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
libvirtd (libvirt) 6.0.0
total used free shared buff/cache available
Mem: 31Gi 4,1Gi 19Gi 315Mi 7,1Gi 26Gi
Swap: 32Gi 0B 32Gi
4
8
crw-rw-rw-+ 1 root kvm 10, 232 janv. 21 23:30 /dev/kvm
total 0
drwxrwxrwt 2 root root 60 janv. 21 20:46 ./
drwxrwxrwt 21 root root 520 janv. 21 23:39 ../
srwxrwxrwx 1 root root 0 janv. 21 20:46 X0=
root 2466 0.0 0.2 1094880 97396 ? Ssl 20:47 0:05 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
marian 44384 0.0 0.0 15408 2716 pts/0 S+ 23:39 0:00 grep --color dockerd
kvm:x:108:marian
libvirt:x:150:marian,nina
libvirt-qemu:x:64055:libvirt-qemu
libvirt-dnsmasq:x:151:
docker:x:152:marian
My username is
marian.When starting the application:
@sickcodes commented on GitHub (Jan 24, 2022):
This looks like
gtk initialization failedissue instead,xhost +and check the test folder script for anything missing@j75 commented on GitHub (Jan 26, 2022):
Yes, it is better after doing that - however, some messages persist:
Are they important?