Ticket Change Details
Not logged in
Overview

Artifact ID: 0ab84b2ae490fa79108542240d0f7b613097908b
Ticket: 40d9dbd3ade39488a6786cd4588c0915974a9961
ssh scheme incompatible with tcsh
User & Date: joerg 2011-03-25 01:44:09
Changes

  1. Appended to comment:
    
    
    <hr /><i>joerg added on 2011-03-25 01:44:09 UTC:</i><br />
    This is essentially a bug in tcsh. Consider running
    <verbatim>
    echo 'echo test' | tcsh -l > test.dmp 2>&1
    </verbatim>
    
    That should start a non-interactive shell, since neither stdin, stdout nor stderr is a tty. As a result, all start up scripts and the shell itself should be silent.
    tcsh doesn't do that and the output is confusing fossil. It works with sftp and scp since they use the subsystem mechanism from ssh and don't actually get a shell. The message about job control should be suppressed for the !isatty case too/
    
    
  2. resolution changed to: "External_Bug"
  3. status changed to: "Closed"