Typhonragewind / meshcentral-docker

163 stars 46 forks source link

Meshcentral in docker #14

Closed OussyNecroSec closed 2 years ago

OussyNecroSec commented 2 years ago

Hi, I have a problem with running meshcentral in the docker, no problem on the previous docker image, with the new 6-day image it does not get up.

/opt/meshcentral/startup.sh: line 28: 7 Aborted (core dumped) node node_modules/meshcentral node[8]: ../src/node_platform.cc:61:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed. 1: 0x7f5c638f23cc node::Abort() [/lib/x86_64-linux-gnu/libnode.so.72] 2: 0x7f5c638f245b [/lib/x86_64-linux-gnu/libnode.so.72] 3: 0x7f5c63974de2 node::WorkerThreadsTaskRunner::WorkerThreadsTaskRunner(int) [/lib/x86_64-linux-gnu/libnode.so.72] 4: 0x7f5c63974f16 node::NodePlatform::NodePlatform(int, v8::TracingController*) [/lib/x86_64-linux-gnu/libnode.so.72] 5: 0x7f5c638bd2c8 node::InitializeOncePerProcess(int, char) [/lib/x86_64-linux-gnu/libnode.so.72] 6: 0x7f5c638bd4ac node::Start(int, char) [/lib/x86_64-linux-gnu/libnode.so.72] 7: 0x7f5c62e2bd90 [/lib/x86_64-linux-gnu/libc.so.6] 8: 0x7f5c62e2be40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] 9: 0x55da3fca40f5 _start [node] /opt/meshcentral/startup.sh: line 28: 8 Aborted (core dumped) node node_modules/meshcentral

2022-05-20 08_30_33-Remote Desktop Manager Free  SI4SRVVM17L (ZABBIX)

Typhonragewind commented 2 years ago

Ah, that is most likely caused by your docker version, you need to update it. See #12

OussyNecroSec commented 2 years ago

It's works, thanks.