From owner-freebsd-small Thu Mar 22 10:37:42 2001 Delivered-To: freebsd-small@freebsd.org Received: from relay.ioffe.rssi.ru (relay.ioffe.rssi.ru [194.85.224.33]) by hub.freebsd.org (Postfix) with ESMTP id 41EB737B718 for ; Thu, 22 Mar 2001 10:37:30 -0800 (PST) (envelope-from kopts@astro.ioffe.rssi.ru) Received: from astro.ioffe.rssi.ru (astro.ioffe.rssi.ru [194.85.229.130]) by relay.ioffe.rssi.ru (8.9.1/8.9.1) with ESMTP id VAA02204; Thu, 22 Mar 2001 21:36:52 +0300 (MSK) Received: by astro.ioffe.rssi.ru (8.9.3/Clnt-2.14-AS-eef) id VAA41780; Thu, 22 Mar 2001 21:36:47 +0300 (MSK) Date: Thu, 22 Mar 2001 21:36:47 +0300 (MSK) From: Alexey Koptsevich To: Andrzej Bialecki Cc: Luigi Rizzo , small@FreeBSD.ORG Subject: Re: top in PicoBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Read again carefully the above paragraph I wrote: libkvm depends on the > accessibility of the file that contains unstripped, ungzipped binary image > of the running kernel. You don't have it in the standard versions of > PicoBSD. Ergo: libkvm fails to work properly. OK, thanks, I've got it. Maybe, workaround for my case (i.e. when PicoBSD is used only for boot and /usr then exported from host running real FreeBSD) would be to save unstripped, ungzipped binary image of the running kernel somewhere during picobsd build process and then copy it from this FreeBSD server to picobsdhost:/kernel via NFS from /etc/rc. The former should not be too hard (I believe one more line in pico make file, right? the more so that there is no need in implementing it into the standard src tree, I may do it myself locally), the latter is even more easy. Could you give me a hint me what line and where should I insert to enable the unstripped kernel save? Thanks, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message