home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3032 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.7 KB

  1. Path: sparky!uunet!ogicse!pdxgate!brians@rigel.cs.pdx.edu
  2. From: brians@rigel.cs.pdx.edu (Brian Smith)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Fix for problem with tip in 386BSD
  5. Message-ID: <5940@pdxgate.UUCP>
  6. Date: 28 Jul 92 15:03:07 GMT
  7. Article-I.D.: pdxgate.5940
  8. Sender: news@pdxgate.UUCP
  9. Organization: Portland State University, Portland, OR
  10. Lines: 26
  11.  
  12. Well, IT WORKS!  I have been waiting for a free UNIX for about 5 or 6
  13. years now, so this is a moment of rejoicing.  The only problem I had
  14. that wasn't my fault was with the tip program.
  15.  
  16. First, the /etc/remote file needs an alias for the dial2400 entry to
  17. be tip0.  Second, the permissions are wrong.  Tip is suid uucp, but
  18. the locks directory /var/spool/lock is owned by root.  One can either
  19. make the lock directory owned by uucp (I think this is the better idea)
  20. or one can make the tip program be set *group*  id.  The lock is the
  21. same group id (wheels) as tip.
  22.  
  23. Now, I said that I think that making the lock directory owned by uucp
  24. is the better idea, but that is only theoretically.  I don't know if that
  25. would break any programs (I have been malformed by early system administration
  26. exposure to System V, shudder).  So, I then recommend that newbies such as
  27. myself make tip sgid.  If you don't know what I mean, then:
  28.     chmod 2540 /usr/bin/tip
  29.  
  30. Brian Smith
  31.  
  32.  
  33. /---------------------------------------|------------------------------------\
  34. | #include <std/disclaim.h>             | Inet: brians@cs.pdx.edu           |
  35. |---------------------------------------|------------------------------------|
  36. | Behold the warranty.. the bold print giveth and the fine print taketh away.|
  37. \----------------------------------------------------------------------------/
  38.