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
I Have The User/Pass Set Up On The

I have the user/pass set up on the clearml.conf and also have the enable_git_ask_pass set to True

  
  
Posted 12 months ago
Votes Newest

Answers 52


Please rerun again and provide a log that does show the git_pass

  
  
Posted 12 months ago

actually sorry it’s 20.04

  
  
Posted 12 months ago

oops sorry! And yes I have set up the access token from gitlab and that’s what I’m passing in git_pass

  
  
Posted 12 months ago

and each individual machine in the process

  
  
Posted 12 months ago

Try installing virtualenv on the ubuntu machine running the agent

  
  
Posted 12 months ago

Can you also add a full log of the run that was showing the git pass in the startup print?

  
  
Posted 12 months ago

it now shows git_pass and git_user as well as enable_git_ask_pass

  
  
Posted 12 months ago

back then the error was this
image

  
  
Posted 12 months ago

noted and updated

  
  
Posted 12 months ago

yes the ubuntu machine is running the agent, and yes all the changes I make to clearml.conf are on that same ubuntu machine

  
  
Posted 12 months ago

image

  
  
Posted 12 months ago

the macbook is the local machine, it has the script that uses execute_remotely

  
  
Posted 12 months ago

wait.

  
  
Posted 12 months ago

The agent prints its configuration before the execution step, I don't see agent.git_pass set anywhere in the log. Are you sure you set it up on the correct machine? This needs to be set up on the machine running the agent.

  
  
Posted 12 months ago

and you can see it includes the commit that the log mentions

  
  
Posted 12 months ago

And this is from the same machine running the agent correct?

  
  
Posted 12 months ago

they all seem to have the ‘glpat’ prefix before them

  
  
Posted 12 months ago

you are right, I can’t see the git_pass but in the previous logs I see it

  
  
Posted 12 months ago

I generated another one just to show

  
  
Posted 12 months ago

What OS are you on?

  
  
Posted 12 months ago

yes, the remote machine is running the clearml-agent, this file resides in that same machine, same account

  
  
Posted 12 months ago

yes, I am aware

  
  
Posted 12 months ago

self-hosted so clearml keys are fine

  
  
Posted 12 months ago

and force_git_ssh_protocol to false, I have also tried turning it to true and enable_git_ask_pass to false but no luck

  
  
Posted 12 months ago

This is very strange and unrelated to ClearML:

Error: connect ECONNREFUSED /run/user/1003/vscode-git-7ea59f7d55.sock
    at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '/run/user/1003/vscode-git-7ea59f7d55.sock'
}
Missing or invalid credentials.
Error: connect ECONNREFUSED /run/user/1003/vscode-git-7ea59f7d55.sock
    at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '/run/user/1003/vscode-git-7ea59f7d55.sock'
}

How are you running the commands? Regular terminal? Inside VSCode or pycharm?

  
  
Posted 12 months ago

you said you're on ubuntu... please describe exactly where/how the server + agent are set up

  
  
Posted 12 months ago

update: clearml-agent was stuck on version 1.4.0 it has now been upgraded to the latest version 1.9.2

  
  
Posted 12 months ago

just to be clear, the second log I sent was awhile ago, anything showing there is largely irrelevant

  
  
Posted 12 months ago

Can you add the full log of the run?

  
  
Posted 12 months ago

ubuntu 18.04

  
  
Posted 12 months ago
123K Views
52 Answers
12 months ago
12 months ago
Tags
Similar posts