bug#33718: Syntaxe problem? I can't find the solution :-(

2019-01-17 Thread Assaf Gordon
tags 33718 moreinfo stop Hello, On 2018-12-13 1:54 a.m., Rudy BROSTEAUX wrote: Environment: AIX 7.2 TL3 SP1 (on IBM Power Systems) Origin of the coreutils RPM used @release 8.30 is perzl.org Installed using a yum server. *** /root> /usr/bin/time timeout 2.3 sleep 5 timeout: warning:

bug#33718: Syntaxe problem? I can't find the solution :-(

2018-12-13 Thread Rudy BROSTEAUX
.00 /root> Could be a missing dependence ? Regards, Rudy -Original Message- From: Bernhard Voelker Sent: Wednesday 12 December 2018 22:28 To: Rudy BROSTEAUX ; 33...@debbugs.gnu.org Subject: Re: bug#33718: Syntaxe problem? I can't find the solution :-( On 12/12/18 3:24 PM, Rudy BRO

bug#33718: Syntaxe problem? I can't find the solution :-(

2018-12-12 Thread Bernhard Voelker
On 12/12/18 3:24 PM, Rudy BROSTEAUX wrote: > I need to use your timeout tool. > > But when I tried it works with these not very nice message... > "timeout: warning: timer_create: Invalid argument" 'man 3p timer_create' says: EINVAL The specified clock ID is not defined. No idea. For an

bug#33718: Syntaxe problem? I can't find the solution :-(

2018-12-12 Thread Paul Eggert
I suggest debugging the problem by using "strace timeout ..." rather than plain "timeout ...".

bug#33718: Syntaxe problem? I can't find the solution :-(

2018-12-12 Thread Rudy BROSTEAUX
Hello, I need to use your timeout tool. But when I tried it works with these not very nice message... "timeout: warning: timer_create: Invalid argument" Can I help me? Kind regards, Rudy