Thank you. I did the strace and it shows that it is just repeating the same 
two lines over and over again.
select(7, [4 6], [], [4 6], {1, 0})     = 0 (Timeout)
wait4(29548, 0x7fff6a145c84, WNOHANG, NULL) = 0

When I checked the details of the select I get the following:
lsof -p 10984 -ad 4,6
COMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF      NODE NAME
python2.7 10984 root    4r  FIFO    0,7      0t0 819132068 pipe
python2.7 10984 root    6r  FIFO    0,7      0t0 819132069 pipe


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5c68bcd9-1bec-4a46-a988-73b9542a15ee%40googlegroups.com.

Reply via email to