sync: auto-sync from HOWARD-HOME at 2026-07-13 17:32:04

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-13 17:32:04
This commit is contained in:
2026-07-13 17:32:32 -07:00
parent 4a246ff097
commit f617c507c4
3 changed files with 178 additions and 11 deletions

View File

@@ -152,7 +152,7 @@
- [GURU-BEAST-ROG Setup Status](machine_windows_guru_setup_status.md) — Windows workstation fully configured except SSH key deployment to servers.
## Project
- [VWP-ROSE QB updater crash-loop](project_vwp_rose_qb_updater.md) — qbupdate/FCS heap-corruption crash loop on VWP-ROSE (QB Desktop 2024); update skippable, Rose working; resume fix 2026-07-13 4pm; Syncro ticket 113779446; login in vault clients/vwp/vwp-rose-workstation.
- [VWP-ROSE QB updater crash-loop](project_vwp_rose_qb_updater.md) — RESOLVED 2026-07-13 via remote QB repair install; billed 0.5h to VWP prepay block, ticket #32545 Invoiced. Open side findings: NETLOGON 5719 at boot + Syncro agent service crashes on VWP-ROSE.
- [GuruRMM software-removal PR #58](project_gururmm_software_removal_pr58.md) — SPEC-030 hardening (driver exclusion in removal UI, lingering-uninstaller sweep, job list + stale reaper) on PR #58, UNMERGED; merge = beta deploy; live testing planned 2026-07-06 on DESKTOP-MS42HNC.
- [Cascades network + CS-SERVER SMB instability](project_cascades_network_segments.md) — NAS->CS-SERVER migration. NOT a CSC-ENT-vs-CSCNet issue (corrected): fresh SMB to `\\cs-server\*` fails err 67 from BOTH Wi-Fis; only persistent admin-mapped drives work, intermittently → CS-SERVER-side SMB instability (multichannel advertises .248/.254/IPv6 ULAs; Get-SmbServerConfiguration errors). Blockers: CSCNet=WPA3 (old adapters can't join); workstations store domain-admin cred. Repoint tool [[drive-map]].
- [CyndyOffice physical HP lockups](cyndyoffice-physical-hp-lockups.md) — RMM "Howard-VM" site agent CyndyOffice is a PHYSICAL HP Pavilion TP01 (not a VM); ~20 hard freezes/6wk = Kernel-Power 41 bugcheck-0, no dump/WHEA = hardware (RAM/PSU/BIOS), SSD healthy. UUID re-enrolls.
@@ -229,4 +229,4 @@
- [EDR auto-isolates GuruRMM PowerShell](project_edr_rmm_autoisolation_fp.md) — Datto "Exfiltration Over HTTP" rule auto-isolates benign GuruRMM scripts fleet-wide (vwp-qbs 4h outage); watcher + narrow suppression deployed, policy fix pending Mike
- [Background tasks — no shell `&`](feedback_background_task_no_ampersand.md) — with run_in_background:true, run the command in the foreground of the shell; adding `&`/`disown` forks + exits 0 instantly, orphaning a blocking wait so it never delivers (hit twice building ask-forum)
- [ask-forum — human-in-the-loop via #ct-forum](../skills/ask-forum/SKILL.md) — ask a teammate a question in the private ct-forum Discord forum, get their human answer back in-session; forum-only, any human can answer, run the --wait as a proper background task
- [Claude Code Bun crash -> pin 2.1.110](reference_claude_code_bun_crash_pin.md) - v2.1.114+ segfaults on Win11 at new-session start; npm pin 2.1.110 + DISABLE_AUTOUPDATER=1; unpin on #55219 fix
- [Claude Code Bun crash -> pin 2.1.110](reference_claude_code_bun_crash_pin.md) - v2.1.114+ segfaults on Win11 at new-session start; npm pin 2.1.110 + DISABLE_AUTOUPDATER=1; unpin on #55219 fix

View File

@@ -1,16 +1,12 @@
---
name: project-vwp-rose-qb-updater
description: VWP-ROSE QuickBooks updater crash-loop - repair deferred to 2026-07-13 4pm, Syncro ticket 113779446
description: VWP-ROSE QuickBooks updater crash-loop - RESOLVED 2026-07-13 (repair install); open side findings NETLOGON 5719 + Syncro agent crashes
metadata:
type: project
---
QuickBooks Desktop 2024 (v34.0.4020) updater on **VWP-ROSE** (Valley Wide Plastering, GuruRMM agent, online) is in a crash loop: `Intuit.QuickBooks.FCS.exe` and `qbupdate.exe` crash with heap corruption (0xc0000374 in ntdll), `qbpatch2.exe` hangs (Event 1002). Pattern survives reboot -> corrupted update cache / damaged FCS on disk. `QBFCService` service is Stopped.
**RESOLVED 2026-07-13:** QuickBooks Desktop 2024 updater crash loop on VWP-ROSE (Valley Wide Plastering) - qbupdate/FCS heap corruption (0xc0000374) surviving reboot. Fixed via remote session: repair on the QuickBooks installation; update now completes. Billed 0.5 hr remote against the VWP prepay block (16.25 hrs remaining), invoice #68041, ticket #32545 Invoiced (https://computerguru.syncromsp.com/tickets/113779446). Rose's login vaulted at `clients/vwp/vwp-rose-workstation`.
Status 2026-07-13 ~11am: Mike ran the basic Tool Hub repair (didn't fix it), found the update can be SKIPPED so Rose can work. **Plan: resume remediation 2026-07-13 at 4:00pm** when Rose is done for the day.
Remaining fix path (in order): clear `C:\ProgramData\Intuit\QuickBooks 2024\Components\DownloadQB34\` + re-run update with "Reset Update"; if still crashing -> QuickBooks Install Diagnostic Tool + Repair from Programs and Features; fallback -> manually download+install the latest QB 2024 release patch from Intuit.
- Syncro ticket: https://computerguru.syncromsp.com/tickets/113779446
- Rose's Windows login: vault `clients/vwp/vwp-rose-workstation`
- Side findings on the box (separate issues): NETLOGON 5719 / DNS registration failures at boot (VWP DC unreachable), Syncro agent services crashed twice morning of 7/13.
**Open side findings on VWP-ROSE** (not yet addressed, from 7/13 event logs):
- NETLOGON 5719 + DNS registration failures at boot - machine can't reach a VWP domain controller at startup; may cause auth/mapped-drive issues.
- Syncro agent services (Syncro.Service.Runner / SyncroLive.Service.Runner) crashed twice on the morning of 2026-07-13 (KERNELBASE .NET exceptions).