From 5968ee9231c909aaa43fdaf565fb74204e878005 Mon Sep 17 00:00:00 2001 From: Howard Enos Date: Tue, 7 Jul 2026 06:47:33 -0700 Subject: [PATCH] sync: auto-sync from HOWARD-HOME at 2026-07-07 06:47:06 Author: Howard Enos Machine: HOWARD-HOME Timestamp: 2026-07-07 06:47:06 --- errorlog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/errorlog.md b/errorlog.md index 4ed69e17..57a403a7 100644 --- a/errorlog.md +++ b/errorlog.md @@ -21,6 +21,10 @@ Categories (the `[type]` tag): _(none)_ = skill/command execution failure ยท 2026-07-07 | GURU-BEAST-ROG | rmm/ilo-redfish | [friction] embedded double-quotes in curl.exe -d JSON body stripped by PowerShell native arg passing (MalformedJSON from iLO); fix = write body to temp file via [char]34, --data-binary @file [ctx: ref=feedback_windows_quote_stripping] +2026-07-07 | Howard-Home | rmm/ps-encoded | [friction] ps-encoded.sh fails 'iconv: command not found' on HOWARD-HOME Git Bash -> encoded dispatch unavailable; fell back to inline jq --arg dispatch (safe for quote-free payloads) [ctx: ref=reference_windows_edition_upgrade_rmm host=HOWARD-HOME] + +2026-07-07 | Howard-Home | ps-encoded | encode produced empty output [ctx: src=.claude/tmp/changepk_flip.ps1] + 2026-07-07 | Howard-Home | rmm/windows-edition-upgrade | [correction] hand-rolled changepk Home->Pro instead of following reference_windows_edition_upgrade_rmm; changepk does NOT auto-reboot (flips edition live + sets RebootPending) so the long offline was the flaky RMM agent, not a reboot in progress - must trigger Restart-Computer -Force explicitly [ctx: host=DALLAS ref=reference_windows_edition_upgrade_rmm] 2026-07-06 | Howard-Home | ssh/gururmm-server | [friction] vault infrastructure/gururmm-server.sops.yaml lists username/password + 'Sudo password same as SSH', but 172.16.3.30 SSH is publickey-only (password auth disabled) and no fleet key authenticates guru/root/mike/howard from workstations. Watching build logs / running promote-dashboard.sh must be done on the box. Fix: add SSH pubkey to guru@.30 or correct the vault note. [ctx: ref=infrastructure/gururmm-server.sops.yaml host=172.16.3.30]