home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21700 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  1.5 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: ps in linux .99p1 broken?
  5. Date: 25 Dec 1992 23:04:32 -0600
  6. Organization: Kansas State University
  7. Lines: 31
  8. Message-ID: <1hgp50INNfgp@matt.ksu.ksu.edu>
  9. References: <78822@hydra.gatech.EDU>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. ccasted@prism.gatech.EDU (Edward Deering Boykin) writes:
  13.  
  14.  
  15. > just got Linux patch 1 ver .99 compiloed on my machine. I have a 66mhz 486
  16. >with 8meg ram and local bus hard drive. I have a 64 meg linux partition
  17. >and a 15 meg swap.
  18. >It only took me 7 minutes to compile! That was with no scsi no fpu emulation no ext-fs and all elese default. I also included the sound kit stuff.
  19. >Anyway once I rebooted with the new Image ps does not work. I get this error msg:
  20. >lseek kmem: unknown error 207994200
  21.  
  22. >buh?
  23. >also my xload form Xfree861.1 shows a continuous bar from top to bottomeven with
  24. >just the server running. no windows no nothing running. 
  25. >Any ideas?
  26.  
  27. >Later.....
  28. >Ed 
  29. >ccasted@prism.gatech.edu
  30.  
  31. You need to do the following command each time you recompile your kernel to
  32. update the information in the database.
  33.  
  34. ps -U /usr/src/linux/tools/system
  35.  
  36. Replace the /usr/src with the prefix to where you installed the linux source.
  37.  
  38. This will update the file /etc/psdatabase with the necessary information to
  39. run ps properly. Or, you could install perl and get the ps scripts someone
  40. posted a while back. They should allways work from now on.
  41.  
  42. James
  43.