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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=ei 6d2cQ9BMSiB1jVwlH2iRRR/bJVGZ4ov0HzKXkBtALTEsvR1r5q53BDVhnVOIbDv+ l2FNRqdr+JWd/iOLeElodP7aevmabga2/Av1b2TWNfemdmwSFSmVOq8CaAD5UcXj Fk9Y8el2X8iYtv9P0ce52c+a+jeHpaKAMuHuBapuc= 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:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=BCKTb6Kg 2mYRtXuBQXz1xowtA88=; b=CVAbecq+ocPlLUFiV1BA1/mFWMmkybxgd0Jczhxz GyX8BQqViums3hKUvlvMErruksBK9air/4wer4V7wrbqYldEkeLm76obufAJub47 ndiMGa2q8c1irr9fStm782Id/YDurREgm8AJsKBfheKPs5y5a9Gk6Y+n3AdbOQl8 V94= 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.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f169.google.com MIME-Version: 1.0 X-Received: by 10.180.85.194 with SMTP id j2mr64864wiz.11.1439965681730; Tue, 18 Aug 2015 23:28:01 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 Aug 2015 09:28:01 +0300 Message-ID: Subject: Re: FindFirstFile fails for some network directories From: Orgad Shaneh To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 On Wed, Aug 19, 2015 at 8:46 AM, Orgad Shaneh wrote: > Working capture: https://gist.github.com/orgads/d2681881668afb9cb08f > Failing capture: https://gist.github.com/orgads/4f0ea2b26cfd64f4353d I just found another SMB1 linux server, which does work[1]. It first has a "NT Create AndX" request for path \, which succeeds. Then it issues Trans2 FIND_FIRST2 request for the real path (\a). This issue might be related to the Archive bit which is set on aclnas01. - Orgad [1] https://gist.github.com/orgads/e76a00c2cc0fc8a43d95 -- 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