I am running Sage 4.3.4 on Scientific Linux. Right now the only way I can make it available via a web browser is to disable the firewall (not, obviously, a long-term solution).
I have SELinux as permissive, and the following as trusted services: HTTP, HTTPS, FTP & SSH. I execute from the sage prompt as follows: sage: notebook(address="",open_viewer=False) The output I receive is appended. Any thoughts on what I need to do to make sage available via web browser and *not* disable the firewall? And any thoughts on the warnings within the output? Thanks, -Richard Vaughn ===================== output ====================== /usr/share/sage-4.3.4/local/bin/sage-ipython:1: DeprecationWarning: Use 'interface' instead of 'address' when calling notebook(...). #!/usr/bin/env python ********************************************************************** WARNING: Running the notebook insecurely not on localhost is dangerous because its possible for people to sniff passwords and gain access to your account. Make sure you know what you are doing. ********************************************************************** The notebook files are stored in: sage_notebook.sagenb ********************************************************************** WARNING: Insecure notebook server listening on external interface. Unless you are running this via ssh port forwarding, you are **crazy**! You should run the notebook with the option secure=True. ********************************************************************** ************************************************** * * * Open your web browser to http://localhost:8000 * * * ************************************************** 2010-06-29 12:51:29-0400 [-] Log opened. 2010-06-29 12:51:29-0400 [-] twistd 9.0.0 (/usr/share/sage-4.3.4/local/ bin/python 2.6.4) starting up. 2010-06-29 12:51:29-0400 [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2010-06-29 12:51:29-0400 [-] twisted.web2.channel.http.HTTPFactory starting on 8000 2010-06-29 12:51:29-0400 [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0xf0ebb48> -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org