home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / admin / 3 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  1.3 KB

  1. Path: sparky!uunet!wupost!spool.mu.edu!uwm.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!cline
  2. From: cline+@cs.cmu.edu (Kenneth Cline)
  3. Newsgroups: comp.sys.sgi.admin
  4. Subject: tar, nfs, and restricted_chown
  5. Message-ID: <Bz882q.L2.2@cs.cmu.edu>
  6. Date: 14 Dec 92 01:56:47 GMT
  7. Article-I.D.: cs.Bz882q.L2.2
  8. Sender: news@cs.cmu.edu (Usenet News System)
  9. Organization: School of Computer Science, Carnegie Mellon
  10. Lines: 17
  11. Nntp-Posting-Host: proof.ergo.cs.cmu.edu
  12.  
  13. A user logged into a Sun4 was unable to extract tarred files (created
  14. by another user) to a disk mounted on our SGI machine.  Apparently,
  15. SunOs tar chowns the new file to the old user before reading its
  16. contents, and subsequent operations fail due to ownership conflict.
  17.  
  18. The fix was to build a new kernel for the SGI with restricted_chown
  19. set to 1.  Now, "tar x..." works fine, but I would like to know if
  20. this is a bug in SunOs tar (maybe, calling chown prematurely), an SGI
  21. bug (which doesn't seem as likely), or simply conflicting features.
  22.  
  23. I ask, because it is annoying to ship tar archives to other sites and
  24. require the recipient to be super-user to extract the files, but in
  25. general that seems to be necessary.  (n.b. rebuilding the kernel is a
  26. bit much to ask the recipient).  Is there another solution short of
  27. running homogeneous networks?
  28.  
  29. Ken
  30.