X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=2.5 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,KAM_THEBAT X-Spam-Check-By: sourceware.org Date: Fri, 10 Feb 2012 18:51:18 +0400 From: Andrey Repin Reply-To: Andrey Repin Message-ID: <1638621943.20120210185118@mtu-net.ru> To: jss pop , cygwin AT cygwin DOT com Subject: Re: newbie: cygwin initial usage crashes machine In-Reply-To: <4F3525E9.5060804@gmail.com> References: <4F3525E9 DOT 5060804 AT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Greetings, jss pop! > I installed cygwin( CYGWIN_NT-5.1)without any problems at all. Clicked > the Win desktop icon and the up came the Window and bash prompt. > However I then tried:- > find / -name “*.c” –print (and again later with –type f argument) > This ran, found a few .c files but continued running for a very long > time – longer that expected. Even from / I though it seem too long. > Many files appeared seemingly (from the displayed path name) as > “registry-type” (UUID’s in pathname) under /proc. The machine > eventually crashed! I do mean the machine itself btw and not just > cygwin. That's because... Cygwin implements *NIX way of thinking about your system. The root ("/") filesystem contains EVERYTHING: files, registry, running process pool... If you want to avoid such collisions, either exclude /proc from search path, or explicitly specify more narrow search path. -- WBR, Andrey Repin (anrdaemon AT freemail DOT ru) 10.02.2012, <18:47> Sorry for my terrible english... -- 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