Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello, I'Ve Installed The Self-Deployed Server On A Raspberrypi 4 According To The Process

Hello,
I've installed the self-deployed server on a RaspberryPi 4 according to the process https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html . The installation finished successfully.
For some reason I cannot connect to the server. I don't really have experience with Docker, so I'm at a bit of a loss.
Can someone shed some light on the situation?

  
  
Posted 3 years ago
Votes Newest

Answers 19


SuccessfulKoala55 Excellent. Thanks.

  
  
Posted 3 years ago

Hi ManiacalPuppy53 , sorry for the delay.
It seems the reason for this issue is that the ClearML docker image is not built for the ARM architecture. To resolve that, you'll need to rebuild this image appropriately. We plan to release a public Dockerfile for this image soon, so when we do you'll be able to try editing it and rebuilding the image for your needs.

  
  
Posted 3 years ago

SuccessfulKoala55

  
  
Posted 3 years ago

For all the clearml containers:
{"log":"standard_init_linux.go:219: exec user process caused: exec format error\n","stream":"stderr","time":"2021-01-18T15:02:37.789800817Z"}
{"log":"standard_init_linux.go:219: exec user process caused: exec format error\n","stream":"stderr","time":"2021-01-18T15:02:41.536122964Z"}
{"log":"standard_init_linux.go:219: exec user process caused: exec format error\n","stream":"stderr","time":"2021-01-18T15:02:47.973756035Z"}
{"log":"standard_init_linux.go:219: exec user process caused: exec format error\n","stream":"stderr","time":"2021-01-18T15:02:56.191745979Z"}
and so forth.

This is the only message for all the containers.

  
  
Posted 3 years ago

Can you attach a complete log for one of the ClearML containers (for example, the clearml-fileserver container)?

  
  
Posted 3 years ago

OK, I got further into the RPI4 issue.
The steps I took:
Fresh installation of Ubuntu 64bit on RPI4B Install Docker Changed the ClearML yml file to the new Mongo + Elastic versions, to support arm644. ubuntu@clearmlserver:~$ docker container list
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
995fc4aa9dcb allegroai/clearml-agent-services:latest "/usr/agent/entrypoi…" 2 hours ago Restarting (1) 16 seconds ago clearml-agent-services
587bfabfff9d allegroai/clearml:latest "/opt/trains/wrapper…" 2 hours ago Restarting (1) 52 seconds ago clearml-webserver
8c891b6a92a9 allegroai/clearml:latest "/opt/trains/wrapper…" 2 hours ago Restarting (1) 56 seconds ago clearml-apiserver
097af9489ba5 redis:5.0 "docker-entrypoint.s…" 2 hours ago Up 2 hours 6379/tcp clearml-redis
26c1667b6055 allegroai/clearml:latest "/opt/trains/wrapper…" 2 hours ago Restarting (1) About a minute ago clearml-fileserver
74966692fad7 http://docker.elastic.co/elasticsearch/elasticsearch:7.8.0-arm64 "/tini -- /usr/local…" 2 hours ago Up 2 hours 9200/tcp, 9300/tcp clearml-elastic
674ddfb82e6f mongo:latest "docker-entrypoint.s…" 2 hours ago Up 2 hours 27017/tcp clearml-mongo
CONTAINER ID   IMAGE                                                       COMMAND                  CREATED       STATUS                              PORTS                NAMES
995fc4aa9dcb   allegroai/clearml-agent-services:latest                     "/usr/agent/entrypoi…"   2 hours ago   Restarting (1) 16 seconds ago                            clearml-agent-services
587bfabfff9d   allegroai/clearml:latest                                    "/opt/trains/wrapper…"   2 hours ago   Restarting (1) 52 seconds ago                            clearml-webserver
8c891b6a92a9   allegroai/clearml:latest                                    "/opt/trains/wrapper…"   2 hours ago   Restarting (1) 56 seconds ago                            clearml-apiserver
097af9489ba5   redis:5.0                                                   "docker-entrypoint.s…"   2 hours ago   Up 2 hours                          6379/tcp             clearml-redis
26c1667b6055   allegroai/clearml:latest                                    "/opt/trains/wrapper…"   2 hours ago   Restarting (1) About a minute ago                        clearml-fileserver
74966692fad7    http://docker.elastic.co/elasticsearch/elasticsearch:7.8.0-arm64    "/tini -- /usr/local…"   2 hours ago   Up 2 hours                          9200/tcp, 9300/tcp   clearml-elastic
674ddfb82e6f   mongo:latest                                                "docker-entrypoint.s…"   2 hours ago   Up 2 hours                          27017/tcp            clearml-mongo

I don't know how to make it readable in Slack.. Sorry.
5. I got the logs for the ClearML containers:
standard_init_linux.go:219: exec user process caused: exec format error
for all the ClearML containers
6. I looked in stackoverflow - it seems like an encoding issue on your part. I just don't really understand where these files are stored and created.

  
  
Posted 3 years ago

sudo docker logs clearml-mongo and sudo docker logs clearml-elastic

  
  
Posted 3 years ago

Start by looking into the logs for MongoDB and ElasticSearch - both are independent

  
  
Posted 3 years ago

Well, it seems that everything is constantly restarting... 🙂

  
  
Posted 3 years ago

SuccessfulKoala55 It seems that the server is constantly restarting.

  
  
Posted 3 years ago

SuccessfulKoala55

  
  
Posted 3 years ago

image

  
  
Posted 3 years ago

And when you try curl http://localhost:8008 from the server's command line?

  
  
Posted 3 years ago

SuccessfulKoala55 Just the regular "destination invalid" in the browser.
What relevant logs are there for this situation?

  
  
Posted 3 years ago

GrumpyPenguin23 And it was so easy. I'm thinking of giving up and just use a PC instead of Pi.

  
  
Posted 3 years ago

Hi ManiacalPuppy53 glad to see that you got over the mongo problem by advancing to PI4 🙂

  
  
Posted 3 years ago

What exactly are you getting?

  
  
Posted 3 years ago

SuccessfulKoala55 Thanks for the reply.
I tried that, but it doesn't work.

  
  
Posted 3 years ago

Hi ManiacalPuppy53 ,
Raspberry Pi is new 😁
I suggest the first thing you do is ssh to the server itself and try to curl http://localhost:8008

  
  
Posted 3 years ago
659 Views
19 Answers
3 years ago
3 months ago
Tags