| delorie.com/archives/browse.cgi | search |
| 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 <anrdaemon AT freemail DOT ru> |
| Reply-To: | Andrey Repin <cygwin AT cygwin DOT com> |
| Message-ID: | <1638621943.20120210185118@mtu-net.ru> |
| To: | jss pop <jss DOT pop AT googlemail DOT com>, 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 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |