From owner-svn-doc-all@FreeBSD.ORG Sat Jan 26 19:35:23 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2F08B354; Sat, 26 Jan 2013 19:35:23 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F0AC2CC7; Sat, 26 Jan 2013 19:35:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0QJZMHT025958; Sat, 26 Jan 2013 19:35:22 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0QJZMEU025957; Sat, 26 Jan 2013 19:35:22 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201301261935.r0QJZMEU025957@svn.freebsd.org> From: Eitan Adler Date: Sat, 26 Jan 2013 19:35:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40754 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 19:35:23 -0000 Author: eadler Date: Sat Jan 26 19:35:22 2013 New Revision: 40754 URL: http://svnweb.freebsd.org/changeset/doc/40754 Log: nlist failed is not an FAQ these days. Noted by: imp Approved by: bcr (mentor, implicit) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Sat Jan 26 18:58:03 2013 (r40753) +++ head/en_US.ISO8859-1/books/faq/book.xml Sat Jan 26 19:35:22 2013 (r40754) @@ -2530,44 +2530,6 @@ bindkey ^[[3~ delete-char # for xterm

- - Why do I get the error nlist - failed when running, for example, - top or systat? - - - - The problem is that the application you are trying to - run is looking for a specific kernel symbol, but, for whatever - reason, cannot find it; this error stems from one of two - problems: - - - - Your kernel and userland are not synchronized (i.e., - you built a new kernel but did not do an - installworld, or vice versa), - and thus the symbol table is different from what the - user application thinks it is. If this is the case, - simply complete the upgrade process (see - /usr/src/UPDATING for the correct - sequence). - - - - You are not using /boot/loader to - load your kernel, but doing it directly from - boot2 (see &man.boot.8;). While - there is nothing wrong with bypassing - /boot/loader, it generally does a - better job of making the kernel symbols available to - user applications. - - - - - - Why does it take so long to connect to my computer via ssh or telnet?