home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4997 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.3 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!wupost!usc!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!news!brtmac
  2. From: brtmac@maverick.ksu.ksu.edu (Brett McCoy)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: [386bsd] namelist hassles
  5. Date: 2 Sep 92 10:00:19
  6. Organization: Kansas State University
  7. Lines: 22
  8. Message-ID: <BRTMAC.92Sep2100020@maverick.ksu.ksu.edu>
  9. References: <1992Sep2.094811.17592@hippo.ru.ac.za>
  10. NNTP-Posting-Host: maverick.ksu.ksu.edu
  11. In-reply-to: ccml@hippo.ru.ac.za's message of Wed, 2 Sep 1992 09:48:11 GMT
  12.  
  13. In article <1992Sep2.094811.17592@hippo.ru.ac.za> ccml@hippo.ru.ac.za (Mike Lawrie) writes:
  14.  
  15. >Several programs on 386bsd-0.1 produce namelist error messages - what
  16. >does one do to fix this? I've done a pretty vanilla install of
  17. >{bin,src,etc}dist on a 560 Mb SCSI, 8 Mb RAM 386, and am far from being
  18. >a bsd expert.
  19. >
  20. >For example:
  21. >
  22. >netstat (the one referred to in the FAQ) produces "filehead or nfiles
  23. >not in namelist"
  24. >
  25. >netstat -r produces "rthashsize: symbol not in namelist"
  26. >
  27. >ps -aux produces "ps: nlist: can't find the following symbols: _fscale
  28. >_avail_start _avail_end:
  29.  
  30. The kernel that comes with the distribution is stripped so you can't
  31. get any of the names from it.  You need to compile a new kernel and
  32. install it and reboot.  From then on it should work fine.
  33.  
  34. ++Brett;
  35.