From owner-freebsd-small Thu Jun 11 07:26:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA26366 for freebsd-small-outgoing; Thu, 11 Jun 1998 07:26:26 -0700 (PDT) (envelope-from owner-freebsd-small@FreeBSD.ORG) Received: from antipodes.cdrom.com (castles322.castles.com [208.214.167.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA26338 for ; Thu, 11 Jun 1998 07:26:18 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id GAA01705; Thu, 11 Jun 1998 06:21:34 -0700 (PDT) Message-Id: <199806111321.GAA01705@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Ekaterina N. Ivannikova" cc: freebsd-small@FreeBSD.ORG Subject: Re: netstat is not working In-reply-to: Your message of "Thu, 11 Jun 1998 15:54:12 +0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Jun 1998 06:21:33 -0700 From: Mike Smith Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I am experimenting with my own floppy based on PicoBSD ideas, however > netstat and dmesg are not working. According to the error message kvm_open > can not find /kernel to get nlist from. Since kernel is kziped, using > netstat -N //kernel should not help > very much. Nevertheless "isp" and "net" PicoBSD versions do include netstat. > What am I missing ? Some of the netstat functions may work without needing to read the kernel symbol table. What you're missing is a netstat that doesn't need to do that crap. 8( > Another question: > Is there any way of using multiple virtual consoles without overhead of > getty, login & Co. short of writing one's one getty ? Sure; just start a shell pointed at the correct vty directly. You can only switch to a vty that has something running on it, but you don't need to be using getty, login or even init. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message