Clear stale pcscd socket files on container start#38
Merged
Conversation
The pcscd container's socket directory is a persistent podman named volume, so /run/pcscd/pcscd.comm and pcscd.pid survive reboots. pcscd refuses to start when those files exist, fails ten times, and gives up, which knocks out the HSM cache backend and cascades into Infisical outages on every reboot. Wrap the CMD in /bin/sh to rm the stale files before exec'ing pcscd.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/run/pcscd) is a persistent podman named volume, sopcscd.commandpcscd.pidsurvive reboots.Another pcscd seems to be running), fails ten times, and the unit gives up. The HSM cache backend then can't open (no PKCS#11 slot visible), serve falls back to live lookups, and Infisical outages cascade — observed in production on a homelab reboot today./bin/sh -ctorm -fthe stale files beforeexec'ing pcscd.Test plan
ruff check/ruff format --checkcleanpcscd.commandpcscd.pidin the volume, started pcscd: succeeded; previously failed with the stale files present.