home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / admin / 5561 < prev    next >
Encoding:
Internet Message Format  |  1992-08-15  |  1.3 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: Problem with Netgroups
  5. Message-ID: <14080@auspex-gw.auspex.com>
  6. Date: 16 Aug 92 01:21:23 GMT
  7. References: <1992Aug15.232833.3688@samba.oit.unc.edu>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 22
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >and the error does not occur for for /grav0 or /dept0 even though
  14. >Full_Clients is given access to these partitions.
  15.  
  16. The error may well occur for "/grav0"; note that it says "exportfs:
  17. Full_Clients: unknown host" before it says "re-exported /grav0".  Sounds
  18. like it's complaining about "/grav0", as well as "/home" and
  19. "/export/exec/kvm/sun4c.sunos.4.1.1".
  20.  
  21. Those happen to be the files where the "root=" entry contains a netgroup
  22. rather than a list of host names.
  23.  
  24. "-access" checking is done by "rpc.mountd", and it's willing to look up
  25. netgroups.
  26.  
  27. "-root" and "-rw" checking is done by the NFS server code in the kernel,
  28. and it's unwilling to look up netgroups; instead, "exportfs" has to
  29. shove an explicit list of IP addresses for the hosts in the host list
  30. into the kernel, and it's unwilling to construct such a list from the
  31. current contents of the "netgroups" map.
  32.  
  33. In other words, you don't get to put netgroups into "-root=" or "-rw="
  34. entries.
  35.