home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9348 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.4 KB

  1. Path: sparky!uunet!sun-barr!olivea!mintaka.lcs.mit.edu!bloom-picayune.mit.edu!daemon
  2. From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: ps for 0.97pl2
  5. Message-ID: <1992Aug29.180749.25981@athena.mit.edu>
  6. Date: 29 Aug 92 18:07:49 GMT
  7. Sender: daemon@athena.mit.edu (Mr Background)
  8. Reply-To: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
  9. Organization: The Internet
  10. Lines: 30
  11.  
  12.  
  13.    From: hammond@kwhpc.caseng.com (Kevin W. Hammond)
  14.    Date: Sat, 29 Aug 1992 06:59:40 GMT
  15.  
  16.    I FTP'd ps-0.97 from tsx-11 and I cannot get it to compile under 0.97pl2.
  17.  
  18.    Is there are working version of ps for 0.97pl2 out there some where or have
  19.    I botched the compile job with the version I downloaded??
  20.  
  21. Just recently appeared on tsx-11: /pub/linux/sources/sbin/ps097p2.
  22.  
  23.    From: rafal@utstat.uucp (Rafal Kustra (summer student))
  24.    Date: Sat, 29 Aug 1992 07:47:20 GMT
  25.  
  26.    On the related note. I've got the same package To try to
  27.    use it for .97pl1. Could not compile it but package
  28.    contains binaries. Ps and top work, but the rest doesn't.
  29.    (free says sumething like _paging_pages not defined).
  30.    Can someone point me to good free for 0.97pl1.
  31.  
  32. Using the 0.97 ps, modify the function show_memory() in free.c:
  33.  
  34. Change: paging_pages = get_kword(k_addr("_paging_pages"));
  35.  
  36. To:     paging_pages = pages;
  37.  
  38. You'll have to muck with the header files a bit, but you should be able
  39. to get it compile with that one change.
  40.  
  41.                             - Ted
  42.