(My first post got trashed, so I'll try again)

After following 
http://wiki.sagemath.org/SageAppliance#Giving_Others_Access_to_the_Sage_Virtual_Machine,
 
I noticed that these instructions are outdated. ./sage -notebook has been 
moved from .bash_profile to .xinitrc, parameters have been changed. After 
trying to add secure=True, the VM shuts down shorty after beeing started 
and so one has to restore it from an earlier snapshot, if available. :-(. 

Fiddling around shows this:

[sage@sage sage]$ ./sage -notebook interface=\'\' port=8001 secure=True
----------------------------------------------------------------------
| Sage Version 5.5, Release Date: 2012-12-22                         |
| Type "notebook()" for the browser-based notebook interface.        |
| Type "help()" for help.                                            |
----------------------------------------------------------------------

Please wait while the Sage Notebook server starts...
notebook(interface=r'''''''',port=8001,secure=True)
Traceback (most recent call last):
  File "/home/sage/sage-5.5/local/bin/sage-notebook", line 32, in <module>
    exec cmd
  File "<string>", line 1, in <module>
  File 
"/home/sage/sage-5.5/devel/sagenb/sagenb/notebook/notebook_object.py", line 
223, in __call__
    return self.notebook(*args, **kwds)
  File "/home/sage/sage-5.5/devel/sagenb/sagenb/notebook/run_notebook.py", 
line 478, in notebook_run
    raise RuntimeError("HTTPS cannot be used without pyOpenSSL"
RuntimeError: HTTPS cannot be used without pyOpenSSL installed. See the 
Sage README for more information.

Actually, I dont't need ssl-support, an outer reverse proxy takes care of 
that. How do I enable multiple user suppport in the VM? 

I'm using the 5.5 VM image (Sage Appliacne) on OpenSuse 11.4, not on 
windows.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.


Reply via email to