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

Hello ,
We are getting a weird error, while restarting the clearml server.
PFA of the same.

As digged down into internet, we found that this is happening because it has installed the snap version of docker and not the community version.
While running the clearml server first time,it takes the access of the opt/clearml/data path, but on restarting the server, it's giving us read-only error.

Any help would be appreciated on this.

Thanks!.
image

  
  
Posted 2 years ago
Votes Newest

Answers 12


PoisedElephant79 can't you just reinstall the original docker version you had running there?

  
  
Posted 2 years ago

and regarding docker install, we don't have much idea, but when we did 'snap list', it shows the docker package.

  
  
Posted 2 years ago

I am running this on UBUNTU 18.04LTS.

  
  
Posted 2 years ago

Can you run

ls -la /opt/clearml

and paste the results here?

  
  
Posted 2 years ago

What kind of machine are you running this on?

  
  
Posted 2 years ago

Thanks!.

  
  
Posted 2 years ago

The filed are stored in your host machine disk - you should not lose them. I suggest backing up the data folder (copy it to a safe location) and than trying to fix the docker installation

  
  
Posted 2 years ago

Sure.

  
  
Posted 2 years ago

ExasperatedCrab78 drwxr-xr-x 2 admin admin 4096 Nov 29 13:13 agent
drwxr-xr-x 2 admin admin 4096 Feb 23 15:06 config
drwxr-xr-x 6 admin admin 4096 Nov 29 13:11 data
-rwxr-xr-x 1 admin admin 6250 Jan 4 11:33 docker-compose.yml
drwxr-xr-x 2 admin admin 4096 Feb 14 16:44 logs

  
  
Posted 2 years ago

Will we be losing the data or not. Or which approach should I follow?

  
  
Posted 2 years ago

SuccessfulKoala55 How it will affect the original files that is present inside clearml folder?.

  
  
Posted 2 years ago

And maybe also what kind of docker install do you have given that you changed off of snap?

  
  
Posted 2 years ago