From owner-freebsd-bugs Wed Jul 12 00:13:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA23178 for bugs-outgoing; Wed, 12 Jul 1995 00:13:43 -0700 Received: from ki1.chemie.fu-berlin.de (ki1.Chemie.FU-Berlin.DE [160.45.24.21]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id AAA23108 for ; Wed, 12 Jul 1995 00:13:33 -0700 Received: by ki1.chemie.fu-berlin.de (Smail3.1.28.1) from julia.physik.fu-berlin.de (130.133.3.235) with smtp id ; Wed, 12 Jul 95 09:13 MEST Received: (from graichen@localhost) by julia.physik.fu-berlin.de (8.6.11/8.6.9) id JAA01874; Wed, 12 Jul 1995 09:13:42 +0200 From: Thomas Graichen Message-Id: <199507120713.JAA01874@julia.physik.fu-berlin.de> Subject: Re: bugs & problems in 2.0.5 To: joerg_wunsch@uriah.heep.sax.de Date: Wed, 12 Jul 1995 09:13:42 +0200 (MET DST) Cc: bugs@freebsd.org In-Reply-To: <199507111342.PAA06051@uriah.heep.sax.de> from "J Wunsch" at Jul 11, 95 03:42:23 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1294 Sender: bugs-owner@freebsd.org Precedence: bulk > > graichen@mordillo:~> file bc.core > > bc.core: data > > It's rather hard to find out about core files. I've once been looking > into it, and it seems they don't have something you can easily use as > a `magic number'. > > > graichen@mordillo:~> file test.o > > test.o: NetBSD/i386 object file not stripped > > Hmm, this used to be a ``PDP-11 executable'' previously. :-) how is it handled under NetBSD - i think they should have a similar problem (... or they have a fix for this ...) - can anybody try it at a NetBSd machine ? - is it really so hard to fix ? > > * is /usr/share/man chown'ed right - as i said i install via unpacking > > the manpages.* files by hand - and i got bin.bin as owner for this dir > > - but catman (... please use "echo /usr/bin/catman | nice -5 ...) runs > > su man in the recommended way and can't thus create the > > /usr/share/man/cat* entries > > Only the cat entries must be owned by man. The man dir and man? > subdirs belong to bin. but again: graichen@titania:~> ls -ld /usr/share/man drwxr-xr-x 10 bin bin 512 Jul 8 03:31 /usr/share/man/ that means - echo /usr/bin/catman | nice -5 ... can not create the cat* directories because it should run run su man (as itself says it) and thus can not write into /usr/share/man t