X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Message-ID: <4F849D97.2040704@t-online.de> Date: Tue, 10 Apr 2012 22:52:39 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Firefox/10.0.2 SeaMonkey/2.7.2 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Problem in searching /proc/registry. References: <397AD605DAD9254D9D2FFE207111E64410638476 AT MOKSCY3MSGUSR9D DOT ITServices DOT sbc DOT com> In-Reply-To: <397AD605DAD9254D9D2FFE207111E64410638476@MOKSCY3MSGUSR9D.ITServices.sbc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 PRIKHODKO, GEORGE wrote: > Hi, > > Since Cygwin 1.7.12 version find command run on /proc/registry started to fail with massages 'find: File system loop detected...'. > >> find /proc/registry -type f > find: File system loop detected; `/proc/registry/HKEY_CLASSES_ROOT' is part of the same file system loop as `/proc/registry'. > find: File system loop detected; `/proc/registry/HKEY_CURRENT_CONFIG' is part of the same file system loop as `/proc/registry'. > find: File system loop detected; `/proc/registry/HKEY_CURRENT_USER' is part of the same file system loop as `/proc/registry'. > find: File system loop detected; `/proc/registry/HKEY_LOCAL_MACHINE' is part of the same file system loop as `/proc/registry'. > find: File system loop detected; `/proc/registry/HKEY_USERS' is part of the same file system loop as `/proc/registry'. > find: File system loop detected; `/proc/registry/HKEY_PERFORMANCE_DATA' is part of the same file system loop as `/proc/registry'. > > Has something changed in a way Cygwin 1.7.12 and up handles Windows registry? > This is likely a regression. Cygwin now returns same inode number 253 for each entry below /proc/registry node: $ ls -1Ri /proc/registry /proc/registry: 253 HKEY_CLASSES_ROOT 253 HKEY_CURRENT_CONFIG 253 HKEY_CURRENT_USER 253 HKEY_LOCAL_MACHINE 253 HKEY_PERFORMANCE_DATA 253 HKEY_USERS ls: /proc/registry/HKEY_CLASSES_ROOT: not listing already-listed directory ls: /proc/registry/HKEY_CURRENT_CONFIG: not listing already-listed directory ls: /proc/registry/HKEY_CURRENT_USER: not listing already-listed directory ls: /proc/registry/HKEY_LOCAL_MACHINE: not listing already-listed directory ls: /proc/registry/HKEY_PERFORMANCE_DATA: not listing already-listed directory ls: /proc/registry/HKEY_USERS: not listing already-listed directory Last working snapshot was 2012-04-01. Christian -- 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