home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8533 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  2.5 KB

  1. Path: sparky!uunet!ogicse!news.u.washington.edu!carson.u.washington.edu!ganter
  2. From: ganter@carson.u.washington.edu (Mark Ganter)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: mountd/portmap/NFS problem
  5. Message-ID: <1992Nov6.181052.10725@u.washington.edu>
  6. Date: 6 Nov 92 18:10:52 GMT
  7. Article-I.D.: u.1992Nov6.181052.10725
  8. References: <1992Nov5.175351.26079@cs.brown.edu> <1992Nov6.050651.8709@fcom.cc.utah.edu>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: University of Washington
  11. Lines: 45
  12.  
  13. terry@cs.weber.edu (A Wizard of Earth C) writes:
  14.  
  15. >In article <1992Nov5.175351.26079@cs.brown.edu>, lr@cs.brown.edu (Luigi Rizzo) writes:
  16. >|> 
  17. >|> It must be something trivial but... I installed 386bsd 0.1 on a
  18. >|> 486-33 with IDE drive, we8013-clone ethernet with no problems.
  19. >|> Everything including the network seems to work (at least, ftp, telnet,
  20. >|> rsh  work fine and quickly in both directions). However, when I try to
  21. >|> boot with the nfs-related stuff enabled (portmap, mountd etc.) mountd
  22. >|> hangs without being able to register with portmap. If I press ^C on the
  23. >|> console during boot, things proceed more or less regul;arly and the
  24. >|> system comes up (the only thing is, mountd takes most of CPU time).
  25. >|> Other things (nfsd, nfsiod) apparently register correctly (as shown by
  26. >|> using rpcinfo from another machine).  Now, I cannot either NFS-mount
  27. >|> the 386 disk from another machine (clearly because mountd does not
  28. >|> work, the error message is
  29. >|> 
  30. >|> nfs_mount: bsd386a:/ server not responding: rpc program not registered
  31. >|> 
  32. >|> or mount other disks on the 386bsd machine. (this time the error
  33. >|> message is 
  34. >|> 
  35. >|> Bad MNT RPC: RPC: Authentication error; why = Invalid client credential
  36. >|> 
  37. >|> 
  38. >|> I haven't installed the crypt routines or any of the patches yet,
  39. >|> because from the descriptions I have it's not clear which ones
  40. >|> apply to my problem. Any help from the net ?
  41.  
  42. >Install the NFS and mount patches at the very least.  You seem to be running
  43. >into the overlap and reserved port problems.
  44.  
  45. Terry & Luigi, I had the same problem recently.  I chased it down to an
  46. export problem on the file system thatbsd was trying to mount.  My memory
  47. on the net says "386bsd doesn't do secure NFS mount".  Is that true?  I
  48. changed my /etc/exports file of the "host system" from:
  49.  
  50. /users    dragon
  51. to:
  52. /users
  53.  
  54. and everything now works fine!  Just my $0.02 worth ...Mark
  55.  
  56. Mark Ganter/Univ of Washington/Dept of Mech Engr/FU-10/Seattle, WA 98195 USA
  57. ganter@u.washington.edu
  58.