bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Parallel Bug Reports Xauth problem with parallel


From: Ole Tange
Subject: Re: GNU Parallel Bug Reports Xauth problem with parallel
Date: Mon, 2 Dec 2013 22:58:14 +0100

On Mon, Dec 2, 2013 at 9:41 PM, Mathias Verbeke <address@hidden> wrote:
> Hi Ole,
>
> Thanks for your fast reply. Concerning the second issue (env): I do export
> the function. If I use the example from the tutorial
>
> ---
> #!/bin/bash
> my_func() {
>     echo in my_func $1
> }
> export -f my_func
> parallel --gnu --env my_func -S server my_func ::: baz
> ---
>
> I keep getting:
>
> bash: line 2: my_func: command not found
>
> Any idea what could cause this?

No, and I cannot reproduce this problem. So see if you can reproduce
it on a virtual machine:

       If you suspect the error is dependent on your
       environment or distribution, please see if you can
       images:
       http://sourceforge.net/projects/virtualboximage/files/

/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]