feat(skills): add freebsd-truss-debug — syscall tracing for daemon failures #16

Merged
clawdie merged 1 commit from feat/freebsd-truss-debug-skill into main 2026-06-21 17:40:49 +02:00
Owner

truss traces every kernel call a process makes. Quick reference,
full walkthrough (start daemon→trigger→stop→analyze), common
daemon pitfalls and their truss signatures, ktrace alternative.

Proven debugging colibri-daemon jail-spawn Permission Denied:
found bare command names unresolved under daemon(8) PATH and
staging directory ownership issues.

truss traces every kernel call a process makes. Quick reference, full walkthrough (start daemon→trigger→stop→analyze), common daemon pitfalls and their truss signatures, ktrace alternative. Proven debugging colibri-daemon jail-spawn Permission Denied: found bare command names unresolved under daemon(8) PATH and staging directory ownership issues.
clawdie added 1 commit 2026-06-21 17:40:40 +02:00
truss traces every kernel call a process makes. Quick reference,
full walkthrough (start daemon→trigger→stop→analyze), common
daemon pitfalls and their truss signatures, ktrace alternative.

Proven debugging colibri-daemon jail-spawn Permission Denied:
found bare command names unresolved under daemon(8) PATH and
staging directory ownership issues.
clawdie merged commit 6f3f44db7d into main 2026-06-21 17:40:49 +02:00
clawdie deleted branch feat/freebsd-truss-debug-skill 2026-06-21 17:40:49 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/layered-soul#16
No description provided.