From 379e5a7307e214ab13796f7a1b1ddac30ae60ecb Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 13 Oct 2025 01:00:24 +0000 Subject: [PATCH] chore: Regenerate all playbooks --- nvidia/connect-to-your-spark/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nvidia/connect-to-your-spark/README.md b/nvidia/connect-to-your-spark/README.md index 1affd51..db91b27 100644 --- a/nvidia/connect-to-your-spark/README.md +++ b/nvidia/connect-to-your-spark/README.md @@ -344,6 +344,6 @@ With SSH access configured, you can: | Symptom | Cause | Fix | |---------|--------|-----| -| `ssh: Could not resolve hostname` | mDNS not working | Use IP address instead of .local hostname | -| `Connection refused` | Device not booted or SSH disabled | Wait for full boot; SSH available after system updates complete | -| `Port forwarding fails` | Service not running or port conflict | Verify remote service is active; try different local port | +| Device name doesn't resolve | mDNS blocked on network | Use IP address instead of hostname.local | +| Connection refused/timeout | DGX Spark not booted or SSH not ready | Wait for device boot completion; SSH available after updates finish | +| Port forwarding fails | Service not running or port conflict | Verify remote service is active; try different local port |