From owner-freebsd-questions Thu Sep 10 13:47:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22141 for freebsd-questions-outgoing; Thu, 10 Sep 1998 13:47:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from kakapo.pinnacle.co.nz (pinsoft.internet.co.nz [202.37.141.181]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22132 for ; Thu, 10 Sep 1998 13:47:10 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id IAA14809; Fri, 11 Sep 1998 08:44:03 +1200 (NZST) (envelope-from jonc@pinnacle.co.nz) Date: Fri, 11 Sep 1998 08:44:02 +1200 From: Jonathan Chen To: Sean Bennett cc: freebsd-questions@FreeBSD.ORG Subject: Re: What happened to my 'find'command, continued In-Reply-To: <35F76155.4D4EE619@mail.nnet.ne.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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