Date: Mon, 10 Aug 1998 01:48:30 -0400 (EDT) From: "John W. DeBoskey" <jwd@unx.sas.com> To: freebsd-current@FreeBSD.ORG Subject: chflags: <> Operation not permitted Message-ID: <199808100548.AA08376@mozart>
next in thread | raw e-mail | index | archive | help
Hi, I've been getting the following error for a little over a week now during my nightly build.. Does anyone have any ideas as to what's going on ? -------------------------------------------------------------- Cleaning up the temporary build tree -------------------------------------------------------------- mkdir -p /usr/obj/usr/src/tmp chflags -R noschg /usr/obj/usr/src/tmp/ chflags: /usr/obj/usr/src/tmp/usr/lib/aout/libdescrypt.so.2.0: Operation not permitted *** Error code 1 Stop. FreeBSD# uname -a FreeBSD FreeBSD.pc.sas.com 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Tue Jul 21 09:24:24 EDT 1998 root@FreeBSD.pc.sas.com:/usr/src/sys/compile/FreeBSD i386 FreeBSD# cd /usr/obj/usr/src/tmp/usr/lib/aout/ FreeBSD# ls -lo libdescrypt.so.2.0 -r--r--r-- 1 bin bin schg 16718 Aug 8 02:53 libdescrypt.so.2.0 FreeBSD# rm -f libdescrypt.so.2.0 rm: libdescrypt.so.2.0: Operation not permitted FreeBSD# chflags noschg libdescrypt.so.2.0 chflags: libdescrypt.so.2.0: Operation not permitted The only way I've been able to remove this file is to newfs the filesystem... :-( Note: the above output is without the filesystem being newfs'd before the make. Comments? Critiques? Stupid user problem? Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808100548.AA08376>