Hi all,

I upgraded my SAGE install from feisty to gutsy by adding XUbuntu via:

sudo apt-get install xubuntu-desktop

and then doing an upgrade using the Upgrade manager.

One item that seemed to break was the "notebook" script (which I'm
having a hard time finding, where is it located?). It fails with:

[EMAIL PROTECTED]:~$ notebook
eth0: error fetching interface information: Device not found
Error starting notebook.

However, SAGE starts just fine using:

sudo sage -notebook

And then connecting to https://<IP of VMWare machine>:8000

Also, issuing sudo sage -update gets the newest packages of Singular,
which work great!

Questions: After looking around in notebook.py, I see a method
add_user to add more users. Where is this accessible?

Also, I changed the port=443 in Notebook.__init__ , however, SAGE
still started on (non-standard port) 8000. Which classes/files control
the SAGE server?

I guess my questions basically boil down to sysadmin ones: how do I
add/delete users? where is authentication handled? how do I change the
port?

Basically, I'm looking at setting up a SAGE notebook server using
standard https, with add/remove users, and (hopefully) the ability to
tie into an authentication system (such as CAS, which already has a
python module written for it for Zope, of which it looks like Twisted
has some commonality).

Thanks,

Adam
-- 
"Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to