docs: D.1b narrowed + drill B2/B3 marked FIXED (agent v0.63.0)
Restart-the-agent step in day0-install.md is now conditional on agent < v0.63.0 (reload-on-miss shipped; Day-0 manifest still vouches 0.62.0). Troubleshooting row + drill ledger + go/no-go item 8 updated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PSK5g6qYLknKj8u3QAFEr6
This commit is contained in:
@@ -231,8 +231,9 @@ install does NOT auto-update, regardless of the hub floor**. Bring it current on
|
||||
floor mechanism manages it:
|
||||
|
||||
```bash
|
||||
# 1. Restart the agent first — a fresh install's local API 401s the swap until the agent restarts
|
||||
# (known open issue; see troubleshooting)
|
||||
# 1. ONLY if the installed agent is OLDER than v0.63.0 (check: felhom-agent --version): restart it
|
||||
# first — pre-v0.63.0 agents 401 the update's swap call until restarted (fixed in v0.63.0 by
|
||||
# token reload-on-miss; which agent you got depends on what the hub Day-0 manifest vouched)
|
||||
systemctl restart felhom-agent
|
||||
|
||||
# 2. In the dashboard: Beállítások → "Frissítés" (update to latest), or equivalently:
|
||||
@@ -311,7 +312,7 @@ roles/ACL/token/user, the pool (if empty), the install state file.
|
||||
| step 1: passphrase REJECTED (401) | typo / wrong customer | re-check with the hub UI's printed curl command |
|
||||
| step 8 fails: "CT <vmid> already exists" | vmid collision with a hub-invisible guest | pick from `pct list` + `qm list` (Part B); the agent destroys nothing on collision — re-run with a free vmid and `--resume` |
|
||||
| controller container missing in-guest after provision (docker ps empty) | pre-v1.9.1 script: the controller-bootstrap unit's boot-time condition lost the race with the bootstrap-mount attach | `pct reboot <VMID>` — the unit runs on the next boot (v1.9.1 does this reboot itself) |
|
||||
| self-update fails: "Agent swap request failed: HTTP 401" (or dashboard agent calls 401) | fresh-install local-API stale token map — known open issue | `systemctl restart felhom-agent`, then retry (this is why D.1b restarts the agent first) |
|
||||
| self-update fails: "Agent swap request failed: HTTP 401" (or dashboard agent calls 401) | agent < v0.63.0: the daemon's token index missed a token minted by the provisioner after it started (FIXED in agent v0.63.0 — reload-on-miss) | `systemctl restart felhom-agent`, then retry (D.1b step 1; unnecessary from agent v0.63.0) |
|
||||
| `local-lvm free < 120 GiB` warning | small/shared box | proceed only if you sized the grows deliberately; otherwise free space first |
|
||||
| cloudflared restarting in-guest | bad/missing tunnel token | re-check A.1/A.2 token, regenerate config, `docker restart cloudflared` in-guest |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user