Date: Thu, 11 Jun 1998 06:21:33 -0700 From: Mike Smith <mike@smith.net.au> To: "Ekaterina N. Ivannikova" <kate@forsys.msk.ru> Cc: freebsd-small@FreeBSD.ORG Subject: Re: netstat is not working Message-ID: <199806111321.GAA01705@antipodes.cdrom.com> In-Reply-To: Your message of "Thu, 11 Jun 1998 15:54:12 %2B0400." <Pine.BSI.3.90.980611152534.3920A-100000@ns.forsys.msk.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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 /<directory_where_floppy_is_mounted>/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806111321.GAA01705>