delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2007/06/20/07:20:08

X-Spam-Check-By: sourceware.org
Date: Wed, 20 Jun 2007 13:19:47 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: ssh appending CR to ouptut
Message-ID: <20070620111947.GE21181@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <46788A1A DOT 3070508 AT internode DOT on DOT net> <46788C92 DOT 6070703 AT cygwin DOT com>
Mime-Version: 1.0
In-Reply-To: <46788C92.6070703@cygwin.com>
User-Agent: Mutt/1.4.2.2i
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

On Jun 19 22:10, Larry Hall (Cygwin) wrote:
> Julian Neil wrote:
> >Under Windows Server 2003, ssh appends CR to some command outputs (eg 
> >when I execute hostname).  This is causing some of my scripts to fail. I 
> >have tried fiddling with the CYGWIN environment variable, but it doesn't 
> >seem to help.
> >Attached are some simple test cases and cygcheck output. 
> >Any suggestions?
> 
> Yes.  First, send problem reports to the Cygwin list.  The Cygwin apps list
> is for packaging issues and 'setup.exe' discussions/issues.  Please respect
> the Reply-To I've set and remove cygwin-apps from the recipient list if you
> intend to follow-up on this thread.
> 
> Second, install the 'coreutils' package.  You're calling the Windows
> 'hostname' executable.  You need the Cygwin one.

This is probably a problem with $PATH when not running an interactive
shell, like this:

  $ echo $PATH
  /usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/bin
  $ type hostname
  hostname is /usr/bin/hostname

  $ ssh localhost 'echo $PATH'
  /usr/X11R6/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/bin
  $ ssh localhost type hostname
  hostname is /cygdrive/c/WINDOWS/system32/hostname


Corinna

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

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019