majorwiki/05-troubleshooting/index.md
Marcus Summers 0996861512 wiki: add troubleshooting articles from MajorTwin v8 cycle
Two articles surfaced during the v8 deploy + eval on 2026-04-25:

- Ollama: `ollama run` with piped stdin bypasses the chat template and
  SYSTEM prompt — output looks like raw base-model completion. Caught
  during initial v8 smoke test. Fix: use /api/chat HTTP endpoint.

- rsync over Tailscale can hang in TCP teardown after the data has
  fully transferred. Verify with md5sum, then kill the hung pipeline.
  Includes a watcher-threshold gotcha (set below true file size, not
  above) and prevention tips.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25 12:57:39 -04:00

2.9 KiB

created updated
2026-03-15T06:37 2026-04-22T18:11

🔧 General Troubleshooting

Practical fixes for common Linux, networking, and application problems.

🖥️ GPU & AI

🌐 Networking & Web

⚙️ Ansible & Fleet Management

📦 Docker & Systems

🔒 SELinux

💾 Storage

📝 Application Specific

🤖 AI / Local LLM