Failed to start Docker-OSX container running ventura previously installed return error curl: (28) SSL connection timeout #526

Open
opened 2025-12-29 01:21:03 +01:00 by adam · 0 comments
Owner

Originally created by @jiggabyte on GitHub (Sep 3, 2023).

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

my details are: following the same order

Linux byter 5.4.0-156-generic #173-Ubuntu SMP Tue Jul 11 07:25:22 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

:0

1

NAME="Ubuntu"
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

Filesystem Size Used Avail Use% Mounted on
/dev/sda6 268G 155G 101G 61% /home

QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.27)
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers

Command 'libvirtd' not found, but can be installed with:
sudo apt install libvirt-daemon

          total        used        free      shared  buff/cache   available

Mem: 15Gi 9.5Gi 266Mi 551Mi 5.7Gi 5.1Gi
Swap: 3.8Gi 31Mi 3.8Gi

4

4

crw-rw----+ 1 root kvm 10, 232 Sep 3 07:07 /dev/kvm

total 76K
drwxrwxrwt 2 root root 4.0K Sep 3 07:14 .
drwxrwxrwt 41 root root 68K Sep 3 08:33 ..
srwxrwxrwx 1 jigga jigga 0 Sep 3 07:14 X0
srwxrwxr-x 1 gdm gdm 0 Sep 3 07:09 X1024
srwxrwxr-x 1 gdm gdm 0 Sep 3 07:09 X1025

root 5304 0.1 0.5 1688144 81776 ? Ssl 07:08 0:10 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
jigga 81637 0.0 0.0 9032 2592 pts/0 S+ 08:37 0:00 grep --color=auto dockerd

--- nothing ---- or 722c6aa1c8db sickcodes/docker-osx:ventura "/bin/bash -c 'sudo …" 12 days ago Up 4 seconds 0.0.0.0:50922->10022/tcp, :::50922->10022/tcp jovial_sammet

docker:x:999:jigga
kvm:x:134:jigga

I have installed ventura using the command on the readme and configured the container osx installing and using it briefly but I later discovered that each time I run docker start <container_name> it runs for a while and exits then I ran docker logs <container_name> to find out that a curl error is being thrown

0 0 0 0 0 0 0 0 --:--:-- 0:04:58 --:--:-- 0 0 0 0 0 0 0 0 --:--:-- 0:04:59 --:--:-- 0 0 0 0 0 0 0 0 --:--:-- 0:05:00 --:--:-- 0
curl: (28) SSL connection timeout
DEVICE_MODEL: iMacPro1,1
SERIAL_SET_COUNT: 1
OUTPUT_DIRECTORY: .
"iMacPro1,1","C02XK06THX87","C02842303QXJG36UE","3EF780DD-C6BE-4B18-9F41-58D47923D75E",":89:14:95","1920","1080",""
Wrote CSV to: ./serial_sets-2023-09-03-07:39:43.csv
iMacPro1,1 C02XK06THX87 C02842303QXJG36UE 3EF780DD-C6BE-4B18-9F41-58D47923D75E :89:14:95 1920 1080
Wrote TSV to: ./serial.tsv
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0

Originally created by @jiggabyte on GitHub (Sep 3, 2023). # 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 my details are: following the same order Linux byter 5.4.0-156-generic #173-Ubuntu SMP Tue Jul 11 07:25:22 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux :0 1 NAME="Ubuntu" PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_CODENAME=focal UBUNTU_CODENAME=focal Filesystem Size Used Avail Use% Mounted on /dev/sda6 268G 155G 101G 61% /home QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.27) Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers Command 'libvirtd' not found, but can be installed with: sudo apt install libvirt-daemon total used free shared buff/cache available Mem: 15Gi 9.5Gi 266Mi 551Mi 5.7Gi 5.1Gi Swap: 3.8Gi 31Mi 3.8Gi 4 4 crw-rw----+ 1 root kvm 10, 232 Sep 3 07:07 /dev/kvm total 76K drwxrwxrwt 2 root root 4.0K Sep 3 07:14 . drwxrwxrwt 41 root root 68K Sep 3 08:33 .. srwxrwxrwx 1 jigga jigga 0 Sep 3 07:14 X0 srwxrwxr-x 1 gdm gdm 0 Sep 3 07:09 X1024 srwxrwxr-x 1 gdm gdm 0 Sep 3 07:09 X1025 root 5304 0.1 0.5 1688144 81776 ? Ssl 07:08 0:10 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock jigga 81637 0.0 0.0 9032 2592 pts/0 S+ 08:37 0:00 grep --color=auto dockerd --- nothing ---- or 722c6aa1c8db sickcodes/docker-osx:ventura "/bin/bash -c 'sudo …" 12 days ago Up 4 seconds 0.0.0.0:50922->10022/tcp, :::50922->10022/tcp jovial_sammet docker:x:999:jigga kvm:x:134:jigga I have installed ventura using the command on the readme and configured the container osx installing and using it briefly but I later discovered that each time I run docker start <container_name> it runs for a while and exits then I ran docker logs <container_name> to find out that a curl error is being thrown 0 0 0 0 0 0 0 0 --:--:-- 0:04:58 --:--:-- 0 0 0 0 0 0 0 0 --:--:-- 0:04:59 --:--:-- 0 0 0 0 0 0 0 0 --:--:-- 0:05:00 --:--:-- 0 curl: (28) SSL connection timeout DEVICE_MODEL: iMacPro1,1 SERIAL_SET_COUNT: 1 OUTPUT_DIRECTORY: . "iMacPro1,1","C02XK06THX87","C02842303QXJG36UE","3EF780DD-C6BE-4B18-9F41-58D47923D75E",":89:14:95","1920","1080","" Wrote CSV to: ./serial_sets-2023-09-03-07:39:43.csv iMacPro1,1 C02XK06THX87 C02842303QXJG36UE 3EF780DD-C6BE-4B18-9F41-58D47923D75E :89:14:95 1920 1080 Wrote TSV to: ./serial.tsv % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#526