This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Strange message from updatedb


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Furash Gary on 2/22/2007 9:00 AM:
> Here's the error messages I get
> 
> /usr/bin/updatedb: line 241: /var/locatedb.n: Permission denied

Sorry for the delay; I was on vacation.  I cannot reproduce this without
more details.  Do you have the permissions to create files underneath
/var?  Can you manually touch that file?  What do the following show?

$ ls -ld /var /var/locatedb.n
$ getfacl /var /var/locatedb.n

> /usr/bin/find: Filesystem loop detected; `/c/cygwin' is part of the same
> filesystem loop as `/'.

Not a problem.  You can use -prune or -xdev to avoid these types of messages.

> /usr/bin/find: /c/Program Files/MyEclipse Enterprise Workbench 5.1.0
> GA/myeclipse/eclipse/plugins/org.codehaus.groovy.eclipse.codeassist.hipp
> ie_1.0.0.20070110/org.codehaus.groovy.eclipse.codeassist.hippie/org/code
> haus/groovy/eclipse/codeassist/hippie/GroovyContentAssistProcessor.class
> : File name too long

Age-old problem that Windows allows the creation of files with names that
are just long enough that when you add a cygwin prefix, it becomes too
long for cygwin to handle.  Generally non-fatal, since internet temporary
files tends to be the worst offender, and since indexing temporary files
doesn't make much sense.  Perhaps cygwin 1.7.x will eventually allow
longer file names, now that it no longer is limited by the Windows 9x 260
character limit?

> /usr/bin/find: /c/System Volume Information: Permission denied

Not a problem - you can't find details about certain in-use system files.

Perhaps you should read these directions:
> Problem reports:       http://cygwin.com/problems.html

and include 'cygcheck -svr' output as a text attachment, in case there is
anything else odd about your setup.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF4DsX84KuGfSFAYARAtThAJ0WYFS1u5TM8wlvIGgM1y8CIcj0AQCdHRpq
/MXLI3Vqu/bdFKkmnkjbIZc=
=cEU4
-----END PGP SIGNATURE-----

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]