Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3F08DF11.7000201@whack.org> Date: Sun, 06 Jul 2003 19:46:41 -0700 From: Peter Wohlers User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Output suppressed with ssh or telnet References: <1056730979 DOT 31766 DOT ezmlm AT cygwin DOT com> <3EFDE613 DOT 4060705 AT whack DOT org> In-Reply-To: <3EFDE613.4060705@whack.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Jul 2003 02:46:42.0639 (UTC) FILETIME=[FF7415F0:01C34431] So, this wierdness ges better - Mitch Nibbelink wrote me with this: Mitch Nibbelink wrote: > I'm seeing the same thing, not subscribe to the mailing list... > > My current workaround (since I have activestate perl installed) is to > # point to activestate perl > $ export PATH=/cygdrive/c/Apps/Perl/bin:$PATH > > # run net start from activestate perl instead of bash > $ perl -e "system('net start');" > These Windows 2000 services are started: > > Apache > COM+ Event System > ... > > Icky, but works. > > --Mitch So, if you're ssh'd into a cygwin box, things like 'net start' don't display anything, and if you use cygwin's perl to do a system call, it still doesn't. Use Activestate while ssh'd in and it works as it should. Yet while on the console, all works as it should. Anyone have a clue why this might be behaving like this? -- ***************** * Peter Wohlers * *pedro AT whack DOT org* ***************** Peter Wohlers wrote: >>> ------------------------------------------------------------------------ >>> >>> Subject: Output suppressed with ssh or telnet >>> From: "Marco Marcantelli" >>> Date: Fri, 27 Jun 2003 17:35:53 +0200 >>> To: cygwin AT cygwin DOT com > > >> > >>> when I'm in telnet or ssh and run Dos programs like Word Star, >>> Norton >>> Commander or a Cobol run-time for dos, I do not receive any Output, but >>> the programs are running !! If i try in local the programs works well. >>> I have read the Email in Mail List, I would like to know if a >>> solution exists. >>> > [snip-snip cygcheck output> > > Hmmm...I've just run into this myself...but it doesn't seem to be > universal with all apps: > pwohlers AT dc1 ~ > $ which net > /cygdrive/c/winnt/system32/net > > pwohlers AT dc1 ~ > $ net help > > pwohlers AT dc1 ~ > $ ipconfig > Windows 2000 IP Configuration > Ethernet adapter Local Area Connection: > > Connection-specific DNS Suffix . : > IP Address. . . . . . . . . . . . : 192.168.1.5 > Subnet Mask . . . . . . . . . . . : 255.255.255.0 > Default Gateway . . . . . . . . . : 192.168.1.1 > > > > So, you see from the above output, ipconfig spews forth as it should, > but the net command's output seems suppressed. > > These are pretty up-to-date installs: > pwohlers AT dc1 ~ > $ uname -a > CYGWIN_NT-5.0 dc1 1.3.22(0.78/3/2) 2003-03-18 09:20 i686 unknown unknown > Cygwin > pwohlers AT dc1 ~ > $ ssh -V > OpenSSH_3.6.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090702f > > Is there something in particular we should be looking at to help us > diagnose the root cause of this? > > Thanks, > -- 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/