docs(hardware): Pi 4 bring-up gotchas learned live + soak-check printf fix - #452
Merged
Conversation
…a soak-check printf fix 1) cgroup fix needs a RECREATE, not just a reboot (restart policy resurrects unfenced containers; no-diff up -d recreates nothing). 2) LAN listening = scheme-prefixed PUBLIC_HOST (bare hostname gets auto-HTTPS + self-signed cert = unreachable off-box). 3) soak-check's refill-hold line printed the value twice (6.8s6.8) — expansion order fixed.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Three real catches from tonight's mjolnir bring-up, written down while warm: 🍓
up -drecreates nothing. Thedown→ relaunch →inspectverify sequence is now in step 2 (piper fence must read 805306368).PUBLIC_HOST(orlocalhost) = Caddy auto-HTTPS with a self-signed cert = stream unreachable off-box.PUBLIC_HOST=http://<lan-name>turns it off; stream athttp://<lan-name>/stream, radios tune it directly. Public boxes keep the bare-domain form.tools/soak-check.shrefill-hold line printed6.8s6.8(both parameter expansions emit when set) — fixed; caught on mjolnir's checkpoint zero, which otherwise PASSED: throttled=0x0 at 60.8°C with api at 207% enrichment load, boot ladder exactly 5, stream live, fences real.