From owner-freebsd-current Thu Jun 27 23:24:19 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA11258 for current-outgoing; Thu, 27 Jun 1996 23:24:19 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA11253 for ; Thu, 27 Jun 1996 23:24:17 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id XAA28694; Thu, 27 Jun 1996 23:23:35 -0700 (PDT) To: Chuck Robey cc: FreeBSD current Subject: Re: mknetid In-reply-to: Your message of "Fri, 28 Jun 1996 02:03:53 EDT." Date: Thu, 27 Jun 1996 23:23:35 -0700 Message-ID: <28685.835943015@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm having an odd problem. I was installing on a remotely mounted > machine, and it broke when it got to /usr/src/libexec/mknetid. I went to What's the canonical path to /usr/src on your machine? Do this: rm -rf /usr/obj/* cd /usr/src/libexec/mknetid make cleandir obj Now look at /usr/obj again. Jordan