mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
This patch adds diagnostic data and additional logging to catch the root cause for issue #1303: - Exactly when and why cleanup is called - Whether the cd /tmp command succeeds - The actual tar exit code (not just 255 from SSH) - Whether cleanup happens before tar completes (race condition) - The full collection.log showing the sequence of events Signed-off-by: Joachim Wiberg <troglobit@gmail.com>