From owner-freebsd-questions@FreeBSD.ORG Sun May 18 04:14:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 862A337B401 for ; Sun, 18 May 2003 04:14:03 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id C559543FAF for ; Sun, 18 May 2003 04:14:02 -0700 (PDT) (envelope-from mfromwald@gmx.at) Received: (qmail 6227 invoked by uid 65534); 18 May 2003 11:14:01 -0000 Received: from chello062178160230.10.14.vie.surfer.at (EHLO menterg) (62.178.160.230) by mail.gmx.net (mp008-rz3) with SMTP; 18 May 2003 13:14:01 +0200 From: "Moritz Fromwald" To: Rohit Neupane , freebsd-questions@freebsd.org Date: Sun, 18 May 2003 13:14:01 +0200 MIME-Version: 1.0 Message-ID: <3EC78719.28462.B6389AF@localhost> Priority: normal In-reply-to: <3EC76562.3050505@wlink.com.np> X-mailer: Pegasus Mail for Windows (v4.11) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: Re: make install error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mfromwald@gmx.at List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2003 11:14:12 -0000 > Well, the first kernel that I compiled didn't boot and i had to switch > back to the kernel.old. Now I've again compiled custom kernel. But i get > error during the make install. The problem is nobody has write > perpission in /kernel and /modules. even the chown command fails saying > 'Operation not permitted'. It seems /kernel file is locked!! What can I > do now? > > thanks a lot, > Rohit Neupane hello /kernel is has the schg-flag set use chflags noschg /kernel to remove. Hope this helps Greez moe