From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3945 invoked by alias); 7 Oct 2014 16:25:57 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 3934 invoked by uid 89); 7 Oct 2014 16:25:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: newsaf.bio.caltech.edu Received: from newsaf.bio.caltech.edu (HELO newsaf.bio.caltech.edu) (131.215.12.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 07 Oct 2014 16:25:55 +0000 Received: from apache by newsaf.bio.caltech.edu ([local]:local) with local id 1XbXaE-0000kK-3s - Using Exim-4.72 (MandrivaLinux) MTA (return-path ); Tue, 07 Oct 2014 09:25:54 -0700 To: cygwin-xfree@cygwin.com Subject: Re: Clipboard interaction issues - breaks after awhile HTTP-Posting-Client: 131.215.12.39 HTTP-Posting-URI: saf.bio.caltech.edu:443/roundcubemail/index.php HTTP-Posting-User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0 SeaMonkey/2.29.1 X-PHP-Originating-Script: 0:rcmail.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 07 Oct 2014 16:25:00 -0000 From: mathog In-Reply-To: <5433E72A.9070907@dronecode.org.uk> References: <5433E72A.9070907@dronecode.org.uk> Message-ID: <8a2e3bc1a87d0511765a735f841d3fe5@saf.bio.caltech.edu> X-Sender: mathog@caltech.edu User-Agent: Roundcube Webmail/0.9.5 X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: apache@saf.bio.caltech.edu X-SA-Exim-Scanned: No (on newsaf.bio.caltech.edu); SAEximRunCond expanded to false X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00020.txt.bz2 On 07-Oct-2014 06:14, Jon TURNEY wrote: >> It always overwrites the Xwin.0.log file when it starts. Is there >> some >> change we could make to this .bat script that would cause it to at >> least >> save one previous version? > > I guess you could add to the above something like: > > move C:\cygwin\var\log\XWin.0.log C:\cygwin\var\log\XWin.0.log.old > > but yes, there is actually some code in the server to do that, but > it's not turned on in XWin for unknown reasons... Good idea. Changed it to the following and tested. It keeps the last two versions. ======================after this line @echo off set CYGXTOP=%~dp0 C: chdir "%CYGXTOP%\var\log\xwin" move XWin.0.log.1 XWin.0.log.2 move XWin.0.log XWin.0.log.1 chdir "%CYGXTOP%\bin" start Xwin :0 -multiwindow ======================before this line Regards, David Mathog mathog@caltech.edu Manager, Sequence Analysis Facility, Biology Division, Caltech -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/