From owner-freebsd-stable Fri Aug 24 11:37:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dros.delnoch.net (dros.delnoch.net [66.22.112.8]) by hub.freebsd.org (Postfix) with ESMTP id E6A4637B40C for ; Fri, 24 Aug 2001 11:37:11 -0700 (PDT) (envelope-from jeff@delnoch.net) Received: from localhost (jeff@localhost) by dros.delnoch.net (8.11.6/8.11.4) with SMTP id f7OIapp02005; Fri, 24 Aug 2001 14:36:51 -0400 (EDT) (envelope-from jeff@delnoch.net) Date: Fri, 24 Aug 2001 14:36:51 -0400 (EDT) From: Jeff Ito To: Robert Huff Cc: stable@FreeBSD.ORG Subject: Re: kernel makefiles broken?? In-Reply-To: <15238.39852.905127.192170@jerusalem.litteratus.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 24 Aug 2001, Robert Huff wrote: > install -c -o root -g wheel -m 555 accf_data.ko /modules/ > install: /modules/: Not a directory > *** Error code 71 **snip** > > I checked /, and /modules is a file, not a directory. > > Is something broken, or have I missed something? > what sort of file is /modules? it should be a directory # ls -al / drwxr-xr-x 2 root wheel 3584 Aug 24 01:01 modules I would rm/mv the "current" modules file that is there to another location, and then try re-installing world jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message