home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / mail / elm / 4216 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.6 KB

  1. Path: sparky!uunet!stanford.edu!agate!usenet.ins.cwru.edu!cleveland.Freenet.Edu!ce095
  2. From: ce095@cleveland.Freenet.Edu (Jeffrey Scott Traigle)
  3. Newsgroups: comp.mail.elm
  4. Subject: Re: Problem creating lock file
  5. Date: 26 Jan 1993 19:23:20 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Lines: 31
  8. Message-ID: <1k4338INN9fl@usenet.INS.CWRU.Edu>
  9. References: <1k29p5INNrdh@dsinc.dsi.com> <1k26feINN18b@usenet.INS.CWRU.Edu>
  10. Reply-To: ce095@cleveland.Freenet.Edu (Jeffrey Scott Traigle)
  11. NNTP-Posting-Host: hela.ins.cwru.edu
  12.  
  13.  
  14. In a previous article, syd@dsi.com (Syd Weinstein) says:
  15.  
  16. >ce095@cleveland.Freenet.Edu (Jeffrey Scott Traigle) writes:
  17. >
  18. >
  19. >>I'm attempting to get elm running on an Evans & Sutherland machine.
  20. >>It is essentially a MIPS machine and OS frolm what I can gather.
  21. >>I finally managed to get elm compiled, but when I try to run it,
  22. >>I get the following message:
  23. >
  24. >>Can't create lock file! Need write permission in "/usr/mail/".
  25. >
  26. >>The mail directory has the following permissions:
  27. >
  28. >>drwxrwxr-x   bin   mail   /usr/mail
  29. >
  30. >>and I ran Configure to be setgid. (In fact, I tried running it as
  31. >>non-setgid as well trying to figure out what was wrong.) The only
  32. >>other thing that I could think of to try was only using one of flock
  33. >>or fcntrl locking, but that didn't help either. Anybody get it running
  34. >>on one of these machines?
  35. >
  36. >You must be root to install Elm, so that elm gets installed setgid
  37. >and set to group mail.  Check the permissions on Elm.
  38.  
  39. I was root when I installed it. The permissions on Elm are
  40.  
  41. -rwxr-sr-x   1 root     mail      685924 Jan 26 14:22 elm
  42.  
  43. which looks right for a setgid program.
  44.