Re: bash pipe redirection gets stuck

2012-12-04 Thread jb
rule.lv> writes: > > Dear all, > I stumbled upon a problem where multiple pipe redirection occasionally get > stuck when trying to get sha256 sum of a stream. > > You can try to reproduce the problem if you have /usr/ports/shells/bash > installed (output redirection used in this command is pos

Re: bash pipe redirection gets stuck

2012-12-03 Thread long
> On 03.12.12 15:35, l...@rule.lv wrote: > [...] >> I stumbled upon a problem where multiple pipe redirection occasionally >> get >> stuck when trying to get sha256 sum of a stream. >> >> You can try to reproduce the problem if you have /usr/ports/shells/bash >> installed (output redirection used i

Re: bash pipe redirection gets stuck

2012-12-03 Thread jb
jb gmail.com> writes: > ... > Do you get stuck with this ? Does it make any difference ? I missed a redirector - sorry about that; the entry should be: /usr/local/bin/bash -c 'cat /tmp/file1 | tee /tmp/file1.copy | /sbin/sha256 > \ /tmp/file1.sha256' ; echo $status jb ___

Re: bash pipe redirection gets stuck

2012-12-03 Thread jb
rule.lv> writes: > > Dear all, > I stumbled upon a problem where multiple pipe redirection occasionally get > stuck when trying to get sha256 sum of a stream. > > You can try to reproduce the problem if you have /usr/ports/shells/bash > installed (output redirection used in this command is pos

Re: bash pipe redirection gets stuck

2012-12-03 Thread Frank Reppin
On 03.12.12 15:35, l...@rule.lv wrote: [...] I stumbled upon a problem where multiple pipe redirection occasionally get stuck when trying to get sha256 sum of a stream. You can try to reproduce the problem if you have /usr/ports/shells/bash installed (output redirection used in this command is p

Re: bash pipe redirection gets stuck

2012-12-03 Thread Jerry
On Mon, 3 Dec 2012 16:35:15 +0200 (EET) l...@rule.lv articulated: > Dear all, > I stumbled upon a problem where multiple pipe redirection > occasionally get stuck when trying to get sha256 sum of a stream. > > You can try to reproduce the problem if you > have /usr/ports/shells/bash installed (ou

bash pipe redirection gets stuck

2012-12-03 Thread long
Dear all, I stumbled upon a problem where multiple pipe redirection occasionally get stuck when trying to get sha256 sum of a stream. You can try to reproduce the problem if you have /usr/ports/shells/bash installed (output redirection used in this command is possible only in bash). Create tempora