home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / uucp / 1705 < prev    next >
Encoding:
Text File  |  1992-08-26  |  2.1 KB  |  53 lines

  1. Newsgroups: comp.mail.uucp
  2. Path: sparky!uunet!uunet!godzilla.UU.NET!ziegast
  3. From: ziegast@godzilla.UU.NET (Eric W. Ziegast)
  4. Subject: Sending files to SunOS 4.1.1 machines
  5. Message-ID: <BtM2Mr.Cx0@uunet.uu.net>
  6. Sender: usenet@uunet.uu.net (UseNet News)
  7. Nntp-Posting-Host: godzilla.uu.net
  8. Organization: UUNET Technologies - Falls Church, VA
  9. Date: Wed, 26 Aug 1992 22:04:00 GMT
  10. Lines: 41
  11.  
  12. I've been noticing that a somewhat trivial transfer of files to
  13. some of our subscriber sites has been failing.  The common factor
  14. in these failed transfers is that the receiving sites all use
  15. SunOS's HDB implementation.  We have a "uuto" script that takes
  16. a file (or list of files) and sends them to a subdirectory of
  17. their PUBDIR with the uucp command.
  18.  
  19. Example for sending a file to foo!fred:
  20.  
  21.     $ uuto /archive/tmp/test foo!fred
  22.  
  23. our script executes the uucp command:
  24.  
  25.     $ uucp -d -r /archive/tmp/test foo!~/reveive/uunet/fred/
  26.  
  27. According to past experience this is correct and should work.  Even
  28. the "Using UUCP and Usenet" tome says this is a correct way to send
  29. a file.  The "~" is supposed to expand to the home directory of UUCP
  30. (the PUBDIR) which is /var/spool/uucppublic on Suns.  One should be
  31. able to write "test" into the directory specified (after being auto-
  32. magically created).
  33.  
  34. We receive reports of failures only from sites with SunOS.  I have
  35. not heard of failures to sites with other platforms.  With two SunOS
  36. sites I did some debugging and testing of various remote path names.
  37. The file would be sent by uucico to them and  
  38.  
  39.     foo!~/...           Doesn't work (Permission Denied)
  40.     foo!~uucp/...       Works (though tested with only one site)
  41.     foo!/var/spool/...  Works
  42.  
  43. On these two sites the home directory of UUCP, directory permis-
  44. sions and Permissions files were set correctly.  My guess is that
  45. their UUCP isn't correctly expanding the "~".
  46.  
  47. Has anyone else noticed this?  Is it a bug, feature, or just a config-
  48. uration problem that I'm not aware of?  Or is someone lacing my Coke
  49. with hallucinogens?  :^)
  50. --
  51. Eric Ziegast      ziegast@uunet.uu.net
  52. UUNET Postmaster  uunet!postmaster
  53.