home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11450 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  2.2 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!swrinde!cs.utexas.edu!sun-barr!ames!dale.ksc.nasa.gov!orion.ksc.nasa.gov!chc
  2. From: chc@orion.ksc.nasa.gov (Charles Curley)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Does renice work?
  5. Message-ID: <1992Jul27.172835.19148@dale.ksc.nasa.gov>
  6. Date: 27 Jul 92 17:28:35 GMT
  7. References: <1992Jul26.222526.9166@news.iastate.edu> <nq81smc@zuni.esd.sgi.com> <1992Jul27.172142.19072@dale.ksc.nasa.gov>
  8. Sender: news@dale.ksc.nasa.gov
  9. Distribution: na
  10. Organization: Boeing Aerospace Operations, Kennedy Space Center, Florida
  11. Lines: 36
  12.  
  13. I have a 4D/35 running 4.0.1 and renice doesn't seem to work.  Here is what
  14. happens on my machine:
  15.  
  16. hydra $ uname -a
  17. IRIX hydra 4.0.1 11150233 IP12
  18. hydra $ id
  19. uid=1002(chc) gid=1000(boeing) groups=500(vicorp),501(cosmic),502(ist),2000(hums)
  20. hydra $ ps -uchc
  21.      UID   PID  PPID  C    STIME TTY       TIME COMMAND
  22.      chc  9559  9558  0                    0:00 <defunct>
  23.      chc  9384     1  0 10:23:36 ?         0:02 xwsh -geometry 120x60+200+110
  24.      chc  9646  9404  3 12:59:48 ttyq2     0:00 ps -f -uchc
  25.      chc  9402     1  0 10:23:37 ?         0:00 xwsh -name winterm -name winterm -title Console -name startconsole -icontitle C
  26.      chc  9379     1  0 10:23:36 ?         0:38 xlock -besaver -mode random +nolock
  27.      chc  9558  9404 78 12:28:06 ttyq2    31:04 rayshade
  28.      chc  9380     1  0 10:23:36 ?         0:00 xclock -geometry 130x130+1137+10
  29.      chc  9355  9323  0 10:23:31 ?         0:09 mwm
  30.      chc  9408  9402  0 10:23:38 ttyq3     0:01 -bash
  31.      chc  9404  9384  1 10:23:37 ttyq2     0:02 -bash
  32. hydra $ renice +20 9558
  33. renice: 9558: setpriority: Invalid argument
  34. hydra $ renice +20 -p 9558
  35. renice: 9558: setpriority: Invalid argument
  36. hydra $ renice 20 -p 9558
  37. renice: 9558: setpriority: Invalid argument
  38. hydra $ renice -20 -p 9558
  39. renice: 9558: setpriority: Permission denied
  40.  
  41. Of course, the last one is correct because I don't have permission to
  42. "mean" the process.  Hopefully I haven't missed this question flying about.
  43.  
  44. --
  45. Charles Curley, Research Analyst        Internet:  chc@orion.ksc.nasa.gov
  46. Boeing Aerospace Operations, Inc.       Voice:     (407) 867-9619
  47. MS FA-56, Bldg M7-409, Rm 170A          Facsimile: (407) 867-4079
  48. Kennedy Space Center, Florida 32899
  49.