Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 1998 19:15:37 +0900
From:      Sean Bennett <sean@pasebo.nnet.ne.jp>
To:        "current@FreeBSD.ORG" <current@FreeBSD.ORG>
Subject:   What happened to my 'find' command??
Message-ID:  <35E13D49.3B9F3FCA@mail.nnet.ne.jp>

next in thread | raw e-mail | index | archive | help
[running FreeBSD 2.2.6]

Hi all;

last week my 'find' command suddenly went on the fritz;

   find / -name <file> -print

used to work fine, searching my whole disk for the file in
question.  Now however, it immediately prints out a list of 50-60
lines like the following, yet can't find which I know does exist.

sean# find / -name httpd -print
    *returns*
find: /usr/include/isofs: No such file or directory
find: /usr/include/machine: No such file or directory
find: /usr/include/msdosfs: No such file or directory
find: /usr/include/net: No such file or directory
find: /usr/include/netatalk: No such file or directory
...

    -OR-

sean# find . -name httpd -print
    *returns*
find: ./usr/include/isofs: No such file or directory
find: ./usr/include/machine: No such file or directory
find: ./usr/include/msdosfs: No such file or directory
find: ./usr/include/net: No such file or directory
find: ./usr/include/netatalk: No such file or directory
....

The directories, such as "/usr/include/isofs" do infact exist.

Any ideas as to what's wrong, or what changed; these commands
worked in the past.  I even ftp'd a new 'find' command from a
working server, but get the same results.



TIA

Sean
sean@mail.nnet.ne.jp



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35E13D49.3B9F3FCA>