home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / admin / 5739 < prev    next >
Encoding:
Text File  |  1992-08-21  |  2.1 KB  |  42 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!caen!sdd.hp.com!usc!elroy.jpl.nasa.gov!news.claremont.edu!ucivax!megatek!randy
  3. From: randy@ninja.megatek.uucp (Randy Davis)
  4. Subject: Re: rlogin as root works but can't access imported filesystem as root
  5. Message-ID: <1992Aug21.221231.5859@megatek.uucp>
  6. Sender: randy@megatek.uucp (Randy Davis)
  7. Reply-To: megatek!randy@uunet.uu.net
  8. Organization: Megatek Corporation, San Diego, California
  9. References: <21AUG92.16194077@cc4.crl.aecl.ca>
  10. Date: Fri, 21 Aug 1992 22:12:31 GMT
  11. Lines: 29
  12.  
  13. In article <21AUG92.16194077@cc4.crl.aecl.ca> roihar@cc4.crl.aecl.ca writes:
  14. |I've got a problem. Our external disk on our server is exported
  15. |over our three SPARCstation II network and it's filesystem is
  16. |available to me as root if I rlogin as root from one of the
  17. |other two SPARCstation II's. However, if I merely access the
  18. |filesystem and attempt to descend into root access only directories
  19. |I get a privelege violation error even though I'm accessing the
  20. |filesystem that was exported to this workstation from the server
  21. |and I'm root on both with the same password on both???
  22. |Can somebody point me in the right direction?? I feel like I've
  23. |become the guest of honour at a Mexican birthday party!
  24.  
  25. RTFM?
  26.  
  27.   Your /etc/exports file on the server is not set up to allow you to do this.
  28. Look at the man page for "exportfs" and look for the "-root=" option.
  29.  
  30.   To summarize: the /etc/exports file on the server is not exporting the
  31. filesystem to your system with the "-root=yourmachine" switch.  /.rhosts
  32. doesn't affect this, nor does the same password for root for the two machines
  33. have any affect - so, although you can rlogin to the server as root and
  34. access the filesystem directly, you have to tell the nfs processes on the
  35. server that *your* machine's root is trusted to have root access to the
  36. exported partition that you are importing.  See the man page on "exportfs"...
  37.  
  38. Randy Davis                             UUCP: randy@megatek.com
  39. Corporate Network and System Administrator    megatek!randy@uunet.uu.net
  40. Megatek Corporation, San Diego, California    ucsd!megatek.uucp!randy
  41.  
  42.