Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 1998 08:44:02 +1200
From:      Jonathan Chen <jonc@pinnacle.co.nz>
To:        Sean Bennett <sean@pasebo.nnet.ne.jp>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: What happened to my 'find'command, continued
Message-ID:  <Pine.SGI.4.02.9809110842040.7627-100000@tui.pinnacle.co.nz>
In-Reply-To: <35F76155.4D4EE619@mail.nnet.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 10 Sep 1998, Sean Bennett wrote:

> 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

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

These sort of errors are usually caused by some corruption in the
file-system. Best to umount them and run a `fsck' on them.

Jonathan Chen
-----
char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SGI.4.02.9809110842040.7627-100000>