User-Agent: Opera/8.51 (X11; Linux i686; U; en) Build Identifier: /usr/bin/tryto from socklog-2.0.2 has race condition bug. Author released patch, I updated ebuild. I've no idea when new socklog will be released, so I post it here as temporary workaround. Reproducible: Always Steps to Reproduce: $ for i in $(seq 1 10); do echo "i=$i"; tryto -v -t 2 bash -c 'true'; done Actual Results: i=1 tryto: warning: child "bash" timed out. sending TERM... tryto: warning: child "bash" not terminated. sending KILL... tryto: fatal: child timed out, giving up. i=2 tryto: warning: child "bash" timed out. sending TERM... tryto: warning: child "bash" not terminated. sending KILL... tryto: fatal: child timed out, giving up. i=3 tryto: warning: child "bash" timed out. sending TERM... tryto: warning: child "bash" not terminated. sending KILL... tryto: fatal: child timed out, giving up. i=4 tryto: warning: child "bash" timed out. sending TERM... tryto: warning: child "bash" not terminated. sending KILL... tryto: fatal: child timed out, giving up. i=5 tryto: warning: child "bash" timed out. sending TERM... tryto: warning: child "bash" not terminated. sending KILL... tryto: fatal: child timed out, giving up. i=6 i=7 i=8 i=9 tryto: warning: child "bash" timed out. sending TERM... tryto: warning: child "bash" not terminated. sending KILL... tryto: fatal: child timed out, giving up. i=10 tryto: warning: child "bash" timed out. sending TERM... tryto: warning: child "bash" not terminated. sending KILL... tryto: fatal: child timed out, giving up. Expected Results: $ for i in $(seq 1 10); do echo "i=$i"; tryto -v -t 2 bash -c 'true'; done i=1 i=2 i=3 i=4 i=5 i=6 i=7 i=8 i=9 i=10
Created attachment 79752 [details] ebuild which apply needed patch
Created attachment 79753 [details, diff] files/socklog-2.0.2-race.patch
thanks, in portage now !