From owner-freebsd-hackers Wed Jul 12 01:34:28 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA25668 for hackers-outgoing; Wed, 12 Jul 1995 01:34:28 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA25662 ; Wed, 12 Jul 1995 01:34:24 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.11/8.6.9) with SMTP id BAA24920; Wed, 12 Jul 1995 01:34:00 -0700 To: Thomas Graichen cc: hackers@freebsd.org Subject: Re: bugs & problems in 2.0.5 In-reply-to: Your message of "Tue, 11 Jul 1995 11:04:23 +0200." <9507110904.AA21396@sirius.physik.fu-berlin.de> Date: Wed, 12 Jul 1995 01:33:59 -0700 Message-ID: <24918.805538039@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@freebsd.org Precedence: bulk > * file don't know much about FreeBSD - see the next lines > > graichen@mordillo:~> bc > bc 1.02 (Mar 3, 92) Copyright (C) 1991, 1992 Free Software Foundation, Inc. > This is free software with ABSOLUTELY NO WARRANTY. > For details type `warranty'. > ^\Quit (core dumped) > graichen@mordillo:~> file bc.core > bc.core: data > graichen@mordillo:~> cat test.c > void main(void){} > graichen@mordillo:~> gcc -c test.c > graichen@mordillo:~> file test.o > test.o: NetBSD/i386 object file not stripped I tried this and I have to agree that this looks rather embarassing, espcially having our .o's identified as "NetBSD/i386 object files"; it makes it look to the casual user like we're running their stuff in some sort of emulation mode or something :-) It would also be nice to have identification of core files. If you look at the NetBSD/i386 core file entry, it even appears to ferret the name of the executable out of the core file and display it. Nice! I fooled around with od and /etc/magic a little bit but was unable to get core recognition to work in the short 2 minutes I had to devote to the problem.. :-) Anyone out there game for a little puzzle? The mission: To see how many types of files you can get recognised by /etc/magic! :-) Jordan