X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=pmIFyyb7NA0kR0Kc
	UA1tEXkdVuI5YLt2G09e7/F3u1iteG8gw3x3TT9V4CxMEDwwy77hJdqMDsABBmHR
	W7tkQn3+zAmc1Ga++vDkPuTGn2N17NBiSz9TnhX6be2FNngfPVM46cOxVs73Qm1M
	PdsXu3arAso7cq9fAqpgk9bN4RM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=ppWICuXpQjlE4MSxdLn5gp
	Zv5yg=; b=FT6mExZ0OzPA7o81pkjVcTpIdk+ehIzk4SHJNMTzq9Ol9sSN/8biEQ
	JSlpgtn8/q/5biOHKBWHkiFdiE1OPBEr8KS2s8s8Vijz5Guk1RhqIJk0J2bLKNVV
	zULrzj9U4JcW2dg/rbmNA0JkP42JOtCJ76fQJAme9u/zRXQY9rGK4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=distinct, zimmermann, Zimmermann, Christoph
X-HELO: mout.kundenserver.de
Subject: Re: mintty issue with version 2.3.7
To: cygwin@cygwin.com
References: <f8ac7e70-2b59-3aaa-4f8b-ce8f910f27bc@gmail.com>
From: Thomas Wolff <towo@towo.net>
Message-ID: <5774029E.4000809@towo.net>
Date: Wed, 29 Jun 2016 19:17:18 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0
MIME-Version: 1.0
In-Reply-To: <f8ac7e70-2b59-3aaa-4f8b-ce8f910f27bc@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-UI-Out-Filterresults: notjunk:1;V01:K0:EYm1fK24GPA=:IPy3dY00Odr2ytzq/ABUVT B64hueyqtjNn02QBcLdSZeMzzbjOO8rrzDh5ti/6CWmUmgIxgMhJwi0ZGn+ATVUa42v9E8mz8 E22ZxcMSMbTsTDfzglrrIBGNbcG+6223C9oc2FNz6b7F71Ra0iL02mGX5a3JaQjq2zEye/9sH YOgUJbAQ2EvpS7z8M0zE4ivzVeYcoc0KR94/qREchtb5wLMTzy3qVvKqBEz+acza33Q1FF9+G rQaAPaWnFSwXjsm7ze+WvKX1X69hJ+M7FXaqqAk7XCZ/W2tO1iEkwnLc9s00ItC1wWF8q/2BD 8NgxMlUO2WsEkJNMcMzVKbRica233oCPAOd7hUg1XZm3/I/X6oO6+76sucyXClOdHdCTn51/G yw/yA5c0WItoPxI+bKQ1E2nJrZzBuVV2DGD+Cmyf4eyzs+bE6w/ePsPAnpzxn4JyK5pmKMj5i 1v3jRLLC5SKviiKWc4u7NaQZFrehEM3ZCoqCG9K1vcHi0DaS1kp6Yd2bRxyQcRNWUlOO21r51 HXlAroPHD7PbQ+rZN8eMT86x/u091MI6q6Q942QTePqZgPe0B5U8WwLgTRA3b7iTprxh8zWsT niYgBqaEwbr+MkgpgHdoX1QJPh0Zb1q/FDAeB/HZ+EzyAY/K3OEjAB9bmG5AcF3PQd5wHQUrz FmAABt20GSBPlUtN1ZHRDKuvBB+AthrLFIlqUgajP8DHXAMGJYwGtZS4nwabE0atbD4MFJzgk KRJPE9j9OaXoGqR6
X-IsSubscribed: yes

Am 29.06.2016 um 11:56 schrieb Christoph Zimmermann:
> After the recent update to version 2.3.7 mintty prints the error message
>
> Error: could not open log file: File exists.
> : File exists <log file name>
I suppose you have set Log=something in your .minttrc;
the described behaviour is actually on purpose;
if there a exists a log file with the requested name already, it is 
assumed that it may contain valuable logging information
and shouldn't inadvertently be overwritten.
To configure logging in .minttyrc, you should use some % placeholders 
(see manual page) to create distinct log files.
I will amend the manual page for clarification.

Thomas

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

