> When you do "secure=False", what happens?
sage: notebook(address="131.183.80.251", port=8100, secure=False) The notebook files are stored in: /home/user/.sage//sage_notebook ********************************************************************** 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. ********************************************************************** ********************************************************************** WARNING: Insecure notebook server listening on external address. 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://131.183.80.251:8100 * * * ******************************************************** Another twistd server is running, PID 23055 This could either be a previously started instance of your application or a different application entirely. To start a new one, either run it in some other directory, or use the --pidfile and --logfile parameters to avoid clashes. --------------------------------------------------------------------------- error Traceback (most recent call last) /home/user/.sage/temp/my_computer/24660/ _home_user__sage_init_sage_0.py in <module>() /usr/local/sage-4.0/local/lib/python2.5/site-packages/sage/server/ notebook/notebook_object.pyc in __call__(self, *args, **kwds) 163 """ 164 def __call__(self, *args, **kwds): --> 165 return self.notebook(*args, **kwds) 166 167 notebook = run_notebook.notebook_twisted /usr/local/sage-4.0/local/lib/python2.5/site-packages/sage/server/ notebook/run_notebook.pyc in notebook_twisted(self, directory, port, address, port_tries, secure, reset, accounts, require_login, server_pool, ulimit, timeout, open_viewer, sagetex_path, start_path, fork, quiet) 278 if open_viewer: 279 "Open viewer automatically isn't fully implemented. You have to manually open your web browser to the above URL." --> 280 return run(port) 281 282 /usr/local/sage-4.0/local/lib/python2.5/site-packages/sage/server/ notebook/run_notebook.pyc in run(port) 262 e = os.system(cmd) 263 if e == 256: --> 264 raise socket.error 265 return True 266 # end of inner function run error: sage: --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
