home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22723 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.6 KB  |  55 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!coplex!chuck
  3. From: chuck@coplex.com (Chuck Sites)
  4. Subject: NewBee NET QUESTIONS.
  5. Organization: Copper Electronics, Inc.
  6. Date: Mon, 4 Jan 1993 21:56:33 GMT
  7. Message-ID: <1993Jan4.215633.11930@coplex.com>
  8. Summary: I have a few question about NFS, Telnet and others.
  9. Keywords: NFS, Telnet, and Misc.
  10. Lines: 43
  11.  
  12.  
  13.  
  14. I have a few of newbie questions.  I've just installed the SLS 0.98p5 version.
  15. I've been setting up NFS and so far it looks good, I can mount a remote
  16. (Motorola SYSV3.2) drive on linux with no problem.  The problem is the
  17. reverse.  The remote site can't mount a linux drive.  Both nfsd and mountd
  18. are running, and the remote system is in the /etc/exports file as:
  19.  
  20. /      coplex(secure,rw)
  21. /user  coplex(secure,rw)
  22.  
  23. On the remote system I type : mount -f NFS pup:/user /mnt and it comes back
  24.  
  25. mount: permission denied
  26. mount: cannot mount /
  27.  
  28. Question 1. Anybody have any ideas on this.
  29.  
  30.  
  31. Next, on telnet, I continue to get an occasional lost connections.  But that's
  32. not my main problem.  For a newline character, telnet and telnetd seem to
  33. use the linefeed character (^j) instead of Cr (^M).
  34.  
  35. Question 2.  Is there someway to reverse this so Cr is used?
  36.  
  37. Next, on rsh (remote shell, I thought I would try this because of the CR/NL
  38. problem above), I type rsh -l chuck coplex and get the following
  39. message:
  40.  
  41. # rsh -l chuck coplex
  42. rsh: can't exec /usr/bin/rlogin
  43.  
  44. Question 3. Where is rlogin?
  45.  
  46.  
  47. Question 4.  Is there a document that describes all of the jump tables,
  48. lib.so.4, lib.so.4.1, lib.so.4.2 etc.  I'm confused which is best.
  49.  
  50. Thanks in advance.
  51.  
  52. Chuck Sites
  53. chuck@cople.com
  54.  
  55.