On 2005-02-12 12:55:36 +0100, Vincent Lefevre wrote:
> Package: fsh
> Version: 1.2-2
> Severity: important
> 
> When I try to open a tunnel with fshd (or using fsh directly), the
> tunnel is immediately closed, because my .zshenv file writes some
> information to stderr. This bug prevents me from using fsh.
> 
> In fact, when I have
> 
> [[ $SHLVL -eq 1 && -n $SSH_CONNECTION ]] &&
>   echo "123456789012345" >&2
> 
> in my .zshenv (on the server side), or with more characters in the
> echo string, I get a "Tunnel closed." message on the client side.

Commenting out the line

            os.close(2)

in /usr/share/fsh/fshd.py seems to fix the problem.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to