home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / bsd / 10782 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!gatech!destroyer!cs.ubc.ca!uw-beaver!newsfeed.rice.edu!rice!news.Rice.edu!rich
  3. From: rich@Rice.edu (& Murphey)
  4. Subject: Re: recompiled ps exits with /dev/mem permission denied message
  5. In-Reply-To: dfox@quack.sac.ca.us's message of 30 Dec 1992 21:03:57 UTC
  6. Message-ID: <RICH.92Dec30221655@superego.Rice.edu>
  7. Sender: news@rice.edu (News)
  8. Reply-To: Rich@rice.edu
  9. Organization: Department of Electrical and Computer Engineering, Rice
  10.     University
  11. References: <fXiP7x7@quack.sac.ca.us>
  12. Date: Thu, 31 Dec 1992 04:16:55 GMT
  13. Lines: 13
  14.  
  15. >>>>> In article <fXiP7x7@quack.sac.ca.us>, dfox@quack.sac.ca.us (David Fox) writes:
  16. David> I've noticed something strange.  After putting in a Cyrix NDP, and
  17. David> recompiling ps and libutil.a (installing the patch for ps), ps
  18. David> dies when I'm not logged in as root with
  19.  
  20. David> ps: kvm_openfiles: can't open /dev/mem: permission denied
  21.  
  22. you need to 'chgrp kmem /bin/ps' and 'chmod g+w /bin/ps' so that it is
  23. set-group id on execution:
  24.  
  25. -r-xr-sr-x   1 bin      kmem        77824 Dec 16 15:52 /bin/ps*
  26.  
  27. Rich
  28.