From owner-freebsd-current@FreeBSD.ORG Fri Jan 21 22:10:20 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9097D16A4CE for ; Fri, 21 Jan 2005 22:10:20 +0000 (GMT) Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7FB943D58 for ; Fri, 21 Jan 2005 22:10:19 +0000 (GMT) (envelope-from tom@motd.dk) Received: from bart.motd.dk (port95.ds1-ro.adsl.cybercity.dk [212.242.60.98]) by cicero0.cybercity.dk (Postfix) with ESMTP id 45AC32A672; Fri, 21 Jan 2005 23:10:18 +0100 (CET) Received: from localhost (localhost.motd.dk [127.0.0.1]) by bart.motd.dk (Postfix) with ESMTP id 13723630E; Fri, 21 Jan 2005 23:09:56 +0100 (CET) Received: from bart.motd.dk ([127.0.0.1]) by localhost (bart.motd.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06259-02; Fri, 21 Jan 2005 23:09:54 +0100 (CET) Received: from home03 (unknown [192.168.10.3]) by bart.motd.dk (Postfix) with ESMTP id 804F662DF; Fri, 21 Jan 2005 23:09:54 +0100 (CET) From: "Tom Jensen" To: "'Johan Kuuse'" , "'Scot Hetzel'" Date: Fri, 21 Jan 2005 23:10:18 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <200501211601.36583.kuuse@redantigua.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcUABNVlcjSARwiqRdqqbqNnwvEJxwAAQN/g Message-Id: <20050121220954.804F662DF@bart.motd.dk> X-Virus-Scanned: by amavisd-new at motd.dk cc: freebsd-current@freebsd.org Subject: RE: Problem with crt1.o and init tls X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 22:10:20 -0000 My system: -bash-2.05b$ ls -lor /lib/libcrypt.so.2 -r--r--r-- 1 root wheel schg 28644 Nov 9 21:13 /lib/libcrypt.so.2 Se chflags(1) man page for details about removing the flags. - T -----Original Message----- From: owner-freebsd-current@freebsd.org [mailto:owner-freebsd-current@freebsd.org] On Behalf Of Johan Kuuse Sent: 21. januar 2005 23:02 To: Scot Hetzel Cc: freebsd-current@freebsd.org Subject: Re: Problem with crt1.o and init tls > To be safe run the base/install.sh script as follows: > > cd /cdrom/base > mkdir /tmp/base <- someplace to hold the files > DESTDIR=/tmp/base install.sh > cd /tmp/base > mv lib/* /lib > mv usr/lib/* /usr/lib > mv bin/* /bin > mv sbin/* /sbin > mv usr/bin/* /usr/bin > mv usr/sbin/* /usr/sbin > > Scot OK, I restored the 5.2.1 base. Almost. :-( Moving the directories went all fine, except /tmp/base/lib/libcrypt.so.2 -> /lib/libcrypt.so.2 "Operation not permitted" I did succeed with cp -p /tmp/base/lib/libcrypt.so.2 /lib/libcrypt.so.2.521 but I can't find a way to delete /lib/libcrypt.so.2 chmod 644 /lib/libcrypt.so.2 - fails unlink /lib/libcrypt.so.2 - fails I tried both in single-user- and in multi-user-mode. I also tried changing securelevel (after http://lists.freebsd.org/pipermail/freebsd-questions/2003-July/013601.html): i.e. adding this to /etc/rc.conf: kern_securelevel_enable="YES" # kernel security level (see init(8)), kern_securelevel="-1" which gives $ sysctl -a|grep securelevel kern.securelevel: -1 but I can't still get rid of /lib/libcrypt.so.2 Any hints? Best Regards, Johan Kuuse _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"