fix(install): chmod socket dir+core.sock on Linux until heavy core image refreshes#1037
Closed
joelteply wants to merge 1 commit into
Closed
fix(install): chmod socket dir+core.sock on Linux until heavy core image refreshes#1037joelteply wants to merge 1 commit into
joelteply wants to merge 1 commit into
Conversation
…age refreshes past #1011
Contributor
Author
|
Superseded — the chmod-socket-linux change is already on canary via cherry-pick (rebase shows zero new commits). Closing as no longer needed. |
joelteply
added a commit
to RebelTechPro/continuum
that referenced
this pull request
May 13, 2026
…age refreshes past CambrianTech#1011 (CambrianTech#1037) Co-authored-by: Test <test@test.com>
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
Closes the canary→main blocker (#1035) — Carl smoke fails with EACCES on /home/runner/.continuum/sockets/continuum-core.sock because ghcr continuum-core:latest is from 2026-04-06, predating b69f's #1011 in-binary chmod 666.
Fix
Install-time chmod 755 socket dir + 666 socket, with passwordless sudo fallback. Linux only (Mac runs continuum-core natively as user, not via container). Polls 60s for socket appearance.
Extracted from codex's #1026 (which became broader: Mac livekit-bridge native + seed readiness + status + slice gating, all conflicting with current canary). This is the install.sh slice as a focused PR to land + unblock #1035.
Will be a no-op once heavy continuum-core:latest is rebuilt past #1011.
🤖 Generated with Claude Code