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 one year ago
Votes Newest

Answers 12


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 one year ago

@<1523701118159294464:profile|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 one year ago

Sure.

  
  
Posted one year ago

I am running this on UBUNTU 18.04LTS.

  
  
Posted one year ago

What kind of machine are you running this on?

  
  
Posted one year ago

Thanks!.

  
  
Posted one year ago

Can you run

ls -la /opt/clearml

and paste the results here?

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

@<1523701087100473344:profile|SuccessfulKoala55> How it will affect the original files that is present inside clearml folder?.

  
  
Posted one year ago

@<1539780284646428672:profile|PoisedElephant79> can't you just reinstall the original docker version you had running there?

  
  
Posted one year ago