-
Notifications
You must be signed in to change notification settings - Fork 25.2k
krb5kdc-fixture intermittently fails to start #40624
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
Comments
Pinging @elastic/es-core-infra |
Pinging @elastic/es-security |
Hi @atorok,
I can pick this up if you are okay, Thanks. |
Infra has fixed elastic#10462 by installing `haveged` on CI workers. This commit enables the disabled fixture and tests, and mounts `/dev/urandom` for the container so there is enough entropy required for kdc. Closes elastic#40624
elastic#41710) Infra has fixed elastic#10462 by installing `haveged` on CI workers. This commit enables the disabled fixture and tests, and mounts `/dev/urandom` for the container so there is enough entropy required for kdc. Note: hdfs-repository tests have been disabled, will raise a separate issue for it. Closes elastic#40624 Closes elastic#40678
elastic#41710) Infra has fixed elastic#10462 by installing `haveged` on CI workers. This commit enables the disabled fixture and tests, and mounts `/dev/urandom` for the container so there is enough entropy required for kdc. Note: hdfs-repository tests have been disabled, will raise a separate issue for it. Closes elastic#40624 Closes elastic#40678
elastic#41710) Infra has fixed elastic#10462 by installing `haveged` on CI workers. This commit enables the disabled fixture and tests, and mounts `/dev/urandom` for the container so there is enough entropy required for kdc. Note: hdfs-repository tests have been disabled, will raise a separate issue for it. Closes elastic#40624 Closes elastic#40678
elastic#41710) Infra has fixed elastic#10462 by installing `haveged` on CI workers. This commit enables the disabled fixture and tests, and mounts `/dev/urandom` for the container so there is enough entropy required for kdc. Note: hdfs-repository tests have been disabled, will raise a separate issue for it. Closes elastic#40624 Closes elastic#40678
elastic#41710) Infra has fixed elastic#10462 by installing `haveged` on CI workers. This commit enables the disabled fixture and tests, and mounts `/dev/urandom` for the container so there is enough entropy required for kdc. Note: hdfs-repository tests have been disabled, will raise a separate issue for it. Closes elastic#40624 Closes elastic#40678
#41710) (#43179) Infra has fixed #10462 by installing `haveged` on CI workers. This commit enables the disabled fixture and tests, and mounts `/dev/urandom` for the container so there is enough entropy required for kdc. Note: hdfs-repository tests have been disabled, will raise a separate issue for it. Closes #40624 Closes #40678
#41710) (#43178) Infra has fixed #10462 by installing `haveged` on CI workers. This commit enables the disabled fixture and tests, and mounts `/dev/urandom` for the container so there is enough entropy required for kdc. Note: hdfs-repository tests have been disabled, will raise a separate issue for it. Closes #40624 Closes #40678
#41710) (#43180) Infra has fixed #10462 by installing `haveged` on CI workers. This commit enables the disabled fixture and tests, and mounts `/dev/urandom` for the container so there is enough entropy required for kdc. Note: hdfs-repository tests have been disabled, will raise a separate issue for it. Closes #40624 Closes #40678
#41710) (#43181) Infra has fixed #10462 by installing `haveged` on CI workers. This commit enables the disabled fixture and tests, and mounts `/dev/urandom` for the container so there is enough entropy required for kdc. Note: hdfs-repository tests have been disabled, will raise a separate issue for it. Closes #40624 Closes #40678
I think we also have something on the workers to generate entropy now, so we might not need to change our config at all just re-enable the fixture, sorry I missed it that this was never re-enabled. See the linked infra ticket for more information. |
Ran into this with a PR run: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request-1/11035/console
I found this SO: https://serverfault.com/questions/803662/kerberos-error-while-initializing-kadmin-interface-from-admin-server
Since we use ephemeral workers, the explanation seems plausible for us, the newly booted VMs have little entropy and can lead to this failure.
We should probably install Rng-tools on the CI workers to see if it helps.
The problem is not reproducible locally as one would expect as developers kernels will have lots of entropy.
The text was updated successfully, but these errors were encountered: