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
Just A Small Question

just a small question @<1576381444509405184:profile|ManiacalLizard2> : when I do remotely execute I get this line, Current configuration (clearml_agent v1.9.1, location: /tmp/.clearml_agent.1xfib73d.cfg):

  
  
Posted one month ago
Votes Newest

Answers 13


@<1772433273633378304:profile|VexedWoodpecker50> , I think there is some misconfiguration or misunderstanding. Can you elaborate on how you set up the server and worker?

  
  
Posted one month ago

the machine has multiple accounts, is it possible it’s picking up the settings from some other user’s clearml.conf ?

  
  
Posted one month ago

this problem has been solved, the solution was this: None

  
  
Posted one month ago

Could be. If it's not picking what you expect then it means something is misconfigured

  
  
Posted one month ago

what I was expecting it to do was create a new file from the host clearml.conf

  
  
Posted one month ago

why is it specifically asking for that .cfg file?

  
  
Posted one month ago

it’s the same one as before

  
  
Posted one month ago

but it’s not, for example the agent.git_user is a different value in actual clearml.conf vs the one that’s actually getting picked up by the container

  
  
Posted one month ago

This is inside the container on the machine running the agent. It is taking the configurations as a basis from the local clearml.conf

  
  
Posted one month ago

I have to kill the current clearml-agent processes and call daemon for the changes to take effect

  
  
Posted one month ago

I then compose down’ed the containers and up’ed them

  
  
Posted one month ago

still same problem

  
  
Posted one month ago

I deleted the file in the tmp folder and now I get this error:
clearml_agent: ERROR: Could not open configuration file: /tmp/.clearml_agent.1xfib73d.cfg

  
  
Posted one month ago