home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22460 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  1.8 KB

  1. Path: sparky!uunet!stanford.edu!rutgers!igor.rutgers.edu!geneva.rutgers.edu!hedrick
  2. From: hedrick@geneva.rutgers.edu (Charles Hedrick)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: [FIX] PS FIX FOR 99p2 !!!
  5. Keywords: ps fix 99 p2
  6. Message-ID: <Jan.2.14.28.37.1993.26330@geneva.rutgers.edu>
  7. Date: 2 Jan 93 19:28:38 GMT
  8. References: <andrewc.725976478@aurora.cc.monash.edu.au>
  9. Organization: Rutgers Univ., New Brunswick, N.J.
  10. Lines: 27
  11.  
  12. andrewc@aurora.cc.monash.edu.au (Andrew J. Cosgriff !) writes:
  13.  
  14. >Okay, in my quest to do something useful for the Linux community, here are 
  15. >some patches to get ps up and running with 99p2..just a header file location 
  16. >change and an already-used variable, but, well, it's handy to have it done
  17. >for you, I guess...
  18.  
  19. I'd encourage people to try the ps and free based on /proc, which is
  20. in BETA/procps/procps.tar.Z on tsx-11.  It works fine for me without
  21. any recompilation under 0.99pl1, 0.99pl2, and 0.99pl2 with Tytso's new
  22. serial code.  It's intended to do away with the need for a new version
  23. of ps with each release.  I'd suggest that people who want to work
  24. with ps and friends spend your time on that code, e.g. maybe adapting
  25. top to use the new code.
  26.  
  27. There has been some question about which device should be used in
  28. mounting /proc.  As far as I can tell, it's irrelevant.  Hlu's base
  29. distribution has an fstab that mounts it on /dev/proc, but his /dev
  30. doesn't have a /dev/proc.  It still works (though you can't unmount
  31. it).
  32.  
  33. (By the way, there were two problems installing the new serial code.
  34. The resulting serial.c was missing a semicolon, and setserial.c -- a
  35. support utility for using the new features -- appears to be two copies
  36. of the same thing concatenated.  The fixes are obvious: the compiler
  37. will tell you where the semicolon is needed, and setserial.c needs to
  38. be truncated after the first copy of main.)
  39.