Skip to content

lab4: OS & Networking trace and debug#1091

Open
1r444444 wants to merge 3 commits into
inno-devops-labs:mainfrom
1r444444:feature/lab4
Open

lab4: OS & Networking trace and debug#1091
1r444444 wants to merge 3 commits into
inno-devops-labs:mainfrom
1r444444:feature/lab4

Conversation

@1r444444

Copy link
Copy Markdown

Lab 4 β€” OS & Networking: Trace, Debug, and Read the Substrate

Platform: macOS 15 (Darwin 25.5.0)

Task 1 β€” Packet trace

  • Captured POST /notes via tcpdump -i lo0 (macOS loopback)
  • Annotated TCP three-way handshake, HTTP request/response, FIN close
  • All five debugging commands with output (lsof, netstat -rn, mtr, dig, macOS log)
  • 502 debug reflection

Task 2 β€” Broken deploy

  • Reproduced bind: address already in use error
  • Walked full outside-in chain (process β†’ socket β†’ HTTP β†’ firewall β†’ DNS)
  • Blameless mini-postmortem (deployment sequencing + prevention tooling)

1r444444 added 3 commits June 9, 2026 09:25
Signed-off-by: Irina <irina.bychkova06@mail.ru>
Signed-off-by: Irina <irina.bychkova06@mail.ru>
- Annotated tcpdump capture of TCP handshake + POST /notes + FIN close
- Five debugging commands with output (lsof, netstat, mtr, dig, log)
- Outside-in broken-deploy chain (port conflict) with blameless postmortem

Signed-off-by: Irina Bychkova <irina.bychkov411@gmail.com>
Signed-off-by: Irina <irina.bychkova06@mail.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant