From bb4bf6cd9a4b76512010624ada6c6f6551cb157d Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 26 Jan 2013 19:35:22 +0000 Subject: [PATCH] nlist failed is not an FAQ these days. Noted by: imp Approved by: bcr (mentor, implicit) --- en_US.ISO8859-1/books/faq/book.xml | 38 ------------------------------ 1 file changed, 38 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.xml b/en_US.ISO8859-1/books/faq/book.xml index 653e583373..eb9ee3e415 100644 --- a/en_US.ISO8859-1/books/faq/book.xml +++ b/en_US.ISO8859-1/books/faq/book.xml @@ -2529,44 +2529,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