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

Answers 11


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

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

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

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

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

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

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

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

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

  
  
Posted one year ago
694 Views
11 Answers
one year ago
one year ago
Tags