home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23649 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.1 KB

  1. Path: sparky!uunet!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: problems with free
  5. Date: 11 Jan 1993 13:34:08 -0600
  6. Organization: Kansas State University
  7. Lines: 22
  8. Message-ID: <1isi3gINN4jg@matt.ksu.ksu.edu>
  9. References: <93011.141209K3010E2@ALIJKU11.BITNET>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. <K3010E2@ALIJKU11.BITNET> writes:
  13.  
  14. >Hello Linuxers ||
  15.  
  16. >i have big problems with the command 'free'. if i login on tty1 and i try the
  17. >command 'free' i get the error 'lseek kmem : error at 'nnnnnnnnn''. nnnnnn
  18. >is a random number. if i make 'rsck' and then i try it again the error is
  19. >away, but i get memory : 0 cache : 0 and so on.
  20.  
  21. >What can i do against???
  22.  
  23. As the FAQ and other docs mention, anytime you do a kernel upgrade or change
  24. the system level stuff ps should be recompiled.
  25.  
  26. You can do a ps -U <unstripped kernel image>
  27.  
  28. The unstripped kernel image is usually in /usr/src/linux/tools/system.
  29.  
  30. If that doesn't work, you will need to recompile the ps package. It should
  31. be available from any linux ftp site.
  32.  
  33. James
  34.