From owner-freebsd-stable Mon Feb 26 12:53:49 2001 Delivered-To: freebsd-stable@freebsd.org Received: from relay.cigital.com (relay.cigital.com [64.80.176.5]) by hub.freebsd.org (Postfix) with ESMTP id 1264937B4EC for ; Mon, 26 Feb 2001 12:53:47 -0800 (PST) (envelope-from yanek@cigital.com) Received: from exchange.cigital.com (exchange.rstcorp.com [10.1.20.3]) by relay.cigital.com (Postfix) with ESMTP id 77BD29B22 for ; Mon, 26 Feb 2001 15:52:46 -0500 (EST) Received: by exchange.rstcorp.com with Internet Mail Service (5.5.2650.21) id ; Mon, 26 Feb 2001 15:52:21 -0500 Message-ID: <4BC10D47D7ACD3119FA800104B1F883668E8A0@exchange.rstcorp.com> From: Yanek Korff To: "'freebsd-stable@freebsd.org'" Subject: chflags: Operation not permitted as root? Date: Mon, 26 Feb 2001 15:52:20 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to upgrade a 4.2-RELEASE to a 4.2-STABLE. make buildworld was successful. make installworld failed as follows: ===> lib/libcrypt install -c -o root -g wheel -m 444 libscrypt.a /usr/lib install -c -s -o root -g wheel -m 444 -fschg libscrypt.so.2 /usr/lib install: /usr/lib/libscrypt.so.2: Operation not permitted *** Error code 71 Stop in /usr/src/lib/libcrypt. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Here's the file in question: -r--r--r-- 1 root wheel schg 6460 Dec 20 03:25 /usr/lib/libscrypt.so.2 And here's how I try to get rid of the immutable manually: omega# chflags noschg ./libscrypt.so.2 chflags: ./libscrypt.so.2: Operation not permitted omega# And there's how it didn't work. I've got a 4.2-STABLE system which I upgraded from 4.1.1-STABLE a month back or so... and I didn't encounter this problem. Has anyone else seen this/have a solution? -Yanek. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message