sagemathinc / cocalc-docker

DEPRECATED (was -- Docker setup for running CoCalc as downloadable software on your own computer)
https://cocalc.com
Other
398 stars 103 forks source link

error while loading shared libraries #216

Open KenwoodFox opened 5 months ago

KenwoodFox commented 5 months ago

Im seeing this and only this repeating every few seconds in my logs...

python3: error while loading shared libraries: /lib/x86_64-linux-gnu/libz.so.1: invalid ELF header

Fresh start, just trying to get going with CoCalc, what can I do to explore and figure out what im doing wrong?

  cocalc:
    image: sagemathinc/cocalc-docker
    container_name: CoCalc
    restart: unless-stopped
    volumes:
     - /opt/cocalc/projects:/projects
    ports:
     - 4043:443
$ docker --version
Docker version 25.0.0, build e758fe5
williamstein commented 5 months ago

Maybe the download was corrupted?

What exact host are you using? Is it a modern x86_64 computer?

KenwoodFox commented 5 months ago

Maybe the download was corrupted?

What exact host are you using? Is it a modern x86_64 computer?

Yep! Modern computer! Just regular x86, not a raspberry pi or anything. I could try just redownloading all the images?

$ docker images
sagemathinc/cocalc-docker     latest         a9f813942aea   5 weeks ago    22.5GB
...
KenwoodFox commented 5 months ago

What can I do next? Im not actually sure how to force verify or anything... can I diagnose further at all?

williamstein commented 5 months ago

Unfortunately, I have no ideas. Nobody has ever reported something like this about cocal-docker in nearly a decade. My best guess is filesystem corruption.

KenwoodFox commented 5 months ago

Ok, I switched images to just cocalc and everything seems to be ok so.. i guess I'll just, idk