home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3036 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.2 KB  |  24 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!utcsri!torn!watserv1!watdragon.uwaterloo.ca!kcwellsc
  3. From: kcwellsc@watdragon.uwaterloo.ca (Ken Wellsch)
  4. Subject: Re: 2 Problems: No disk Label, Tip doesn't Work
  5. Message-ID: <Bs3wJp.88I@watdragon.uwaterloo.ca>
  6. Organization: University of Waterloo
  7. References: <1992Jul27.152614.25898@psg.com> <1992Jul28.065521.3441@spcvxb.spc.edu> <1992Jul28.122647.7234@ulowell.ulowell.edu>
  8. Date: Tue, 28 Jul 1992 16:02:12 GMT
  9. Lines: 13
  10.  
  11. >    The second problem I had was getting tip to work, and I saw a
  12. > couple of posts about this, but no solution.  When tip is configured
  13. > properly, we get the
  14. >    no file or no lock error.  (sorry, I can't be more precise, but
  15. > I can't get that far again without reinstalling 386BSD on my whole
  16. > system, and then I can't get tip to work to read mail and news for the
  17. > solution :-)
  18.  
  19. I think you will find that "tip" is setuid "uucp."  Now it wants to create
  20. a lock file under /var/spool/lock I believe.  You'll probably find that
  21. /var/spool/lock is owned by root and mode 0755.  Thus "uucp" is unable to
  22. write/create a lock.  I'm not sure whether "uucp" should own the directory
  23. or if it should be world writeable with the sticky-bit on like /tmp.
  24.