From owner-freebsd-questions Fri Mar 16 4:22:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ibis.worldnet.net (ibis.worldnet.net [195.3.3.14]) by hub.freebsd.org (Postfix) with ESMTP id DFA7537B71A; Fri, 16 Mar 2001 04:22:09 -0800 (PST) (envelope-from vivelame@shyne.worldnet.net) Received: from m3.worldnet.net (m2.worldnet.net [195.3.3.6]) by ibis.worldnet.net (8.11.2/8.11.1) with ESMTP id f2GEGg742889; Fri, 16 Mar 2001 15:16:42 +0100 (CET) (envelope-from vivelame@shyne.worldnet.net) Received: from salegoth.shyne.worldnet.net (nat-srv1.kaptech.net [195.3.9.4]) by m3.worldnet.net (8.11.2/8.11.1) with ESMTP id f2GCLxM59486; Fri, 16 Mar 2001 13:21:59 +0100 (CET) (envelope-from vivelame@shyne.worldnet.net) Message-Id: <4.3.1.0.20010316125044.0286b880@shyne.worldnet.net> X-Sender: vivelame@shyne.worldnet.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 16 Mar 2001 13:25:28 +0100 To: Ruslan Ermilov From: Brice Gensburger Subject: Re: top: nlist failed with FreeBSD 4.2 RELEASE and 4.3 BETA Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20010316131107.F67000@sunbay.com> References: <4.3.1.0.20010316111309.02847d60@mail.worldnet.net> <4.3.1.0.20010316111309.02847d60@mail.worldnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 13:11 16/03/01 +0200, you wrote: >On Fri, Mar 16, 2001 at 11:44:55AM +0100, Brice Gensburger wrote: > > Hi, > > > > We have some strange problem with a FreeBSD install. > > > > Here's the trick: with a freshly installed FreeBSD 4.2: > > > > bash-2.04$ top > > top: nlist failed > > bash-2.04$ pstat > > pstat: undefined symbol: _numvnodes > > >[...] > > i ran /stand/sysinstall, to reinstall the Boot Manager, to no avail... > > any idea? > > >See PR kern/17422 for details. > >If you do not have /boot/loader, ``cd /sys/boot; make all install''. >If you do, perhaps your bootblocks are obsolete, then reinstall them >with disklabel -B. > > >Cheers, >-- >Ruslan Ermilov Oracle Developer/DBA, >ru@sunbay.com Sunbay Software AG, >ru@FreeBSD.org FreeBSD committer, >+380.652.512.251 Simferopol, Ukraine > >http://www.FreeBSD.org The Power To Serve >http://www.oracle.com Enabling The Information Age > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > ok.. i did re-make the /sys/boot. then: su-2.04# fdisk ******* Working on device /dev/ad0 ******* parameters extracted from in-core disklabel are: cylinders=19386 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=19386 heads=16 sectors/track=63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 63, size 19541025 (9541 Meg), flag 80 (active) beg: cyl 0/ sector 1/ head 1; end: cyl 1023/ sector 63/ head 15 then su-2.04# disklabel -B ad0 su-2.04# reboot and, after reboot: su-2.04# top top: nlist failed :-| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message