Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Teleport Version: 15.4.6
Installation Method:
Issues:
I always watch the docker-compose logs to identify if anything is going wrong and the below logs are continuously showing up.
This particular one I can see if the teleport is being used or not but always showing up in the log.
2024-07-25T11:09:17Z ERRO "Error during temporary user cleanup: cant find getent binary\n\texec: \"getent\": executable file not found in $PATH" srv/usermgmt.go:498
This one appears when there is a session opened by any of the users.
2024-07-25T11:13:42Z ERRO [TRANSPORT] ssh stream terminated unexpectedly: rpc error: code = Canceled desc = context canceled pid:7.1 transportv1/transport.go:248
As I said, I am not facing any issues connecting a session or working on it. I just want to know if this will create a problem in the long run since I am planning to implement it for my team.
Any insights on this is much appreciated.
Regards,
Leo
Beta Was this translation helpful? Give feedback.
All reactions