home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / aix / 8364 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.6 KB

  1. Path: sparky!uunet!olivea!decwrl!deccrl!news.crl.dec.com!rdg.dec.com!uproar.enet.dec.com!hourahaner
  2. From: hourahaner@uproar.enet.dec.com
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: NIS under AIX 3.2
  5. Message-ID: <1992Jul31.162405.18720@rdg.dec.com>
  6. Date: 31 Jul 92 16:24:05 GMT
  7. References: <36560@uflorida.cis.ufl.edu>
  8. Sender: news@rdg.dec.com (Mr News)
  9. Reply-To: hourahaner@uproar.enet.dec.com ()
  10. Distribution: na
  11. Organization: Digital Equipment Corporation
  12. Lines: 26
  13.  
  14.  
  15. In article <36560@uflorida.cis.ufl.edu>, taylor@slc2.astro.ufl.edu
  16. (Charlie Taylor) writes:
  17. >Anyway, after about an hour or two of trying everything I could think of to
  18. >determine the problem, I finally just did a "touch /etc/passwd" on one of the
  19. >AIX NIS clients and, to my surprise, a "ps -ef" now gave the updated user
  20. >name (yyyyyy in the example).  So the good news is that I know how to solve
  21. >the problem.  The bad news is that such a solution seems to defeat the purpose
  22. >of a distributed database.  Having to "touch" the client /etc/passwd files
  23. >is only slightly better than having to edit them all by hand!
  24. >
  25. >Has anyone else seen this problem?  Is there any other way around it other
  26. >than touching all the client /etc/passwd files?
  27.  
  28. While I have not had this problem, I beleive the problem is to do with 
  29. the fact that ps produces a cache of various system information in a
  30. file in /etc. This information contains various kernel addresses and the
  31. like, but from the description of your problem it looks as if its caching 
  32. the uid -> name mapping from the passwd file as well.
  33.  
  34. I can't think of any solution other than touching the passwd files or 
  35. removing ps's cache files.
  36.  
  37.  
  38.  
  39.     Robin
  40.