Typhonragewind / meshcentral-docker

163 stars 46 forks source link

Container crashing on startup (Similar to others issue) #18

Closed mkono87 closed 2 years ago

mkono87 commented 2 years ago

I seem to be having the same issue as a few others on here. After looking at their threads I have updated docker with no success. I am running on a linode instance and using nginx proxy manager.

node[6]: ../src/node_platform.cc:61:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed. 1: 0x7f08577fb3cc node::Abort() [/lib/x86_64-linux-gnu/libnode.so.72] 2: 0x7f08577fb45b [/lib/x86_64-linux-gnu/libnode.so.72] 3: 0x7f085787dde2 node::WorkerThreadsTaskRunner::WorkerThreadsTaskRunner(int) [/lib/x86_64-linux-gnu/libnode.so.72] 4: 0x7f085787df16 node::NodePlatform::NodePlatform(int, v8::TracingController*) [/lib/x86_64-linux-gnu/libnode.so.72] 5: 0x7f08577c62c8 node::InitializeOncePerProcess(int, char**) [/lib/x86_64-linux-gnu/libnode.so.72] 6: 0x7f08577c64ac node::Start(int, char**) [/lib/x86_64-linux-gnu/libnode.so.72] 7: 0x7f0856d34d90 [/lib/x86_64-linux-gnu/libc.so.6] 8: 0x7f0856d34e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] 9: 0x557f334180f5 _start [node] /opt/meshcentral/startup.sh: line 28: 6 Aborted (core dumped) node node_modules/meshcentral

mkono87 commented 2 years ago

Forgive me, I forgot that this instance was running from the APT repo and was only on docker 18. Switched it up and its not running on docker 20 and seems to be working. Il go face the the wall for timeout.

Please close this up and lets never speak about this again.