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

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!utcsri!torn!news.ccs.queensu.ca!qucdnee.ee.queensu.ca!rick
  3. From: rick@qucdnee.ee.queensu.ca
  4. Subject: ultrix 4.2: chgrp/chown problems on an NFS client
  5. Message-ID: <1992Dec16.160418.1@qucdnee.ee.queensu.ca>
  6. Lines: 50
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University EE Department
  9. Date: Wed, 16 Dec 1992 21:04:18 GMT
  10.  
  11. system: ultrix 4.2A. server is a ds5000/240, clients are ds5000/20.
  12.  
  13. we've discovered what appears to be an anomaly with the use of chgrp
  14. and/or chown to change the group on a file. this appears to work fine on 
  15. a locally-attached disk, but not an NFS client. an example will show 
  16. what i mean:
  17.  
  18. on the file server, there doesn't appear to be any problem:
  19.  
  20. decsqurl> ls -alg junk.txt
  21. -rwx------  1 rick     staff         388 Oct 29 16:05 junk.txt*
  22. decsqurl> /etc/chown rick.system junk.txt
  23. decsqurl> ls -alg junk.txt
  24. -rwx------  1 rick     system        388 Oct 29 16:05 junk.txt*
  25.  
  26. wait an arbitrary length of time and it's still fine. so put it back.
  27.  
  28. decsqurl> /etc/chown rick.staff junk.txt
  29. decsqurl> ls -alg junk.txt
  30. -rwx------  1 rick     staff         388 Oct 29 16:05 junk.txt*
  31.  
  32. now try the exact same thing on an NFS client:
  33.  
  34. elrod> ls -alg junk.txt
  35. -rwx------  1 rick     staff         388 Oct 29 16:05 junk.txt*
  36. elrod> /etc/chown rick.system junk.txt
  37. chown: can't change ownership of junk.txt: Not owner
  38.  
  39. which isn't true, BUT:
  40.  
  41. elrod> ls -alg junk.txt
  42. -rwx------  1 rick     system        388 Oct 29 16:05 junk.txt*
  43.  
  44.   it changes it anyway. but if i wait for a minute or two, it puts it
  45. back the way it was, with no intervention from me:
  46.  
  47. elrod> ls -alg junk.txt
  48. -rwx------  1 rick     staff         388 Oct 29 16:05 junk.txt*
  49.  
  50.  
  51. is this something known? is there an easy fix?
  52.  
  53.  
  54. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  55. Rick Pim                                            bitnet:rick@qucdnee
  56. Department of Electrical Engineering         rick@qucdnee.ee.queensu.ca
  57. Queen's University, Kingston                             (613) 545-6772
  58. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  59. "Have I discussed the `creme-filled Twinkie' model of space-time with you?"
  60.                     -- Damage Control #1
  61.