home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20779 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.6 KB  |  47 lines

  1. Path: sparky!uunet!mcsun!uknet!gdt!uwe-bristol!slave.uwe.ac.uk!root
  2. From: root@slave.uwe.ac.uk (Operator (Phil/Dylan))
  3. Newsgroups: comp.os.linux
  4. Subject: Re: PS, top, vs. linux-0.99
  5. Message-ID: <1992Dec17.050443.8319@csd.uwe.ac.uk>
  6. Date: 17 Dec 92 05:04:43 GMT
  7. References: <1992Dec14.043806.11547@u.washington.edu>
  8. Sender: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  9. Reply-To: p_copela@csd.uwe.ac.uk
  10. Organization: The New University in the West of England, Bristol (WEB)
  11. Lines: 33
  12. Nntp-Posting-Host: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  13.  
  14. In article <1992Dec14.043806.11547@u.washington.edu>,
  15. opium@hardy.u.washington.edu (Just dance and move your body) writes:
  16. |> It could just be me but after I booted the new Image Itried ps -U to update:
  17. |> 
  18. |> Neltrix# ps -U
  19. |>   PID TT STAT  TIME COMMAND
  20. |> Neltrix# 
  21. |> 
  22. |> It doesn't seem to work ;;  However free and who are okay.
  23. |> 
  24. |> also, when I run top, the screen is blank until I hit q, then it exits.
  25. |> 
  26. |> Has anybody been able to fix this, or has anybody experienced similar be-
  27. |> havior?  
  28.  
  29. one thing that I have found is that in the sources that I obtained for PS
  30. (ps-0.98.4?) was that in the Makefile there two lines
  31. CFLAGS= -O -DVERSION_CHECK
  32. CFLAGS= -O
  33.  
  34. when making, I simply changed  it to
  35. CFLAGS= -O -DVERSION_CHECK
  36. #CFLAGS= -O
  37. that was all I had to do to get ps, w, tload to work(ish) though i'm not happy
  38. with the output from 'w' as it puts some processes in ()'s
  39.  
  40. top broke on this but I wasn't fussed about it as my usage of it is approx 0
  41.  
  42. it isn't perfact but until (dave black?) or whoever releases a new version
  43. specifically for 0.99 we'll all be making alternitive perl/c ps commands
  44.  
  45. Phil
  46. =--=
  47.