home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16645 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  2.0 KB

  1. Path: sparky!uunet!ornl!rsg1.er.usgs.gov!darwin.sura.net!lhc!adm!news
  2. From: todd@flex1.eng.mcmaster.ca (Todd Pfaff)
  3. Newsgroups: comp.sys.sgi
  4. Subject: NFS inconsistency
  5. Message-ID: <34152@adm.brl.mil>
  6. Date: 19 Nov 92 04:04:17 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 41
  9.  
  10. I'm having a problem with NFS and SCCS...
  11.  
  12. An SGI Crimson running IRIX 4.0.5 is the NFS server and a Sun 4 running
  13. SunOS 4.1.2 is the NFS client.  The NFS filesystem is exported with root
  14. access to the client, and is mounted rw on the client.
  15.  
  16. A group of programmers is using SCCS for a software development project.
  17. A file is owned by one of the users in the group (aaa, bbb or ccc) and
  18. all files are owned by group xxx.  The umask is 007 so all files are
  19. created with owner and group access.  All relevant user ids and group
  20. ids are the same on both the NFS client and server systems.
  21.  
  22. SCCS creates new history files with mode 440 (-r--r-----).
  23.  
  24. Suppose user aaa creates a new SCCS file:
  25.  
  26. drwxrwx---  4 aaa      xxx          1024 Nov 18 22:18 .
  27. drwxrwx---  9 aaa      xxx           512 Oct 27 16:01 ..
  28. -r--r-----  1 aaa      xxx             1 Nov 18 22:18 SCCS/s.file
  29.  
  30. User bbb SCCS edits that file on the Sun NFS client and then submits the
  31. edits with SCCS delta.  An NFS write error 13 message is reported on the
  32. console and the SCCS delta fails with:
  33.  
  34. ERROR [SCCS/s.file]: directory `SCCS' unwritable (ut2)
  35.  
  36. The operation works fine if user bbb logs into the NFS server system
  37. and performs the delta there, so it must be an NFS related problem.
  38. The operation also works fine if the NFS server is a Sun instead of
  39. an SGI.  This is the way it was setup for the last year, but I just
  40. recently moved the file system in question to the SGI and the problem
  41. arose.
  42.  
  43. Any ideas?
  44.  
  45. --
  46. Todd Pfaff                     \ Internet: todd@flex.eng.mcmaster.ca
  47. Dept. of Mechanical Engineering \   Voice: (416) 525-9140 x2902
  48. McMaster University              \    FAX: (416) 572-7944
  49. 1280 Main Street West             \
  50. Hamilton, Ontario, CANADA  L8S 4L7 \
  51.