home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d145 / dnet.lha / Dnet / unix / test / README < prev    next >
Text File  |  1988-05-26  |  997b  |  31 lines

  1. To: tlm@newton.physics.purdue.edu
  2. Subject: Re: testing dnet
  3. Precedence: special-delivery
  4.  
  5.     You need to unsetenv DNETDIR ... have DNETDIR not 
  6. exist.  Then, create the directories NET1 and NET2 and from the parent
  7. run the test program.  Don't setup DNETHOST either.
  8.  
  9. % unsetenv DNETDIR
  10. % cp ~/.DNET/dnet.servers NET1
  11. % cp ~/.DNET/dnet.servers NET2
  12. % mkdir NET1 NET2
  13. % test
  14.  
  15. I found the bug... since there is no DNETDIR, the server tries to
  16. use the current directory.  But since the current directory is 
  17. specified by dnet.servers, it would not be in NET1 or NET2.  You need to
  18. modify dnet.servers in NET1 and NET2 to set the base directory to NET1
  19. and NET2 respectively (the last entry on each line).
  20.  
  21. DNETHOST should be set to "newton.physics.purdue.edu".  It does what?
  22. The u gets eaten?  Hmmm.. check the size of the array I stick the
  23. stuff in, you may have to recompile.
  24.  
  25. Then, to run a client, it must be run FROM within NET1 or NET2 depending
  26. on where you want the source to be.
  27.  
  28.                 -Matt
  29.  
  30.  
  31.