known_issues

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
known_issues [2011/10/12 12:13] erosknown_issues [2011/10/12 12:15] eros
Line 9: Line 9:
   * sometimes checking the "I'm done selecting seeds" box doesn't activate the Next button. __Workaround__: uncheck and re-check the box, the button should activate.   * sometimes checking the "I'm done selecting seeds" box doesn't activate the Next button. __Workaround__: uncheck and re-check the box, the button should activate.
  
-  * some users have reported problems when using BootCaT behind a proxy/firewall. A __workaround__ for MacOS has been reported (but it should work for Linux too): manually set the proxy from the command line (substitute ''my.proxy.org'' with the URL of your proxy and ''8080'' with the port of your proxy)+  * some users have reported problems when using BootCaT behind a proxy/firewall. A __workaround__ for MacOS has been reported (but it should work for Linux too): manually set the proxy from the command line, substituting ''my.proxy.org'' with the URL of your proxy and ''8080'' with the port of your proxy (you should be able to obtain these parameters from your network administrator)
  
 <code bash> <code bash>
 export http_proxy=http://my.proxy.org:8080/ export http_proxy=http://my.proxy.org:8080/
 </code> </code>