Thanks again Tyler.
Unfortunately, that was not the case here (although I have observed the same previously). Disabling the cron job and running it manually with strace, we end up hanging after a few minutes:
read(8, “W”, 1) = 1
read(8, “r”, 1) = 1
read(8, “i”, 1) = 1
read(8, “t”, 1) = 1
read(8, “e”, 1) = 1
read(8, " ", 1) = 1
read(8, “p”, 1) = 1
read(8, “a”, 1) = 1
read(8, “c”, 1) = 1
read(8, “k”, 1) = 1
read(8, “e”, 1) = 1
read(8, “t”, 1) = 1
read(8, “s”, 1) = 1
read(8, " ", 1) = 1
read(8, “t”, 1) = 1
read(8, “o”, 1) = 1
read(8, " ", 1) = 1
read(8, “f”, 1) = 1
read(8, “i”, 1) = 1
read(8, “l”, 1) = 1
read(8, “e”, 1) = 1
read(8, “\n”, 1) = 1
wait4(44650, 0x7fffb630f2e4, WNOHANG, NULL) = 0
read(8, “\n”, 1) = 1
wait4(44650, 0x7fffb630f2e4, WNOHANG, NULL) = 0
read(8, “~”, 1) = 1
read(8, “~”, 1) = 1
read(8, “~”, 1) = 1
read(8, “\n”, 1) = 1
wait4(44707, 0x7fffb630f2e4, WNOHANG, NULL) = 0
read(32, “0”, 1) = 1
read(32, “\n”, 1) = 1
wait4(44707, 0x7fffb630f2e4, WNOHANG, NULL) = 0
read(32,
Any other hints?
Cheers,
Jesse