From owner-freebsd-stable Thu Feb 4 10:49:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01212 for freebsd-stable-outgoing; Thu, 4 Feb 1999 10:49:28 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01205 for ; Thu, 4 Feb 1999 10:49:26 -0800 (PST) (envelope-from brooks@one-eyed-alien.net) From: brooks@one-eyed-alien.net Received: from localhost (brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) with ESMTP id KAA00674; Thu, 4 Feb 1999 10:48:54 -0800 (PST) X-Authentication-Warning: orion.ac.hmc.edu: brdavis owned process doing -bs Date: Thu, 4 Feb 1999 10:48:54 -0800 (PST) X-Sender: brdavis@orion.ac.hmc.edu To: Mike Tancsa cc: "Jordan K. Hubbard" , BSD-Stable Subject: Re: 3.0 stable In-Reply-To: <4.1.19990203224002.057d9b60@granite.sentex.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 3 Feb 1999, Mike Tancsa wrote: > Is there an easy way to find out if there are still some a.out libs or > binaries on a machine that has been 'transitioned' ? One of my SMP > machines during heavy load is rebooting without any warning. In other > words, is there a reccomended audit I could do on the machine to make sure > the a.out-elf transition was done properly ? It started out as a 3.0 > STABLE box from Dec. My solutions (which wasn't efficient, but was pretty easy) was to do a 'find / -type f -exec file {} \; | grep executable | grep -V ELF'. That found all the aout executable. You could modify it with egrep to find the libs too. I also removed most of my ports and reinstalled them. Be warned that this takes a long time (especialy on oldish IDE disks) since you have to stat and open nearly every file on the system. -- Brooks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message