sync: auto-sync from Mikes-MacBook-Air.local at 2026-07-08 06:49:28
Author: Mike Swanson Machine: Mikes-MacBook-Air.local Timestamp: 2026-07-08 06:49:28
This commit is contained in:
19
errorlog.md
19
errorlog.md
@@ -23,7 +23,7 @@ Categories (the `[type]` tag): _(none)_ = skill/command execution failure ·
|
||||
|
||||
2026-07-08 | Howard-Home | rmm/ps-encoded.sh | [friction] iconv not found on HOWARD-HOME Git-Bash -> ps-encoded.sh fails 'encoding produced nothing'; fell back to jq --rawfile direct dispatch [ctx: ref=ps-encoded.sh]
|
||||
|
||||
2026-07-08 | Howard-Home | ps-encoded | encode produced empty output [ctx: src=C:UsersHowardAppDataLocalTempclaudeC--claudetools<6C>88c32-7d31-4efa-b061-8d4521258192scratchpadcheck-sqlmem.ps1]
|
||||
2026-07-08 | Howard-Home | ps-encoded | encode produced empty output [ctx: src=C:UsersHowardAppDataLocalTempclaudeC--claudetools<6C>88c32-7d31-4efa-b061-8d4521258192scratchpadcheck-sqlmem.ps1]
|
||||
|
||||
2026-07-08 | Howard-Home | bash/background-task | [friction] added shell '& ... disown' on top of run_in_background:true -> shell forks the long-running wait and exits 0 immediately, orphaning it; the blocking read never notifies. Twice this session. Fix: with run_in_background:true, run the command in the FOREGROUND of that shell (no trailing &, no disown) - the harness does the backgrounding. [ctx: ref=discord ask-forum.sh --wait]
|
||||
|
||||
@@ -31,6 +31,23 @@ Categories (the `[type]` tag): _(none)_ = skill/command execution failure ·
|
||||
|
||||
2026-07-08 | Howard-Home | syncro/assets | [correction] assumed 'retire in Syncro' meant DELETE /customer_assets; correct is Syncro's Archive feature (UI-only, no API) and never delete — delete loses history + breaks ticket links [ctx: client=IMC ref=syncro.md#customer-assets]
|
||||
|
||||
2026-07-08 | Mikes-MacBook-Air | session-start-protocol | [friction] failed to read identity.json at session start despite existing rule (CLAUDE.md:10-11) and existing memory (feedback_attribution_from_identity.md) - this is a REPEAT violation of documented protocol [ctx: ref=CLAUDE.md:10-11+feedback_attribution_from_identity,pattern=recurring-despite-docs]
|
||||
|
||||
2026-07-08 | Mikes-MacBook-Air | session-start-protocol | [friction] failed to read identity.json at session start and greet by name (CLAUDE.md line 10-11) - led to incorrect Howard attribution when it was Mike's machine; only caught identity after user corrected the bot alert [ctx: ref=CLAUDE.md:10-11,rule=At-session-start-read-identity-and-greet]
|
||||
|
||||
2026-07-08 | Mikes-MacBook-Air | identity-resolution | [correction] incorrectly referred to Howard when identity.json shows user=mike/full_name=Mike Swanson on this machine - posted bot alert attributing deployment to Howard before correction [ctx: machine=Mikes-MacBook-Air,session-start-read-identity=should-have-caught]
|
||||
|
||||
2026-07-08 | Mikes-MacBook-Air | screenconnect/rmm-deployment | [correction] assumed /install/{code} was MSI download; correct URL is /install/{code}/download/msi - the base URL returns HTML landing page [ctx: ref=glaztech-rmm-deployment,impact=199-silent-failures]
|
||||
|
||||
2026-07-08 | Mikes-MacBook-Air | screenconnect | [correction] PowerShell commands sent without #!ps prefix - executed as cmd.exe and failed silently [ctx: fix=prefix all PS with #!ps newline]
|
||||
|
||||
2026-07-08 | Mikes-MacBook-Air | screenconnect | Cannot load API secret from vault (exit 128): Failed to get the data key required to decrypt the SOPS file. Group 0: FAILED age1qz7ct84m50u06h97artqddkj3c8se2yu4nxu59clq8rhj945jc0s5excpr: FAILED - | failed to create reader for decrypting sops data key with | age: identity did not match any of the recipients: incorrect | identity for recipient block. Did not find keys in locations | 'SOPS_AGE_SSH_PRIVATE_KEY_FILE', | 'SOPS_AGE_SSH_PRIVATE_KEY_CMD', | '/Users/azcomputerguru/.ssh/id_rsa', 'SOPS_AGE_KEY', | 'SOPS_AGE_KEY_FILE', and 'SOPS_AGE_KEY_CMD'. Recovery failed because no master key was able to decrypt the file. In order for SOPS to recover the file, at least one key has to be successful, but none were. [ctx: cmd=set-properties] (x106)
|
||||
|
||||
2026-07-08 | Mikes-MacBook-Air | screenconnect | Cannot load API secret from vault (exit 128): Failed to get the data key required to decrypt the SOPS file. Group 0: FAILED age1qz7ct84m50u06h97artqddkj3c8se2yu4nxu59clq8rhj945jc0s5excpr: FAILED - | failed to load age identities. Errors while loading age | identities: $HOME is not defined; user config directory | could not be determined: $HOME is not defined. Did not find | keys in locations 'SOPS_AGE_SSH_PRIVATE_KEY_FILE', | 'SOPS_AGE_SSH_PRIVATE_KEY_CMD', 'SOPS_AGE_KEY', | 'SOPS_AGE_KEY_FILE', and 'SOPS_AGE_KEY_CMD'. Recovery failed because no master key was able to decrypt the file. In order for SOPS to recover the file, at least one key has to be successful, but none were. [ctx: cmd=set-properties] (x106)
|
||||
|
||||
2026-07-08 | Mikes-MacBook-Air | screenconnect | Cannot load API secret from vault (exit 127): /Users/azcomputerguru/vault/scripts/vault.sh: line 115: sops: command not found [ctx: cmd=set-properties] (x106)
|
||||
|
||||
|
||||
2026-07-07 | Howard-Home | ps-encoded | encode produced empty output [ctx: src=scratch-recon.ps1] (x2)
|
||||
|
||||
2026-07-07 | Howard-Home | windows/scheduled-task | [friction] EDR Isolation Watcher task launched bash.exe directly (Hidden=False, every 10min) -> console window flashed on desktop; recurring class also hit GPS-RMM-Progress today. FIX: wscript VBS wrapper (style 0) for bash, pythonw+-Hidden for python; fixed both installers [ctx: ref=feedback_scheduled_task_no_console_flash host=Howard-Home task='ClaudeTools - EDR Isolation Watcher']
|
||||
|
||||
Reference in New Issue
Block a user