From owner-freebsd-stable Tue Mar 28 6:53:29 2000 Delivered-To: freebsd-stable@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id A600F37B6BA for ; Tue, 28 Mar 2000 06:53:24 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: from rtfm.newton (root@rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id JAA69315; Tue, 28 Mar 2000 09:53:20 -0500 (EST) From: Mikhail Teterin X-Relay-IP: 10.10.0.1 Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.3) id JAA01102; Tue, 28 Mar 2000 09:53:20 -0500 (EST) (envelope-from mi@kot.ne.mediaone.net) Message-Id: <200003281453.JAA01102@rtfm.newton> Subject: Re: top, systat )-: (all rebuilt!) In-Reply-To: <20000328100840.B7725@relay.ucb.crimea.ua> from Ruslan Ermilov at "Mar 28, 2000 10:08:40 am" To: Ruslan Ermilov Date: Tue, 28 Mar 2000 09:53:20 -0500 (EST) Cc: stable@freebsd.org X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Hello! I did the entire procedure described in UPDATING to go from => 3.4-STABLE to 4.0-STABLE last night. => => Most of the things work, but the top, and systat. And Xaccel (from => XiG) can not find a single free terminal to run anymore. Although, => all 8 gettys are running fine. => => Here is an attempt to proof my sanity: => => root@rtfm:/usr/src (114) ls -l `which top` => -r-xr-sr-x 1 root kmem 32224 Mar 27 18:14 /usr/bin/top => root@rtfm:/usr/src (115) ldd !$ => ldd `which top` => /usr/bin/top: => libncurses.so.5 => /usr/lib/libncurses.so.5 (0x1806b000) => libm.so.2 => /usr/lib/libm.so.2 (0x180aa000) => libkvm.so.2 => /usr/lib/libkvm.so.2 (0x180c6000) => libc.so.4 => /usr/lib/libc.so.4 (0x180cc000) => root@rtfm:/usr/src (116) ls -l /usr/lib/libncurses.so.5 \ => /usr/lib/libm.so.2 /usr/lib/libkvm.so.2 /usr/lib/libc.so.4 => -r--r--r-- 1 root wheel 539604 Mar 27 18:10 /usr/lib/libc.so.4 => -r--r--r-- 1 root wheel 18196 Mar 27 18:10 /usr/lib/libkvm.so.2 => -r--r--r-- 1 root wheel 117180 Mar 27 18:09 /usr/lib/libm.so.2 => -r--r--r-- 1 root wheel 246712 Mar 27 18:09 /usr/lib/libncurses.so.5 => root@rtfm:/usr/src (117) uname -a => FreeBSD rtfm.newton 4.0-STABLE FreeBSD 4.0-STABLE #1: \ => Mon Mar 27 05:13:38 EST 2000 => mi@rtfm.newton:/4G/src/sys/compile/RTFM2 i386 => root@rtfm:/usr/src (118) top => top: nlist failed => root@rtfm:/usr/src (119) ls -l /kernel => -r-xr-xr-x 1 root wheel 2358025 Mar 27 05:16 /kernel => root@rtfm:/usr/src (120) sysctl kern.bootfile => kern.bootfile: /kernel => root@rtfm:/usr/src (121) ls -lt /4G/src/sys/compile/RTFM2 | tail -1 => -rw-rw-r-- 1 mi wheel 5893 Mar 27 04:58 ioconf.c => => systat dies similarly: => => systat: nlist: can't find following symbols: => _bufspace => _numvnodes => _freevnodes => _numdirtybuffers => => but w and uptime work just fine... => => I did the buildworld, the installed mknod and modules. => build/installkernel, reboot to single-user. Installed world again as => prescribed, rebooted to multiuser. The Xaccel was working, but top, => systat were not. I rebuilt the kernel again, rebooted. Xaccel does => not come up, neither does top or systat. I rebuilt and re-installed => world and top and systat still don't work :( => => Any ideas? Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message