From mboxrd@z Thu Jan 1 00:00:00 1970 From: To: pedwards@jaj.com Cc: cygwin@sourceware.cygnus.com, John.Wiersba@medstat.com Subject: Re: question (latest "stable" dll?) + bugs: vim, bash, gcc, cp, find, less, zip, ls Date: Tue, 22 Jun 1999 11:00:00 -0000 Message-id: References: <199906212309.TAA06508@jaj.com> X-SW-Source: 1999-06/msg00506.html Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk Sender: cygwin-owner@sourceware.cygnus.com Delivered-To: mailing list cygwin@sourceware.cygnus.com Date: Mon, 21 Jun 1999 19:09:05 -0400 From: Phil Edwards I'll add/respond to the few that I've encountered. > 4) find is broken across mounts. find clearly can see the > files/dirs under the mount, but then for some reason, reports "No > such file or directory". See the bottom of this email for my > cygcheck outout. > $ find / > / /a /a/a find: /a/a/new.zip: No such file or directory > /bin /c find: /c/UNATTEND.TXT: No such file or directory > find: /c/BOOTSECT.DOS: No such file or directory find: > /c/WINNT: No such file or directory find: /c/NTDETECT.COM: > No such file or directory find: /c/ntldr: No such file or > directory ... /etc /etc/group /etc/hosts ... I've had the same thing happen to me while trying to run updatedb. Nothing ever got written to the temp file, by the way, so if you were thinking of running locate/updatedb, don't. There's a workaround for updatedb: use the --netpaths option. For instance, updatedb --netpaths=//d/. You'll probably need --netuser as well. But both these problems are symptoms of a bug in the path translation layer that was only addressed on March 28. A simpler way to demonstrate the problem is just to create a mount point and try to access a file below it with a relative path. A real killer bug IMHO but MHO doesn't count :-) -- Ian Zimmerman Lightbinders, Inc. 2325 3rd Street #324 San Francisco, California 94107 U.S.A. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: To: pedwards@jaj.com Cc: cygwin@sourceware.cygnus.com, John.Wiersba@medstat.com Subject: Re: question (latest "stable" dll?) + bugs: vim, bash, gcc, cp, find, less, zip, ls Date: Wed, 30 Jun 1999 22:10:00 -0000 Message-ID: References: <199906212309.TAA06508@jaj.com> X-SW-Source: 1999-06n/msg00506.html Message-ID: <19990630221000.aeW-geAJMBoIGHhHEyPd7blylmScRTJJ5yJQW2269ls@z> Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk Sender: cygwin-owner@sourceware.cygnus.com Delivered-To: mailing list cygwin@sourceware.cygnus.com Date: Mon, 21 Jun 1999 19:09:05 -0400 From: Phil Edwards I'll add/respond to the few that I've encountered. > 4) find is broken across mounts. find clearly can see the > files/dirs under the mount, but then for some reason, reports "No > such file or directory". See the bottom of this email for my > cygcheck outout. > $ find / > / /a /a/a find: /a/a/new.zip: No such file or directory > /bin /c find: /c/UNATTEND.TXT: No such file or directory > find: /c/BOOTSECT.DOS: No such file or directory find: > /c/WINNT: No such file or directory find: /c/NTDETECT.COM: > No such file or directory find: /c/ntldr: No such file or > directory ... /etc /etc/group /etc/hosts ... I've had the same thing happen to me while trying to run updatedb. Nothing ever got written to the temp file, by the way, so if you were thinking of running locate/updatedb, don't. There's a workaround for updatedb: use the --netpaths option. For instance, updatedb --netpaths=//d/. You'll probably need --netuser as well. But both these problems are symptoms of a bug in the path translation layer that was only addressed on March 28. A simpler way to demonstrate the problem is just to create a mount point and try to access a file below it with a relative path. A real killer bug IMHO but MHO doesn't count :-) -- Ian Zimmerman Lightbinders, Inc. 2325 3rd Street #324 San Francisco, California 94107 U.S.A. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com