bug#27358: Timeout command was get failed to kill soffice.bin processes

2018-10-28 Thread Assaf Gordon
tags 27358 notabug close 27358 stop (triaging old bugs) On 2017-06-14 10:01 a.m., Assaf Gordon wrote: Without further details I can't tell if this is indeed the culprit for the behaviour you're experiencing, but this would be one direction to investigate. With no further comments in more th

bug#29382: Spelling mistake in the man page for 'timeout' command.

2017-11-21 Thread Bernhard Voelker
unarchive 26762 forcemerge 26762 29382 close 29382 stop On 11/21/2017 04:12 PM, Fufu Fang wrote: In BUGS section for the man page of 'timeout' command, it says "Some platforms don't curently support timeouts beyond the year 2038.". The word 'curently' sh

bug#29382: Spelling mistake in the man page for 'timeout' command.

2017-11-21 Thread Fufu Fang
Hi, In BUGS section for the man page of 'timeout' command, it says "Some platforms don't curently support timeouts beyond the year 2038.". The word 'curently' should be 'currently'. My coreutil's version is 8.26. Best wishes, Fufu

bug#27358: Timeout command was get failed to kill soffice.bin processes

2017-06-14 Thread Assaf Gordon
Hello Ken, On Wed, Jun 14, 2017 at 03:58:19PM +0530, Ken Walker wrote: [...] unoconv command start soffice.bin proccess for convert file and it working fine to kill that unoconv + soffice.bin process by timeout command if taken more than time which define with timeout command, But sometime it

bug#27358: Timeout command was get failed to kill soffice.bin processes

2017-06-14 Thread Ken Walker
Hello, We are converting xls to csv file using unoconv command, unoconv command start soffice.bin proccess for convert file and it working fine to kill that unoconv + soffice.bin process by timeout command if taken more than time which define with timeout command, But sometime it was not killed

bug#13535: timeout command not working when SIGALRM blocked

2013-01-24 Thread Bernhard Voelker
On 01/25/2013 04:12 AM, Pádraig Brady wrote: > I agree with your patch, and have attached an updated version. +1 if you mention http://bugs.gnu.org/13535. Have a nice day, Berny

bug#13535: timeout command not working when SIGALRM blocked

2013-01-24 Thread Pádraig Brady
On 01/23/2013 05:44 PM, Stephan Krempel wrote: Hi there, If the calling process has SIGALRM blocked, timeout simply never times out. Find attached a small program to demonstrate the problem and a patch to fix it by unblocking the necessary signal (at least on x86/linux). The sigprocmask gnuli

bug#13535: timeout command not working when SIGALRM blocked

2013-01-23 Thread Stephan Krempel
Hi there, If the calling process has SIGALRM blocked, timeout simply never times out. Find attached a small program to demonstrate the problem and a patch to fix it by unblocking the necessary signal (at least on x86/linux). If this is intended behavior, I would suggest to document it explicitly

Re: timeout command

2008-06-02 Thread Eric Blake
Pádraig Brady draigBrady.com> writes: > BTW why does gnulib require "program_name" to be exported? The error module uses 'extern char * program_name'; this is provided by default in glibc (via the name program_invocation_name, which is exported as part of glibc), but for the rest of the world

Re: timeout command

2008-06-02 Thread Pádraig Brady
Eric Blake wrote: > I just noticed the addition of the timeout command: > http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=265c4b8 > > But was this hunk to configure.ac intentional? It isn't mentioned in > ChangeLog: > http://git.savannah.gnu.org/gi

Re: timeout command

2008-06-02 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: > According to Jim Meyering on 6/2/2008 7:05 AM: > | > | I need a tool to automatically verify that ChangeLog > | and diffs are consistent. > > New enough git supports pre-commit hooks. I imagine we could probably > come up with a way to reject patches where t

Re: timeout command

2008-06-02 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: > According to Jim Meyering on 6/2/2008 7:05 AM: > | > | I need a tool to automatically verify that ChangeLog > | and diffs are consistent. > > New enough git supports pre-commit hooks. I imagine we could probably > come up with a way to reject patches where t

Re: timeout command

2008-06-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 6/2/2008 7:05 AM: | | I need a tool to automatically verify that ChangeLog | and diffs are consistent. New enough git supports pre-commit hooks. I imagine we could probably come up with a way to reject patches where the

Re: timeout command

2008-06-02 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: > I just noticed the addition of the timeout command: > http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=265c4b8 > > But was this hunk to configure.ac intentional? It isn't mentioned in > ChangeLog: > http://g

timeout command

2008-06-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just noticed the addition of the timeout command: http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=265c4b8 But was this hunk to configure.ac intentional? It isn't mentioned in ChangeLog: http://git.savannah.gnu.org/gitw