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 3 months ago
Votes Newest

Answers 13


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

  
  
Posted 3 months ago

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

  
  
Posted 3 months ago

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

  
  
Posted 3 months ago

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

  
  
Posted 3 months ago

it’s the same one as before

  
  
Posted 3 months ago

why is it specifically asking for that .cfg file?

  
  
Posted 3 months ago

still same problem

  
  
Posted 3 months ago

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

  
  
Posted 3 months 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 3 months ago

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

  
  
Posted 3 months ago

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

  
  
Posted 3 months 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 3 months 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 3 months ago