X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Tue, 21 Jun 2011 12:16:10 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: less locks the file Message-ID: <20110621101610.GR3437@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20110621081809 DOT GO3437 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Jun 21 12:03, Jean-Pierre Bergamin wrote: > Am 21.06.2011 10:18, schrieb Corinna Vinschen: > >On Jun 21 09:50, Jean-Pierre Bergamin wrote: > >>Dear cygwin-Users > >> > >>When using less to follow a log file (less +F logfile.log), this > >>file is locked. So when I restart the application, it cannot delete > >>this locked log file and create a new one. So I always have to quit > >>less, before restarting the app, which I of course forget like every > >>2nd time... less does not lock on linux. > >> > >>Is there any way I could tell less not to lock the file? > > > >Upgrade Cygwin to the latest release might be an option. It's not less > >which locks the file, it's the fact that Windows does not allow to > >delete files which are in use. Recent Cygwin versions have a workaround > >for this. > > Unfortunately, it also does not work with the latest cygwin version. > It seems to be some "special" behaviour with my app server anyway, > since I can open any other file with less and delete it and recreate > it, while less still has it open. No idea why the app server (virgo) > fails. It's probably because your app server is a non-Cygwin application. It fails because it has no code to move in-use files away, as Cygwin's unlink() function has. If so, you're out of luck. 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