Date: Thu, 12 Jul 2001 22:57:11 -0700 From: Eric Kozowski <eric@routergeeks.net> To: freebsd-questions@FreeBSD.ORG Subject: Re: 4.3 kernel make install problem Message-ID: <20010712225711.C10012@schooner.routergeeks.net> In-Reply-To: <20010712224954.A10012@schooner.routergeeks.net>; from eric@routergeeks.net on Thu, Jul 12, 2001 at 10:49:54PM -0700 References: <20010712224954.A10012@schooner.routergeeks.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 12, 2001 at 10:49:54PM -0700, Eric Kozowski wrote: > > fresh install of 4.3 cvsupped to 4.3-STABLE today 7/12. > > building a custom kernel. make depend and make run just fine. > make install generates the following: > > > chflags noschg /kernel > chflags: /kernel: Operation not permitted > *** Error code 1 (ignored) > mv /kernel /kernel.old > mv: rename /kernel to /kernel.old: Operation not permitted > *** Error code 1 > > > i tried manually running the chflags and get the same thing. > i tried rebuilding and installing GENERIC, and i get the same > install error. > > any ideas? just figured it out. it's the damn security level stuff. it needed to be <1. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010712225711.C10012>