From owner-freebsd-questions Sat Jul 14 17:10:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from burdell.cc.gatech.edu (burdell.cc.gatech.edu [130.207.3.207]) by hub.freebsd.org (Postfix) with ESMTP id BA8E937B401 for ; Sat, 14 Jul 2001 17:10:48 -0700 (PDT) (envelope-from insanc@cc.gatech.edu) Received: from felix.cc.gatech.edu (felix.cc.gatech.edu [130.207.107.11]) by burdell.cc.gatech.edu (8.9.1/8.9.3) with ESMTP id UAA20747 for ; Sat, 14 Jul 2001 20:10:48 -0400 (EDT) Received: from localhost (insanc@localhost) by felix.cc.gatech.edu (8.9.3+Sun/8.9.1) with ESMTP id UAA22131 for ; Sat, 14 Jul 2001 20:10:46 -0400 (EDT) Date: Sat, 14 Jul 2001 20:10:46 -0400 (EDT) From: Joseph Holland King To: questions@freebsd.org Subject: rm /usr/lib/libcrypto.so.2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG /usr/lib/libcrypto.so.2 has permissions of 444. when i try to run a: make installworld it tries to rm /usr/lib/libcrypto.so.2 but fails. i tried to do it by hand: #rm -f /usr/lib/libcrypto.so.2 but it failed. if i copied it to another directory with the same permissions (both the directory and the file) i am able to remove it. this leads me to believe that it is being used by something and is locked. however, i am in single user mode with only the following running: /sbin/init (pagedaemon) (vmdaemon) (bufdaemon) (syncer) -sh (sh) (swapper) would one of these processes be using it? and in any case how can i get around this to continue my make installworld? thank you. -- Joseph Holland King | "God whispers to us in our pleasures, speaks in our | conscience, but shouts in our pains: it is His | megaphone to rouse a deaf world." C. S. Lewis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message