X-Recipient: archive-cygwin AT delorie DOT 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=Y+Q uW972Msh8wbFOTOhp2RmDgDC+wL0SRh97VlTJqs3GHSnmKBBN3WPbW5/BpV8BYgV KuEpiUt7ZDG7bVdnoHlig9YZ+1Mf45m7+1T1x6ZrG2RH+885SdPRGJ/LPYOdAL8q LylSqmoIU1JwEXQYH0IDdj0it0qN7O0hi8do4yYc= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=3hFVvV5KF F2riROVmCMJPHh+hpU=; b=oPuZNh6bt62QvzPCaAOdAmSAq7aPFA4V/YWvcUOwm +jMovK8YPmFcOKolJxDZD+eCc39SRRT4/rkRkPMddVJsXLNPnpygZPKQHgWqxZw+ hCsAH9phSkKzWDqx16xFcSmnGB1QMPTp+5dL4gFFPm5zXIV2X5y8m26g+N5+FtVr Zw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp201.alice.it Message-ID: <54B3C32E.5030306@alice.it> Date: Mon, 12 Jan 2015 13:50:54 +0100 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Completion issue with 1.7.34-test Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit With Cygwin-1.7.34-003 (Cygwin64) I can reproduce systematically a completion issue reproducible with the following steps. Notice, in my HOME I have a directory called 'work'. Boot Windows (W7U64) and login. Start MinTTY. $ ls -lrt ~/w[TAB] it produces $ ls -lrt ~/work/ so with an Enter, I can list work, $ ls -lrt ~/work/[ENTER] totale 10104 [...] and is is OK. Now $ cd /tmp/[ENTER] $ ls -lrt ~/work/[ENTER] ls: impossibile accedere a /ho3/work/: No such file or directory Returnig at HOME: $ cd[ENTER] $ ls -lrt ~/work/[ENTER] ls: impossibile accedere a /ho3/work/: No such file or directory This happens with and without a default /etc/nsswitch.conf file; with only /etc/{passwd,group} files (no nsswithch.conf). Reinstalling 1.7.33 and the /etc/{passwd,group} files created at first default installation fixes the issue. Ciao, Angelo. -- 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