Hello :wave::skin-tone-4: We're running the lates...
# ory-selfhosting
r
Hello 👋🏽 We're running the latest build of ory kratos (from
master
) within Docker. Every so often, this error gets thrown when performing sign in via OIDC (it seems to be happening when the post-login hook is being triggered)
Copy code
jsonnetsecure: acquire: newWorker: warm up failed: rosetta error: mmap_anonymous_rw mmap failed, size=1000\n
Looking online, it seems it's related to how JSONNET is being processed, and was apparently fixed here: https://github.com/ory/kratos/pull/3979 Is there anything else to check? Sometimes it clears if we restart the container.
Just FYI, switching to an image built for the architecture we're using
arm64
seems to have resolved this problem.
r
We have seen internally that the "Rosetta mode" in Docker for Mac breaks some containers. Apparently kratos is one of them 🤷
Since we provide builds for many architectures, this should not be an issue. Glad you resolved it.