delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2002/11/05/13:14:54

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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
Date: Tue, 5 Nov 2002 10:12:15 -0800 (PST)
From: "Peter A. Castro" <doctor AT fruitbat DOT org>
To: ljubomir DOT milanovic AT philips DOT com
cc: cygwin AT cygwin DOT com
Subject: Re: cygwin - novell interaction
In-Reply-To: <OF241518AA.9B62F5F2-ONC1256C68.005FE915@diamond.philips.com>
Message-ID: <Pine.LNX.4.21.0211051007060.30332-100000@gremlin.fruitbat.org>
MIME-Version: 1.0

On Tue, 5 Nov 2002 ljubomir DOT milanovic AT philips DOT com wrote:

> Hi,
> 
> I'm using cygwin 1.3.12-2 on a Win2000 connected to a Novell
> network.
> 
> My problem is that if I access a network files rapidly the network
> connection breaks down after few seconds (10-20) and remote
> server is not accessible (also not for windows tools). The problem
> is hard to reproduce (often is everything working fine).
> 
> Following script illustrates the problem:
> 
> #!/bin/sh
> while true
> do
>       t=`grep foo /cygdrive/n/path/to/network/file`
> done
> 
> The problem persists also for 'n:/path...' filename form. If I add
> a 'sleep 1' command inside the loop or execute script on local
> drive everything is ok.

This sounds more like a Novel Client issue than a Cygwin issue.
Try running the following DOS batch file (as, say, xxx.bat).  Note that
this does not use any Cygwin commands at all and will only test the file
access from a pure Windows/DOS environment:

Rem run forever
:lab1
type n:\path\to\network\file
goto lab1

Be warned, that on a fast machine, it's difficult to break out of the
batch loop.  But, if it errors out, then it's not Cygwin that's at fault.

> Thanx for any help,
> and sorry if the question is off-topic,
> Ljubo

-- 
Peter A. Castro <doctor AT fruitbat DOT org> or <Peter DOT Castro AT oracle DOT com>
	"Cats are just autistic Dogs" -- Dr. Tony Attwood


--
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/

- Raw text -


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