Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <8F23E55D511AD5119A6800D0B76FDDE101A26AB4@cpex3.channelpoint.com>
From: Troy Noble <troy.noble@channelpoint.com>
To: "'Greg Bell'" <gregbell@znet.com>,
   Robert Collins
	 <robert.collins@itdomain.com.au>
Cc: cygwin@cygwin.com, "'Kevin Schnitzius'" <kevin.schnitzius@citrix.com>
Subject: RE: Problem - extreme network slowness, cygwin only
Date: Mon, 24 Sep 2001 17:49:21 -0600
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain;
	charset="iso-8859-1"
X-Scanned-By: MIMEDefang 1.0 (http://www.roaringpenguin.com/mimedefang/)

Kevin's right.  If you paste his suggested fix near the end
of your .bashrc file that should do it.

  export PATH=`echo $PATH | sed 's/\/\/[^:]*://' | sed 's/:\/\/[^:]*$//'`

This could be your problem right here.  In your PATH:

   //c/program files/microsoft visual studio/vss/win32

Unless you have a machine on your network named "c"
you are trying to browse to the UNC PATH "\\c".
That'll slow you down for sure.

I thought you said your PATH was only "/usr/bin" that's why I
couldn't see it before.  cygcheck reveals all as usual.

Troy

-----Original Message-----
From: Greg Bell [mailto:gregbell@znet.com]
Sent: Monday, September 24, 2001 5:22 PM
To: Robert Collins
Cc: cygwin@cygwin.com
Subject: Re: Problem - extreme network slowness, cygwin only


> whats your CYGWIN env variable set to?
> Whats the output of cygcheck (as per the submitting a bug report topic
> on the cygwin homepage)?.

duh... sorry about that.  its included below.

> What you are observing is not normal, it indicates something wrong. My
> guess would be an incorrectly configured corporate network, and your
> network security info resolution is coming over a router with no local
> Domain master browser (or something of the sort).

but why would cygwin/bash exhibit the delays and not dos?


Cygnus Win95/NT Configuration Diagnostics
Current System Time: Mon Sep 24 15:04:18 2001

WinNT Ver 5.0 build 2195

Path:	/home/gbell
	.
	/usr/local/bin
	/usr/bin
	/bin
	/cygdrive/c/Program Files/Cadence Design Systems/LDV/tools/bin
	/cygdrive/c/Program Files/Cadence Design Systems/LDV/tools/lib
	/cygdrive/c/WINNT/system32
	/cygdrive/c/WINNT
	/cygdrive/c/WINNT/System32/Wbem
	/cygdrive/c/DMI/bin
	/cygdrive/c/Program Files/Symantec/pcAnywhere/
	/cygdrive/c/modeltech_5.5b/win32pe
	/cygdrive/z/utils
	/cygdrive/c/Program Files/winzip
	/cygdrive/c/MODELSIM/WIN32PE
	/common
	//c/program files/microsoft visual studio/vss/win32
	/usr/X11R6/bin

.... snip

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

