cloudcmd: Container fails to start: Node.js[1]: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion `(0) == (uv_gettimeofday(&tv))' failed.
- Version (
cloudcmd -v): docker-latest (v15.9.9) - Node Version
node -v: The one that ships with the docker container - OS (
uname -aon Linux): Linux 5.10.60-v7l+ #1449 SMP Wed Aug 25 15:00:44 BST 2021 armv7l GNU/Linux - Browser name/version: Firefox 94.0.2
- Used Command Line Parameters: none, used yml config file
- Changed Config: n/a?
Container does not start, it just spits this out in the logs repeatedly:
Node.js[1]: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion `(0) == (uv_gettimeofday(&tv))' failed.
This is my docker-compose file - deployed via Portainer stack:
---
version: "2.1"
services:
cloudcmd:
image: coderaiser/cloudcmd:latest
ports:
- 7000:8000
volumes:
- ~:/root
- /:/mnt/fs
restart: unless-stopped
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 16 (12 by maintainers)
Commits related to this issue
- fix(docker) images: make dockerfiles use node:lts-buster-slim as base image (#357) — committed to coderaiser/cloudcmd by timoknapp 2 years ago
Docker Hub still won’t pull the latest image, it’s still saying the one from late December is the latest?Update: It’s working now! Took a while for Docker Hub to react but it finally pulled the new image and now it’s all set.
@timoknapp thanks a lot for a fix 😃 🎉 ! I just restarted actions, could you please try
v15.9.13when it published, @yllekz, @mchromy is it works for you?That’s amazing! @timoknapp thanks a lot for you help 🎉 !
Hi @coderaiser ,
I could not make it to start with the investigation yet. Its still on my bucket list though. 🙏
Hi @yllekz,
on what OS architecture are you running this docker image? Is it running on
arme.g. Raspberry PI or sth. different? Also do you have more logs on this, its really hard to understand the real issue based on this single log statement.Regards