public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Cygwin shells closing when launched by a telnet server client in Windows 7
Date: Wed, 24 Aug 2011 13:31:00 -0000	[thread overview]
Message-ID: <20110824133043.GJ13527@calimero.vinschen.de> (raw)
In-Reply-To: <C1D4084E4F215A4F890E70E3675DF6333D1AA9861E@JTISBS8.joshitech.local>

On Aug 22 13:46, Clayton Evans wrote:
> I am in the process of upgrading to a new machine.  This machine is
> used as a compute server, where users telnet to the machine, start up
> a Korn shell and run compute intensive programs from the Korn shell.
> The current machine is running Cygwin 1.5 and Windows XP 64 bit.  This
> process has worked for years.  The new machine is running Cygwin 1.7
> and Windows 7 64 bit.  After telneting to the new machine, mksh.exe
> appears to start after some pause, show it's prompt and then exits,
> returning to the command prompt within the telnet session.  This
> behavior makes me think that no input stream is getting connected to
> the shell and the shell exits.

First of all, don't use telnet.  Use ssh.  There's an openssh package
in the distro which provides an sshd server.

> Both machines are using Microsoft's Telnet Service.  I have tried
> ash.exe, bash.exe, dash.exe and sh.exe.  All the shell programs show
> their input prompt and then exit to the command prompt
> C:\cygwin\bin>mksh.exe -l -i
> user@hostname ~
> $
> 
> C:\cygwin\bin>
> The shell commands work fine, when one is locally on the compute
> server.   I have tried HyperTerminal, putty.exe and Microsoft's telnet
> client on the client machine and they all give the same result.
> There are no entries in the Windows 7 event log.
> The Korn shell is working non-interactively when telneted as
> demonstrated below by having the Korn shell execute a command specific
> to the Korn shell.
> C:\cygwin\bin>mksh.exe -c "whence whence"
> whence
> 
> C:\cygwin\bin>
> I have tried setting the Korn shell to be terminal server aware,
> peflags -tsaware=true mksh.exe, with no change in the results.

That flag has nothing to do with this problem.

However, I have no idea how to help with telnet.  I tried to track this
down, and it turns out that a perfectly valid call to WaitForMultipleObjects
with the telnet stdin handle returns with an error "Invalid Handle", while
WriteFile to the telnet pipe performed by the first Cygwin process in a
process tree can break the connection.  You say it worked in 1.5, but
I don't see a difference in the handling of the incoming stdio handles
between 1.5 and 1.7 which would explain that behaviour.


Corinna


-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

      reply	other threads:[~2011-08-24 13:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-22 18:46 Clayton Evans
2011-08-24 13:31 ` Corinna Vinschen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110824133043.GJ13527@calimero.vinschen.de \
    --to=corinna-cygwin@cygwin.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).