home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / unix / crackunx.txt / BUGS < prev    next >
Encoding:
Text File  |  1992-06-25  |  1.1 KB  |  29 lines

  1. Bugs as of 1 Mar 1992:-
  2.  
  3. * Crack: is known to occasionally hang during a "Crack -network" whilst
  4. rshing from machine to machine on some architectures.  It's a persistent
  5. problem at some sites, when Crack rsh'es to a particular machine and
  6. stays there, and thus never calls the next machine.
  7.  
  8. FIX: mark machines that hang Crack with the "-f" option in network.conf
  9. file, then the 'rsh' will be backgrounded and Crack will continue to the
  10. next machine.  The tweak in Crack v4.1 to close descriptors 0->9 on all
  11. machines (esp Apollos) may help this.
  12.  
  13. * Beta testers on DEC 5500s have reported crack-pwc crashing when
  14. compiled with the optimiser.  This apparently doesn't happen using GCC
  15. or when optimisation is turned off (heisenbug?)
  16.  
  17. Be warned.
  18.  
  19. * Earlyish System V type systems will have problems if the environment
  20. variable SHELL is not set to "/bin/sh" - this is because SV will
  21. blithely ignore the "#!/bin/sh" line and invoke a csh anyway, if thats
  22. what you prefer.
  23.  
  24. This is probably most easily diagnosed when Crack bails out like this:
  25.  
  26.     CRACK_HOME=/your/crack/directory: Command not found.
  27.  
  28. - or similar.
  29.