From: <er...@he...> - 2003-04-16 23:02:01
|
On Thu, Apr 17, 2003 at 12:24:23AM +0200, J.A. Magallon wrote: > > On 04.16, gor...@ph... wrote: > > > > Odd thing. Attempting to "bpsh" the following csh or tcsh script fails. > > > > #!/bin/csh > > echo "Hello" > > > > Results in: > > > > /proc/self/fd/3: No such file or directory > > > > It works for me. Running bproc-3.2.4 on 2.4.21-pre5. Seems to work for me too. Just FYI, /proc/self/fd/3 is a wacky file descriptor that my horrible shell script hack sets up. Basically, it squirrels away the script file in the process's memory space and then produces this weird FD that just references the processes own memory space. It's gross but it gets around the problem of not having the script on the slave node. - Erik |