home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / sysadmin / 7170 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.1 KB  |  52 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!paladin.american.edu!gatech!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!sherwood
  3. From: sherwood@space.ualberta.ca (System Administrator)
  4. Subject: Re: HELP: Can't login as root on console
  5. Message-ID: <1992Dec22.001307.23721@kakwa.ucs.ualberta.ca>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: fenris.space.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. References: <1992Dec10.162306.29839@spock.UUCP>
  11. Date: Tue, 22 Dec 1992 00:13:07 GMT
  12. Lines: 38
  13.  
  14. : In article <86@blue.cis.pitt.edu> rcc@next1.math.pitt.edu (robert cyphers)  
  15. : writes:
  16. : > I have a NextStation which will not let me login as root on the console.
  17. : > I can login as myself and su to root.
  18. : > 
  19. : > Specifically, when I try to login as root I get the following result:
  20. : > The WorkspaceManager comes up as expected and the arrow cursor appears  
  21. : for  
  22. : > about 1 second and then reverts to the spinning wheel.  Then an error  
  23. : > window pops up and says 
  24. : > 
  25. : > Workspace error:
  26. : >   Internal error (signal 10) occurred.  Try to save changes to files
  27. : >   in other applications before logging out.
  28. : > 
  29. : > If I then go into the NMI monitor and say 'msg' I see the error message:
  30. : >   Workspace[240]: NFS read error 13 on pagein.
  31. : > 
  32. : > Any ideas what's going on here?
  33. : > 
  34. : > Robert C Cyphers
  35. : > rcc@next1.math.pitt.edu
  36. : > University of Pittsburgh
  37.  
  38. from /usr/include/sys/errno.h
  39. #define EACCES          13              /* Permission denied */
  40. from /usr/include/nfs/nfs.h
  41.         NFSERR_ACCES=EACCES,            /* Permission denied */
  42.  
  43. In short, you need to have root access to the nfs server's partitions in
  44. order to login as root.  This is a hemeroid.   
  45.  
  46. So re-export from the server with -root=hostname1,hostname2,hostname3...
  47. for whatever hosts you want to be able to log in as root.
  48.  
  49. => Sherwood Botsford                   sherwood@space.ualberta.ca <= 
  50. => University of Alberta         Lab Manager, Space Physics Group <=         
  51. => tel:403 492-3713                             fax: 403 492-4256 <=         
  52.