Your message dated Fri, 28 Nov 2008 09:30:22 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: timeout: fails to propagate command status when not timed
out
has caused the Debian Bug report #187092,
regarding timeout: fails to propagate command status when not timed out
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
187092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=187092
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: timeout
Version: 1.11-6
Severity: important
Evidently this bug was fixed in tct's 1.07-9 release (ref. bug #132927) -
however it appears to have resurfaced for timeout.
timeout's man page offers:
"timeout's exit status is the exit status of the specified command or 1
in case of a usage error."
and I note the fix for bug #137240 expands on this to "... or 128+n of
timeout signalled the command (n being the command's exit status)".
However, for the case where the command exits successfully (i.e. isn't
signalled), timeout is not propagating the command's exit status.
i.e. this is ok:
$ timeout 2 sleep 5; echo $?
Timeout: aborting command ``sleep'' with signal 9
Killed
137
this isn't:
$ timeout 5 true; echo $?
0
$ timeout 5 false; echo $?
0
$ timeout 5 sleep 1; echo $?
0
Regards,
Ben
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux gromit 2.4.20 #1 Fri Mar 28 13:41:00 EST 2003 i686
Locale: LANG=en_AU, LC_CTYPE=en_AU
Versions of packages timeout depends on:
ii libc6 2.3.1-14 GNU C Library: Shared libraries an
--- End Message ---
--- Begin Message ---
Version: 1.18-1
We just took over the package yesterday.. so not our fault that it
wasn't updated earlier.
--
Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: [EMAIL PROTECTED]
Internet: http://people.panthera-systems.net/~daniel-baumann/
--- End Message ---