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
Hey Guys, Hope You Missed Me

Hey guys, hope you missed me 😛
I try to set up a clearml agent on a new server of ours, but I get the following error:
Retrying (Retry(total=239, connect=240, read=239, redirect=240, status=240)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /auth.login
I saw some previous chatter about it regarding the verify_certificate flag which I tried both enabled and disabled in my clearml configuration but it didn't help sadly.
Any ideas? The agent server has no trouble pinging the local clearml host server.

  
  
Posted 2 years ago
Votes Newest

Answers 11


Hi @<1523717803952050176:profile|SmoothArcticwolf58> , can you describe a bit about the network between the agent and the new server?

  
  
Posted 2 years ago

What specifically? they are sitting in the same VPN network as far as I know and as said before I can ping from one server to another

  
  
Posted 2 years ago

Seems so, I'll put it my IT group into it, thanks for the hint!

  
  
Posted 2 years ago

It looks more like a network/firewall issue and/or certificate issue than clearml credentials related

  
  
Posted 2 years ago

@<1523717803952050176:profile|SmoothArcticwolf58> can you compare env vars between successful agents and the one that doesn't work?

  
  
Posted 2 years ago

@<1523701087100473344:profile|SuccessfulKoala55> I'll try and update

  
  
Posted 2 years ago

My guess other agents are sitting on different machines, did you verify that the credentials are the same between the different clearml.conf files? Maybe @<1523701087100473344:profile|SuccessfulKoala55> might have an idea

  
  
Posted 2 years ago

Sure I do since I can connect to it with my other agents

  
  
Posted 2 years ago

ENV variables are the same but a KRB5CCNAME that appears in a working machine and does not in a non-worker machine, could this be it?

  
  
Posted 2 years ago

And you're sure that clearml.conf points to the correct server with the right credentials?

  
  
Posted 2 years ago

If you want me to run some tests or some code to give you additional info, I sure can @<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted 2 years ago
1K Views
11 Answers
2 years ago
2 years ago
Tags