home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / ultrix / 8911 < prev    next >
Encoding:
Text File  |  1992-12-16  |  2.2 KB  |  53 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!cs.utexas.edu!asuvax!ennews!wfpc3!scowen
  3. From: scowen@wfpc3.la.asu.edu (Paul A. Scowen)
  4. Subject: Re: ultrix 4.2: chgrp/chown problems on an NFS client
  5. Message-ID: <1992Dec16.214333.10974@ennews.eas.asu.edu>
  6. Sender: scowen@wfpc3 (Paul A. Scowen)
  7. Organization: Dept. of Physics & Astronomy, Arizona State University
  8. References:  <1992Dec16.160418.1@qucdnee.ee.queensu.ca>
  9. Date: Wed, 16 Dec 1992 21:43:33 GMT
  10. Lines: 41
  11.  
  12. In article <1992Dec16.160418.1@qucdnee.ee.queensu.ca>, rick@qucdnee.ee.queensu.ca writes:
  13. |> system: ultrix 4.2A. server is a ds5000/240, clients are ds5000/20.
  14. |> 
  15. |> we've discovered what appears to be an anomaly with the use of chgrp
  16. |> and/or chown to change the group on a file. this appears to work fine on 
  17. |> a locally-attached disk, but not an NFS client. an example will show 
  18. |> what i mean:
  19. [stuff deleted]
  20. |> now try the exact same thing on an NFS client:
  21. |> 
  22. |> elrod> ls -alg junk.txt
  23. |> -rwx------  1 rick     staff         388 Oct 29 16:05 junk.txt*
  24. |> elrod> /etc/chown rick.system junk.txt
  25. |> chown: can't change ownership of junk.txt: Not owner
  26. |> 
  27. |> which isn't true, BUT:
  28. |> 
  29. |> elrod> ls -alg junk.txt
  30. |> -rwx------  1 rick     system        388 Oct 29 16:05 junk.txt*
  31. |> 
  32. |>   it changes it anyway. but if i wait for a minute or two, it puts it
  33. |> back the way it was, with no intervention from me:
  34. |> 
  35. |> elrod> ls -alg junk.txt
  36. |> -rwx------  1 rick     staff         388 Oct 29 16:05 junk.txt*
  37. |> 
  38. |> 
  39. |> is this something known? is there an easy fix?
  40.  
  41. Isn't this due to the two userid's being different on the two machines - and I
  42. don't mean the login names but the numerical id's.  Since then the user rick
  43. is not the same user on both machines, the local one and the host that has the
  44. NFS disk physically mounted.  Or am I missing the point?
  45.  
  46. -- 
  47. -------------------------------------------------------------------------------
  48. Paul A. Scowen                INTERNET: scowen@wfpc3.la.asu.edu
  49. Department of Physics & Astronomy          uk1@spacsun.rice.edu
  50. Arizona State University        Tel:      (602) 965-0938
  51. Tempe, AZ 85287-1504            FAX:      (602) 965-7954
  52. -------------------------------------------------------------------------------
  53.