From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14055 invoked by alias); 3 May 2018 16:27:52 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 13002 invoked by uid 89); 3 May 2018 16:27:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-ot0-f173.google.com Received: from mail-ot0-f173.google.com (HELO mail-ot0-f173.google.com) (74.125.82.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 May 2018 16:27:49 +0000 Received: by mail-ot0-f173.google.com with SMTP id t1-v6so21314861oth.8 for ; Thu, 03 May 2018 09:27:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=8sSRecu3E+OdbJxwZrmgPbF7zsIsMAWSZZz+5WzDUR8=; b=lAFaBHWSsLABzqQlO3SLyhOYanpBdih95Y7fqMc+ONcNZuTWk+iMyFdeQhHfDqfM24 yMMJIL/mcccRu7FH2S37N/vItwmVWDOvGiQmuxCnGwas5XE1Yt2SMw1tShCoTntjS/Vw 1xmV+xs8/2NwzCPGdi4RSWR8QhitvHCTIXz0d8pl0+u3JXioRv1Dljp591G+uy382ebM gB6mdt+z1D3ThV/uYPdyXwwdPt5SOwmo1yNospBs2GFZ8QbYwpYFIBG6oVyxT6cGZMH8 RsG8E8Iz5FUfiuHCN45sg3oGkTJCward8z2tFC9h2DxiVfDj9iO/yrmqGK8mcx68TACX Tv3w== X-Gm-Message-State: ALQs6tCLMffHoOcE9lD4Du33hWY0yhnpA2KPxB4MnLFZi+RnybNz1MWX YUmvoB7hNdnT6glACKTaXtXywjcZ/XuvtcnkzN4rdw== X-Google-Smtp-Source: AB8JxZo9Z6bV7YNry39fxSLgHXNj0XC2G6JaZq0YBZmmwdvlFT1KJJb54SO2smhbF+oIz42uoTq9LtbTWVh1nZ52jCk= X-Received: by 2002:a9d:30a1:: with SMTP id s33-v6mr12565356otc.360.1525364867698; Thu, 03 May 2018 09:27:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.138.17.139 with HTTP; Thu, 3 May 2018 09:27:47 -0700 (PDT) In-Reply-To: References: From: Franz Joseph Bowman Date: Thu, 03 May 2018 16:27:00 -0000 Message-ID: Subject: Re: cygwin not showing afp files since update To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-05/txt/msg00043.txt.bz2 It looks like the program that created them is putting the T attribute which means Temporary. I don't think this used to hide them in cygwin but now it does. Is this by design? My coworker is using 32 bit Cygwin and is having the same issue. On Wed, May 2, 2018 at 4:57 PM, Joe Bowman wrote: > > # Since we updated to 2-10-0.1, something in cygwin makes some files > hidden in some cases. > > # Just listing with the name works > $ ls -n RSC0388_618C5.afp > -rw-rw-rw-+ 1 1558598 1049089 198483 May 2 14:15 RSC0388_618C5.afp > $ ls RSC0388_618C5.afp > RSC0388_618C5.afp > > The filesystem globbing when using ls does not see the same file > $ ls *.afp > ls: cannot access '*.afp': No such file or directory > > # if I copy the file in cygwin the user name and domain are different > and now I am allowed to see them > $ cp RSC0388_618C5.afp my_RSC0388_618C5.afp > $ ls -n *.afp > -rw-rw-r--+ 1 544 1049089 198483 May 2 15:50 my_RSC0388_618C5.afp > > This was in 64 bit cygwin. I installed an old 32 bit cygwin alongside > and it sees the files. > > Please help. > > > Regards, > > Joe Bowman | Lead Programmer, BCS App Dev | RR Donnelley > franz _DOT_ j _DOT_ bowman _AT_ rrd _DOT_ com -- 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