From 9dd730fc29558b5eae0c7b2b54061b3d6e11efb0 Mon Sep 17 00:00:00 2001 From: majorlinux Date: Sat, 13 Jun 2026 09:58:26 -0400 Subject: [PATCH] Add nav entries for Warp keychain login + iPhone Mirroring AWDL articles --- 05-troubleshooting/index.md | 2 ++ SUMMARY.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/05-troubleshooting/index.md b/05-troubleshooting/index.md index 4977303..e6a013f 100644 --- a/05-troubleshooting/index.md +++ b/05-troubleshooting/index.md @@ -52,9 +52,11 @@ Practical fixes for common Linux, networking, and application problems. ## 📝 Application Specific - [Obsidian Vault Recovery — Loading Cache Hang](obsidian-cache-hang-recovery.md) - [Gemini CLI Manual Update](gemini-cli-manual-update.md) +- [iPhone Mirroring Hangs on 'Connecting…' — AWDL Data Stall (27.0 Beta)](iphone-mirroring-connecting-hang-awdl-stall-beta.md) ## 🤖 AI / Local LLM - [Ollama Drops Off Tailscale When Mac Sleeps](ollama-macos-sleep-tailscale-disconnect.md) - [Ollama: `ollama run` with Piped Stdin Bypasses Chat Template + SYSTEM Prompt](ollama-chat-template-pipe-stdin-bypass.md) - [Windows OpenSSH Server (sshd) Stops After Reboot](networking/windows-sshd-stops-after-reboot.md) - [claude-mem Silently Fails with Claude Code 2.1+ (Empty `--setting-sources`)](claude-mem-setting-sources-empty-arg.md) +- [Claude Code Won't Log In (Warp & iTerm2) — Corrupt Keychain Credential](claude-code-warp-login-corrupt-keychain-credential.md) diff --git a/SUMMARY.md b/SUMMARY.md index 7eb5a3d..2e4d9ee 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -116,6 +116,8 @@ updated: 2026-05-15T09:00 * [Patching PHP 8.4 Implicit-Nullable Deprecations in Vendor Packages](05-troubleshooting/php-84-vendor-implicit-nullable-patch.md) * [Ollama Drops Off Tailscale When Mac Sleeps](05-troubleshooting/ollama-macos-sleep-tailscale-disconnect.md) * [Ollama: `ollama run` with Piped Stdin Bypasses Chat Template + SYSTEM Prompt](05-troubleshooting/ollama-chat-template-pipe-stdin-bypass.md) + * [Claude Code Won't Log In (Warp & iTerm2) — Corrupt Keychain Credential](05-troubleshooting/claude-code-warp-login-corrupt-keychain-credential.md) + * [iPhone Mirroring Hangs on 'Connecting…' — AWDL Data Stall (27.0 Beta)](05-troubleshooting/iphone-mirroring-connecting-hang-awdl-stall-beta.md) * [rsync over Tailscale: Hung in TCP Teardown After Transfer Completes](05-troubleshooting/networking/rsync-tailscale-teardown-stall.md) * [iOS Tailscale Clients Report HostName="localhost" — Breaks /etc/hosts Generators](05-troubleshooting/networking/tailscale-status-json-hostname-localhost-ios.md) * [macOS: Repeating Alert Tone from Mirrored iPhone Notification](05-troubleshooting/macos-mirrored-notification-alert-loop.md)