home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / datacomm / 6293 < prev    next >
Encoding:
Text File  |  1992-09-11  |  2.2 KB  |  51 lines

  1. Newsgroups: comp.sys.amiga.datacomm
  2. Path: sparky!uunet!gatech!destroyer!ubc-cs!alberta!kakwa.ucs.ualberta.ca!access.usask.ca!jester.usask.ca!whitem
  3. From: whitem@jester.usask.ca (Matt White)
  4. Subject: Re: DNET remote connections
  5. Message-ID: <1992Sep11.200919.27853@access.usask.ca>
  6. Sender: news@access.usask.ca (USENET News System)
  7. Nntp-Posting-Host: jester.usask.ca
  8. Organization: University of Saskatchewan
  9. X-Newsreader: Tin 1.1 PL5
  10. References: <lb1hqtINNied@utkcs2.cs.utk.edu>
  11. Date: Fri, 11 Sep 1992 20:09:19 GMT
  12. Lines: 37
  13.  
  14. David Levi (levi@galoob.cs.utk.edu) wrote:
  15. : I am trying to use DNET to open a remote connection on my Amiga from
  16. : a sun4 at school, using the dsoc client.  I've got DPIPE: installed on
  17. : the amiga, and have dnet started on the amiga and the sun4 (the connection
  18. : is running), but when I run dsoc, I get the message:
  19. :     DOpen: No such file or directory
  20. : Is there something I need to do with the DNETHOST environment variable,
  21. : or am I doing something else wrong?  Thanks for any clues.
  22. : -- 
  23. : -Dave Levi     levi@cs.utk.edu
  24. I had much the same problem, and after some research, I found that Dnet
  25. doesn't always use the same filename for the socket that it creates when
  26. it starts.  Do a directory of your $DNETDIR and look for the newest
  27. socket.  For example, my $DNETDIR looks like:
  28.  
  29. srwxrw-rw-  1 whitem          1 Aug 21 08:32 DNET. P@hP@A@Cp
  30. -rw-rw-rw-  1 whitem         72 Aug 21 08:32 DNET.LOG
  31. -rw-rw-rw-  1 whitem           243 Jun 15 19:59 dnet.servers
  32.  
  33. The DNETHOST environment variable must be set to the suffix of the
  34. filename of the socket, including the space that is put in there.  For
  35. example, for the above socket, I would have to do:
  36.  
  37. setenv DNETHOST ' P@hP@A@Cp'
  38.           ^
  39.          Note the space!
  40.  
  41. The default that it expects is just a space (setenv DNETHOST ' '), so what
  42. I usually do is rename the socket to 'DNET. ' so I can use it normally. 
  43. There is probably an easier way to do this, but I haven't had the time to
  44. look at the source and try to figure it out or change it.
  45.  
  46. --
  47. Matt White                      |  whitem@jester.usask.ca
  48. User Support & Training         |  white@sask.usask.ca
  49. Dept. of Computing Services     |  Saskatoon, Saskatchewan, CANADA
  50. University of Saskatchewan      |  My real computer is an Amiga...
  51.