Hi, I just compiled the new sage-5.0 on OSX Lion with XCode 3.2.6 without any problems. However, in the notebook, I was able to login as admin and seeing all worksheets, but I was not able to log into my other account. What do I have to do in order to be able to have people logging into their accounts?
See the terminal output below. Thanks, Christian pythagore:sage-5.0 sage$ ./sage -notebook ---------------------------------------------------------------------- | Sage Version 5.0, Release Date: 2012-05-14 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- Please wait while the Sage Notebook server starts... ... The notebook files are stored in: sage_notebook.sagenb ************************************************** * * * Open your web browser to http://localhost:8000 * * * ************************************************** 2012-05-15 04:52:52-0400 [-] Log opened. 2012-05-15 04:52:52-0400 [-] twistd 9.0.0 (/Users/sage/sage-5.0/local/bin/python 2.7.2) starting up. 2012-05-15 04:52:52-0400 [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2012-05-15 04:52:52-0400 [-] twisted.web2.channel.http.HTTPFactory starting on 8000 2012-05-15 04:52:52-0400 [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x115a532d8> LSOpenURLsWithRole() failed with error -10810 for the URL http://localhost:8000/?startup_token=4b9173fd13277ec27759418ef93ccf94. 2012-05-15 04:53:06-0400 [HTTPChannel,6,127.0.0.1] Login attempt by 'stumpc5' failed due to invalid password. ^C2012-05-15 04:53:11-0400 [-] Quitting all running worksheets... 2012-05-15 04:53:11-0400 [-] Saving notebook... 2012-05-15 04:53:11-0400 [-] Notebook cleanly saved. 2012-05-15 04:53:11-0400 [-] (Port 8000 Closed) 2012-05-15 04:53:11-0400 [-] Stopping factory <twisted.web2.channel.http.HTTPFactory instance at 0x115a532d8> 2012-05-15 04:53:11-0400 [-] Main loop terminated. 2012-05-15 04:53:11-0400 [-] Server Shut Down. pythagore:sage-5.0 sage$ cd pythagore:~ sage$ cd sage-5.0.rc0 pythagore:sage-5.0.rc0 sage$ ./sage -notebook ---------------------------------------------------------------------- | Sage Version 5.0.rc0, Release Date: 2012-05-01 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- ********************************************************************** * * * Warning: this is a prerelease version, and it may be unstable. * * * ********************************************************************** Please wait while the Sage Notebook server starts... ... The notebook files are stored in: sage_notebook.sagenb ************************************************** * * * Open your web browser to http://localhost:8000 * * * ************************************************** 2012-05-15 04:53:27-0400 [-] Log opened. 2012-05-15 04:53:27-0400 [-] twistd 12.0.0 (/Users/sage/sage-5.0.rc0/local/bin/python 2.7.2) starting up. 2012-05-15 04:53:27-0400 [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2012-05-15 04:53:27-0400 [-] QuietSite starting on 8000 2012-05-15 04:53:27-0400 [-] Starting factory <__builtin__.QuietSite instance at 0x11485aa28> LSOpenURLsWithRole() failed with error -10810 for the URL http://localhost:8000/?startup_token=c39ea13f11a48d347f42ddf8f6ef9104. ^C2012-05-15 04:54:25-0400 [-] Quitting all running worksheets... 2012-05-15 04:54:25-0400 [-] Saving notebook... 2012-05-15 04:54:25-0400 [-] Notebook cleanly saved. 2012-05-15 04:54:25-0400 [-] (TCP Port 8000 Closed) 2012-05-15 04:54:25-0400 [-] Stopping factory <__builtin__.QuietSite instance at 0x11485aa28> 2012-05-15 04:54:25-0400 [-] Main loop terminated. 2012-05-15 04:54:25-0400 [-] Server Shut Down. -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
