diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-30 16:51:21 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-30 16:51:21 -0400 |
| commit | 6e7e05274d108b16611ee273f95d6b3fb489c4b5 (patch) | |
| tree | cd2c74c8e3ee32ae0e7894f2fa80281fefdf3ffb /todo.org | |
| parent | 08fa00fa1ef9532fa5f620a103e37bd51c79dcd0 (diff) | |
| download | archsetup-6e7e05274d108b16611ee273f95d6b3fb489c4b5.tar.gz archsetup-6e7e05274d108b16611ee273f95d6b3fb489c4b5.zip | |
docs: bring network module spec current + add diagnostic verbose-capture
The spec had drifted behind the code and the redesign. Marked Phases 1-3 shipped, recorded the native captive-login engine and the live-testing portal UX fixes, and folded in the V2 redesign: no terminals, the passwordless sudo-helper, verify-every-action, the Connections/Diagnostics/Performance nav, and the full failure-mode catalog moving to the task.
Added the automatic diagnostic verbose-capture feature. On a failing diagnose it elevates the underlying stack (NetworkManager, resolved, wpa_supplicant) to debug, captures the journal and dmesg window, restores with a guaranteed crash-guarded path, and writes a redacted bundle. A manual Debug on/off toggle covers intermittent failures. The redesign task gains a child for it.
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -191,6 +191,17 @@ run DoT at all. *** TODO Merged Diagnostics panel + nav restructure (Connections | Diagnostics | Performance) *** TODO Make diagnose IPv6-aware and multi-homing-aware *** TODO Close every detect/correct gap in the catalog, with post-action verification +*** TODO Automatic diagnostic verbose-capture (failing diagnose + Advanced toggle) +On =overall: fail=, elevate the underlying stack (NM =WIFI,DHCP,DNS,CORE= / systemd-resolved / +wpa_supplicant) to debug at runtime, run the escalation, capture the journal + dmesg window + +=curl -v=, then restore every level. Also a manual "Debug on/off" toggle in Advanced for +reproducing intermittent failures. HARD: restore is guaranteed (try/finally) AND crash-guarded +(next run detects a left-elevated stack and restores it, like the DoT-restore watcher); the +captured journal is REDACTED before the bundle is written/shown (raw wpa_supplicant/NM debug +carries the PSK/EAP secret in cleartext) with a secret-leak test; log-level toggles run via the +V2 sudo-helper. Bonus: wpa_supplicant debug catches wrong-password/EAP failures the current NM +state-120 snapshot misses, so it also closes the auth live-detection gap. Spec: Observability → +"Automatic diagnostic verbose-capture". Origin: Craig 2026-06-30. ** TODO [#B] Waybar network module — custom/net :feature:waybar:network: :PROPERTIES: |
