Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unactionable error message spam #41918

Open
tgoodsell-tempus opened this issue May 22, 2024 · 3 comments · Fixed by #42373
Open

Unactionable error message spam #41918

tgoodsell-tempus opened this issue May 22, 2024 · 3 comments · Fixed by #42373
Assignees

Comments

@tgoodsell-tempus
Copy link
Contributor

tgoodsell-tempus commented May 22, 2024

Expected behavior:
This error doesn't appear if it's not something we're able to remediate.

Current behavior:
Seeing this error spammed in our auth / proxy cluster:

{
caller: "srv/usermgmt.go:469"
component: null
level: "error"
message: "Error during temporary user cleanup: cant find getent binary
	exec: "getent": executable file not found in $PATH"
timestamp: "2024-05-22T18:49:04Z"
}

Bug details:

  • Teleport version: public.ecr.aws/gravitational/teleport-ent-distroless:15.1.9
  • Recreation steps: Unknown, appears to have started once we cutover to the distroless images.
@webvictim
Copy link
Contributor

Came here to report this too; this is because the distroless images don't have the getent binary available (similar to the lack of hostname which is fixed by #42104)

@webvictim
Copy link
Contributor

I'm reopening this issue, as people are reporting that the getent error still appears periodically at ERROR level on Teleport 15.4.6:

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

See #44640 for a little more detail.

@zmb3
Copy link
Collaborator

zmb3 commented Dec 26, 2024

Looks like #42373 was never backported, so it's only in v17.

I opened v15 and v16 backports now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants