home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / sysadmin / 5202 < prev    next >
Encoding:
Text File  |  1992-09-15  |  2.2 KB  |  60 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!snorkelwacker.mit.edu!bloom-picayune.mit.edu!news
  3. From: robert@amo.mit.edu(Robert Lutwak)
  4. Subject: Re: FIX:  Losing Preferences
  5. Message-ID: <1992Sep15.141419.21332@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: argon.mit.edu
  8. Organization: Massachvsetts Institvte of Technology
  9. References: <BuKzCG.4KE@monitor.com>
  10. Date: Tue, 15 Sep 1992 14:14:19 GMT
  11. Lines: 47
  12.  
  13. In article <BuKzCG.4KE@monitor.com> shawn@monitor.com writes:
  14. > Sorry if this is a rehash for some of you.
  15. > A number of folks have had problems with folks on their network losing  
  16. their  
  17. > Preference settings (or rather, not having them stay changed) when they  
  18. log  
  19. > out and back in.
  20. > This generally will happen when a user's home directory is on an network  
  21. NFS  
  22. > mounted drive.  The problem is that Preferences runs SUID root and  
  23. expects  
  24. > root access to the device it is writing to.
  25. > The fix is to export the server volume with root access to the machines  
  26. that  
  27. > need it, or you can export it to the world with root access (obvious  
  28. security  
  29. > issues here).  In your /etc/exports file:
  30. >      /Users -root=machine1:machine2:machine3 etc.......
  31. > to allow certain machines root access to /User and:
  32. >      /Users -anon=0
  33. > to allow the world root access to /User.
  34. > Am I to understand that 3.0 does not SUID to store preferences?
  35. > -- 
  36. > Shawn Broderick
  37. > Monitor Company / Information Engineering
  38. > Director, BCS NeXT
  39. > shawn@monitor.com
  40.  
  41. I'd just like to add another problem that can lead to this symptom:
  42.  
  43. If the user's home directory is on a machine running an old UNIX that
  44. only supports 12 character file names (like your IBM RT AIX 2.2.1),
  45. then NeXTdefaults.D and .NeXTdefaults.L alternately clobber each other
  46. every time the workspace attempts to update the database.
  47.  
  48. My (albeit clumsy) solution has been to create a userdefaults directory
  49. on one of the NeXTs and link a userdefaults/username/.NeXT subdirectory  
  50. from it to each user's root directory.
  51.  
  52. Note:  the recycler doesn't work unless you 
  53. then link a .NextTrash directory from the user's root directory to
  54. the userdefaults/username/.NeXT directory).
  55.