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:mime-version:from:date:message-id:subject:to
	:content-type; q=dns; s=default; b=Bd308E5eb7HCfAofOKCrJHIGk/J2D
	+wSuHjNIncOGJ5d5rJRXKW4N9raZKzhG9tP71rDmV8wpJNW/k8ppyKKc/iqyDaSv
	hoougB+i+U6MjbiDmxHfRkd4umv+ccEtK3DK/AZX7dn/24nZUoOKFnlG03Hgp983
	zeGU7b3BGO8k5s=
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:mime-version:from:date:message-id:subject:to
	:content-type; s=default; bh=8791ijCwpiixMDIAVBo4Yhvf3mI=; b=t3e
	07iTUjiCB5eqEWZBZzulOQoHR1EX+RvDN2JXheXpjm/4Xxg8y1FLqMNp/9QnAGie
	/lrmhCgYz0e0ycsMO9dGni7WBn98sUZF00WT6WQ9+fM8N9kpBf3L5NEjCQiwPXfe
	iHVkCbVs1SlAwGA/9aYFF7/LCqW68G/PFG0NlFmI=
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=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=App, Lead
X-HELO: mail-oi0-f43.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:mime-version:from:date:message-id:subject:to;        bh=o4+C1lWpKLpjU6uWxqKADlSw+K1mZEHJ1GCeRPelEBI=;        b=Z0kyiAM9Ft5K++9MZORht0NMXuN13ITOby6lmHgX8MKBrIbVqvFn7Qtqg0ftaz3JUj         k1gk1Syvxb2XTOB+8TQyEX3SnkFM/j34FKEAqevCfLtkB7t0Iw01Z0a0+Dry4Uo5A1qQ         Lxwkp3a+NCQA8LSZgx0Vbh1D1fik9nXONG61oD/KzthuybsE9iVgOXvTYnTyPR2hLPRe         Aqye4IWrBNIcHwsy0Dz+j8WFQinHO9TS0i1FbF5Vq5/4Su3685Lga/6VmTjy7pR4M4LC         WM7I1gdl5SIf9jalgiRQOjg7rbBLumnmOKe0c/gN7tUfU+J5UhdTuUkuJiPvTM6zzB70         IgCQ==
X-Gm-Message-State: ALQs6tDsEjhxsAi7//czRb6pqHG54EnpwYquMIpLdKzfrkYmySlnWmbp	ufiExsWUTGOC2h4Jkf79cpt3OAcqq79FOrUm4of3TOEb
X-Google-Smtp-Source: AB8JxZpbQ+4Y4vU7GA/TUHKk0vaZtgsyHE5m4OuFXrENj0Pnlj2z8GBe1eag43LXKpcTQ/FjKJXINHnXzjs2rQdg9uI=
X-Received: by 2002:a54:4e14:: with SMTP id a20-v6mr13882422oiy.25.1525298225163; Wed, 02 May 2018 14:57:05 -0700 (PDT)
MIME-Version: 1.0
From: Franz Joseph Bowman <franz.j.bowman@rrd.com>
Date: Wed, 2 May 2018 16:57:04 -0500
Message-ID: <CAAQP6RUMqvqLqH6WL6D+4YuaD1Nb7QDYJqgMxNeqD7eUfed0mg@mail.gmail.com>
Subject: cygwin not showing afp files since update
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"

# 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

