sergeycherepanov / homebrew-docker-virtualbox

Docker workaround for Ryzentosh (AMD based Hackintosh)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal Error on Monterey 12.2.1

RootProgger opened this issue · comments

when I try to execute the "docker run -d -p 8989:80 nginx"
I run into an "timeout reached"
log:

===> Virtual machine 'docker' already started
[INFO] Configuration:

	- Machine Name: docker 
	- Shared Folder: /Users 
	- Mount Options: noacl,async,nfsvers=3 
	- Force: false 

[INFO] machine presence ... 			fatal error: runtime: bsdthread_register error

runtime stack:
runtime.throw(0x21240dc, 0x21)
	/usr/local/go/src/runtime/panic.go:596 +0x95 fp=0x7ff7bfeffbb0 sp=0x7ff7bfeffb90
runtime.goenvs()
	/usr/local/go/src/runtime/os_darwin.go:108 +0xa0 fp=0x7ff7bfeffbe0 sp=0x7ff7bfeffbb0
runtime.schedinit()
	/usr/local/go/src/runtime/proc.go:486 +0xa1 fp=0x7ff7bfeffc20 sp=0x7ff7bfeffbe0
runtime.rt0_go(0x7ff7bfeffc58, 0x5, 0x7ff7bfeffc58, 0x0, 0x1000000, 0x5, 0x7ff7bfeffd70, 0x7ff7bfeffd7f, 0x7ff7bfeffd82, 0x7ff7bfeffd8b, ...)
	/usr/local/go/src/runtime/asm_amd64.s:158 +0x183 fp=0x7ff7bfeffc28 sp=0x7ff7bfeffc20

Every command I try e.g.

  • docker-machine ssh docker
  • docker-machine-init initialize
  • brew services start docker-virtualbox

I got the same error

hi, @RootProgger looks like an issue inside one of golang based tool.

Please provide more lines from the stacktrace.

@gplayer2 maybe we need to update the formula by this fork