X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: RE: Strange message from updatedb Date: Tue, 27 Feb 2007 08:42:45 -0700 Message-ID: <81BDE334890B7C429EDBA5857465C7565F165F@mcaosx6.ca.mcao.maricopa.gov> In-Reply-To: <82c42b950702261435t4acc4fbctdd2042aee0f609d4@mail.gmail.com> References: <82c42b950702261435t4acc4fbctdd2042aee0f609d4 AT mail DOT gmail DOT com> From: "Furash Gary" To: "Phil Edwards" , , X-imss-version: 2.046 X-imss-result: Passed X-imss-scanInfo: M:P L:E SM:0 X-imss-tmaseResult: TT:0 TS:0.0000 TC:00 TRN:0 TV:3.6.1039(15024.000) X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:3 C:4 M:4 S:3 R:3 (0.5000 0.5000) 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l1RFhGDn030451 Here's what I run: chmod a=rwx -R /cygdrive/c/cygwin/var updatedb --prunepaths='/cygdrive/c/WINDOWS /cygdrive/e /cygdrive/d /cygdrive/z cygdrive/y /proc /cygdrive/c/System\ Volume\ Information /usr /var /cygdrive/c/Documents and Settings/furashg/Local\ Settings/Temporary\ Internet\ Files /usr/bin /cygdrive/c/System\ Volume\ Information /c/cygwin' -----Original Message----- From: Phil Edwards [mailto:phil DOT m DOT edwards AT gmail DOT com] Sent: Monday, February 26, 2007 3:36 PM To: cygwin AT cygwin DOT com; Furash Gary; ebb9 AT byu DOT net Subject: Re: Strange message from updatedb Eric Blake: >> /usr/bin/find: /c/System Volume Information: Permission denied > >Not a problem - you can't find details about certain in-use system files. I don't think that was the question. If you note at the end of his message, he gives the command invocation, which included that string in --prunepaths. That is, it's not the "permission denied" that's raising issues, but rather that the exact string passed to --prunepaths is still being searched. (I believe he escaped the space characters but I could be misremembering.) Likewise for some of the other paths in the report. They should already be discarded via --prunepaths, but they're being searched anyhow, producing various secondary errors. -phil -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/