home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0225.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.4 KB  |  37 lines

  1. >>>>> "Toby" == Toby Everett <tua@tua.st.hmc.edu> writes:
  2.  
  3.     Toby> I've been trying to register Executor/Linux with the Serial
  4.     Toby> Number and Aurthorization key ARDI sent me and I'm having no
  5.     Toby> luck.  It appears to accept the strings and then exit.  When
  6.     Toby> I go to restart it, I get a Signal 23 (SIGIO, SIGURG, or
  7.     Toby> SIGPOLL according to my signal.h).  Anyone else getting
  8.     Toby> this?
  9.  
  10. The exiting after registering is normal, but the crashing is not.  Are
  11. you running executor under gdb?  Is more than one Executor active on
  12. your network or machine at any given time?
  13.  
  14. Here's what's happening:
  15.  
  16. You can now purchase site licenses for Executor for a fixed number of
  17. simultaneous users on your network.  People who buy a copy for
  18. personal use are really purchasing a site license for one user.  When
  19. you run Executor, it checks the local network for other Executors to
  20. make sure you aren't using more copies simultaneously than your
  21. license allows.  We have seen the SIGIO from the broadcast packet kill
  22. Executor under gdb (looks like a gdb bug), but not elsewhere.
  23.  
  24. You can turn off the site license check with:
  25.  
  26. executor -checknet 0
  27.  
  28. Of course, you're not supposed to use this flag to maliciously
  29. circumvent your site license restrictions, but we allow users this
  30. option in case the net check causes problems.
  31.  
  32. We apologize for not mentioning this in the 1.99k documentation; that
  33. was an error.
  34.  
  35. -Mat
  36.  
  37.