Date: Mon, 26 Feb 2001 15:52:20 -0500 From: Yanek Korff <yanek@cigital.com> To: "'freebsd-stable@freebsd.org'" <freebsd-stable@freebsd.org> Subject: chflags: Operation not permitted as root? Message-ID: <4BC10D47D7ACD3119FA800104B1F883668E8A0@exchange.rstcorp.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BC10D47D7ACD3119FA800104B1F883668E8A0>