From owner-freebsd-questions Wed Mar 12 13:38:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA12812 for questions-outgoing; Wed, 12 Mar 1997 13:38:54 -0800 (PST) Received: from cyber2.servtech.com (root@cyber2.servtech.com [199.1.22.12]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA12805; Wed, 12 Mar 1997 13:38:52 -0800 (PST) Received: from pr-comm.com (root@prcomm.roc.servtech.com [204.181.3.14]) by cyber2.servtech.com (8.8.5/8.8.5) with ESMTP id QAA19498; Wed, 12 Mar 1997 16:38:46 -0500 (EST) Received: (from housley@localhost) by pr-comm.com (8.7.5/8.7.3) id QAA03545; Wed, 12 Mar 1997 16:37:37 -0500 (EST) From: "James E. Housley" Posted-Date: Wed, 12 Mar 1997 16:37:37 -0500 (EST) Message-Id: <199703122137.QAA03545@pr-comm.com> Subject: make reinstall problem To: freebsd-questions@freebsd.org Date: Wed, 12 Mar 1997 16:37:37 -0500 (EST) Cc: freebsd-hackers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On one machine that is connected to the net easier than the rest I did a CVSup of RELENG_2_2. Then make world. I next wanted to install onto a laptop. I mounted the laptop via nfs. mount island:/ /island mount island:/usr /island/usr Next I tried make reinstall. This was fine until it got to libc and tried a chflags on libc.so.3.0.0 (I think). It hen stopped with a privilege error. Not allowed to do. Is this a setup problem on my part? Jim.