Return to BSD News archive
Received: by minnie.vk1xwt.ampr.org with NNTP id AA5865 ; Fri, 01 Jan 93 01:59:02 EST Path: sserve!manuel.anu.edu.au!munnari.oz.au!spool.mu.edu!sol.ctr.columbia.edu!flash.pax.tpa.com.au!myall.awadi.com.au!myall!blymn From: blymn@awadi.com.au (Brett Lymn) Newsgroups: comp.unix.bsd Subject: Re: recompiled ps exits with /dev/mem permission denied message Date: 2 Jan 93 17:32:56 Organization: /usr/blymn/.organization Lines: 15 Message-ID: <BLYMN.93Jan2173256@siren.awadi.com.au> References: <fXiP7x7@quack.sac.ca.us> <RICH.92Dec30221655@superego.Rice.edu> NNTP-Posting-Host: siren.awadi.com.au In-reply-to: rich@Rice.edu's message of Thu, 31 Dec 1992 04:16:55 GMT >>>>> On Thu, 31 Dec 1992 04:16:55 GMT, rich@Rice.edu (& Murphey) said: >>>>> In article <fXiP7x7@quack.sac.ca.us>, dfox@quack.sac.ca.us (David Fox) writes: David> I've noticed something strange. After putting in a Cyrix NDP, and David> recompiling ps and libutil.a (installing the patch for ps), ps David> dies when I'm not logged in as root with David> ps: kvm_openfiles: can't open /dev/mem: permission denied :-> you need to 'chgrp kmem /bin/ps' and 'chmod g+w /bin/ps' so that it is ^^^ Sorry to nit-pick but that should be g+s not g+w. Brett.