home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / appletal / 3215 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  2.2 KB

  1. Path: sparky!uunet!wupost!cs.utexas.edu!rutgers!psuvax1!hsdndev!news.cs.umb.edu!rouilj
  2. From: rouilj@dl5000.bc.edu (John P. Rouillard)
  3. Newsgroups: comp.protocols.appletalk
  4. Subject: Re: Some interesting AUFS problems
  5. Message-ID: <ROUILJ.92Aug27194937@dl5000.bc.edu>
  6. Date: 28 Aug 92 00:49:37 GMT
  7. References: <ROUILJ.92Aug24151134@dl5000.bc.edu> <JAAPJL.92Aug26170100@cmb00.larc.nasa.gov>
  8. Sender: news@cs.umb.edu (USENET News System)
  9. Organization: Institute for Space Research, Boston College
  10. Lines: 35
  11. In-Reply-To: jaapjl@tab00.larc.nasa.gov's message of 26 Aug 92 21: 01:02 GMT
  12. Nntp-Posting-Host: dl5000.bc.edu
  13.  
  14. In article <JAAPJL.92Aug26170100@cmb00.larc.nasa.gov> 
  15.     jaapjl@tab00.larc.nasa.gov (J Lee Jaap) writes:
  16.  
  17. >> In article <ROUILJ.92Aug24151134@dl5000.bc.edu> 
  18. >>    rouilj@dl5000.bc.edu (John P. Rouillard) writes:
  19. >> I got CAP 6.0 pl 100 up and running this past weekend (pl 125 will be
  20. >> next weekend's project no doubt 8-)) and I am having a few problems
  21. >> with setting up/viewing the directories on the Unix box.
  22. > A question:  What kind of Unix box?  (Not that I can necessarily help,
  23. > but it would help others help you.)  I suggest a followup. :-)
  24.  
  25. Erp. Ultrix 4.2A, DECstation 5000/120.  (I thought it was in the
  26. article honest).
  27.  
  28. >>      2) We automount the home directories for users. However, when I
  29. >>     attempt to AUFS mount the automount point, chooser quits with an
  30. >>     error #4. Note that the automount directory appears to be a read
  31. >>     only directory. How do I get this point to mount properly.
  32. >
  33. >   Our evidence seems to indicate that AUFS doesn't deal with NFS-mounted
  34. >   filesystems.  Our workarounds have been to start AUFS on every system
  35. >   that a Mac user has files on, or to move all the Mac users' home
  36. >   directories to one system, which then runs AUFS.  We'd also be interested
  37. >   in any fixes for AUFS for NFS.
  38.  
  39.  
  40. Hmm, once I started the lockd, and statd, and enabled the flag in the
  41. kernel, nfs worked just fine. Without the startup, every nfs file
  42. would end up as being locked, no doubt because the lockf, flock, ...
  43. calls were failing. Maybe you should try eliminating file locking
  44. under CAP, and see if your NFS problems go away. If they do tell your
  45. vendor to fix their nfs locking code.
  46.  
  47. -- John
  48.